[{"id": "c1", "text": "UC-Secure Star DKG for Non-Exportable Key Shares with VSS-Free Enforcement : Distributed Key Generation (DKG) lets parties derive a common public key while keeping the signing key secret-shared. UC-secure DKG requires a verifiable-sharing enforcement layer -- classically satisfied via Verifiable Secret Sharing (VSS) and/or commitment-and-proof mechanisms -- for secrecy, uniqueness, and affine consistency. We target the Non-eXportable Key (NXK) setting enforced by hardware-backed key-isolation modules (e.g., TEEs, HSM-like APIs), formalized via an ideal KeyBox (keystore) functionality $\\mathcal{F}_{KeyBox}$ that keeps shares non-exportable and permits only attested KeyBox-to-KeyBox sealing. With confidentiality delegated to the NXK boundary, the remaining challenge is enforcing transcript-defined affine consistency without exporting or resharing shares. State continuity rules out rewinding-based extraction, mandating straight-line techniques.\n We combine (i) KeyBox confidentiality; (ii) Unique Structure Verification (USV), a publicly verifiable certificate whose certified scalar never leaves the KeyBox yet whose public group element is transcript-derivable; and (iii) Fischlin-based UC-extractable NIZK arguments of knowledge in a gRO-CRP (global Random Oracle with Context-Restricted Programmability) model. We construct Star DKG (SDKG), a UC-secure scheme for multi-device threshold wallets where a designated service must co-sign but cannot sign alone, realizing a 1+1-out-of-$n$ star access structure (center plus any leaf) over roles (primary vs. recovery) with role-based device registration. In the $\\mathcal{F}_{KeyBox}$-hybrid and gRO-CRP models, under DL and DDH assumptions with adaptive corruptions and secure erasures, SDKG UC-realizes a transcript-driven refinement of the standard UC-DKG functionality. Over a prime-order group of size $p$, SDKG incurs $\\widetilde{O}(n\\log p)$ communication overhead and $\\widetilde{O}(n\\log^{2.585}p)$ bit-operation cost."}, {"id": "c2", "text": "Secure Semantic Communications via AI Defenses: Fundamentals, Solutions, and Future Directions : Semantic communication (SemCom) redefines wireless communication from reproducing symbols to transmitting task-relevant semantics. However, this AI-native architecture also introduces new vulnerabilities, as semantic failures may arise from adversarial perturbations to models, corrupted training data, desynchronized priors, or misaligned inference even when lower-layer transmission reliability and cryptographic protection remain intact. This survey provides a defense-centered and system-oriented synthesis of security in SemCom via AI defense. We analyze AI-centric threat models by consolidating existing studies and organizing attack surfaces across model-level, channel-realizable, knowledge-based, and networked inference vectors. Building on this foundation, we present a structured taxonomy of defense strategies organized by where semantic integrity can be compromised in SemCom systems despite correct symbol delivery, spanning semantic encoding, wireless transmission, knowledge integrity, and coordination among multiple agents. These categories correspond to distinct security failure modes, including representation fragility, channel-realizable manipulation, semantic prior poisoning or desynchronization, and adversarial propagation through distributed inference. We also examine security utility operating envelopes that capture tradeoffs among semantic fidelity, robustness, latency, and energy under realistic constraints, survey evaluation frameworks and representative applications, and identify open challenges in cross-layer composition and deployment-time certification. Overall, this survey offers a unified system-level perspective that enables readers to understand major threat and defense mechanisms in AI-native SemCom systems and to leverage emerging security techniques in the design and deployment of robust SemCom architectures for next-generation intelligent networks."}, {"id": "c3", "text": "Enabling End-to-End APT Emulation in Industrial Environments: Design and Implementation of the SIMPLE-ICS Testbed : Research on Advanced Persistent Threats (APTs) in industrial environments requires experimental platforms that support realistic end-to-end attack emulation across converged enterprise IT, operational technology (OT), and Industrial Internet of Things (IIoT) networks. However, existing industrial cybersecurity testbeds typically focus on isolated IT or OT domains or single-stage attacks, limiting their suitability for studying multi-stage APT campaigns. This paper presents the design, implementation, and validation of SIMPLE-ICS, a virtualised industrial enterprise testbed that enables emulation of multi-stage APT campaigns across IT, OT, and IIoT environments. The testbed architecture is based on the Purdue Enterprise Reference Architecture, NIST SP 800-82, and IEC 62443 zoning principles and integrates enterprise services, industrial control protocols, and digital twin based process simulation. A systematic methodology inspired by the V model is used to derive architectural requirements, attack scenarios, and validation criteria. An APT campaign designed to mimic the BlackEnergy campaign is emulated using MITRE ATTACK techniques spanning initial enterprise compromise, credential abuse, lateral movement, OT network infiltration, and process manipulation. The testbed supports the synchronised collection of network traffic, host-level logs, and operational telemetry across all segments. The testbed is validated on multi-stage attack trace observability, logging completeness across IT, OT, and IIoT domains, and repeatable execution of APT campaigns. The SIMPLE-ICS testbed provides an experimental platform for studying end-to-end APT behaviours in industrial enterprise networks and for generating multi-source datasets to support future research on campaign-level detection and correlation methods."}, {"id": "c4", "text": "A Critical Look into Threshold Homomorphic Encryption for Private Average Aggregation : Threshold Homomorphic Encryption (Threshold HE) is a good fit for implementing private federated average aggregation, a key operation in Federated Learning (FL). Despite its potential, recent studies have shown that threshold schemes available in mainstream HE libraries can introduce unexpected security vulnerabilities if an adversary has access to a restricted decryption oracle. This oracle reflects the FL clients' capacity to collaboratively decrypt the aggregated result without knowing the secret key. This work surveys the use of threshold RLWE-based HE for federated average aggregation and examines the performance impact of using smudging noise with a large variance as a countermeasure. We provide a detailed comparison of threshold variants of BFV and CKKS, finding that CKKS-based aggregations perform comparably to BFV-based solutions."}, {"id": "c5", "text": "APFuzz: Towards Automatic Greybox Protocol Fuzzing : Greybox protocol fuzzing is a random testing approach for stateful protocol implementations, where the input is protocol messages generated from mutations of seeds, and the search in the input space is driven by the feedback on coverage of both code and state. State model and message model are the core components of communication protocols, which also have significant impacts on protocol fuzzing. In this work, we propose APFuzz (Automatic greybox Protocol Fuzzer) with novel designs to increase the smartness of greybox protocol fuzzers from the perspectives of both the state model and the message model. On the one hand, APFuzz employs a two-stage process of static and dynamic analysis to automatically identify state variables, which are then used to infer an accurate state model during fuzzing. On the other hand, APFuzz introduces field-level mutation operations for binary protocols, leveraging message structure awareness enabled by Large Language Models. We conduct extensive experiments on a public protocol fuzzing benchmark, comparing APFuzz with the baseline fuzzer AFLNET as well as several state-of-the-art greybox protocol fuzzers."}, {"id": "c6", "text": "Resilient Federated Chain: Transforming Blockchain Consensus into an Active Defense Layer for Federated Learning : Federated Learning (FL) has emerged as a key paradigm for building Trustworthy AI systems by enabling privacy-preserving, decentralized model training. However, FL is highly susceptible to adversarial attacks that compromise model integrity and data confidentiality, a vulnerability exacerbated by the fact that conventional data inspection methods are incompatible with its decentralized design. While integrating FL with Blockchain technology has been proposed to address some limitations, its potential for mitigating adversarial attacks remains largely unexplored. This paper introduces Resilient Federated Chain (RFC), a novel blockchain-enabled FL framework designed specifically to enhance resilience against such threats. RFC builds upon the existing Proof of Federated Learning architecture by repurposing the redundancy of its Pooled Mining mechanism as an active defense layer that can be combined with robust aggregation rules. Furthermore, the framework introduces a flexible evaluation function in its consensus mechanism, allowing for adaptive defense against different attack strategies. Extensive experimental evaluation on image classification tasks under various adversarial scenarios, demonstrates that RFC significantly improves robustness compared to baseline methods, providing a viable solution for securing decentralized learning environments."}, {"id": "c7", "text": "The Silent Spill: Measuring Sensitive Data Leaks Across Public URL Repositories : A large number of URLs are made public by various platforms for security analysis, archiving, and paste sharing -- such as VirusTotal, URLScan.io, Hybrid Analysis, the Wayback Machine, and RedHunt. These services may unintentionally expose links containing sensitive information, as reported in some news articles and blog posts. However, no large-scale measurement has quantified the extent of such exposures. We present an automated system that detects and analyzes potential sensitive information leaked through publicly accessible URLs. The system combines lexical URL filtering, dynamic rendering, OCR-based extraction, and content classification to identify potential leaks. We apply it to 6,094,475 URLs collected from public scanning platforms, paste sites, and web archives, identifying 12,331 potential exposures across authentication, financial, personal, and document-related domains. These findings show that sensitive information remains exposed, underscoring the importance of automated detection to identify accidental leaks."}, {"id": "c8", "text": "MulCovFuzz: A Multi-Component Coverage-Guided Greybox Fuzzer for 5G Protocol Testing : As mobile networks transition to 5G infrastructure, ensuring robust security becomes more important due to the complex architecture and expanded attack surface. Traditional security testing approaches for 5G networks rely on black-box fuzzing techniques, which are limited by their inability to observe internal program state and coverage information. This paper presents MulCovFuzz, a novel coverage-guided greybox fuzzing tool for 5G network testing. Unlike existing tools that depend solely on system response, MulCovFuzz implements a multi-component coverage collection mechanism that dynamically monitors code coverage across different components of the 5G system architecture. Our approach introduces a novel testing paradigm that includes a scoring function combining coverage rewards with efficiency metrics to guide test case generation. We evaluate MulCovFuzz on open-source 5G implementation OpenAirInterface. Our experimental results demonstrate that MulCovFuzz significantly outperforms traditional fuzzing approaches, achieving a 5.85\\% increase in branch coverage, 7.17\\% increase in line coverage, and 16\\% improvement in unique crash discovery during 24h fuzzing testing. MulCovFuzz uncovered three zero-day vulnerabilities, two of which were not identified by any other fuzzing technique. This work contributes to the advancement of security testing tools for next-generation mobile networks."}, {"id": "c9", "text": "Implementation and transition to post-quantum cryptography of the Minimal IKE protocol : This paper concerns the Minimal Internet Key Exchange (IKE) protocol, which has received little attention to date, despite its potential to make the best-known IKE protocol sufficiently lightweight to be also applied in contexts where it is currently prohibitive, due to its large footprint. First, we introduce and describe Colibri, an efficient, open-source implementation of the Minimal IKE protocol, which allows us to quantitatively assess its real advantages in terms of lightness. Then we introduce a post-quantum variant of the Minimal IKE protocol, which is essential to make it contemporary, and assess it through Colibri. We demonstrate that the protocol performance remains excellent even in such a more challenging context, making it suitable for deploying pervasive and quantum-resistant virtual private networks."}, {"id": "c10", "text": "Private and Robust Contribution Evaluation in Federated Learning : Cross-silo federated learning allows multiple organizations to collaboratively train machine learning models without sharing raw data, but client updates can still leak sensitive information through inference attacks. Secure aggregation protects privacy by hiding individual updates, yet it complicates contribution evaluation, which is critical for fair rewards and detecting low-quality or malicious participants. Existing marginal-contribution methods, such as the Shapley value, are incompatible with secure aggregation, and practical alternatives, such as Leave-One-Out, are crude and rely on self-evaluation.\n We introduce two marginal-difference contribution scores compatible with secure aggregation. Fair-Private satisfies standard fairness axioms, while Everybody-Else eliminates self-evaluation and provides resistance to manipulation, addressing a largely overlooked vulnerability. We provide theoretical guarantees for fairness, privacy, robustness, and computational efficiency, and evaluate our methods on multiple medical image datasets and CIFAR10 in cross-silo settings. Our scores consistently outperform existing baselines, better approximate Shapley-induced client rankings, and improve downstream model performance as well as misbehavior detection. These results demonstrate that fairness, privacy, robustness, and practical utility can be achieved jointly in federated contribution evaluation, offering a principled solution for real-world cross-silo deployments."}, {"id": "c11", "text": "Type-Based Enforcement of Non-Interference for Choreographic Programming : Choreographies describe distributed protocols from a global viewpoint, enabling correct-by-construction synthesis of local behaviours. We develop a policy-parametric type system that prevents information leaks from high-security data to low-security observers, handling both explicit and implicit flows through a program-counter discipline. The system supports recursive procedures via a procedure context that we reconstruct through constraint generation. We prove termination-insensitive non-interference with respect to a standard small-step semantics."}, {"id": "c12", "text": "Breaking Semantic-Aware Watermarks via LLM-Guided Coherence-Preserving Semantic Injection : Generative images have proliferated on Web platforms in social media and online copyright distribution scenarios, and semantic watermarking has increasingly been integrated into diffusion models to support reliable provenance tracking and forgery prevention for web content. Traditional noise-layer-based watermarking, however, remains vulnerable to inversion attacks that can recover embedded signals. To mitigate this, recent content-aware semantic watermarking schemes bind watermark signals to high-level image semantics, constraining local edits that would otherwise disrupt global coherence. Yet, large language models (LLMs) possess structured reasoning capabilities that enable targeted exploration of semantic spaces, allowing locally fine-grained but globally coherent semantic alterations that invalidate such bindings. To expose this overlooked vulnerability, we introduce a Coherence-Preserving Semantic Injection (CSI) attack that leverages LLM-guided semantic manipulation under embedding-space similarity constraints. This alignment enforces visual-semantic consistency while selectively perturbing watermark-relevant semantics, ultimately inducing detector misclassification. Extensive empirical results show that CSI consistently outperforms prevailing attack baselines against content-aware semantic watermarking, revealing a fundamental security weakness of current semantic watermark designs when confronted with LLM-driven semantic perturbations."}, {"id": "c13", "text": "TM-RUGPULL: A Temporary Sound, Multimodal Dataset for Early Detection of RUG Pulls Across the Tokenized Ecosystem : Rug-pull attacks pose a systemic threat across the blockchain ecosystem, yet research into early detection is hindered by the lack of scientific-grade datasets. Existing resources often suffer from temporal data leakage, narrow modality, and ambiguous labeling, particularly outside DeFi contexts. To address these limitations, we present TM-RugPull, a rigorously curated, leakage-resistant dataset of 1,028 token projects spanning DeFi, meme coins, NFTs, and celebrity-themed tokens. RugPull enforces strict temporal hygiene by extracting all features on chain behavior, smart contract metadata, and OSINT signals strictly from the first half of each project's lifespan. Labels are grounded in forensic reports and longevity criteria, verified through multi-expert consensus. This dataset enables causally valid, multimodal analysis of rug-pull dynamics and establishes a new benchmark for reproducible fraud detection research."}, {"id": "c14", "text": "Quantum Attacks Targeting Nuclear Power Plants: Threat Analysis, Defense and Mitigation Strategies : The advent of Cryptographically Relevant Quantum Computers (CRQCs) presents a fundamental and existential threat to the forensic integrity and operational safety of Industrial Control Systems (ICS) and Operational Technology (OT) in critical infrastructure. This paper introduces a novel, forensics-first framework for achieving quantum resilience in high-consequence environments, with a specific focus on nuclear power plants. We systematically analyze the quantum threat landscape across the Purdue architecture (L0-L5), detailing how Harvest-Now, Decrypt-Later (HNDL) campaigns, enabled by algorithms like Shor's, can retroactively compromise cryptographic foundations, undermine evidence admissibility, and facilitate sophisticated sabotage. Through two detailed case studies, \\textsc{Quantum~Scar} and \\textsc{Quantum~Dawn}, we demonstrate multi-phase attack methodologies where state-level adversaries exploit cryptographic monoculture and extended OT lifecycles to degrade safety systems while creating unsolvable forensic paradoxes. Our probabilistic risk modeling reveals alarming success probabilities (up to 78\\% for targeted facilities under current defenses), underscoring the criticality of immediate action. In response, we propose and validate a phased, defense-in-depth migration path to Post-Quantum Cryptography (PQC), integrating hybrid key exchange, cryptographic diversity, secure time synchronization, and side-channel resistant implementations aligned with ISA/IEC 62443 and NIST standards. The paper concludes that without urgent adoption of quantum-resilient controls, the integrity of both physical safety systems and digital forensic evidence remains at severe and irreversible risk."}, {"id": "c15", "text": "WaterVIB: Learning Minimal Sufficient Watermark Representations via Variational Information Bottleneck : Robust watermarking is critical for intellectual property protection, whereas existing methods face a severe vulnerability against regeneration-based AIGC attacks. We identify that existing methods fail because they entangle the watermark with high-frequency cover texture, which is susceptible to being rewritten during generative purification. To address this, we propose WaterVIB, a theoretically grounded framework that reformulates the encoder as an information sieve via the Variational Information Bottleneck. Instead of overfitting to fragile cover details, our approach forces the model to learn a Minimal Sufficient Statistic of the message. This effectively filters out redundant cover nuances prone to generative shifts, retaining only the essential signal invariant to regeneration. We theoretically prove that optimizing this bottleneck is a necessary condition for robustness against distribution-shifting attacks. Extensive experiments demonstrate that WaterVIB significantly outperforms state-of-the-art methods, achieving superior zero-shot resilience against unknown diffusion-based editing."}, {"id": "c16", "text": "Regular Expression Denial of Service Induced by Backreferences : This paper presents the first systematic study of denial-of-service vulnerabilities in Regular Expressions with Backreferences (REwB). We introduce the Two-Phase Memory Automaton (2PMFA), an automaton model that precisely captures REwB semantics. Using this model, we derive necessary conditions under which backreferences induce super-linear backtracking runtime, even when sink ambiguity is linear -- a regime where existing detectors report no vulnerability. Based on these conditions, we identify three vulnerability patterns, develop detection and attack-construction algorithms, and validate them in practice. Using the Snort intrusion detection ruleset, our evaluation identifies 45 previously unknown REwB vulnerabilities with quadratic or worse runtime. We further demonstrate practical exploits against Snort, including slowing rule evaluation by 0.6-1.2 seconds and bypassing alerts by triggering PCRE's matching limit."}, {"id": "c17", "text": "Adversarial Intent is a Latent Variable: Stateful Trust Inference for Securing Multimodal Agentic RAG : Current stateless defences for multimodal agentic RAG fail to detect adversarial strategies that distribute malicious semantics across retrieval, planning, and generation components. We formulate this security challenge as a Partially Observable Markov Decision Process (POMDP), where adversarial intent is a latent variable inferred from noisy multi-stage observations. We introduce MMA-RAG^T, an inference-time control framework governed by a Modular Trust Agent (MTA) that maintains an approximate belief state via structured LLM reasoning. Operating as a model-agnostic overlay, MMA-RAGT mediates a configurable set of internal checkpoints to enforce stateful defence-in-depth. Extensive evaluation on 43,774 instances demonstrates a 6.50x average reduction factor in Attack Success Rate relative to undefended baselines, with negligible utility cost. Crucially, a factorial ablation validates our theoretical bounds: while statefulness and spatial coverage are individually necessary (26.4 pp and 13.6 pp gains respectively), stateless multi-point intervention can yield zero marginal benefit under homogeneous stateless filtering when checkpoint detections are perfectly correlated."}, {"id": "c18", "text": "MemoPhishAgent: Memory-Augmented Multi-Modal LLM Agent for Phishing URL Detection : Traditional phishing website detection relies on static heuristics or reference lists, which lag behind rapidly evolving attacks. While recent systems incorporate large language models (LLMs), they are still prompt-based, deterministic pipelines that underutilize reasoning capability. We present MemoPhishAgent (MPA), a memory-augmented multi-modal LLM agent that dynamically orchestrates phishing-specific tools and leverages episodic memories of past reasoning trajectories to guide decisions on recurring and novel threats. On two public datasets, MPA outperforms three state-of-the-art (SOTA) baselines, improving recall by 13.6%. To better reflect realistic, user-facing phishing detection performance, we further evaluate MPA on a benchmark of real-world suspicious URLs actively crawled from five social media platforms, where it improves recall by 20%. Detailed analysis shows episodic memory contributes up to 27% recall gain without introducing additional computational overhead. The ablation study confirms the necessity of the agent-based approach compared to prompt-based baselines and validates the effectiveness of our tool design. Finally, MPA is deployed in production, processing 60K targeted high-risk URLs weekly, and achieving 91.44% recall, providing proactive protection for millions of customers. Together, our results show that combining multi-modal reasoning with episodic memory yields robust phishing detection in realistic user-exposure settings."}, {"id": "c19", "text": "Evaluating the Indistinguishability of Logic Locking using K-Cut Enumeration and Boolean Matching : Logic locking as a solution for semiconductor intellectual property (IP) confidentiality has received considerable attention in academia, but has yet to produce a viable solution to protect against known threats. In part due to a lack of rigor, logic locking defenses have been historically short-lived, which is an unacceptable risk for hardware-based security solutions for critical systems that may be fielded for decades. Researchers have worked to map the concept of cryptographic indistinguishability to logic locking, as indistinguishability provides strong security guarantees. In an effort to bridge theory and practice, we highlight recent efforts that can be used to analyze the indistinguishability of logic locking techniques, and propose a new method of evaluation based on comparing distributions of $k$-cuts, which is akin to comparing against a library of sub-functions. We evaluate our approach on several different classes of logic locking and show up to 92% average accuracy in correctly identifying which design was locked, even in the presence of resynthesis, suggesting that the evaluated locks do not provide indistinguishability."}, {"id": "c20", "text": "\"Are You Sure?\": An Empirical Study of Human Perception Vulnerability in LLM-Driven Agentic Systems : Large language model (LLM) agents are rapidly becoming trusted copilots in high-stakes domains like software development and healthcare. However, this deepening trust introduces a novel attack surface: Agent-Mediated Deception (AMD), where compromised agents are weaponized against their human users. While extensive research focuses on agent-centric threats, human susceptibility to deception by a compromised agent remains unexplored. We present the first large-scale empirical study with 303 participants to measure human susceptibility to AMD. This is based on HAT-Lab (Human-Agent Trust Laboratory), a high-fidelity research platform we develop, featuring nine carefully crafted scenarios spanning everyday and professional domains (e.g., healthcare, software development, human resources). Our 10 key findings reveal significant vulnerabilities and provide future defense perspectives. Specifically, only 8.6% of participants perceive AMD attacks, while domain experts show increased susceptibility in certain scenarios. We identify six cognitive failure modes in users and find that their risk awareness often fails to translate to protective behavior. The defense analysis reveals that effective warnings should interrupt workflows with low verification costs. With experiential learning based on HAT-Lab, over 90% of users who perceive risks report increased caution against AMD. This work provides empirical evidence and a platform for human-centric agent security research."}, {"id": "c21", "text": "SoK: Agentic Skills -- Beyond Tool Use in LLM Agents : Agentic systems increasingly rely on reusable procedural capabilities, \\textit{a.k.a., agentic skills}, to execute long-horizon workflows reliably. These capabilities are callable modules that package procedural knowledge with explicit applicability conditions, execution policies, termination criteria, and reusable interfaces. Unlike one-off plans or atomic tool calls, skills operate (and often do well) across tasks.\n This paper maps the skill layer across the full lifecycle (discovery, practice, distillation, storage, composition, evaluation, and update) and introduces two complementary taxonomies. The first is a system-level set of \\textbf{seven design patterns} capturing how skills are packaged and executed in practice, from metadata-driven progressive disclosure and executable code skills to self-evolving libraries and marketplace distribution. The second is an orthogonal \\textbf{representation $\\times$ scope} taxonomy describing what skills \\emph{are} (natural language, code, policy, hybrid) and what environments they operate over (web, OS, software engineering, robotics).\n We analyze the security and governance implications of skill-based agents, covering supply-chain risks, prompt injection via skill payloads, and trust-tiered execution, grounded by a case study of the ClawHavoc campaign in which nearly 1{,}200 malicious skills infiltrated a major agent marketplace, exfiltrating API keys, cryptocurrency wallets, and browser credentials at scale. We further survey deterministic evaluation approaches, anchored by recent benchmark evidence that curated skills can substantially improve agent success rates while self-generated skills may degrade them. We conclude with open challenges toward robust, verifiable, and certifiable skills for real-world autonomous agents."}, {"id": "c22", "text": "A Secure and Interoperable Architecture for Electronic Health Record Access Control and Sharing : Electronic Health Records (EHRs) store sensitive patient information, necessitating stringent access control and sharing mechanisms to uphold data security and comply with privacy regulations such as the General Data Protection Regulation (GDPR). In this paper, we propose a comprehensive architecture with a suite of efficient protocols that leverage the synergistic capabilities of the Blockchain and Interplanetary File System (IPFS) technologies to enable secure access control and sharing of EHRs. Our approach is based on a private blockchain, wherein smart contracts are deployed to enforce control exclusively by patients. By granting patients exclusive control over their EHRs, our solution ensures compliance with personal data protection laws and empowers individuals to manage their health information autonomously. Notably, our proposed architecture seamlessly integrates with existing health provider information systems, facilitating interoperability and effectively addressing security and data heterogeneity challenges. To demonstrate the effectiveness of our approach, we developed a prototype based on a private implementation of the Hyperledger platform, enabling the simulation of diverse scenarios involving access control and health data sharing among healthcare practitioners. Our experimental results demonstrate the scalability of our solution, thereby substantiating its efficacy and robustness in real-world healthcare settings."}, {"id": "c23", "text": "A Systematic Review of Algorithmic Red Teaming Methodologies for Assurance and Security of AI Applications : Cybersecurity threats are becoming increasingly sophisticated, making traditional defense mechanisms and manual red teaming approaches insufficient for modern organizations. While red teaming has long been recognized as an effective method to identify vulnerabilities by simulating real-world attacks, its manual execution is resource-intensive, time-consuming, and lacks scalability for frequent assessments. These limitations have driven the evolution toward auto-mated red teaming, which leverages artificial intelligence and automation to deliver efficient and adaptive security evaluations. This systematic review consolidates existing research on automated red teaming, examining its methodologies, tools, benefits, and limitations. The paper also highlights current trends, challenges, and research gaps, offering insights into future directions for improving automated red teaming as a critical component of proactive cybersecurity strategies. By synthesizing findings from diverse studies, this review aims to provide a comprehensive understanding of how automation enhances red teaming and strengthens organizational resilience against evolving cyber threats."}, {"id": "c24", "text": "AdapTools: Adaptive Tool-based Indirect Prompt Injection Attacks on Agentic LLMs : The integration of external data services (e.g., Model Context Protocol, MCP) has made large language model-based agents increasingly powerful for complex task execution. However, this advancement introduces critical security vulnerabilities, particularly indirect prompt injection (IPI) attacks. Existing attack methods are limited by their reliance on static patterns and evaluation on simple language models, failing to address the fast-evolving nature of modern AI agents. We introduce AdapTools, a novel adaptive IPI attack framework that selects stealthier attack tools and generates adaptive attack prompts to create a rigorous security evaluation environment. Our approach comprises two key components: (1) Adaptive Attack Strategy Construction, which develops transferable adversarial strategies for prompt optimization, and (2) Attack Enhancement, which identifies stealthy tools capable of circumventing task-relevance defenses. Comprehensive experimental evaluation shows that AdapTools achieves a 2.13 times improvement in attack success rate while degrading system utility by a factor of 1.78. Notably, the framework maintains its effectiveness even against state-of-the-art defense mechanisms. Our method advances the understanding of IPI attacks and provides a useful reference for future research."}, {"id": "c25", "text": "PackMonitor: Enabling Zero Package Hallucinations Through Decoding-Time Monitoring : As Large Language Models (LLMs) are increasingly integrated into software development workflows, their trustworthiness has become a critical concern. However, in dependency recommendation scenarios, the reliability of LLMs is undermined by widespread package hallucinations, where models often recommend hallucinated packages. Recent studies have proposed a range of approaches to mitigate this issue. Nevertheless, existing approaches typically merely reduce hallucination rates rather than eliminate them, leaving persistent software security risks.\n In this work, we argue that package hallucinations are theoretically preventable based on the key insight that package validity is decidable through finite and enumerable authoritative package lists. Building on this, we propose PackMonitor, the first approach capable of fundamentally eliminating package hallucinations by continuously monitoring the model's decoding process and intervening when necessary. To implement this in practice, PackMonitor addresses three key challenges: (1) determining when to trigger intervention via a Context-Aware Parser that continuously monitors model outputs and selectively activates intervening only during installation command generation; (2) resolving how to intervene by employing a Package-Name Intervenor that strictly limits the decoding space to an authoritative package list; and (3) ensuring monitoring efficiency through a DFA-Caching Mechanism that enables scalability to millions of packages with negligible overhead. Extensive experiments on five widely used LLMs demonstrate that PackMonitor is a training-free, plug-and-play solution that consistently reduces package hallucination rates to zero while maintaining low-latency inference and preserving original model capabilities."}, {"id": "c26", "text": "ICON: Indirect Prompt Injection Defense for Agents based on Inference-Time Correction : Large Language Model (LLM) agents are susceptible to Indirect Prompt Injection (IPI) attacks, where malicious instructions in retrieved content hijack the agent's execution. Existing defenses typically rely on strict filtering or refusal mechanisms, which suffer from a critical limitation: over-refusal, prematurely terminating valid agentic workflows. We propose ICON, a probing-to-mitigation framework that neutralizes attacks while preserving task continuity. Our key insight is that IPI attacks leave distinct over-focusing signatures in the latent space. We introduce a Latent Space Trace Prober to detect attacks based on high intensity scores. Subsequently, a Mitigating Rectifier performs surgical attention steering that selectively manipulate adversarial query key dependencies while amplifying task relevant elements to restore the LLM's functional trajectory. Extensive evaluations on multiple backbones show that ICON achieves a competitive 0.4% ASR, matching commercial grade detectors, while yielding a over 50% task utility gain. Furthermore, ICON demonstrates robust Out of Distribution(OOD) generalization and extends effectively to multi-modal agents, establishing a superior balance between security and efficiency."}, {"id": "c27", "text": "Vanishing Watermarks: Diffusion-Based Image Editing Undermines Robust Invisible Watermarking : Robust invisible watermarking schemes aim to embed hidden information into images such that the watermark survives common manipulations. However, powerful diffusion-based image generation and editing techniques now pose a new threat to these watermarks. In this paper, we present a comprehensive theoretical and empirical analysis demonstrating that diffusion models can effectively erase robust watermarks even when those watermarks were designed to withstand conventional distortions. We show that a diffusion-driven image regeneration process, which leverages generative models to recreate an image, can remove embedded watermarks while preserving the image's perceptual content. Furthermore, we introduce a guided diffusion-based attack that explicitly targets the embedded watermark signal during generation, significantly degrading watermark detectability. Theoretically, we prove that as an image undergoes sufficient diffusion transformations, the mutual information between the watermarked image and the hidden payload approaches zero, leading to inevitable decoding failure. Experimentally, we evaluate multiple state-of-the-art watermarking methods (including deep learning-based schemes like StegaStamp, TrustMark, and VINE) and demonstrate that diffusion edits yield near-zero watermark recovery rates after attack, while maintaining high visual fidelity of the regenerated images. Our findings reveal a fundamental vulnerability in current robust watermarking techniques against generative model-based edits, underscoring the need for new strategies to ensure watermark resilience in the era of powerful diffusion models."}, {"id": "c28", "text": "ICSSPulse: A Modular LLM-Assisted Platform for Industrial Control System Penetration Testing : It is well established that industrial control systems comprise the operational backbone of modern critical infrastructures, yet their increasing connectivity exposes them to cyber threats that are difficult to study and remedy safely under real-time operational conditions. In this paper, we present ICSSPulse, an open-source, modular, and extensible penetration testing platform designed for the security assessment of ICS communication protocols. To the best of our knowledge, ICSSPulse is the first web-based platform that unifies network scanning, protocol-aware Modbus and OPC~UA interaction, and Large Language Model (LLM)-assisted reporting within a single, lightweight ecosystem. Our platform provides a user-friendly graphical interface that orchestrates enumeration, exploitation, and reporting activities over simulated industrial services, enabling safe and reproducible experimentation. It supports protocol-level discovery, asset enumeration, and controlled read/write interactions, while preserving protocol fidelity and operational transparency. Experimental evaluation using synthetic Modbus test servers, a Factory I/O water treatment scenario, and a custom OPC~UA production-line model demonstrated ICSSPulse's potential to discover active industrial services, enumerate process-relevant assets, and manipulate process variables. A key contribution of this work lies in the integration of an LLM-assisted reporting module that automatically translates technical findings into structured executive and technical reports, with mitigation guidance informed by the ICS MITRE ATT&CK ICS matrix."}, {"id": "c29", "text": "Post-Quantum Sanitizable Signatures from McEliece-Based Chameleon Hashing : We introduce a novel post-quantum sanitizable signature scheme constructed upon a chameleon hash function derived from the McEliece cryptosystem. In this design, the designated sanitizer possesses the inherent trapdoor of a Goppa code, which facilitates controlled collision-finding via Patterson decoding. This mechanism enables authorized modification of specific message blocks while ensuring all other content remains immutably bound. We provide formal security definitions and rigorous proofs of existential unforgeability and immutability, grounded in the hardness of syndrome decoding in the random-oracle model, where a robust random oracle thwarts trivial linear hash collisions. A key innovation lies in our precise characterization of the transparency property: by imposing a specific weight constraint on the randomizers generated by the signer, we achieve perfect transparency, rendering sanitized signatures indistinguishable from freshly signed ones. This work establishes the first transparent, code-based, post-quantum sanitizable signature scheme, offering strong theoretical guarantees and a pathway for practical deployment in long-term secure applications."}, {"id": "c30", "text": "OptiLeak: Efficient Prompt Reconstruction via Reinforcement Learning in Multi-tenant LLM Services : Multi-tenant LLM serving frameworks widely adopt shared Key-Value caches to enhance efficiency. However, this creates side-channel vulnerabilities enabling prompt leakage attacks. Prior studies identified these attack surfaces yet focused on expanding attack vectors rather than optimizing attack performance, reporting impractically high attack costs that underestimate the true privacy risk. We propose OptiLeak, a reinforcement learning-enhanced framework that maximizes prompt reconstruction efficiency through two-stage fine-tuning. Our key insight is that domain-specific ``hard tokens'' -- terms difficult to predict yet carrying sensitive information -- can be automatically identified via likelihood ranking and used to construct preference pairs for Direct Preference Optimization, eliminating manual annotation. This enables effective preference alignment while avoiding the overfitting issues of extended supervised fine-tuning. Evaluated on three benchmarks spanning medical and financial domains, OptiLeak achieves up to $12.48\\times$ reduction in average requests per token compared to baseline approaches, with consistent improvements across model scales from 3B to 14B parameters. Our findings demonstrate that cache-based prompt leakage poses a more severe threat than previously reported, underscoring the need for robust cache isolation in production deployments."}, {"id": "c31", "text": "Is the Trigger Essential? A Feature-Based Triggerless Backdoor Attack in Vertical Federated Learning : As a distributed collaborative machine learning paradigm, vertical federated learning (VFL) allows multiple passive parties with distinct features and one active party with labels to collaboratively train a model. Although it is known for the privacy-preserving capabilities, VFL still faces significant privacy and security threats from backdoor attacks. Existing backdoor attacks typically involve an attacker implanting a trigger into the model during the training phase and executing the attack by adding the trigger to the samples during the inference phase. However, in this paper, we find that triggers are not essential for backdoor attacks in VFL. In light of this, we disclose a new backdoor attack pathway in VFL by introducing a feature-based triggerless backdoor attack. This attack operates under a more stringent security assumption, where the attacker is honest-but-curious rather than malicious during the training phase. It comprises three modules: label inference for the targeted backdoor attack, poison generation with amplification and perturbation mechanisms, and backdoor execution to implement the attack. Extensive experiments on five benchmark datasets demonstrate that our attack outperforms three baseline backdoor attacks by 2 to 50 times while minimally impacting the main task. Even in VFL scenarios with 32 passive parties and only one set of auxiliary data, our attack maintains high performance. Moreover, when confronted with distinct defense strategies, our attack remains largely unaffected and exhibits strong robustness. We hope that the disclosure of this triggerless backdoor attack pathway will encourage the community to revisit security threats in VFL scenarios and inspire researchers to develop more robust and practical defense strategies."}, {"id": "c32", "text": "Personal Information Parroting in Language Models : Modern language models (LM) are trained on large scrapes of the Web, containing millions of personal information (PI) instances, many of which LMs memorize, increasing privacy risks. In this work, we develop the regexes and rules (R&R) detector suite to detect email addresses, phone numbers, and IP addresses, which outperforms the best regex-based PI detectors. On a manually curated set of 483 instances of PI, we measure memorization: finding that 13.6% are parroted verbatim by the Pythia-6.9b model, i.e., when the model is prompted with the tokens that precede the PI in the original document, greedy decoding generates the entire PI span exactly. We expand this analysis to study models of varying sizes (160M-6.9B) and pretraining time steps (70k-143k iterations) in the Pythia model suite and find that both model size and amount of pretraining are positively correlated with memorization. Even the smallest model, Pythia-160m, parrots 2.7% of the instances exactly. Consequently, we strongly recommend that pretraining datasets be aggressively filtered and anonymized to minimize PI parroting."}, {"id": "c33", "text": "Towards Secure and Efficient DNN Accelerators via Hardware-Software Co-Design : The rapid deployment of deep neural network (DNN) accelerators in safety-critical domains such as autonomous vehicles, healthcare systems, and financial infrastructure necessitates robust mechanisms to safeguard data confidentiality and computational integrity. Existing security solutions for DNN accelerators, however, suffer from excessive hardware resource demands and frequent off-chip memory access overheads, which degrade performance and scalability.\n To address these challenges, this paper presents a secure and efficient memory protection framework for DNN accelerators with minimal overhead. First, we propose a bandwidth-aware cryptographic scheme that adapts encryption granularity based on memory traffic patterns, striking a balance between security and resource efficiency. Second, we observe that both the overlapping regions in the intra-layer tiling's sliding window pattern and those resulting from inter-layer tiling strategy discrepancies introduce substantial redundant memory accesses and repeated computational overhead in cryptography. Third, we introduce a multi-level authentication mechanism that effectively eliminates unnecessary off-chip memory accesses, enhancing performance and energy efficiency. Experimental results show that this work decreases performance overhead by over 12% and achieves 87% energy efficiency improvement for both server and edge neural processing units (NPUs), while ensuring robust scalability."}, {"id": "c34", "text": "Understanding Human-AI Collaboration in Cybersecurity Competitions : Capture-the-Flag (CTF) competitions are increasingly becoming a testbed for evaluating AI capabilities at solving security tasks, due to the controlled environments and objective success criteria. Existing evaluations have focused on how successful AI is at solving CTF challenges in isolation from human CTF players. As AI usage increases in both academic and industrial settings, it is equally likely that human players may collaborate with AI agents to solve challenges. This possibility exposes a key knowledge gap: how do humans perceive AI CTF assistance; when assistance is provided, how do they collaborate and is it effective with respect to human performance; how do humans assisted by AI compare to the performance of fully autonomous AI agents on the same challenges. We address this gap with the first empirical study of AI assistance in a live, onsite CTF. In a study with 41 participants, we qualitatively study (i) how participants' perception, trust, and expectations shift before versus after hands-on AI use, and (ii) how participants collaborate with an instrumented AI agent. Moreover, we also (iii) benchmark four autonomous AI agents on the same fresh challenge set to compare outcomes with human teams and analyze agent trajectories. We find that, as the competition progresses, teams increasingly delegate larger subtasks to the AI, giving it more agency. Interestingly, CTF challenges solving rates are often constrained not by model's reasoning capabilities, but rather by the human players: ineffective prompting and poor context specification become the primary bottleneck. Remarkably, autonomous agents that self-direct their prompting and tool use bypass this bottleneck and outperform most human teams, coming in second overall in the competition. We conclude with implications for the future design of CTF challenges and for building effective human-in-the-loop AI systems for security."}, {"id": "c35", "text": "CryptRISC: A Secure RISC-V Processor for High-Performance Cryptography with Power Side-Channel Protection : Cryptographic computations are fundamental to modern computing, ensuring data confidentiality and integrity. However, these operations are highly vulnerable to power side-channel attacks that exploit variations in power consumption to leak sensitive information. Masking is a widely used countermeasure, yet software-based techniques often introduce significant performance overhead and implementation complexity, while fixed-function hardware masking lacks flexibility across diverse cryptographic algorithms. In this paper, we present CryptRISC, the first RISC-V-based processor that combines cryptographic acceleration with hardware-level power side-channel resistance through an ISA-driven operand masking framework. Our design extends the CVA6 core with 64-bit RISC-V Scalar Cryptography Extensions and introduces two microarchitectural components: a Field Detection Layer, which identifies the dominant algebraic field of each cryptographic instruction, and a Masking Control Unit, which applies field-aware operand randomization at runtime. This enables dynamic selection of Boolean, affine, or arithmetic masking schemes based on instruction semantics, providing optimized protection across algorithms including AES, SHA-256, SHA-512, SM3, and SM4. Unlike prior approaches relying on static masking logic or software instrumentation, our method performs operand masking transparently within the execution pipeline without modifying instruction encoding. Experimental results show speedups up to 6.80$\\times$ over baseline software implementations, with only a 1.86% hardware overhead relative to the baseline CVA6 core, confirming the efficiency and practicality of CryptRISC."}, {"id": "c36", "text": "Skill-Inject: Measuring Agent Vulnerability to Skill File Attacks : LLM agents are evolving rapidly, powered by code execution, tools, and the recently introduced agent skills feature. Skills allow users to extend LLM applications with specialized third-party code, knowledge, and instructions. Although this can extend agent capabilities to new domains, it creates an increasingly complex agent supply chain, offering new surfaces for prompt injection attacks. We identify skill-based prompt injection as a significant threat and introduce SkillInject, a benchmark evaluating the susceptibility of widely-used LLM agents to injections through skill files. SkillInject contains 202 injection-task pairs with attacks ranging from obviously malicious injections to subtle, context-dependent attacks hidden in otherwise legitimate instructions. We evaluate frontier LLMs on SkillInject, measuring both security in terms of harmful instruction avoidance and utility in terms of legitimate instruction compliance. Our results show that today's agents are highly vulnerable with up to 80% attack success rate with frontier models, often executing extremely harmful instructions including data exfiltration, destructive action, and ransomware-like behavior. They furthermore suggest that this problem will not be solved through model scaling or simple input filtering, but that robust agent security will require context-aware authorization frameworks. Our benchmark is available at https://www.skill-inject.com/."}, {"id": "c37", "text": "The LLMbda Calculus: AI Agents, Conversations, and Information Flow : A conversation with a large language model (LLM) is a sequence of prompts and responses, with each response generated from the preceding conversation. AI agents build such conversations automatically: given an initial human prompt, a planner loop interleaves LLM calls with tool invocations and code execution. This tight coupling creates a new and poorly understood attack surface. A malicious prompt injected into a conversation can compromise later reasoning, trigger dangerous tool calls, or distort final outputs. Despite the centrality of such systems, we currently lack a principled semantic foundation for reasoning about their behaviour and safety. We address this gap by introducing an untyped call-by-value lambda calculus enriched with dynamic information-flow control and a small number of primitives for constructing prompt-response conversations. Our language includes a primitive that invokes an LLM: it serializes a value, sends it to the model as a prompt, and parses the response as a new term. This calculus faithfully represents planner loops and their vulnerabilities, including the mechanisms by which prompt injection alters subsequent computation. The semantics explicitly captures conversations, and so supports reasoning about defenses such as quarantined sub-conversations, isolation of generated code, and information-flow restrictions on what may influence an LLM call. A termination-insensitive noninterference theorem establishes integrity and confidentiality guarantees, demonstrating that a formal calculus can provide rigorous foundations for safe agentic programming."}, {"id": "c38", "text": "Can You Tell It's AI? Human Perception of Synthetic Voices in Vishing Scenarios : Large Language Models and commercial speech synthesis systems now enable highly realistic AI-generated voice scams (vishing), raising urgent concerns about deception at scale. Yet it remains unclear whether individuals can reliably distinguish AI-generated speech from human-recorded voices in realistic scam contexts and what perceptual strategies underlie their judgments. We conducted a controlled online study in which 22 participants evaluated 16 vishing-style audio clips (8 AI-generated, 8 human-recorded) and classified each as human or AI while reporting confidence. Participants performed poorly: mean accuracy was 37.5%, below chance in a binary classification task. At the stimulus level, misclassification was bidirectional: 75% of AI-generated clips were majority-labeled as human, while 62.5% of human-recorded clips were majority-labeled as AI. Signal Detection Theory analysis revealed near-zero discriminability (d' approx 0), indicating inability to reliably distinguish synthetic from human voices rather than simple response bias. Qualitative analysis of 315 coded excerpts revealed reliance on paralinguistic and emotional heuristics, including pauses, filler words, vocal variability, cadence, and emotional expressiveness. However, these surface-level cues traditionally associated with human authenticity were frequently replicated by AI-generated samples. Misclassifications were often accompanied by moderate to high confidence, suggesting perceptual miscalibration rather than uncertainty. Together, our findings demonstrate that authenticity judgments based on vocal heuristics are unreliable in contemporary vishing scenarios. We discuss implications for security interventions, user education, and AI-mediated deception mitigation."}, {"id": "c39", "text": "Misquoted No More: Securely Extracting F* Programs with IO : Shallow embeddings that use monads to represent effects are popular in proof-oriented languages because they are convenient for formal verification. Once shallowly embedded programs are verified, they are often extracted to mainstream languages like OCaml or C and linked into larger codebases. The extraction process is not fully verified because it often involves quotation -- turning the shallowly embedded program into a deeply embedded one -- and verifying quotation remains a major open challenge. Instead, some prior work obtains formal correctness guarantees using translation validation to certify individual extraction results. We build on this idea, but limit the use of translation validation to a first extraction step that we call relational quotation and that uses a metaprogram to construct a typing derivation for the given shallowly embedded program. This metaprogram is simple, since the typing derivation follows the structure of the original program. Once we validate, syntactically, that the typing derivation is valid for the original program, we pass it to a verified syntax-generation function that produces code guaranteed to be semantically related to the original program.\n We apply this general idea to build SEIO*, a framework for extracting shallowly embedded F* programs with IO to a deeply embedded lambda-calculus while providing formal secure compilation guarantees. Using two cross-language logical relations, we devise a machine-checked proof in F* that SEIO* guarantees Robust Relational Hyperproperty Preservation (RrHP), a very strong secure compilation criterion that implies full abstraction as well as preservation of trace properties and hyperproperties against arbitrary adversarial contexts. This goes beyond the state of the art in verified and certifying extraction, which so far has focused on correctness rather than security."}, {"id": "c40", "text": "RobPI: Robust Private Inference against Malicious Client : The increased deployment of machine learning inference in various applications has sparked privacy concerns. In response, private inference (PI) protocols have been created to allow parties to perform inference without revealing their sensitive data. Despite recent advances in the efficiency of PI, most current methods assume a semi-honest threat model where the data owner is honest and adheres to the protocol. However, in reality, data owners can have different motivations and act in unpredictable ways, making this assumption unrealistic. To demonstrate how a malicious client can compromise the semi-honest model, we first designed an inference manipulation attack against a range of state-of-the-art private inference protocols. This attack allows a malicious client to modify the model output with 3x to 8x fewer queries than current black-box attacks. Motivated by the attacks, we proposed and implemented RobPI, a robust and resilient private inference protocol that withstands malicious clients. RobPI integrates a distinctive cryptographic protocol that bolsters security by weaving encryption-compatible noise into the logits and features of private inference, thereby efficiently warding off malicious-client attacks. Our extensive experiments on various neural networks and datasets show that RobPI achieves ~91.9% attack success rate reduction and increases more than 10x the number of queries required by malicious-client attacks."}, {"id": "c41", "text": "LLM-enabled Applications Require System-Level Threat Monitoring : LLM-enabled applications are rapidly reshaping the software ecosystem by using large language models as core reasoning components for complex task execution. This paradigm shift, however, introduces fundamentally new reliability challenges and significantly expands the security attack surface, due to the non-deterministic, learning-driven, and difficult-to-verify nature of LLM behavior. In light of these emerging and unavoidable safety challenges, we argue that such risks should be treated as expected operational conditions rather than exceptional events, necessitating a dedicated incident-response perspective. Consequently, the primary barrier to trustworthy deployment is not further improving model capability but establishing system-level threat monitoring mechanisms that can detect and contextualize security-relevant anomalies after deployment -- an aspect largely underexplored beyond testing or guardrail-based defenses. Accordingly, this position paper advocates systematic and comprehensive monitoring of security threats in LLM-enabled applications as a prerequisite for reliable operation and a foundation for dedicated incident-response frameworks."}, {"id": "c42", "text": "An Explainable Memory Forensics Approach for Malware Analysis : Memory forensics is an effective methodology for analyzing living-off-the-land malware, including threats that employ evasion, obfuscation, anti-analysis, and steganographic techniques. By capturing volatile system state, memory analysis enables the recovery of transient artifacts such as decrypted payloads, executed commands, credentials, and cryptographic keys that are often inaccessible through static or traditional dynamic analysis. While several automated models have been proposed for malware detection from memory, their outputs typically lack interpretability, and memory analysis still relies heavily on expert-driven inspection of complex tool outputs, such as those produced by Volatility. In this paper, we propose an explainable, AI-assisted memory forensics approach that leverages general-purpose large language models (LLMs) to interpret memory analysis outputs in a human-readable form and to automatically extract meaningful Indicators of Compromise (IoCs), in some circumstances detecting more IoCs than current state-of-the-art tools. We apply the proposed methodology to both Windows and Android malware, comparing full RAM acquisition with target-process memory dumping and highlighting their complementary forensic value. Furthermore, we demonstrate how LLMs can support both expert and non-expert analysts by explaining analysis results, correlating artifacts, and justifying malware classifications. Finally, we show that a human-in-the-loop workflow, assisted by LLMs during kernel-assisted setup and analysis, improves reproducibility and reduces operational complexity, thereby reinforcing the practical applicability of AI-driven memory forensics for modern malware investigations."}, {"id": "c43", "text": "The TCF doesn't really A(A)ID -- Automatic Privacy Analysis and Legal Compliance of TCF-based Android Applications : The Transparency and Consent Framework (TCF), developed by the Interactive Advertising Bureau (IAB) Europe, provides a de facto standard for requesting, recording, and managing user consent from European end-users. This framework has previously been found to infringe European data protection law and has subsequently been regularly updated. Previous research on the TCF focused exclusively on web contexts, with no attention given to its implementation in mobile applications. No work has systematically studied the privacy implications of the TCF on Android apps. To address this gap, we investigate the prevalence of the TCF in popular Android apps from the Google Play Store, and assess whether these apps respect users' consent banner choices. By scraping and downloading 4482 of the most popular Google Play Store apps on an emulated Android device, we automatically determine which apps use the TCF, automatically interact with consent banners, and analyze the apps' traffic in two different stages, passive (post choices) and active (during banner interaction and post choices).\n We found that 576 (12.85%) of the 4482 downloadable apps in our dataset implemented the TCF, and we identified potential privacy violations within this subset. In 15 (2.6%) of these apps, users' choices are stored only when consent is granted. Users who refuse consent are shown the consent banner again each time they launch the app. Network traffic analysis conducted during the passive stage reveals that 66.2% of the analyzed TCF-based apps share personal data, through the Android Advertising ID (AAID), in the absence of a lawful basis for processing. 55.3% of apps analyzed during the active stage share AAID before users interact with the apps' consent banners, violating the prior consent requirement."}, {"id": "c44", "text": "Quantum approaches to learning parity with noise : The learning parity with noise (LPN) problem is a well-established computational challenge whose difficulty is critical to the security of several post-quantum cryptographic primitives such as HQC and Classic McEliece. Classically, the best-known attacks involve information set decoding methods which are exponential in complexity for parameterisations of interest. In this paper we investigate whether quantum methods might offer alternative approaches. The line of inquiry is inspired by Regev's relating of certain lattice problems to the hidden dihedral subgroup problem. We use neighbourhoods of binary fields to produce a function close to fulfilling Simon's promise with difference equal to the secret parity vector. Although unlikely to recover the secret parity vector directly, running Simon's algorithm essentially produces new LPN samples. This gives the hope that we might be able to produce enough new samples to ignore one or more variables and iteratively reduce the problem.\n We make no claim that these methods will necessarily be competitive with existing approaches, merely that they warrant deeper investigation."}, {"id": "c45", "text": "SafePickle: Robust and Generic ML Detection of Malicious Pickle-based ML Models : Model repositories such as Hugging Face increasingly distribute machine learning artifacts serialized with Python's pickle format, exposing users to remote code execution (RCE) risks during model loading. Recent defenses, such as PickleBall, rely on per-library policy synthesis that requires complex system setups and verified benign models, which limits scalability and generalization. In this work, we propose a lightweight, machine-learning-based scanner that detects malicious Pickle-based files without policy generation or code instrumentation. Our approach statically extracts structural and semantic features from Pickle bytecode and applies supervised and unsupervised models to classify files as benign or malicious. We construct and release a labeled dataset of 727 Pickle-based files from Hugging Face and evaluate our models on four datasets: our own, PickleBall (out-of-distribution), Hide-and-Seek (9 advanced evasive malicious models), and synthetic joblib files. Our method achieves 90.01% F1-score compared with 7.23%-62.75% achieved by the SOTA scanners (Modelscan, Fickling, ClamAV, VirusTotal) on our dataset. Furthermore, on the PickleBall data (OOD), it achieves 81.22% F1-score compared with 76.09% achieved by the PickleBall method, while remaining fully library-agnostic. Finally, we show that our method is the only one to correctly parse and classify 9/9 evasive Hide-and-Seek malicious models specially crafted to evade scanners. This demonstrates that data-driven detection can effectively and generically mitigate Pickle-based model file attacks."}, {"id": "c46", "text": "AegisSat: Securing AI-Enabled SoC FPGA Satellite Platforms : The increasing adoption of System-on-Chip Field-Programmable Gate Arrays (SoC FPGAs) in AI-enabled satellite systems, valued for their reconfigurability and in-orbit update capabilities, introduces significant security challenges. Compromised updates can lead to performance degradation, service disruptions, or adversarial manipulation of mission outcomes. To address these risks, this paper proposes a comprehensive security framework, AegisSat. It ensures the integrity and resilience of satellite platforms by (i) integrating cryptographically-based secure boot mechanisms to establish a trusted computing base; (ii) enforcing strict runtime resource isolation; (iii) employing authenticated procedures for in-orbit reconfiguration and AI model updates to prevent unauthorized modifications; and (iv) providing robust rollback capabilities to recover from boot and update failures and maintain system stability. To further support our claims, we conducted experiments demonstrating the integration of these mechanisms on contemporary SoC FPGA devices. This defense-in-depth framework is crucial for space applications, where physical access is impossible and systems must operate reliably over extended periods, thereby enhancing the trustworthiness of SoC FPGA-based satellite systems and enabling secure and resilient AI operations in orbit."}, {"id": "c47", "text": "Predicting known Vulnerabilities from Attack News: A Transformer-Based Approach : Identifying the vulnerabilities exploited during cyberattacks is essential for enabling timely responses and effective mitigation in software security. This paper directly examines the process of predicting software vulnerabilities, specifically Common Vulnerabilities and Exposures (CVEs), from unstructured descriptions of attacks reported in cybersecurity news articles. We propose a semantic similarity-based approach utilizing the multi-qa-mpnet-base-dot-v1 (MPNet) sentence transformer model to generate a ranked list of the most likely CVEs corresponding to each news report. To assess the accuracy of the predicted vulnerabilities, we implement four complementary validation methods: filtering predictions based on similarity thresholds, conducting manual validation, performing semantic comparisons with the first vulnerability explicitly mentioned in each report, and comparing against all CVEs referenced within the report. Experimental results, drawn from a dataset of 100 SecurityWeek news articles, demonstrate that the model attains a precision of 81 percent when employing threshold-based filtering. Manual evaluations report that 70 percent of the predictions are relevant, while comparisons with the initially mentioned CVEs reveal agreement rates of 80 percent with the first listed vulnerability and 78 percent across all referenced CVEs. In 57 percent of the news reports analyzed, at least one predicted vulnerability precisely matched a CVE-ID mentioned in the article. These findings underscore the model's potential to facilitate automated vulnerability identification from real-world cyberattack news reports."}, {"id": "c48", "text": "Efficient Multi-Party Secure Comparison over Different Domains with Preprocessing Assistance : Secure comparison is a fundamental primitive in multi-party computation, supporting privacy-preserving applications such as machine learning and data analytics. A critical performance bottleneck in comparison protocols is their preprocessing phase, primarily due to the high cost of generating the necessary correlated randomness. Recent frameworks introduce a passive, non-colluding dealer to accelerate preprocessing. However, two key issues still remain. First, existing dealer-assisted approaches treat the dealer as a drop-in replacement for conventional preprocessing without redesigning the comparison protocol to optimize the online phase. Second, most protocols are specialized for particular algebraic domains, adversary models, or party configurations, lacking broad generality. In this work, we present the first dealer-assisted $n$-party LTBits (Less-Than-Bits) and MSB (Most Significant Bit) extraction protocols over both $\\mathbb{F}_p$ and $\\mathbb{Z}_{2^k}$, achieving perfect security at the protocol level. By fully exploiting the dealer's capability to generate rich correlated randomness, our $\\mathbb{F}_p$ construction achieves constant-round online complexity and our $\\mathbb{Z}_{2^k}$ construction achieves $O(\\log_n k)$ rounds with tunable branching factor. All protocols are formulated as black-box constructions via an extended ABB model, ensuring portability across MPC backends and adversary models. Experimental results demonstrate $1.79\\times$ to $19.4\\times$ speedups over state-of-the-art MPC frameworks, highlighting the practicality of our protocols for comparison-intensive MPC applications."}, {"id": "c49", "text": "Right to History: A Sovereignty Kernel for Verifiable AI Agent Execution : AI agents increasingly act on behalf of humans, yet no existing system provides a tamper-evident, independently verifiable record of what they did. As regulations such as the EU AI Act begin mandating automatic logging for high-risk AI systems, this gap carries concrete consequences -- especially for agents running on personal hardware, where no centralized provider controls the log. Extending Floridi's informational rights framework from data about individuals to actions performed on their behalf, this paper proposes the Right to History: the principle that individuals are entitled to a complete, verifiable record of every AI agent action on their own hardware. The paper formalizes this principle through five system invariants with structured proof sketches, and implements it in PunkGo, a Rust sovereignty kernel that unifies RFC 6962 Merkle tree audit logs, capability-based isolation, energy-budget governance, and a human-approval mechanism. Adversarial testing confirms all five invariants hold. Performance evaluation shows sub-1.3 ms median action latency, ~400 actions/sec throughput, and 448-byte Merkle inclusion proofs at 10,000 log entries."}, {"id": "c50", "text": "Agentic AI as a Cybersecurity Attack Surface: Threats, Exploits, and Defenses in Runtime Supply Chains : Agentic systems built on large language models (LLMs) extend beyond text generation to autonomously retrieve information and invoke tools. This runtime execution model shifts the attack surface from build-time artifacts to inference-time dependencies, exposing agents to manipulation through untrusted data and probabilistic capability resolution. While prior work has focused on model-level vulnerabilities, security risks emerging from cyclic and interdependent runtime behavior remain fragmented. We systematize these risks within a unified runtime framework, categorizing threats into data supply chain attacks (transient context injection and persistent memory poisoning) and tool supply chain attacks (discovery, implementation, and invocation). We further identify the Viral Agent Loop, in which agents act as vectors for self-propagating generative worms without exploiting code-level flaws. Finally, we advocate a Zero-Trust Runtime Architecture that treats context as untrusted control flow and constrains tool execution through cryptographic provenance rather than semantic inference."}, {"id": "c51", "text": "Side lengths of cubes with vertices in $\\mathbb Z^n$ : We determine the set of side lengths of $d$-dimensional cubes with vertices in $\\mathbb Z^n$ using Witt's cancellation theorem from the algebraic theory of quadratic forms."}, {"id": "c52", "text": "Perfectoid unitary Shimura varieties and $p$-adic Eichler-Shimura map I : We investigate $p$-adic automorphic forms on unitary groups through the geometry of infinite-level unitary Shimura varieties and the Hodge-Tate period map. We first develop a perfectoid construction of overconvergent automorphic forms. Building on this, we establish a canonical overconvergent Eichler-Shimura map linking overconvergent cohomology to these $p$-adic automorphic forms. This map induces a comparison between the corresponding coherent sheaves on the eigenvariety, with applications to the study of its geometry and to $p$-adic $L$-functions."}, {"id": "c53", "text": "Estimates for Character Sums in Finite Fields, $\\mathbb{F}_{p^n}$ : We improve upon our previous result \\cite{Ch} on short character sums over finite fields $\\mathbb{F}_{p^n}$. Specifically, we show that for intervals $I_1,I_2,\\ldots,I_k$ of lengths of at least $p^{n/4k+\\varepsilon}$ and $k\\leq n$, the sum \\[ \\sum_{x_0\\in I_0,\\; x_1\\in I_1,\\;\\ldots,\\; x_{k}\\in I_{k}} \u03c7\\!\\bigl(x_1\u03c9_1 + x_2\u03c9_2 + \\cdots + x_{k}\u03c9_{k}\\bigr) \\] exhibits nontrivial cancellation, where $\\{\u03c9_1,\\ldots,\u03c9_n\\}$ is any basis of $\\mathbb{F}_{p^n}$ over $\\mathbb{F}_p$.\n More generally, let $|I_1|\\le |I_2|\\le \\cdots \\le |I_n| \\le \\sqrt{p/2}$ and fix $\\varepsilon>0$ such that $ |I_1|\\cdots|I_n| \\ge p^{\\,n(1/4+\\varepsilon)}. $ Then, for any nontrivial multiplicative character $\u03c7$ of $\\mathbb{F}_{p^n}$, we have \\[ \\Biggl|\\sum_{x_1\\in I_1,\\;\\ldots,\\;x_n\\in I_n} \u03c7\\!\\Bigl(\\sum_{i=1}^{n} x_i \u03c9_i\\Bigr)\\Biggr| \\;\\ll\\; |I_1|\\cdots|I_n|\\, p^{-\u03b4(\\varepsilon)}, \\] where \\[ \u03b4(\\varepsilon) = \\varepsilon^2 \\frac{1-\\frac{1}{2n}}{\\left(1+\\frac{1}{4n}\\right)\\left(2-\\frac{1}{2n}\\right)}. \\]\n The proof relies on Minkowski's second theorem, which is applied to estimate the multiplicative energy of sets arising from products of intervals."}, {"id": "c54", "text": "Similitudes over fields with I^4=0 : This article studies the set of R-equivalence classes of the group of proper projective similitudes of an algebra with involution of the first kind. The main results concern base fields of characteristic different from 2 over which every 9-dimensional quadratic form has a nontrivial zero. This includes function fields of p-adic curves and extensions of transcendence degree 3 of C. Main results of [28] and [29] are extended by relaxing the condition on the base field as well as on the Clifford invariant for orthogonal involutions."}, {"id": "c55", "text": "Second moment of $\\textrm{GL(3)} \\times \\textrm{GL(2)}$ $L$--functions : For $M_1$ and $ M_2$ two distinct primes, let $ H_k^\\star(M_1M_2, \u03c8)$ denote the set of primitive newforms of level $M_1M_2$, weight $k\\geq 3$ and Nebentypus $\u03c8$ of conductor $M_1$. Let $\u03c0$ be a fixed $SL(3, \\mathbb{Z})$ Hecke cusp form. We prove a Lindel\u00f6f--consistent upper bound for the second moment\n \\[ \\mathop{ \\sum_{\\substack{\u03c8(M_1) \\\\ \u03c8(-1)=(-1)^k }}} \\sideset{}{^h}\\sum_{f \\in H_k^{\\star}(M_1M_2,\u03c8)} |L(1/2, \u03c0\\times f)|^2 \\ll_{\u03c0,\u03b5} M_1^{1+\u03b5}\\]\n in the range $M_2\\leq M_1^{1+\u03b5}$."}, {"id": "c56", "text": "Goldfeld conjecture for non-hyperelliptic direction : Since the curve $y^2 = x^6+1$ has a large automorphism group, there exist twist families arising from non-hyperelliptic directions. In this paper, we give an explicit upper bound on the average analytic rank of such a family, assuming the generalized Riemann hypothesis for the $L$-functions. Also, we propose an analogue of the Goldfeld conjecture for the family following Katz--Sarnak philosophy."}, {"id": "c57", "text": "The cyclosyntomic regulator of a number field : We construct a q-deformation of the p-adic regulator of a number field, called the cyclosyntomic regulator, building on the Habiro ring of Garoufalidis-Scholze-Wheeler-Zagier. The key new ingredient in our construction is a refinement of Sulyma's norm maps in prismatic cohomology, which interpolate between classical powers and Frobenius maps at various prime numbers p. Furthermore, we compute the values of the cyclosyntomic regulator at units of the form $1-\u03b6$, where $\u03b6$ is a root of unity."}, {"id": "c58", "text": "Equidistribution for Tannakian monodromy groups : We prove that a perverse sheaf on a connected commutatitve algebraic group over a finite is generically unramified. This implies an equidistribution theorem for Tannakian monodromy groups in previously unavailable generality. We also prove a stratification theorem for exponential sums in families indexed by a scheme and the characters of a connected commutative algebraic group. Our method is based on Tannakian categories introduced by Gabber and Loeser. This method naturally yields fiber functors. We also prove vanishing theorems over a connected commutative algebraic group, classify the negligible sheaves, and prove relative weak propagation theorems for tori."}, {"id": "c59", "text": "Quartic del Pezzo surfaces over $\\mathbb{F}_p(t)$ without quadratic points : We construct an infinite family of quartic del Pezzo surfaces over $\\mathbb{F}_p(t)$ with no quadratic points, for all primes $p\\neq 2$. This answers a question of Colliot--Th\u00e9l\u00e8ne, Creutz and Viray in the negative, which asks whether every quartic del Pezzo surface has quadratic points over $C_2$ fields. We exhibit a Brauer--Manin obstruction on the variety parametrising lines associated to the quartic del Pezzo surface."}, {"id": "c60", "text": "Ours go to 211: Euler pseudoprimes to 47 prime bases (from Carmichael numbers) : In this paper we show that a certain subset of the Carmichael numbers contains good Euler pseudoprimes, composite numbers that for many bases survive the Solovay-Strassen primality test. We present a classification of Carmichael numbers, and use the knowledge gained from this to create a fast algorithm to compute new Euler pseudoprimes, by multiplying already found Euler pseudoprimes. We use this algorithm to find many Euler pseudoprimes that are pseudoprimes for several consecutive prime bases starting at 2, hence for all integer bases up to that number. The best Euler pseudoprime we find survives up to 211, i.e., survives the first 47 prime bases."}, {"id": "c61", "text": "Prime-Weighted Interference Patterns Inspired by the Euler Product : We study a prime-weighted oscillatory model inspired by structural aspects of the Euler product of the Riemann zeta function. The model defines finite superpositions of prime-frequency modes and exhibits zero-like crossings produced by destructive interference. We analyze how the weight exponent $x$ controls amplitude growth, slope scaling, and stability of crossings. A heuristic asymptotic argument identifies $x=\\tfrac12$ as a distinguished balance regime separating high-energy and over-damped behavior. The results concern the defined model itself."}, {"id": "c62", "text": "An application of Fontaine's monoidal maps to perfectoid towers : To connect arithmetic and ring-theoretic properties of rings of mixed characteristic with those of positive characteristic, we introduce monoidal maps for perfectoid towers. Using these maps, we discuss the almost integrality of perfectoid towers and of their tilts. We also show that the towers constructed by F. Andreatta via ramification theory become perfectoid towers, and we apply the monoidal maps to deduce the normality of their small tilts."}, {"id": "c63", "text": "A statistical model for points expanding in higher dimensions while being tied to bijective involutions : Let $\\mathcal{M}$ be a set with $M$ elements, let $\u03c8:\\mathcal{M}\\to\\mathcal{M}$ be a bijective involution, and let~$\\boldsymbol{\\mathcal{X}}_\u03c8$ be the set of sequences $(x_1,\\dots,x_M)\\in\\mathcal{M}^M$ with the property that $x_{M+1-j} = \u03c8(x_j)$ for $1\\le j\\le M$. This framework can be used to infer the possible distribution of sequences, such as the modular ones, that pose challenges for conventional methods.\n We prove that when $M$ is even, there exists a limit probability density function that weighs the parameter $k$ that counts the appearances of the elements of $\\mathcal{M}$ among the terms of sequences $\\textbf{x}\\in\\boldsymbol{\\mathcal{X}}_\u03c8$. It turns out that the number of fixed points of $\u03c8$ influences the probability density function, which decomposes into two pieces, each multiplied by complementary factors, and the smaller of the two pieces appears only when $k$ is even.\n Applying the model, we find a threshold from which almost all sequences contain related terms with prescribed frequencies."}, {"id": "c64", "text": "Potential Relation Between the Riemann Zeta Function and the Polynomial Function $F$ of the Generalized Erd\u0151s--Straus Conjecture, Subject to its Analytic Continuation : In this article, we explore a natural extension of the quadratic parametrization introduced in our previous work. By replacing the integer $n$ by $n^s$ ($ s\\in\\mathbb{R}, s>1$) and allowing the parameters to be real, we obtain for each $n\\ge 1$ a decomposition $\\frac{k}{n^s} = \\frac{1}{x_s(n)}+\\frac{1}{y_s(n)}+\\frac{1}{z_s(n)}$ with $x_s(n), y_s(n), z_s(n) \\in \\mathbb{R}^*+$. Summing this equality over all integers brings forth the Riemann zeta function. Subject to an analytic continuation of the quantities $x_s(n), y_s(n), z_s(n)$ to complex values of $s$, one would obtain a new function \\(G_k(s)\\) satisfying $G_k(s)=k\\,\u03b6(s)$, thus establishing a deep connection between the structure of the conjecture and the zeros of $\u03b6$."}, {"id": "c65", "text": "Elementary local representation densities at all primes via lifting recursions : Let $p$ be a prime and let $L$ be a quadratic $\\mathbb{Z}_p$-lattice with quadratic form $Q$. For $t\\neq 0$ the local representation density $\u03b1_p(t;L)$ is the stable normalised growth of the congruence counts of solutions to $Q(v)\\equiv t\\pmod{p^m}$. We compute these counts and densities explicitly for the hyperbolic plane $H_0$ over $\\mathbb{Z}p$, uniformly in $p$, and at $p=2$ for the basic dyadic blocks (rank-$1$ Type I blocks and the even binary planes $2^aH\\varepsilon$), together with the anisotropic ternary lattice $L_3=\\langle 2\\rangle^{\\oplus 3}$. At the dyadic prime the usual Jacobian/Hensel lifting mechanism breaks down in the bilinear-lattice convention $Q(v)=\\langle v,v\\rangle$. The main new input is an explicit half-lift involution for diagonal sums of squares, which yields a stable lifting recursion with factor $2^{d-1}$ under the primitivity hypothesis $4\\nmid a$. As applications we obtain closed forms for the three-squares congruence counts (hence $\u03b1_2(t;L_3)$) and a prime-uniform formula for the densities of the scaled hyperbolic planes $p^eH_0$ in the standard normalisation $q=\\langle\\cdot,\\cdot\\rangle/2$."}, {"id": "c66", "text": "Toward the $p$-adic Hodge parameters in the potentially crystalline representations of $\\mathrm{GL}_n$ : Let $p$ be a prime number, $n$ an integer $\\geq 2$, and $L$ a finite extension of $\\mathrm{Q}_p$. Let $\u03c1_L$ be an $n$-dimensional (non-critical but not necessary generic) potentially crystalline $p$-adic Galois representation of the absolute Galois groups of $L$ of regular Hodge-Tate weights. By generalizing the previous results and strategy for the crystabelline case of Ding and the recent work of Breuil-Ding, we construct an explicit locally analytic representation $\u03c0_{1}(\u03c1_L)$, and describe explicitly the information of Hodge filtration of $\u03c1_L$ it determines. When $\u03c1_L$ comes from a patched $p$-adic automorphic representation, we show that $\u03c0_{1}(\u03c1_L)$ is a subrepresentation of the $\\mathrm{GL}_n(L)$-representation globally associated to $\u03c1_L$, under some mild hypothesis."}, {"id": "c67", "text": "Torsion points on $\\rm{GL}_2$-type abelian varieties : It is well known that the rational torsion of an abelian variety defined over a number field injects into the reduction modulo any sufficiently large prime, so the order of the torsion group divides the greatest common divisor of the sizes of points on the reduction at each prime. Drawing inspiration from Katz's Inventiones paper (1981), we investigate the converse to this for abelian varieties of $\\rm GL_2$-type and exhibit a conjectural list of possible torsion orders for modular abelian varieties over $\\mathbb Q$ of dimension up to $5$."}, {"id": "c68", "text": "Distributions of unramified extensions of global fields : Given a finite group $\u0393$, we prove results on the distribution of the prime to $q|\u0393|$-part of fundamental groups of $\u0393$-covers of the projective line $\\mathbb P^1_{\\mathbb F_q}$ over a finite field $\\mathbb F_q$ as $q\\to\\infty$. Equivalently, this is a result on the distribution of the Galois groups of maximal unramified extension of $\u0393$-extensions of $\\mathbb F_q(t)$, and thereby motivates a new conjecture on the distribution of Galois groups of maximal unramified extension of $\u0393$-extensions of a number field. In particular, this allows us to see and predict the effect of roots of unity in the base field on such distributions. We introduce the idea to study these groups along with the class in their 3rd homology group that arises from Artin-Verdier duality. This invariant refines the lifting invariant that, in the function field setting, corresponds to stable components of Hurwitz space. One major input into our function field results is an application of our recently developed methods to determine a distribution of groups (or more general algebraic structures) from its moments. We prove non-existence results in the number field case that support our conjectures in the case where our conjectures predict certain kinds of groups occur with probability zero."}, {"id": "c69", "text": "Rational points on modular curves: parameterization and geometric explanations : We show that, conditional on Zywina's effective version of the Serre uniformity conjecture, there is a natural way to parameterize non-CM $\\mathbb{Q}$-rational points on all modular curves in terms of the rational points on finitely many modular curves. Our proof refines Zywina's work to give a (conditional) parameterization of the images of adelic Galois representations of elliptic curves. In particular, we show that there are 41 $j$-invariants of elliptic curves whose associated Galois image does not vary in an infinite family. Using our explicit parameterization, we show that all rational points on all modular curves arise from the geometry of modular curves in a formal sense, confirming a philosophy of Mazur and Ogg."}, {"id": "c70", "text": "Shifted multiplicative subgroups are not ratio sets : In a recent breakthrough, Kalmynin proved a conjecture of Lev--Sonn and a conjecture of S\u00e1rk\u00f6zy on additive decompositions of multiplicative subgroups of a prime field. In this paper, we prove a multiplicative analogue of Kalmynin's result on a generalization of the Lev--Sonn conjecture, inspired by a relevant conjecture of S\u00e1rk\u00f6zy. We show that all nonzero shifts of proper multiplicative subgroups (of size at least $3$) are not ratio sets of the form $A/A$. This in particular extends a result of Shkredov, where he showed the same for small multiplicative subgroups (of size $0$. We prove that there exist infinitely many quintuples of primes $p_1,\\, p_2,\\, p_3,\\, p_4,\\, p_5$ satisfying the Diophantine inequality \\begin{equation*} \\big|\u03bb_1p^2_1 + \u03bb_2p^2_2 + \u03bb_3p^2_3+ \u03bb_4p^2_4 + \u03bb_5p^2_5+\u03b7\\big|<\\big(\\max p_j\\big)^{\\frac{71-72\u03b3}{29}+\u03b8}\\,, \\end{equation*} where $p_i=[n_i^{1/\u03b3}]$, $i=1,\\,2,\\,3,\\,4,\\,5$. We also prove analogous theorems by raising the last variable in the inequality to the third and fourth powers."}, {"id": "c75", "text": "On local characterizations of Hida families of Siegel modular forms : We provide new local characterizations of Hida families of Siegel modular forms with genus two arising from automorphic inductions (stable Yoshida lifts), analogous to the characterizations of Hida families of CM modular forms provided by Ghate--Vatsal. Our characterizations involve (i) density of de Rham at $p$ specializations at the singular weights $(k,2)$ and (ii) local decomposability at $p$ of the associated $\u039b$-adic Galois representation. Our approach is similar to that of Castella--Wang-Erickson who provided an alternate strategy to reproving the main results of Ghate--Vatsal by applying Ribet's method when an anti-cyclotomic class group is assumed to be pseudo-null and cyclic as a $\u039b$-module. Along these lines, one key input to our methods involves an assumption of pseudo-nullity of Selmer groups that are defined by imposing stricter conditions at $p$ than those imposed for the usual Greenberg Selmer groups appearing in the Asai main conjectures over real quadratic fields. Following Genestier--Tilouine and Pilloni, we also prove a minimal $R=\\mathbb{T}$ theorem that is essential to establishing our results at various stages."}, {"id": "c76", "text": "Existential theories of henselian valued fields under a formal smoothness assumption : We study existential theories of henselian valued fields of positive characteristic with parameters from a trivially valued subfield. Compared to previous work, we relax perfectness and separability assumptions, and instead work with the weaker algebraic hypothesis of formal smoothness over the parameter field, which we discuss in detail in our setting. Assuming a weak consequence of resolution of singularities, which was already used in previous work, we obtain an axiomatisation of the existential theory of such a valued field in terms of the existential theory of the residue field, both over the same parameter field. This result has natural applications to asymptotic theories of completions of function fields of curves. We work these out in detail for the case of function fields over fairly general pseudo-algebraically closed fields, where we obtain decidability of the sets of universal/existential sentences holding in all completions or all but finitely many completions, respectively."}, {"id": "c77", "text": "Solutions of polynomial equations in several variables modulo a prime power : We explain how to obtain the set of solutions of a multivariate polynomial equation modulo a power of a prime number. These solutions are determined by a tree, called the trunk, which makes it possible to reconstruct all solutions. We apply these methods to determine the number of solutions, without having to enumerate them. We also illustrate these techniques by proving a simple case of Igusa's theorem: the Poincar\u00e9 series associated with a polynomial in two separated variables is rational."}, {"id": "c78", "text": "Single conjugacy classes of isometries in orthogonal groups over local fields : All isometries $\u03c3$ in a quadratic space over a non-archimedean local field of characteristic not 2 satisfying that any isometry $\u03c4$ which is conjugate to $\u03c3$ in the general linear group is conjugate to $\u03c3$ in the orthogonal group are determined. This extends \\cite[Theorem 2.1]{Mil} to arbitary cases."}, {"id": "c79", "text": "On Wagstaff primes in the $k$-Lucas number sequence : A Wagstaff prime is a prime number of the form $(2^{\\mathfrak{p}}+1)/3$, where $\\mathfrak{p}$ is an odd prime. Let $(L_n^{(k)})_{n\\geq 2-k}$ be the $k$-Lucas number sequence defined by the recurrence relation\n $ L_n^{(k)} = L_{n-1}^{(k)} + \\cdots + L_{n-k}^{(k)}$, for all $n \\ge 2$, with initial terms \\( L_0^{(k)} = 2 \\) and \\( L_1^{(k)} = 1 \\) for all \\( k \\ge 2 \\), and \\( L_{2-k}^{(k)} = \\cdots = L_{-1}^{(k)} = 0 \\) for \\( k \\ge 3 \\). In this paper, we show that the only solutions to the Diophantine equation $L_n^{(k)} = (2^{\\mathfrak{p}}+1)/3$ are $(n,k,\\mathfrak{p})\\in\\{(5,2,5),(6,4,7)\\}\\cup \\{(2,k,3):k\\ge 2\\}$. We use linear forms in logarithms and the LLL reduction method to prove our result."}, {"id": "c80", "text": "On the Ramanujan Vector Field modulo $p$ : For every prime $p \\geq 5$, we compute the $p$-th power of the Ramanujan vector field that arises from the differential relations discovered by Ramanujan for the Eisenstein series $E_2,E_4$ and $E_6$. Our method results in explicit equations for the $p$-th power and uses classical results of Serre and Swinnerton-Dyer about modular forms modulo $p$. From this, we verify that a general conjecture by Sheperd-Barron and Ekedahl is valid for the Ramanujan vector field. Furthermore, we consider the affine realization of a certain moduli space of elliptic curves where the Ramanujan vector field is defined, and describe - in characteristic $p$ - the locus given by supersingular elliptic curves in two ways: a classical one - using equations for the supersingular polynomial - and a new one as the singular set of some vector fields. Additionally, we prove that the Ramanujan vector field is transversal to this locus."}, {"id": "c81", "text": "Subconvexity Problem on $\\operatorname{GL}_3$ over number fields: the twist aspect : Let $F$ denote a number field and let $\\mathfrak{q}\\subset O_F$ traverse a sequence of prime ideals with norm $N(\\mathfrak{q}) \\to \\infty$ and for each $\\mathfrak{q}$, let $\u03c7\\in \\widehat{F^{\\times}\\setminus \\mathbb{A}^\\times}$ be a finite order character of conductor $\\mathfrak{q}$. For a fixed unitary cuspidal automorphic representation $\u03c0$ of $\\operatorname{GL}_3/F$ we show that \\begin{equation*} L(\u03c0\\otimes \u03c7,\\tfrac{1}{2})\\ll \\ N(\\mathfrak{q})^{3/4-\u03ba}.\\end{equation*} holds for all $\u03ba< \\frac{1}{36}$."}, {"id": "c82", "text": "Large fluctuations of sums of a random multiplicative function : Let $f$ be a Rademacher or Steinhaus random multiplicative function. For various arithmetically interesting subsets $\\mathcal A\\subseteq [1, N]\\cap\\mathbb N$ such that the distribution of $\\sum_{n\\in \\mathcal A} f(n)$ is approximately Gaussian, we develop a general framework to understand the large fluctuations of the sum. This extends the general central limit theorem framework of Soundararajan and Xu.\n In the case when $\\mathcal A = (N-H, N]$ is a short interval with admissible $H=H(N)$, we show that almost surely \\begin{equation*}\n \\limsup_{N\\to\\infty} \\frac{\\big\\lvert\\sum_{N-H0. \\end{equation*} When $\\mathcal A$ is the set of values of an admissible polynomial $P\\in\\mathbb Z[x]$, we extend work of Klurman, Shkredov, and Xu, as well as Chinis and the author, showing that almost surely \\begin{equation*}\n \\limsup_{N\\to\\infty} \\frac{\\big\\lvert\\sum_{n\\leq N} f(P(n))\\big\\rvert}{\\sqrt{N \\log\\log N}}>0, \\end{equation*} even when $P$ is a product of linear factors over $\\mathbb Q$. In this case, we also establish the corresponding almost sure upper bound, matching the law of iterated logarithm.\n An important ingredient in our work is bounding the Kantorovich--Wasserstein distance by means of a quantitative martingale central limit theorem."}, {"id": "c83", "text": "Quantitative results on the $k$-dimensional Duffin-Schaeffer conjecture : For all $k\\geq 2$, we provide almost-sharp quantitative results for the $k$-dimensional Duffin-Schaeffer conjecture, analogous to recent developments in the 1-D case of Koukoulopoulos-Maynard-Yang. In particular, for $\u03c8:\\mathbb{N}\\to[0,1/2]$ such that $\\sum_{q\\in \\mathbb{N}}(\u03c8(q)\\varphi(q)/q)^k$ diverges, $Q\\geq 1$ and $\u03b1\\in\\mathbb{R}$, we denote by $S_k(\u03b1, Q)$ the number of pairs $(a,q)\\in\\mathbb{Z}^k\\times \\mathbb{N}$ with $q\\leq Q$, $\\gcd(a_i,q)=1$ for each $i\\in\\{1,\\dots,k\\}$, satisfying $\\|q\u03b1-a\\|_{\\infty}<\u03c8(q)$. Defining $\u03a8_k(Q)=\\sum_{q\\leq Q}(2\u03c8(q)\\varphi(q)/q)^k$, we show that for all $\\varepsilon>0$ and almost all $\u03b1$ one has $S_k(\u03b1,Q)=\u03a8_k(Q)+O_{\\varepsilon,k}(\u03a8(Q)^{1/2+\\varepsilon})$."}, {"id": "c84", "text": "Properties of the Function \\(F_{x,t}^{(k)}(n)\\) with Applications to the Erd\u0151s--Straus, Sierpi\u0144ski Conjectures and Their Generalizations : This article develops a parametric approach to study the Diophantine equation \\(\\frac{k}{n} = \\frac{1}{x} + \\frac{1}{y} + \\frac{1}{z}\\), underlying the Erd\u0151s--Straus (\\(k=4\\)), Sierpi\u0144ski (\\(k=5\\)), and their generalizations. We introduce and analyze the fundamental function \\(F_{x,t}^{(k)}(n) = t^2(kx-n)^2 - 2nxt\\), whose perfect square values are equivalent to solutions of the conjectures.\n For any fixed pair \\((x,t)\\), we define its admissible domain \\(\\mathcal{D}_{x,t}^{(k)}\\) and prove that on this domain, \\(F\\) is strictly decreasing, non-negative, and converges to its minimum. A key result is the Zero Lemma: if \\(F(n_0)=0\\) for some \\(n_0\\) in the domain, then \\(n_0\\) is necessarily the upper bound of \\(\\mathcal{D}_{x,t}^{(k)}\\), and such zeros of \\(F\\) yield explicit symmetric solutions with \\(y=z\\).\n As an illustration, in the classical Erd\u0151s--Straus case (\\(k=4\\)), we explicitly construct symmetric solutions \\(y = z\\) for all integers \\(n \\equiv 0,2,3 \\pmod{4}\\), covering already \\(75\\%\\) of all integers. For the remaining class \\(n \\equiv 1 \\pmod{4}\\), which is traditionally more challenging, we construct explicit symmetric solutions based on the existence of a divisor \\(b \\equiv 3 \\pmod{4}\\), and we show that this condition is satisfied for almost all such integers: the set of exceptions has natural density zero.\n Consequently, the Erd\u0151s--Straus conjecture is verified for a proportion of integers tending to \\(1\\) in this class. In particular, we obtain infinitely many new explicit families of symmetric solutions for numbers not covered by Mordell's theorem. These results elucidate the structural behavior of \\(F\\) and provide a unified framework for generating large families of solutions."}, {"id": "c85", "text": "Hilbert surfaces, modular forms, and Siegel-Veech constants : We give the values of the Siegel-Veech constants associated with saddle connections having distinct endpoints on translation surfaces in Prym eigenform loci in $\u03a9\\mathcal{M}_3(2,2)^{\\rm odd}$. In particular, we show that these constants are actually the same for all of these loci. As a by-product, we show that the Euler characteristic of the Hilbert modular surfaces which parametrize Abelian surfaces with $(1,2)$-polarization admitting a real multiplication and the Euler characteristic of their product locus are related by a simple formula. For principally polarized Abelian surfaces, a similar phenomenon has been observed by Bainbridge."}, {"id": "c86", "text": "Nontrivial torsion in the Tate--Shafarevich group via visibility and twists : Let $\\ell$ be an odd prime. We study the visibility theorem for certain elliptic curves over $\\mathbb{Q}$ with additive reduction at $\\ell$ and no degree $\\ell$ isogeny defined over $\\mathbb{Q}$, and deduce the existence of nontrivial $\\ell$-torsion in $\\Sha(E^D/\\mathbb{Q})$ for suitable quadratic twists $E^D$. As an application for $\\ell=3$, we exhibit pairs of non-isomorphic elliptic curves with the same BSD invariants, Kodaira symbols, and minimal discriminants, whose Tate--Shafarevich groups are isomorphic and have nontrivial $3$-primary parts."}, {"id": "c87", "text": "Monodromy rank and the semisimple Mumford-Tate conjecture for hyper-K\u00e4hler varieties : In this paper, we establish two main results concerning the Mumford-Tate conjecture for hyper-K\u00e4hler varieties. First, we prove the conjecture for the semisimplified $\\ell$-adic Galois representations attached to hyper-K\u00e4hler varieties with second Betti number $b_2 \\geq 4$. As a direct consequence, we deduce that the Hodge conjecture implies the Tate conjecture for powers of hyper-K\u00e4hler varieties. Second, we show that the Mumford-Tate conjecture for hyper-K\u00e4hler varieties is invariant under deformation. The proofs rely on comparing the ranks of $\\ell$-adic algebraic monodromy groups in higher degrees to those in degree $2$ via the theory of Frobenius tori and the Looijenga-Lunts-Verbitsky Lie algebra."}, {"id": "c88", "text": "Modular abelian surfaces of small conductor with nontrivial Tate--Shafarevich groups : We exhibit examples of geometrically simple abelian surfaces $A/\\mathbb{Q}$ with conductor bounded by $(10\\,000)^2$ whose Tate--Shafarevich groups contain a subgroup isomorphic to $(\\mathbb{Z}/p\\mathbb{Z})^2$ for each $p = 5, 7, 11, 13$. To find these examples we generalise work of Cremona--Freitas to enumerate all congruences of a certain type between pairs of weight $2$ newforms $f \\in S_2^{\\mathrm{new}}(\u0393_0(N))$ and $g \\in S_2^{\\mathrm{new}}(\u0393_0(M))$ contained in the LMFDB (i.e., with $N, M < 10\\,000$) and with coefficient fields of degree $\\leq 4$. Passing from the modular forms to the corresponding abelian varieties we use visibility to (unconditionally) prove the existence of non-trivial elements of the Tate--Shafarevich group. Finally we construct an example of an abelian surface with $(\\mathbb{Z}/7\\mathbb{Z})^2 \\subset \\mathrm{Sha}(A/\\mathbb{Q})$ which is (conjecturally) not visible in any abelian threefold."}, {"id": "c89", "text": "A new proof of Carlitz-Wan conjecture on exceptional polynomials : We give a new proof of Carlitz-Wan's conjecture, previously proved by Lenstra (1995). Compared to Lenstra's proof, our argument is easier to follow and more intuitive."}, {"id": "c90", "text": "Stacky Batyrev-Manin conjecture and modular curves : Let $\\mathscr{X}_0(N)$ be the Deligne--Rapoport modular stack of elliptic curves endowed with a cyclic rational $N$-isogeny over a number field $F$. Let $N\\in\\{1,2,3,4,5,6,7,8,9,10,12,13,16,18,25\\},$ which are precisely the values for which the coarse moduli space of $\\mathscr{X}_0(N)$ is isomorphic to $\\mathbb{P}^1$. We show that the stacky Batyrev--Manin conjecture [DY24] holds for the naive height on $\\mathscr{X}_0(N)$ when $F=\\mathbb{Q}$. In the process, we give a concrete description of $\\mathscr{X}_0(N)$ as a square root stack over a stacky curve."}, {"id": "c91", "text": "Extreme $L_p$ discrepancy, numerical integration and the curse of dimensionality : The classical notion of extreme $L_p$ discrepancy is a quantitative measure for the irregularity of distribution of finite point sets in the $d$-dimensinal unit cube. In this paper we find a dual integration problem whose worst-case error is exactly the extreme $L_p$ discrepancy of the underlying integration nodes. Studying this integration problem we show that the extreme $L_p$ discrepancy suffers from the curse of dimensionality for all $p \\in (1,\\infty)$. It is known that the problem is tractable for $p=\\infty$; the case $p=1$ stays open."}, {"id": "c92", "text": "On the analytic continuation of Dirichlet series with missing digits : We study the Dirichlet series associated with the integers whose radix-$b$ representation misses certain (fixed) digits. The existence of a meromorphic continuation to the entire complex plane, which was already well-known as a general fact valid for $b$-automatic Dirichlet series, is proven anew from a representation as an everywhere defined series with good convergence properties. A generating function related to the residues on the real axis is shown to be the multiplicative inverse of the moment generating function for the associated Cantor set in the unit interval. This makes the (normalized) residues some sort of generalized Bernoulli numbers."}, {"id": "c93", "text": "Arithmetic Aspects of Number Fields Generated by Polynomial Families : Let $f(x)=(x^{k}+c)^{m}-ax^{n}\\in\\mathbb{Z}[x]$ be an irreducible polynomial over $\\mathbb{Q}$, where $k,m,n\\in\\mathbb{N}$ with $km>n$, and let $K=\\mathbb{Q}(\u03b8)$, where $\u03b8$ is a root of $f(x)$. We investigate the arithmetic properties of the number fields that arise from this family. We first obtain an explicit formula for the discriminant of $f(x)$. Using this formula, we establish necessary and sufficient conditions for the monogeneity of $f(x)$, expressed in terms of the prime divisors of $a$ and $c$ and the parameters $k,m,n$. This yields infinite families of monogenic polynomials of arbitrary degree, including families with a non-square-free discriminant. Building on these results, we extend our algebraic characterization to composite polynomials, establishing some explicit conditions for the monogeneity of the composition of $f(x)$ with an arbitrary polynomial $g(x)$. From an analytic point of view, we derive asymptotic estimates for the number of monogenic polynomials in these families under natural assumptions. We further study non-monogeneity via the field index $i(K)$ and, for each prime $p$, provide sufficient conditions ensuring $\u03bd_p(i(K))=1$, yielding partial progress toward a problem of Narkiewicz. We also highlight a connection with a class of differential equations naturally associated with $f(x)$. As an application, we determine the conditions under which the splitting field of $f(x)$ has a full symmetric Galois group. Several explicit examples illustrate our results."}, {"id": "c94", "text": "A cohomological invariant for algebras of degree 8 and exponent 2 in characteristic 2 : Our aim in this paper is to extend a work of Sivatski to characteristic 2. More precisely, for $F$ a field of characteristic $2$ and a central simple algebra $A$ of exponent 2 that splits over a triquadratic extension of $F$ of separability degree at least 4, we attach a cohomological invariant $\\inv(A) \\in H_2^3(F) / G$, where $H_2^3(F)$ is the third Kato-Milno cohomology group and $G$ is a subgroup of $H_2^3(F)$ divisible by the Brauer class of $A$. As an application, we will relate the decomposability of the algebra in degree 8 to the vanishing of $\\inv(A)$. Moreover, we will use this invariant to prove some descent results for central simple algebras and quadratic forms over biquadratic extensions."}, {"id": "c95", "text": "$L^4$-norms of automorphic forms in the depth aspect : Let $p$ be an odd prime, and suppose $f$ is an $L^2$-normalised newform for $\u0393_0(p^n)$ with bounded spectral parameters and trivial central character. We prove the optimal $L^4$-norm bound $\\lVert f \\rVert_4 \\ll_{p,\\varepsilon}(p^{n})^\\varepsilon $ for all $\\varepsilon >0$ as $n \\rightarrow \\infty$."}, {"id": "c96", "text": "Arithmetic BF theory and the Cassels-Tate pairing : We give a systematic treatment of the arithmetic BF theory, introduced by Carlson and Kim. We observe that the Cassels-Tate pairing can be naturally interpreted as an arithmetic BF functional."}, {"id": "c97", "text": "Congruences for traces of singular moduli and Hurwitz - Kronecker class numbers : Traces of singular moduli were introduced and studied by Zagier in 1998. Being simultaneously the (traces of) values of a modular function ($j$-invariant) and Fourier coefficients of modular forms - which constitutes Zagier's duality - these integers are quite interesting. Since then, a substantial amount of research was devoted to various properties of these numbers, congruences in particular. We present an alternative point of view on these congruences, specifically, we view them as congruences between certain weight $3/2$ modular forms under repeated action of $U$-operator. That allows us to obtain a general result which includes some previously known results as special cases. Our approach is especially effective when the prime modulus is relatively small. In these cases, we obtain explanations for certain numerical observations and quantification of some previously known qualitative results. As an application, we obtain modulo $11$ congruences between the traces of singular moduli and class numbers of quadratic fields in the case when the twisted central special value of the $L$-function associated with the elliptic curve of conductor $11$ vanishes."}, {"id": "c98", "text": "Moduli of $G$-bundles on rigid gerbes over affine curves : We geometrize the basic cohomology set $H^{1}(\\text{Kal}_{F}, G)_{\\text{basic}}$ for a global function field $F$. We do this by constructing a v-stack $\\text{Bun}_{G,F}^{e}$ which has localization maps to Fargues' analogous stack $\\text{Bun}_{G,F_{v}}^{e}$ for all places $v$ of $F$ and whose semistable locus is the disjoint union of $\\text{Bun}_{G_{b},F}$ for all $b \\in H^{1}(\\text{Kott}_{F} \\times_{F} \\text{Kal}_{F},G)_{\\text{basic}}$. We also prove a version of Tate-Nakayama duality for $H^{1}(\\text{Kott}_{F} \\times_{F} \\text{Kal}_{F},G)_{\\text{basic}}$, which lets us state a conjectural multiplicity formula for discrete automorphic representations of $G(\\mathbb{A}_{F})$ adapted to this new cohomology set."}, {"id": "c99", "text": "Proofs of Lupu's conjectures for multiple zeta values and multiple $t$-values : Let $r\\ge 1$ be an integer. For any multiple index $\\mathbf{s}=(s_1,s_2,\\cdots,s_r) \\in\\mathbb{Z}_{\\geq 1}^r$ with $s_r>1$, the multiple zeta value (MZV for short) is defined by \\begin{align*} \u03b6(s_1,s_2,\\cdots,s_r):=\\sum_{1\\leq k_1 = 0, defining a codimension-one subspace H0. Minimizing distance to an unconstrained target u_star yields the work-dissipation functional J(v) = - (mu / 2) ||v||^2, whose maximizer follows directly from the Hilbert projection theorem. Enforcing the boundary v >= -1 produces a bounded Hilbert projection that induces exact sparsity, assigning zero probability to catastrophically poor actions through a closed-form threshold. To connect this functional theory with practice, GOPO projects from infinite-dimensional L2(pi_k) to a finite empirical subspace induced by group sampling. Because group-normalized advantages sum to zero, the Lagrange multiplier enforcing probability conservation vanishes exactly, reducing the constrained projection to an unconstrained empirical loss. The resulting objective has constant Hessian curvature mu I, non-saturating linear gradients, and an intrinsic dead-zone mechanism without heuristic clipping. Experiments on mathematical reasoning benchmarks show that GOPO achieves competitive generalization while maintaining stable gradient dynamics and entropy preservation in regimes where clipping-based methods plateau."}, {"id": "c135", "text": "Stochastic Discount Factors with Cross-Asset Spillovers : This paper develops a unified framework that links firm-level predictive signals, cross-asset spillovers, and the stochastic discount factor (SDF). Signals and spillovers are jointly estimated by maximizing the Sharpe ratio, yielding an interpretable SDF that both ranks characteristic relevance and uncovers the direction of predictive influence across assets. Out-of-sample, the SDF consistently outperforms self-predictive and expected-return benchmarks across investment universes and market states. The inferred information network highlights large, low-turnover firms as net transmitters. The framework offers a clear, economically grounded view of the informational architecture underlying cross-sectional return dynamics."}, {"id": "c136", "text": "Maximum entropy based testing in network models: ERGMs and constrained optimization : Stochastic network models play a central role across a wide range of scientific disciplines, and questions of statistical inference arise naturally in this context. In this paper we investigate goodness-of-fit and two-sample testing procedures for statistical networks based on the principle of maximum entropy (MaxEnt). Our approach formulates a constrained entropy-maximization problem on the space of networks, subject to prescribed structural constraints. The resulting test statistics are defined through the Lagrange multipliers associated with the constrained optimization problem, which, to our knowledge, is novel in the statistical networks literature.\n We establish consistency in the classical regime where the number of vertices is fixed. We then consider asymptotic regimes in which the graph size grows with the sample size, developing tests for both dense and sparse settings. In the dense case, we analyze exponential random graph models (ERGM) (including the Erd\u00f6s-R\u00e8nyi models), while in the sparse regime our theory applies to Erd{\u00f6}s-R{\u00e8}nyi graphs.\n Our analysis leverages recent advances in nonlinear large deviation theory for random graphs. We further show that the proposed Lagrange-multiplier framework connects naturally to classical score tests for constrained maximum likelihood estimation. The results provide a unified entropy-based framework for network model assessment across diverse growth regimes."}, {"id": "c137", "text": "DANCE: Doubly Adaptive Neighborhood Conformal Estimation : The recent developments of complex deep learning models have led to unprecedented ability to accurately predict across multiple data representation types. Conformal prediction for uncertainty quantification of these models has risen in popularity, providing adaptive, statistically-valid prediction sets. For classification tasks, conformal methods have typically focused on utilizing logit scores. For pre-trained models, however, this can result in inefficient, overly conservative set sizes when not calibrated towards the target task. We propose DANCE, a doubly locally adaptive nearest-neighbor based conformal algorithm combining two novel nonconformity scores directly using the data's embedded representation. DANCE first fits a task-adaptive kernel regression model from the embedding layer before using the learned kernel space to produce the final prediction sets for uncertainty quantification. We test against state-of-the-art local, task-adapted and zero-shot conformal baselines, demonstrating DANCE's superior blend of set size efficiency and robustness across various datasets."}, {"id": "c138", "text": "Sparse Bayesian Deep Functional Learning with Structured Region Selection : In modern applications such as ECG monitoring, neuroimaging, wearable sensing, and industrial equipment diagnostics, complex and continuously structured data are ubiquitous, presenting both challenges and opportunities for functional data analysis. However, existing methods face a critical trade-off: conventional functional models are limited by linearity, whereas deep learning approaches lack interpretable region selection for sparse effects. To bridge these gaps, we propose a sparse Bayesian functional deep neural network (sBayFDNN). It learns adaptive functional embeddings through a deep Bayesian architecture to capture complex nonlinear relationships, while a structured prior enables interpretable, region-wise selection of influential domains with quantified uncertainty. Theoretically, we establish rigorous approximation error bounds, posterior consistency, and region selection consistency. These results provide the first theoretical guarantees for a Bayesian deep functional model, ensuring its reliability and statistical rigor. Empirically, comprehensive simulations and real-world studies confirm the effectiveness and superiority of sBayFDNN. Crucially, sBayFDNN excels in recognizing intricate dependencies for accurate predictions and more precisely identifies functionally meaningful regions, capabilities fundamentally beyond existing approaches."}, {"id": "c139", "text": "On the Convergence of Stochastic Gradient Descent with Perturbed Forward-Backward Passes : We study stochastic gradient descent (SGD) for composite optimization problems with $N$ sequential operators subject to perturbations in both the forward and backward passes. Unlike classical analyses that treat gradient noise as additive and localized, perturbations to intermediate outputs and gradients cascade through the computational graph, compounding geometrically with the number of operators. We present the first comprehensive theoretical analysis of this setting. Specifically, we characterize how forward and backward perturbations propagate and amplify within a single gradient step, derive convergence guarantees for both general non-convex objectives and functions satisfying the Polyak--\u0141ojasiewicz condition, and identify conditions under which perturbations do not deteriorate the asymptotic convergence order. As a byproduct, our analysis furnishes a theoretical explanation for the gradient spiking phenomenon widely observed in deep learning, precisely characterizing the conditions under which training recovers from spikes or diverges. Experiments on logistic regression with convex and non-convex regularization validate our theories, illustrating the predicted spike behavior and the asymmetric sensitivity to forward versus backward perturbations."}, {"id": "c140", "text": "Scalable multitask Gaussian processes for complex mechanical systems with functional covariates : Functional covariates arise in many scientific and engineering applications when model inputs take the form of time-dependent or spatially distributed profiles, such as varying boundary conditions or changing material behaviours. In addition, new practices in digital simulation require predictions accompanied by confidence intervals. Models based on Gaussian processes (GPs) provide principled uncertainty quantification. However, GPs capable of jointly handling functional covariates and multiple correlated functional tasks remain largely under-explored. In this work, we extend the framework of GPs with functional covariates to multitask problems by introducing a fully separable kernel structure that captures dependencies across tasks and functional inputs. By taking advantage of the Kronecker structure of the covariance matrix, the model is made scalable. The proposed model is validated on a synthetic benchmark and applied to a realistic structure, a riveted assembly with functional descriptions of the material behaviour and response forces. The proposed functional multitask GP significantly improves over single task GPs. For the riveted assembly, it requires less than 100 samples to produce an accurate mean and confidence interval prediction. Despite its larger number of parameters, the multitask GP is computationally easier to learn than its single task pendant."}, {"id": "c141", "text": "Amortized Bayesian inference for actigraph time sheet data from mobile devices : Mobile data technologies use ``actigraphs'' to furnish information on health variables as a function of a subject's movement. The advent of wearable devices and related technologies has propelled the creation of health databases consisting of human movement data to conduct research on mobility patterns and health outcomes. Statistical methods for analyzing high-resolution actigraph data depend on the specific inferential context, but the advent of Artificial Intelligence (AI) frameworks require that the methods be congruent to transfer learning and amortization. This article devises amortized Bayesian inference for actigraph time sheets. We pursue a Bayesian approach to ensure full propagation of uncertainty and its quantification using a hierarchical dynamic linear model. We build our analysis around actigraph data from the Physical Activity through Sustainable Transport Approaches in Los Angeles (PASTA-LA) study conducted by the Fielding School of Public Health in the University of California, Los Angeles. Apart from achieving probabilistic imputation of actigraph time sheets, we are also able to statistically learn about the time-varying impact of explanatory variables on the magnitude of acceleration (MAG) for a cohort of subjects."}, {"id": "c142", "text": "Characterizing Online and Private Learnability under Distributional Constraints via Generalized Smoothness : Understanding minimal assumptions that enable learning and generalization is perhaps the central question of learning theory. Several celebrated results in statistical learning theory, such as the VC theorem and Littlestone's characterization of online learnability, establish conditions on the hypothesis class that allow for learning under independent data and adversarial data, respectively. Building upon recent work bridging these extremes, we study sequential decision making under distributional adversaries that can adaptively choose data-generating distributions from a fixed family $U$ and ask when such problems are learnable with sample complexity that behaves like the favorable independent case. We provide a near complete characterization of families $U$ that admit learnability in terms of a notion known as generalized smoothness i.e. a distribution family admits VC-dimension-dependent regret bounds for every finite-VC hypothesis class if and only if it is generalized smooth. Further, we give universal algorithms that achieve low regret under any generalized smooth adversary without explicit knowledge of $U$. Finally, when $U$ is known, we provide refined bounds in terms of a combinatorial parameter, the fragmentation number, that captures how many disjoint regions can carry nontrivial mass under $U$. These results provide a nearly complete understanding of learnability under distributional adversaries. In addition, building upon the surprising connection between online learning and differential privacy, we show that the generalized smoothness also characterizes private learnability under distributional constraints."}, {"id": "c143", "text": "Upper-Linearizability of Online Non-Monotone DR-Submodular Maximization over Down-Closed Convex Sets : We study online maximization of non-monotone Diminishing-Return(DR)-submodular functions over down-closed convex sets, a regime where existing projection-free online methods suffer from suboptimal regret and limited feedback guarantees. Our main contribution is a new structural result showing that this class is $1/e$-linearizable under carefully designed exponential reparametrization, scaling parameter, and surrogate potential, enabling a reduction to online linear optimization. As a result, we obtain $O(T^{1/2})$ static regret with a single gradient query per round and unlock adaptive and dynamic regret guarantees, together with improved rates under semi-bandit, bandit, and zeroth-order feedback. Across all feedback models, our bounds strictly improve the state of the art."}, {"id": "c144", "text": "Stability and Generalization of Push-Sum Based Decentralized Optimization over Directed Graphs : Push-Sum-based decentralized learning enables optimization over directed communication networks, where information exchange may be asymmetric. While convergence properties of such methods are well understood, their finite-iteration stability and generalization behavior remain unclear due to structural bias induced by column-stochastic mixing and asymmetric error propagation. In this work, we develop a unified uniform-stability framework for the Stochastic Gradient Push (SGP) algorithm that captures the effect of directed topology. A key technical ingredient is an imbalance-aware consistency bound for Push-Sum, which controls consensus deviation through two quantities: the stationary distribution imbalance parameter $\u03b4$ and the spectral gap $(1-\u03bb)$ governing mixing speed. This decomposition enables us to disentangle statistical effects from topology-induced bias. We establish finite-iteration stability and optimization guarantees for both convex objectives and non-convex objectives satisfying the Polyak--\u0141ojasiewicz condition. For convex problems, SGP attains excess generalization error of order $\\tilde{\\mathcal{O}}\\!\\left(\\frac{1}{\\sqrt{mn}}+\\frac\u03b3{\u03b4(1-\u03bb)}+\u03b3\\right)$ under step-size schedules, and we characterize the corresponding optimal early stopping time that minimizes this bound. For P\u0141 objectives, we obtain convex-like optimization and generalization rates with dominant dependence proportional to $\u03ba\\!\\left(1+\\frac{1}{\u03b4(1-\u03bb)}\\right)$, revealing a multiplicative coupling between problem conditioning and directed communication topology. Our analysis clarifies when Push-Sum correction is necessary compared with standard decentralized SGD and quantifies how imbalance and mixing jointly shape the best attainable learning performance."}, {"id": "c145", "text": "Standard Transformers Achieve the Minimax Rate in Nonparametric Regression with $C^{s,\u03bb}$ Targets : The tremendous success of Transformer models in fields such as large language models and computer vision necessitates a rigorous theoretical investigation. To the best of our knowledge, this paper is the first work proving that standard Transformers can approximate H\u00f6lder functions $ C^{s,\u03bb}\\left([0,1]^{d\\times n}\\right) $$ (s\\in\\mathbb{N}_{\\geq0},0<\u03bb\\leq1) $ under the $L^t$ distance ($t \\in [1, \\infty]$) with arbitrary precision. Building upon this approximation result, we demonstrate that standard Transformers achieve the minimax optimal rate in nonparametric regression for H\u00f6lder target functions. It is worth mentioning that, by introducing two metrics: the size tuple and the dimension vector, we provide a fine-grained characterization of Transformer structures, which facilitates future research on the generalization and optimization errors of Transformers with different structures. As intermediate results, we also derive the upper bounds for the Lipschitz constant of standard Transformers and their memorization capacity, which may be of independent interest. These findings provide theoretical justification for the powerful capabilities of Transformer models."}, {"id": "c146", "text": "Oracle-Robust Online Alignment for Large Language Models : We study online alignment of large language models under misspecified preference feedback, where the observed preference oracle deviates from an ideal but unknown ground-truth oracle. The online LLM alignment problem is a bi-level reinforcement problem due to the coupling between data collection and policy updates. Recently, the problem has been reduced to tractable single-level objective in the SAIL (Self-Improving Efficient Online Alignment) framework. In this paper, we introduce a pointwise oracle uncertainty set in this problem and formulate an oracle-robust online alignment objective as a worst-case optimization problem. For log-linear policies, we show that this robust objective admits an exact closed-form decomposition into the original loss function plus an explicit sensitivity penalty. We develop projected stochastic composite updates for the resulting weakly convex objective and prove $\\widetilde{O}(\\varepsilon^{-2})$ oracle complexity for reaching approximate stationarity."}, {"id": "c147", "text": "Wasserstein Distributionally Robust Online Learning : We study distributionally robust online learning, where a risk-averse learner updates decisions sequentially to guard against worst-case distributions drawn from a Wasserstein ambiguity set centered at past observations. While this paradigm is well understood in the offline setting through Wasserstein Distributionally Robust Optimization (DRO), its online extension poses significant challenges in both convergence and computation. In this paper, we address these challenges. First, we formulate the problem as an online saddle-point stochastic game between a decision maker and an adversary selecting worst-case distributions, and propose a general framework that converges to a robust Nash equilibrium coinciding with the solution of the corresponding offline Wasserstein DRO problem. Second, we address the main computational bottleneck, which is the repeated solution of worst-case expectation problems. For the important class of piecewise concave loss functions, we propose a tailored algorithm that exploits problem geometry to achieve substantial speedups over state-of-the-art solvers such as Gurobi. The key insight is a novel connection between the worst-case expectation problem, an inherently infinite-dimensional optimization problem, and a classical and tractable budget allocation problem, which is of independent interest."}, {"id": "c148", "text": "Selecting Optimal Variable Order in Autoregressive Ising Models : Autoregressive models enable tractable sampling from learned probability distributions, but their performance critically depends on the variable ordering used in the factorization via complexities of the resulting conditional distributions. We propose to learn the Markov random field describing the underlying data, and use the inferred graphical model structure to construct optimized variable orderings. We illustrate our approach on two-dimensional image-like models where a structure-aware ordering leads to restricted conditioning sets, thereby reducing model complexity. Numerical experiments on Ising models with discrete data demonstrate that graph-informed orderings yield higher-fidelity generated samples compared to naive variable orderings."}, {"id": "c149", "text": "Gap-Dependent Bounds for Nearly Minimax Optimal Reinforcement Learning with Linear Function Approximation : We study gap-dependent performance guarantees for nearly minimax-optimal algorithms in reinforcement learning with linear function approximation. While prior works have established gap-dependent regret bounds in this setting, existing analyses do not apply to algorithms that achieve the nearly minimax-optimal worst-case regret bound $\\tilde{O}(d\\sqrt{H^3K})$, where $d$ is the feature dimension, $H$ is the horizon length, and $K$ is the number of episodes. We bridge this gap by providing the first gap-dependent regret bound for the nearly minimax-optimal algorithm LSVI-UCB++ (He et al., 2023). Our analysis yields improved dependencies on both $d$ and $H$ compared to previous gap-dependent results. Moreover, leveraging the low policy-switching property of LSVI-UCB++, we introduce a concurrent variant that enables efficient parallel exploration across multiple agents and establish the first gap-dependent sample complexity upper bound for online multi-agent RL with linear function approximation, achieving linear speedup with respect to the number of agents."}, {"id": "c150", "text": "Discrete Diffusion with Sample-Efficient Estimators for Conditionals : We study a discrete denoising diffusion framework that integrates a sample-efficient estimator of single-site conditionals with round-robin noising and denoising dynamics for generative modeling over discrete state spaces. Rather than approximating a discrete analog of a score function, our formulation treats single-site conditional probabilities as the fundamental objects that parameterize the reverse diffusion process. We employ a sample-efficient method known as Neural Interaction Screening Estimator (NeurISE) to estimate these conditionals in the diffusion dynamics. Controlled experiments on synthetic Ising models, MNIST, and scientific data sets produced by a D-Wave quantum annealer, synthetic Potts model and one-dimensional quantum systems demonstrate the proposed approach. On the binary data sets, these experiments demonstrate that the proposed approach outperforms popular existing methods including ratio-based approaches, achieving improved performance in total variation, cross-correlations, and kernel density estimation metrics."}, {"id": "c151", "text": "Learning Quantum Data Distribution via Chaotic Quantum Diffusion Model : Generative models for quantum data pose significant challenges but hold immense potential in fields such as chemoinformatics and quantum physics. Quantum denoising diffusion probabilistic models (QuDDPMs) enable efficient learning of quantum data distributions by progressively scrambling and denoising quantum states; however, existing implementations typically rely on circuit-based random unitary dynamics that can be costly to realize and sensitive to control imperfections, particularly on analog quantum hardware. We propose the chaotic quantum diffusion model, a framework that generates projected ensembles via chaotic Hamiltonian time evolution, providing a flexible and hardware-compatible diffusion mechanism. Requiring only global, time-independent control, our approach substantially reduces implementation overhead across diverse analog quantum platforms while achieving accuracy comparable to QuDDPMs. This method improves trainability and robustness, broadening the applicability of quantum generative modeling."}, {"id": "c152", "text": "Hydrodynamics of Dense Active Fluids: Turbulence-Like States and the Role of Advected Activity : Dense suspensions of self-propelled bacteria and related active fluids exhibit spontaneous flow generation, vortex formation, and spatiotemporally chaotic dynamics despite operating at vanishingly small Reynolds numbers. These phenomena, commonly referred to as active turbulence, display striking visual and statistical similarities to classical inertial turbulence while arising from fundamentally different nonequilibrium mechanisms. In this article, we present a combined review and theoretical study of hydrodynamic models for dense active fluids, with particular emphasis on bacterial suspensions described by the Toner--Tu--Swift--Hohenberg (TTSH) framework. We review key experimental and theoretical developments underlying the analogy between active and inertial turbulence, highlighting the emergence of multiple dynamical regimes and the conditions under which universal spectral and intermittent behavior arises in homogeneous systems. Moving beyond the conventional assumption of spatially uniform activity, we introduce a minimal model in which the activity field is heterogeneous and dynamically advected by the flow it generates. Thus treating activity as a spatiotemporally evolving field coupled to the TTSH dynamics, we investigate how advection and diffusion lead to sharp activity fronts, confinement of turbulent motion, and complex interfacial morphologies. Our numerical results demonstrate that spatial variations in activity can induce transient coexistence of distinct spectral regimes and that universality in active turbulence is inherently local and time-dependent in heterogeneous systems. These findings underscore the importance of treating activity as a dynamical field in its own right and provide a framework for studying active turbulence in more realistic, spatially structured biological and synthetic active matter systems."}, {"id": "c153", "text": "Superpositions between non linear intermittency maps, application in biological neurons networks : In a series of works of ours we have shown that we can represent the critical and tricritical points of the Statistical Physics of critical phenomena as a Dynamical phenomenon expressed by time series produced by the type I intermittency that exhibits a weak chaos. Recently we have also shown that if we couple these two chaotic dynamics, namely critical and tricritical, we can produce a time sequence which is a temporal Spike Train (ST) of biological-type . In the present work we generalize this issue producing superpositions of critical-tricritical intermittencies with different parameter values. Now arise the question whether the coupling occurs between time series that have resulted from the superposition, will preserved or destroyed the ST biological type , as the number of intermittencies in the superposition will increase? In the other side in present work we find that the spikes produced by the chaotic dynamics of the intermittencies, under the action of superpositions and coupling remain biological-type too. Thus we can say that the dynamics of the fluctuations of the values of the time series produced by the coupling of the superpositions of the intermittencies is the same as the dynamics of the fluctuations of the membrane potential of the biological neuron. Given also that we can manipulate the numerical experiment of superposition and coupling as we wish, we will be able, in future, to approach the cause of neurological problems and decline in thinking ability due to loss of spikes in the brain."}, {"id": "c154", "text": "Geometry- and inertia-limited chaotic growth in classical many-body systems : Chaotic instability in many-body systems is commonly quantified by the largest Lyapunov exponent, yet general constraints on its magnitude in classical interacting systems remain poorly understood. Here we establish explicit, Hamiltonian-specific upper bounds on the largest Lyapunov exponent for classical many-body systems with local interactions. These bounds arise from instantaneous stability constraints on the Hamiltonian flow and are expressed in terms of inertial scales and the curvature of the interaction potential. We show that they naturally separate into two qualitatively distinct classes: non-violable bounds, controlled by worst-case local curvature scales and inertia and insensitive to spatial structure, and ergodic ceilings, which retain spectral information and encode collective modes and finite-size effects under generic dynamical evolution. For a paradigmatic one-dimensional coupled-rotor chain (Josephson junction array), the ergodic ceiling admits a closed analytic form and produces a dynamically inaccessible region for sustained chaotic growth in the Lyapunov exponent-energy plane, which we confirm numerically. In contrast to non-violable estimates, the ergodic ceiling yields a sharper constraint on chaotic growth by capturing collective suppression mechanisms absent at the level of local curvature alone. Remarkably, in the thermodynamic limit the ergodic ceiling asymptotically approaches an inertial ceiling that limits sustained Lyapunov growth, becoming independent of temperature and interaction strength. While classical systems do not admit universal chaos bounds, our results identify a broad class of natural Hamiltonian systems in which chaotic growth is inherently limited by inertia and interaction geometry, thereby setting a minimal microscopic timescale for long-time loss of memory of initial conditions."}, {"id": "c155", "text": "Dynamics and non-integrability of the variable-length double pendulum: exploring chaos and periodicity via the Lyapunov refined maps : This paper extends our previous work~(Szumi\u0144ski and Maciejewski, 2024), where we explored the dynamics and integrability of the double-spring pendulum. Here, we investigate the variable-length double pendulum, a three-degree-of-freedom Hamiltonian system combining features of the classic double pendulum and the swinging Atwood machine. With its intricate dynamics, this system is crucial for studying nonlinear phenomena such as high-order resonances, chaos, and bifurcations. We address the challenges posed by high-dimensional phase spaces using a novel tool, the \\textit{Lyapunov refined maps}, which integrates Poincar\u00e9 sections, phase-parametric diagrams, and Lyapunov exponents. This framework comprehensively analyzes periodic, quasi-periodic, and chaotic behaviors. By measuring the strength of chaos, it also offers insights into the system's dynamical structure. Additionally, we apply Morales-Ramis theory to examine integrability, leveraging the differential Galois group of variational equations to establish non-integrability conditions. The Kovacic algorithm is used to analyze the solvability of higher-dimensional differential equations, complemented by Lyapunov exponent diagrams to exclude integrable dynamics under certain parameters. Our findings advance the fundamental understanding of variable-length pendulum dynamics, offering new insights and methodologies for further research with potential applications in adaptive robotics, energy harvesting, and biomechanics. Additionally, this work represents a significant step toward proving the long-sought non-integrability of the classical double pendulum."}, {"id": "c156", "text": "Tipping points in complex ecological systems : Tipping points are one of the hot topics in modern physics of complex systems. But what is a tipping point? A generic definition declares it as ``a state of the system where a small change in its parameters can lead to a significant change in its properties''. Additional ingredients that often enter the definition of tipping process are the abruptness of the resulting change and its irreversibility, i.e. it is impossible to recover the initial state if one reverses the protocol of change of the parameters. However, there exists a number of different mathematical structures that can show this behavior, the one that was originally suggested as a tipping point (nowadays usually referred to as bifurcation induced tipping) is just one of many. Different preconditions and/or different level of details included into the model, reflecting also different environmental forcing, can lead to a variety of tipping mechanisms. Furthermore, in a spatially extended system and/or a system with multiple scales, different parts can react to a change in environmental conditions differently or at a different time, interacting with each other to create a tipping cascade. In this paper, using ecosystems as a paradigm of complex nonlinear open systems, we provide a critical overview of the progress made in tipping point science over the last 15 years. We highlight the main findings, identify gaps in our knowledge, and outline a roadmap for further progress."}, {"id": "c157", "text": "Geometric investigation of chaos unfolding in Hamiltonian systems : In this work we revisit the geometric approach to chaos in Hamiltonian dynamics, by means of the Jacobi-Levi-Civita equation (JLCE). We inspect numerically two low-dimensional dynamical systems; show that, along chaotic orbits, the exponential divergence between nearby trajectories quantified by the JLCE does not unfold in a continuous manner, rather is closer to a multiplicative discrete process: in correspondence of each turning point, where the trajectory bounces away from the boundary of the energetically allowed region, the relative separation increases sharply and abruptly. We highlight through analytical and numerical arguments that the chaotic rather than regular nature of the trajectory is determined by the details of the scattering with the boundary, and interpret these results in terms of parametric resonance theory, and specifically the Mathieu equation."}, {"id": "c158", "text": "On the importance of stochasticity in closures of turbulence : Deterministic closures for coarse-grained turbulence models help reproduce mean statistics, but often fail to capture the finite-time growth of uncertainty. Using the framework of shell models as a quantitative multi-scale testbed, we compare fully resolved simulations with large-eddy simulations using either stochastic or deterministic subgrid closures. While in the fully resolved system a single microscopic perturbation is rapidly amplified by strongly chaotic dynamics, truncation produces a strong delay and suppression of variance growth when uncertainty is introduced through initial condition perturbations only. We show that a data-driven Langevin-type stochastic closure restores the correct timing and magnitude of variance growth across scales, demonstrating that sustained stochasticity is essential for predictability in reduced turbulent dynamics."}, {"id": "c159", "text": "Machine Learning based Ensemble Flame Regime Classification for Mesoscale Combustors based on Insights from Linear and Nonlinear Dynamic Analysis : Gaining insights into flame behaviour at small scales can lead to improvements in the efficiency of micro-reactors, compact power generation systems, fire safety technologies, and various other applications where combustion is confined to micro or mesoscales. Flame regimes observed in mesoscale combustors, namely Stable flame, Flames with repetitive extinction and ignition, and Propagating flame, exhibit unique dynamic characteristics that differentiate them from one another. In this study, we systematically examine the various flame regimes observed in mesoscale combustors from both dynamical and statistical standpoints. Our experimental methodology involves stabilizing a flame inside a quartz tube (an optically accessible mesoscale combustor) with an inner diameter of 5 mm. A premixed methane-air mixture is used as fuel, with its equivalence ratio and Reynolds number being the input parameters. Instantaneous OH* chemiluminescence and Acoustic pressure signals, along with high-speed flame imaging, were acquired for combustion dynamics characterization. The objective of this study is to analyze the distinct dynamical signatures associated with these observed flame regimes. For this purpose, Recurrence Quantification Analysis, followed by a Statistical-Spectral analysis, has been performed based on the experimentally acquired OH* Chemiluminescence and Acoustic pressure time-series signals. Subsequently, a stacking ensemble-based machine learning framework has been implemented for mesoscale flame regime classification based on the features extracted from the two aforementioned analyses. In addition, Continuous wavelet transform (CWT) scalograms and three-dimensional phase plots have been graphed to visually elucidate the evolution of system dynamics and the complex interaction of competing time scales in these flame regimes."}, {"id": "c160", "text": "A Criterion for Safe Overshoot in Coupled Tipping Systems : Abrupt transitions are a central concern in climate and ecological research, and may arise when critical thresholds known as tipping points are crossed. However, previous work has shown that finite-time overshoots of tipping points can be safe, and that such behavior is captured by an inverse-square-law criterion when overshoots are sufficiently small and slow. So far studied in isolated systems with external drivers, (un)safe overshoots may also emerge from interactions between subsystems. Here, we investigate safe-overshoot phenomena in unidirectionally coupled slow-fast systems featuring both nonlinear interactions and coupling through time-derivatives. Specifically, we derive a criterion for the occurrence of safe overshoots analogous to the inverse-square law for isolated systems, but adapted to interactive settings, and expressed explicitly in terms of the timescale separation and coupling strength between subsystems. We illustrate these results using two conceptual models in which the Atlantic Meridional Overturning Circulation interacts with either the Amazon rainforest or the Greenland Ice Sheet."}, {"id": "c161", "text": "Transformers for dynamical systems learn transfer operators in-context : Large-scale foundation models for scientific machine learning adapt to physical settings unseen during training, such as zero-shot transfer between turbulent scales. This phenomenon, in-context learning, challenges conventional understanding of learning and adaptation in physical systems. Here, we study in-context learning of dynamical systems in a minimal setting: we train a small two-layer, single-head transformer to forecast one dynamical system, and then evaluate its ability to forecast a different dynamical system without retraining. We discover an early tradeoff in training between in-distribution and out-of-distribution performance, which manifests as a secondary double descent phenomenon. We discover that attention-based models apply a transfer-operator forecasting strategy in-context. They (1) lift low-dimensional time series using delay embedding, to detect the system's higher-dimensional dynamical manifold, and (2) identify and forecast long-lived invariant sets that characterize the global flow on this manifold. Our results clarify the mechanism enabling large pretrained models to forecast unseen physical systems at test without retraining, and they illustrate the unique ability of attention-based models to leverage global attractor information in service of short-term forecasts."}, {"id": "c162", "text": "Participation Ratio as a Quantum Probe of Hierarchical Stickiness : We investigate how quantum localization encodes the hierarchical stickiness that governs transport in mixed classical phase spaces. Using the periodically driven kicked top, we show that the participation ratio (PR) of coherent states in the Floquet eigenbasis resolves the same layered structure that appears classically as a multimodal distribution of finite-time Lyapunov exponents (FTLEs). To establish a quantitative correspondence, we introduce a Gaussian coarse graining of the FTLE matched to the intrinsic semiclassical resolution of coherent states. Both local correlations and global comparisons of probability distributions demonstrate that quantum and classical indicators agree optimally within a finite window of evolution times, where sticky structures are most clearly resolved. Our results promote the participation ratio from a global measure of chaos to a sensitive probe of hierarchical transport and provide a practical route for diagnosing anomalous localization in driven quantum systems."}, {"id": "c163", "text": "Accurate Data-Based State Estimation from Power Loads Inference in Electric Power Grids : Accurate state estimation is a crucial requirement for the reliable operation and control of electric power systems. Here, we construct a data-driven, numerical method to infer missing power load values in large-scale power grids. Given partial observations of power demands, the method estimates the operational state using a linear regression algorithm, exploiting statistical correlations within synthetic training datasets. We evaluate the performance of the method on three synthetic transmission grid test systems. Numerical experiments demonstrate the high accuracy achieved by the method in reconstructing missing demand values under various operating conditions. We further apply the method to real data for the transmission power grid of Switzerland. Despite the restricted number of observations in this dataset, the method infers missing power loads rather accurately. Furthermore, Newton-Raphson power flow solutions show that deviations between true and inferred values for power loads result in smaller deviations between true and inferred values for flows on power lines. This ensures that the estimated operational state correctly captures potential line contingencies. Overall, our results indicate that simple data-based regression techniques can provide an efficient and reliable alternative for state estimation in modern power grids."}, {"id": "c164", "text": "Adaptive transitions in FitzHugh-Nagumo networks with Hebb-Oja coupling rules : Adaptive coupling in networks of interacting neurons has gained recent attention due to the many applications both in biological and in artificial neural networks, where adaptive coupling or synaptic plasticity is considered as a key factor in learning processes. In the present study, we apply adaptive connectivity rules in networks of interacting FitzHugh-Nagumo oscillators. Adaptive coupling, here, is realized via Hebbian learning adjusted by the Oja rule to prevent the network link weights from growing without bounds. Numerical investigations demonstrate that during the adaptation process the FitzHugh-Nagumo network undergoes adaptive transitions realizing traveling waves, synchronized states and chimera states transiting through various multiplicities. These transitions become more evident when the time scales governing the coupling dynamics are much slower than the ones governing the nodal dynamics (nodal potentials). Namely, when the coupling time scales are slow, the network has the time to realize and demonstrate different synchronization regimes before reaching the final steady state. The transitions can be observed not only in the spacetime plots but also in the abrupt changes of the average coupling weights as the network evolves in time. Regarding the asymptotic coupling distributions, we show that the limiting average coupling strength follows an inverse power law with respect to the Oja parameter (also called \"forgetting\" parameter) which balances the learning growth. We also report abrupt transitions in the asymptotic coupling strengths when the parameter related to adaptive coupling crosses from fast to slow time scales. These findings are in line with previous studies on spiking neural networks."}, {"id": "c165", "text": "Scaling invariance: a bridge between geometry, dynamics and criticality : Scale invariance is a central organizing principle in physics, underlying phenomena that range from critical behaviour in statistical mechanics to transport and chaos in nonlinear dynamical systems. Here we present a unified and physically motivated exploration of scaling concepts, emphasizing how invariance under rescaling transformations emerges across systems of increasing dynamical complexity. Rather than adopting a purely abstract approach, we combine simple geometrical constructions, analytical arguments, and prototypical dynamical models to build physical intuition. We begin with elementary, easily reproducible examples governed by a single control parameter, showing how power-law behaviour naturally arises when characteristic scales are absent. We then extend the discussion to nonlinear dynamical systems exhibiting local bifurcations, where two scaling variables control the relaxation toward stationary states. In this context, scaling invariance manifests through critical exponents, crossover phenomena, and critical slowing down, allowing systems of different dimensionality to be grouped into universality classes. Finally, we address continuous phase transitions in chaotic dynamical systems, including transitions from integrability to non-integrability and from bounded to unbounded diffusion. By drawing on concepts traditionally associated with statistical mechanics, such as order parameters, susceptibilities, symmetry breaking, elementary excitations, and topological defects, we show how these transitions can be interpreted within a coherent scaling framework. Taken together, the examples discussed here demonstrate that scaling invariance provides a unifying language for understanding structure, transport, and criticality in nonlinear systems, bridging deterministic dynamics and nonequilibrium statistical physics in a transparent and physically intuitive manner."}, {"id": "c166", "text": "Nonlinear dynamics of a vertical pendulum driven by magnetic field provided by two coils magnets: analytical, numerical and experimental studies : In the present work, we analyzed theoretically and experimentally the nonlinear dynamics of a magnetic pendulum excited through the interactions of a strong neodymium magnet and two coils placed symmetrically around the zero angular position. The forces between the magnet and coils and generated torques acting on the pendulum are derived using the magnetic charges interaction model and an experimentally fitted model. System equilibrium points are obtained, and their stability is investigated. It is found that when the currents in two coils are negative, the shape of the mechanical potential is bistable. The bistable potential might be symmetric if the currents have the same values and asymmetric when they are different. Asymmetric bistable potential is observed when coil currents have different signs. However, in the case of positive coil currents, a symmetric tristable potential is detected when the currents are the same, and an asymmetric tristable potential takes place when the positive currents have different values. Considering the sinusoidal coil current signals, analytical calculations using the harmonic balance method and numerical simulations are carried out for this electric-magneto-mechanical system. The obtained results are shown in terms of frequency-response diagrams, displacement time series, and phase portraits. The two-parameter bifurcation diagrams are plotted showing the different dynamical behaviors considering the current amplitudes and frequency as the control parameters. Amplitude jumps, hysteresis, and multistability are also observed. Some phase portraits and the coexistence of attractors are obtained numerically and confirmed experimentally. A good agreement between the numerical simulation and experimental measurement is achieved."}, {"id": "c167", "text": "Describing a Universal Critical Behavior in a transition from order to chaos : We present a comprehensive discussion of a transition from integrability to non-integrability in an oval billiard with a static boundary. This transition is controlled by a deformation parameter $\u03b5$, which modifies the boundary shape from circular, corresponding to $\u03b5=0$ and an integrable dynamics, to oval for $\u03b5\\neq 0$, where non-integrability emerges. The deformation of the circular billiard gives rise to a chaotic layer that develops along a well-defined stripe in phase space. By introducing a set of transformations that isolate this chaotic stripe, we characterise the diffusive spreading of ensembles of trajectories and identify an observable, $\u03c9_{rms,{\\rm sat}}$, which plays the role of an order parameter for the transition. For small deformations, the saturation value of the diffusion obeys the scaling law $\u03c9_{rms,{\\rm sat}}\\propto\u03b5^{\\tilde\u03b1}$, with a critical exponent $\\tilde\u03b1=0.507(2)$, vanishing continuously as $\u03b5\\rightarrow 0$. The associated susceptibility, $\u03c7=d\u03c9_{rms,{\\rm sat}}/d\u03b5$, diverges in the same limit, signalling the presence of critical behavior analogous to that observed in second-order (continuous) phase transitions in statistical mechanics."}, {"id": "c168", "text": "Universal Second-Order Phase Transition from Integrability to Chaos : We report a dynamical phase transition from integrability to non-integrability in a simple oval-like billiard with boundary $R(\u03b8)=1+\u03b5\\cos(p\u03b8)$. For $\u03b5=0$, the phase space is {\\it foliated} by invariant curves corresponding to periodic or quasiperiodic motion, whereas for small $\u03b5$ a thin chaotic layer separates rotational and librational trajectories. As $\u03b5$ increases, this layer grows according to a well-defined scaling law whose chaotic dispersion follows $\u03c9_{\\rm rms,sat}\\sim\u03b5^{\\tilde\u03b1}$, where the exponent $\\tilde\u03b1$ coincides with those of the Fermi-Ulam model, periodically corrugated waveguides, and a family of discrete mappings, revealing a universal mechanism for the onset of chaos in weakly perturbed integrable systems. The deviation of the reflection angle in the billiard, $\u03c9_{\\rm rms,sat}$, acts as an order parameter: it vanishes continuously as $\u03b5\\to 0$, signalling an ordered (integrable) phase, while its susceptibility $\u03c7=d\u03c9_{\\rm rms,sat}/d\u03b5$ diverges, indicating a second-order phase transition. A symmetry breaking and an analytically solvable diffusion process complete the near-critical phenomenology. These results establish a unified framework for the emergence of chaos from integrability."}, {"id": "c169", "text": "A Phase Description of Mutually Coupled Chaotic Oscillators : The synchronization of rhythms is ubiquitous in both natural and engineered systems, and the demand for data-driven analysis is growing. When rhythms arise from limit cycles, phase reduction theory shows that their dynamics are universally modeled as coupled phase oscillators under weak coupling. This simple representation enables direct inference of inter-rhythm coupling functions from measured time-series data. However, strongly rhythmic chaos can masquerade as noisy limit cycles. In such cases, standard estimators still return plausible coupling functions even though a phase-oscillator model lacks a priori justification. We therefore extend the phase description to the chaotic oscillators. Specifically, we derive a closed equation for the phase difference by defining the phase on a Poincar\u00e9 section and averaging the phase dynamics over invariant measures of the induced return maps. Numerically, the derived theoretical functions are in close agreement with those inferred from time-series data. Consequently, our results justify the applicability of phase description to coupled chaotic oscillators and show that data-driven coupling functions retain clear dynamical meaning in the absence of limit cycles."}, {"id": "c170", "text": "Design of low-energy transfers in cislunar space using sequences of lobe dynamics : Dynamical structures in the circular restricted three-body problem (CR3BP) are fundamental for designing low-energy transfers, as they aid in analyzing phase space transport and designing desirable trajectories. This study focuses on lobe dynamics to exploit local chaotic transport around celestial bodies, and proposes a new method for systematically designing low-energy transfers by combining multiple lobe dynamics. A graph-based framework is constructed to explore possible transfer paths between departure and arrival orbits, reducing the complexity of the combinatorial optimization problem for designing fuel-efficient transfers. Based on this graph, low-energy transfer trajectories are constructed by connecting chaotic orbits within lobes. The resulting optimal trajectory in the Earth--Moon CR3BP is then converted into an optimal transfer in the bicircular restricted four-body problem using multiple shooting. The obtained transfer is compared with existing optimal solutions to demonstrate the effectiveness of the proposed method."}, {"id": "c171", "text": "Data-driven sequential analysis of tipping in high-dimensional complex systems : Abrupt transitions (\"tipping\") in nonlinear dynamical systems are often accompanied by changes in the geometry of the attracting set, but quantifying such changes from partial and noisy observations in high-dimensional systems remains challenging. We address this problem with a sequential diagnostic framework, Data Assimilation-High dimensional Attractor's Structural Complexity (DA-HASC). First, this method reconstructs system's high-dimensional state using data assimilation from limited and noisy observations. Second, we quantify a structural complexity of the high-dimensional system dynamics from the reconstructed state by manifold learning. Third, we capture underlying changes in the system by splitting the reconstructed timeseries into sliding windows and analyzing the changes in the temporally local attractor's structural complexity. The structural information is provided as graph Laplacian and measured by Von Neumann entropy in this framework. We evaluate DA-HASC on both synthetic and real-world datasets and demonstrate that it can detect tipping under high-dimensionality and imperfect system knowledge. We further discuss how this framework behaves across different tipping mechanisms."}, {"id": "c172", "text": "Predicting Generalized Steady States in Aperiodically Forced Mechanical Systems : The existence of generalized steady states (GSSs) in nonlinear mechanical systems under moderate temporally aperiodic forcing has only been shown recently. Here we derive systematic expansions for such GSSs and construct a numerical algorithm that yields explicit and arbitrarily refinable approximations for GSSs without the need for an initial convergence period. This is to be contrasted with a direct numerical integration of the system, whose convergence is hard to assess or is even undefined for short, transient forcing. When at least the linear part of the equations of motion is known, our GSS algorithm outperforms available data-driven neural-network-based techniques for predicting forced response in structural dynamics problems. In a fully equation-driven setting, our GSS computations are shown to be faster than a direct numerical integration of forced nonlinear finite-element models of beams and shells."}, {"id": "c173", "text": "Dissipation as a Resource: Synchronization, Coherence Recovery, and Chaos Control : Dissipation is commonly regarded as an obstacle to quantum control, as it induces decoherence and irreversibility. Here we demonstrate that dissipation can instead be exploited as a resource to reshape the dynamics of interacting quantum systems. Using an experimentally realizable Bose-Josephson junction containing two bosonic species, we demonstrate that dissipation enables distinct dynamical behaviors: synchronized phase-locked oscillations, transient chaos with long-time coherence recovery, and steady-state chaos. The emergence of each behavior is determined by experimentally tunable parameters. At weak interactions, the two components synchronize despite dissipation, exhibiting long-lived coherent oscillations reminiscent of a boundary time crystal. Stronger interactions induce a dissipative phase transition into a self-trapped regime accompanied by chaotic dynamics. Remarkably, dissipation regulates the lifetime of chaos and enables the recovery of coherence at long times. By introducing a controlled tilt between the wells, transient chaos can be converted into persistent steady-state chaos. We further show that standard spectral diagnostics fail to distinguish between the two chaotic regimes, revealing that spectral statistics primarily reflect short-time instability. These results establish dissipation as a powerful tool for engineering dynamical phases, restoring quantum coherence, and controlling the duration of chaotic behavior and information scrambling."}, {"id": "c174", "text": "Stochastic Lorenz dynamics and wind reversals in Rayleigh-B\u00e9nard Convection : The Lorenz equations [1] are a severe Galerkin-truncation of the Oberbeck-Boussinesq (OB) equations describing Rayleigh-B\u00e9nard convection (RBC). Here we examine the mathematical connections between the chaotic lobe-switching behavior of a stochastic form of the Lorenz equations, that model the interaction between the thermal boundary layers and the core circulation, and the mean wind reversals in the experiments of Sreenivasan et al. [2]. Long-time numerical simulations of these stochastic equations, not easily accessible with the OB equations, yield a probability distribution for lobe inter-switch timings that exhibits non-Gaussian, multifractal behavior. In the Gaussian frequency range the simulations mirror the laboratory measurements and the classical Hurst exponent and quadratic variation show Brownian second-moment statistics. Further scrutiny reveals a non-linear cumulant generating function, or moment-exponent function, and thus multifractality. A simple generalized two-scale Cantor-cascade analysis reproduces these properties, showing that multiplicative intermittency, characteristic of turbulence, strongly influences the statistics. This demonstrates that this stochastic Lorenz system is a faithful, low-dimensional surrogate for mean-wind reversals in RBC."}, {"id": "c175", "text": "Equilibrium statistical mechanics of waves in inhomogeneous moving media : We adapt the microcanonical framework of equilibrium statistical mechanics to predict the statistics of short waves in inhomogeneous moving media. For steady inhomogeneities and background flow, we compute the wave spectrum at any location in the domain based on an ergodic prescription for the action density in phase space, constrained by conservation of absolute frequency. We illustrate the method for shallow-water waves subject to a background flow or to topographic inhomogeneities, and for deep-water surface capillary waves over a background flow, validating the predicted maps of rms surface elevation and interfacial slope against numerical simulations."}, {"id": "c176", "text": "Anomalous transport in the Fermi-Pasta-Ulam-Tsingou model: a review and open problems : This review provides an up-to-date account of energy transport in Fermi-Pasta-Ulam-Tsingou (FPUT) chains, a key testbed for nonequilibrium statistical physics. We discuss the transition from the historical puzzle of thermalization to the discovery of anomalous heat transport, where the effective thermal conductivity $\u03ba$ diverges with system size $L$ as $\u03ba\\propto L^\u03b4$. The article clarifies the distinction between two universality classes: the FPUT-$\u03b1\u03b2$ model, characterized by $\u03b4= 1/3$ and linked to Kardar-Parisi-Zhang (KPZ) physics, and the symmetric FPUT-$\u03b2$ model, where numerical and theoretical evidence support $\u03b4= 2/5$. We investigate how finite-size effects - unavoidably induced by the thermostatting protocols - can disguise the asymptotic scaling. Additionally, we analyze the role of conservative noise in preserving hydrodynamic properties and examine how proximity to integrable limits leads to long-lived quasi-particles and, thereby, to diffusive regimes over intermediate spatial scales."}, {"id": "c177", "text": "Global phase-space geometry of three-dimensional gliding: terminal velocity manifolds, separatrices, and stability structure : We develop a three-dimensional dynamical-systems framework for passive gliding and identify the global phase-space structures that organize its motion. Extending previous two-dimensional models of non-equilibrium gliding, we show that the 3D velocity dynamics possess an attracting, normally hyperbolic invariant surface, the terminal velocity manifold (TVM), onto which all trajectories rapidly collapse before evolving slowly toward a glide equilibrium. There is also a separatrix surface associated with an invariant manifold of an unstable equilibrium within the TVM, which partitions initial conditions into qualitatively distinct descent behaviors: efficient shallow glides versus steep, drag-dominated descent. Using lift-drag data from three representative airfoils--a snake-inspired bluff body, the Zimmerman planform characteristic of Draco lizards, and the classical NACA 0012--we compute the full equilibrium surfaces, analyze their pitch-roll bifurcations, and reconstruct the TVM and separatrix geometry in three dimensions. The results reveal that (i) equilibrium stability changes with both pitch and roll, rather than pitch alone; (ii) separatrix geometry determines the dynamic accessibility of shallow glides; and (iii) bio-inspired airfoils possess compact separatrix regions that make efficient gliding robust across a wide range of initial jump conditions. This work unifies biological and engineered gliders within a single global geometric framework and establishes separatrix geometry on the TVM as a principled diagnostic for glide robustness."}, {"id": "c178", "text": "Coupled Map Lattice for Astronomical Object Formation: A Scenario for Evolution from Star to Disk, Arms, and Companions : We present a new dynamic formation model of a star, a disk, arms, and companions using a coupled map lattice (CML), a complex systems approach. This CML simulates the viscoelastic and chaotic dynamics and evolution of gas clumps containing a little dust with a minimal set of one Eulerian procedure for the flow formation of gas clumps due to gravitational interaction, and one Lagrangian procedure for the collision and mixture of gas clumps due to viscoelastic advection. Despite its simplicity, this CML successfully obtains four typical astronomical objects consistent with protoplanetary disk observations: a central star, Keplerian disk, spiral arms, and even stellar, substellar, and planetary companions. All these formation processes are truly dynamic, with the central star \"starring\" in them, and they are not based on the conventional disk gravitational instability but on the central star gravitational instability with high-dimensional chaotic gas ejection, namely the chaotic itinerancy. Of particular note is the process in which diverse companions are formed due to the rapid density increase caused by the intersection of spiral arms. This suggests a novel companion formation scenario that should be called \"arm-crossing companion formation\" with a view to planet formation, which may overcome the radial drift barrier and angular momentum problem."}, {"id": "c179", "text": "Causally coherent structures in turbulent dynamical systems : The extraction of spatio-temporal coherence in high-dimensional, chaotic, non-linear dynamical systems, such as turbulent flows, remains a fundamental challenge in physics, mathematics and engineering. In this work, we employ Shannon transfer entropy (TE) to identify causally coherent motions in a zero-pressure-gradient turbulent boundary layer (TBL). This causality metric, rooted in information theory, enables the identification of sources and targets in dynamical systems using the corresponding time series. However, TE requires sophisticated tuning of various hyperparameters, such as the Markovian order of the source ($m$), which can spatially vary in wall-bounded turbulent flow. Here, we present an adaptive tuning and discuss the influence of $m$ across different TBLs. We introduce the concept of causally coherent structures (CCS), i.e. coherent structures interpreted as spatio-temporal patterns of causality. Moreover, the net transfer entropy flux is also utilised to identify boundary layer locations acting either as sources or targets. The standard viscous, logarithmic, and outer layers are characterised by information fluxes, highlighting, for example, dominant top-down interactions between the inner and outer layers, analogously to the classical energy cascade. This work extends techniques previously employed in the literature, such as correlation and spectral analysis, and presents an approach that is inherently general and applicable to a wide range of chaotic dynamical systems, with applications in cognitive sciences, systems biology and finance."}, {"id": "c180", "text": "Causally constrained reduced-order neural models of complex turbulent dynamical systems : We introduce a flexible framework based on response theory and score matching to suppress spurious, noncausal dependencies in reduced-order neural emulators of turbulent systems, focusing on climate dynamics as a proof-of-concept. We showcase the approach using the stochastic Charney-DeVore model as a relevant prototype for low-frequency atmospheric variability. We show that the resulting causal constraints enhance neural emulators' ability to respond to both weak and strong external forcings, despite being trained exclusively on unforced data. The approach is broadly applicable to modeling complex turbulent dynamical systems in reduced spaces and can be readily integrated into general neural network architectures."}, {"id": "c181", "text": "Spike train propagation in Hybrid Artificial Neural Network (HANN) : The spikes train is an important step in order to the artificial neural network (ANN) give us simulations more close to the reality i.e the operation of the biological neural network. Based on in previous our work that the HANN can to produce critical and tricritical intermittencies we investigate in present work the possibility of the Spike train production from the HANN. So the operation of ANN does not would based in mathematical algorithm of machine learning but the operation of a ANN could be based in physical notions as the phenomenon of intermittency. As we have shown the real biological neurons is a Dynamical system which present the intermittent dynamic type I."}, {"id": "c182", "text": "Quantum metrology with partially accessible chaotic sensors : Most quantum metrology protocols harness highly entangled probe states and globally accessible measurements to surpass the standard quantum limit. However, it is challenging to satisfy these requirements in realistic many-body sensors. We demonstrate that both of these constraints can be overcome in quantum chaotic sensors. Crucially, we establish that even in the presence of partial measurement accessibility, chaotic dynamics enables initial unentangled states to exhibit Heisenberg scaling of the quantum Fisher information, $I_\u03b1$ with time. In the weakly chaotic regime, we identify spin-coherent states placed at the edge of the regular islands in the mixed classical phase space as optimal initial states for enhanced sensitivity. On the other hand, in the strongly chaotic regime, $I_\u03b1$ is insensitive to the choice of the initial state. Notably, quantum-enhanced sensitivity is achieved even when a very low fraction ($\\sim 5\\%$) of the qubits are accessible. These results establish quantum chaos as a robust resource for quantum-enhanced sensing under realistic accessibility constraints on accessibility."}, {"id": "c183", "text": "Non-uniqueness of smooth solutions of the Navier-Stokes equations from almost the same initial conditions : Using clean numerical simulation (CNS) which can give very accurate spatiotemporal trajectory of Navier-Stokes turbulence in a finite but long enough interval of time, we give some numerical evidences that the Navier-Stokes equations admit distinct global solutions from almost the same initial conditions whose difference is very small, i.e. even at the order $10^{-40}$ of magnitude. Hopefully these examples could provide some enlightenments for the uniqueness and existence of Navier-Stokes equations, which are related to one Millennium Prize Problem of Clay Institute."}, {"id": "c184", "text": "Effects of magnonic Kerr nonlinearity on magnon-polaritons with a soft-mode : We theoretically study the effects of magnonic Kerr nonlinearity on magnon-polaritons (MPs) with a soft-mode in easy-axis ferromagnets coupled to a microwave cavity. Using an effective circuit model capable of describing MPs up to the nonperturbative strong-coupling regime, we show that chaotic and frequency-comb-like behaviors of MPs emerge at the original modes crossing point. Furthermore, we demonstrate that the Kerr nonlinearity induces a finite excitation gap in the soft-mode, particularly in the strong-coupling regime."}, {"id": "c185", "text": "Winter forecasting of September/October rainfall : We formulate seasonal rainfall prediction as a reduced-order nonlinear forecasting problem, embedding coupled Indian-Pacific Ocean variability into a low-dimensional state space and projecting it forward using deep neural networks. Variables include Nino 3.4, the Indian Ocean Dipole (IOD), the Indian Ocean meridional SST gradient, and selected empirical orthogonal functions. Monthly time series of the variables then form the input into deep neural networks which project rainfall further into the future. Forecasts for the 2025 austral spring were generated and archived in the Mendeley database during the winter. Subsequent rainfall data demonstrated a high level of agreement with the forecasts, providing a validation of the method and supporting the hypothesis that chaotic yet conditionally predictable dynamics underpin spring rainfall variability in southeastern Australia."}, {"id": "c186", "text": "Potential-energy gating for robust state estimation in bistable stochastic systems : We introduce potential-energy gating, a method for robust state estimation in systems governed by double-well stochastic dynamics. The observation noise covariance of a Bayesian filter is modulated by the local value of a known or assumed potential energy function: observations are trusted when the state is near a potential minimum and progressively discounted as it approaches the barrier separating metastable wells. This physics-based mechanism differs from statistical robust filters, which treat all state-space regions identically, and from constrained filters, which bound states rather than modulating observation trust. The approach is especially relevant in non-ergodic or data-scarce settings where only a single realization is available and statistical methods alone cannot learn the noise structure. We implement gating within Extended, Unscented, Ensemble, and Adaptive Kalman filters and particle filters, requiring only two additional hyperparameters. Monte Carlo benchmarks (100 replications) on a Ginzburg-Landau double-well with 10% outlier contamination show 57-80% RMSE improvement over the standard Extended Kalman Filter, all statistically significant (p < 10^{-15}, Wilcoxon test). A naive topological baseline using only well positions achieves 57%, confirming that the continuous energy landscape adds ~21 percentage points. The method is robust to misspecification: even with 50% parameter errors, improvement never falls below 47%. Comparing externally forced and spontaneous Kramers-type transitions, gating retains 68% improvement under noise-induced transitions whereas the naive baseline degrades to 30%. As an empirical illustration, we apply the framework to Dansgaard-Oeschger events in the NGRIP delta-18O ice-core record, estimating asymmetry gamma = -0.109 (bootstrap 95% CI: [-0.220, -0.011]) and showing that outlier fraction explains 91% of the variance in filter improvement."}, {"id": "c187", "text": "Metastable Dynamical Computing with Energy Landscapes: A Primer : Smartphones, laptops, and data centers are CMOS-based technologies that ushered our world into the information age of the 21st century. Despite their advantages for scalable computing, their implementations come with surprisingly large energetic costs. This challenge has revitalized scientific and engineering interest in energy-efficient information-processing designs. One current paradigm -- dynamical computing -- controls the location and shape of minima in potential energy landscapes that are connected to a thermal environment. The landscape supports distinguishable metastable energy minima that serve as a system's mesoscopic memory states. Information is represented by microstate distributions. Dynamically manipulating the memory states then corresponds to information processing. This framing provides a natural description of the associated thermodynamic transformations and required resources. Appealing to bifurcation theory, a computational protocol in the metastable regime can be analyzed by tracking the evolution of fixed points in the state space. We illustrate the paradigm's capabilities by performing 1-bit and 2-bit computations with double-well and quadruple-well potentials, respectively. These illustrate how dynamical computing can serve as a basis for designing universal logic gates and investigating their out-of-equilibrium thermodynamic performance."}, {"id": "c188", "text": "Stabilizing chaotic dynamical system reproduction in reservoir computing : Reservoir Computing (RC), a type of recurrent random neural network, is a powerful framework for modeling complex and chaotic dynamics. However, its autonomous (closed-loop) operation is often plagued by inherent instability. Moreover, performance is highly sensitive to the reservoir's random initialization, leading to vulnerability to noise and/or behaviour that bears no resemblance whatsoever to the target dynamical system. Here we identify a primary cause of this unreliability: the emergence of excessive, spurious unstable or neutral modes in the closed-loop dynamics. We introduce a simple deterministic input layer design principle that directly addresses this vulnerability by structurally suppressing the emergence of these spurious modes a priori (before training). Our approach dramatically improves robustness to both initialization sensitivity and internal noise, doubling the prediction horizon. Furthermore, we demonstrate on chaotic dynamical systems that this design enables robust estimation of the full Lyapunov spectrum (100\\% success rate across 50 seeds), signifying that the autonomous RC faithfully emulates the essential properties of the target dynamical system. This work provides a systematic explanation for a common RC failure mode and offers a concrete design guideline, advancing RCs from heuristic trial-and-error tuning toward a reliable tool for modeling complex systems."}, {"id": "c189", "text": "A Dynamical Microscope for Multivariate Oscillatory Signals: Validating Regime Recovery on Shared Manifolds : Multivariate oscillatory signals from complex systems often exhibit non-stationary dynamics and metastable regime structure, making dynamical interpretation challenging. We introduce a ``dynamical microscope'' framework that converts multichannel signals into circular phase--amplitude features, learns a data-driven latent trajectory representation with an autoencoder, and quantifies dynamical regimes through trajectory geometry and flow field metrics. Using a coupled Stuart--Landau oscillator network with topology-switching as ground-truth validation, we demonstrate that the framework recovers differences in dynamical laws even when regimes occupy overlapping regions of state space. Group differences can be expressed as changes in latent trajectory speed, path geometry, and flow organization on a shared manifold, rather than requiring discrete state separation. Speed and explored variance show strong regime discriminability ($\u03b7^2 > 0.5$), while some metrics (e.g., tortuosity) capture trajectory geometry orthogonal to topology contrasts. The framework provides a principled approach for analyzing regime structure in multivariate time series from neural, physiological, or physical systems."}, {"id": "c190", "text": "On the dynamical and statistical properties of a quartic mean-field Hamiltonian model : Mean-field systems provide a natural framework in which collective effects persist as the number of degrees of freedom N increases, raising fundamental questions about the emergence of integrability and the nature of chaos in large but finite systems. We investigate the dynamical and statistical properties of a quartic mean-field Hamiltonian model, with particular emphasis on the relation between the thermodynamic limit and finite-size chaotic dynamics. We first analyze the thermodynamic limit of the model within the Vlasov collisionless framework and derive the corresponding self-consistent single-particle description. We identify the conditions under which the mean-field dynamics becomes effectively autonomous and show numerically that fluctuations of the relevant intensive quantities vanish algebraically with N, supporting the emergence of integrability as N goes to infinity. We then study the finite-N dynamics by computing the largest Lyapunov exponent over an exceptionally wide range of N, spanning several orders of magnitude. We find that the largest Lyapunov exponent decays algebraically with N, consistently with the suppression of chaos in the thermodynamic limit for mean-field Hamiltonian models. Using tools from non-extensive statistical mechanics, we further analyze the time evolution of the entropic index q and demonstrate that, although transient values q > 1 may appear at intermediate times, q systematically converges to unity as the observation time increases. This behavior indicates that the finite-N dynamics is strongly chaotic in the asymptotic regime and that previously reported q > 1 values for the present models originate from finite-time effects rather than from a persistent weakly chaotic phase."}, {"id": "c191", "text": "Parameter and hidden-state inference in mean-field models from partial observations of finite-size neural networks : We study large but finite neural networks that, in the thermodynamic limit, admit an exact low-dimensional mean-field description. We assume that the governing mean-field equations describing macroscopic quantities such as the mean firing rate or mean membrane potential are known, while their parameters are not. Moreover, only a single scalar macroscopic observable from the finite network is assumed to be measurable. Using time-series data of this observable, we infer the unknown parameters of the mean-field equations and reconstruct the dynamics of unobserved (hidden) macroscopic variables. Parameter estimation is carried out using the differential evolution algorithm. To remove the dependence of the loss function on the unknown initial conditions of the hidden variables, we synchronize the mean-field model with the finite network throughout the optimization process. We demonstrate the methodology on two networks of quadratic integrate-and-fire neurons: one exhibiting periodic collective oscillations and another displaying chaotic collective dynamics. In both cases, the parameters are recovered with relative errors below $1\\%$ for network sizes exceeding 1000 neurons."}, {"id": "c192", "text": "Chaos, the Critical Phenomenon in Phase Space: Feigenbaum Constants and Critical Exponents : Chaos in both dissipative systems and conservative systems is investigated on the approach of renormalization group. It is found that the chaos is regarded as the critical phenomenon of equilibrium statistics in phase space. The two Feigenbaum constants in the period-doubling bifurcation systems correspond to two independent critical exponents, which are universal and can be adopted to distinguish the classes of chaos. For the conservative systems, due to the critical nature of the chaos, the isolated systems with different parameters are correlated in the phase space, and therefore the isolated system is no longer isolated in the phase space. The information of conservative systems is irreversibly lost over time, which leads to the increase entropy in an isolated system, and the contradiction between the second law of thermodynamics and the reversibility of isolated systems can be resolved."}, {"id": "c193", "text": "The stability of boundary equilibria of three-dimensional Filippov systems : For three-dimensional piecewise-smooth systems of ordinary differential equations, this paper characterises the stability of points that belong to a switching surface and are equilibria of exactly one of the two neighbouring pieces of the system. Stability is challenging to characterise when nearby orbits repeatedly switch between regular motion on one side of the switching surface, and sliding motion on the switching surface, as defined via Filippov's convention. We prove that in this case stability is governed by the behaviour of a global reinjection mechanism of a four-parameter family of piecewise-linear hybrid systems, and perform a detailed numerical study of this family."}, {"id": "c194", "text": "Is Flow Matching Just Trajectory Replay for Sequential Data? : Flow matching (FM) is increasingly used for time-series generation, but it is not well understood whether it learns a general dynamical structure or simply performs an effective \"trajectory replay\". We study this question by deriving the velocity field targeted by the empirical FM objective on sequential data, in the limit of perfect function approximation. For the Gaussian conditional paths commonly used in practice, we show that the implied sampler is an ODE whose dynamics constitutes a nonparametric, memory-augmented continuous-time dynamical system. The optimal field admits a closed-form expression as a similarity-weighted mixture of instantaneous velocities induced by past transitions, making the dataset dependence explicit and interpretable. This perspective positions neural FM models trained by stochastic optimization as parametric surrogates of an ideal nonparametric solution. Using the structure of the optimal field, we study sampling and approximation schemes that improve the efficiency and numerical robustness of ODE-based generation. On nonlinear dynamical system benchmarks, the resulting closed-form sampler yields strong probabilistic forecasts directly from historical transitions, without training."}, {"id": "c195", "text": "Chaos and Parrondo's paradox: An overview : Parrondo's paradox (PP) is a fundamental principle in nonlinear science where the alternation of individually losing strategies leads to a winning outcome. In this topical review, we provide the first systematic panorama of the synergy between PP and chaos. We observe a bidirectional connection between the two areas. The first direction is the translation of PP into the interplay between Order and Chaos through either Chaos + Chaos $\\to$ Order (CCO) or Order + Order $\\to$ Chaos (OOC). In this vein, many quantifiers, such as Lyapunov Exponents, $\u03bb$, and entropic measures, are used. Second, we note that chaos can be used to engineer switching protocols that can lead to nontrivial effects in diverse PP cases. Our review clarifies the universality of PP and highlights its robust theoretical and practical applications across several areas of science and technology. Finally, we delineate key open questions, emphasizing the unresolved theoretical limits, the role of high-dimensional maps and continuous flows, and the critical need for more experimental verification of the dynamic PP in chaotic systems. For completeness, we also provide a full Python code that allows the reader to observe the many facets of the PP."}, {"id": "c196", "text": "Linear Response and Optimal Fingerprinting for Nonautonomous Systems : We provide a link between response theory, pullback measures, and optimal fingerprinting method that paves the way for a) predicting the impact of acting forcings on time-dependent systems and b) attributing observed anomalies to acting forcings when the reference state in not time-independent. We first derive formulas for linear response theory for time-dependent Markov chains and diffusions processes. We discuss existence, uniqueness, and differentiability of the pullback measure under general (not necessarily slow or periodic) perturbations of the transition kernels. An explicit Green-Kubo-type formula for the linear response is derived. We analyze in detail the case of periodic reference dynamics, where the unperturbed pullback attractor is periodic but the response is generally not. Our formulas reduce to those of classic linear response if one considers a reference autonomous state. Finally, we show that our results allow for extending the theory of optimal fingerprinting for detection and attribution of climate change (or change in any complex system) for the case of time-dependent background state and for the case where the optimal solution is sought for multiple time slices at the same time. We provide strong numerical support for the findings by applying our theory to a modified version of the Ghil-Sellers energy balance model where we include explicit time dependence in the reference state as a result of natural forcings. We verify the accuracy of response theory in predicting the impact of increases of $CO_2$ in the temperature field even when we discretize the system using Markov state modelling approach. Additionally, we consider a more complex modelling scenario where a localized aerosol forcing is also included in the system and show that the optimal fingerprinting method developed here is able to attribute the climate change signal to the acting forcings."}, {"id": "c197", "text": "Trajectory arclength reveals chaos : In this paper we demonstrate that the phase space arclength of a trajectory, quantified by the time-averaged Lagrangian descriptor, is a robust and self-contained chaos indicator. By invoking Birkhoff's Ergodic Partition Theorem, we show that this scalar function distinguishes dynamical regimes via its power spectral density: for regular motion it converges to a delta function, whereas for chaotic trajectories the spectrum exhibits an inverse power-law $(1/\u03c9)$ driven by the phenomenon of dynamical stickiness. With this approach, we avoid the computation and simulation of the variational equations and the usage of neighboring orbits, making it the simplest geometrical chaos indicator derivable from Lagrangian descriptors. Its computational efficiency enables the study of high-dimensional systems and allows the generation of large datasets of classified initial conditions, ideal for training Machine Learning models. We validate these findings using the H\u00e9non-Heiles and the Fermi-Pasta-Ulam systems. By linking the geometrical properties of phase space to spectral analysis, this work provides the mathematical justification to establish Lagrangian descriptors as a rigorous, self-sufficient framework for the global analysis of chaos and regularity in Hamiltonian systems."}, {"id": "c198", "text": "Functorial invariants for chaos topology from data : The templex is a recently introduced topological object bridging homologies and templates for chaotic attractors: its cell complex encodes the directionless properties of the attractor's branched manifold in phase space, and its directed graph captures the flow-compatible paths starting and ending in joining loci. Algebraic topology is deeply connected to category theory because it studies spaces by translating them into algebraic objects through structure-preserving mappings. The homology functor translates structural properties into a set of layered invariants called homology groups. The templex is shown here to play the same role for directed spaces that cell complexes play for spaces. The directed properties of a templex are found therewith to admit a functorial formulation. This formulation provides a rigorous foundation for a theory of chaos topology developed so far algorithmically, and establishes operationally a topological criterion for finite-time chaos. A climatic simulation and an experimental speech signal are analyzed as illustrative applications."}, {"id": "c199", "text": "Using correlation diagrams to study the vibrational spectrum of highly nonlinear floppy molecules: The K-CN case : The correlation diagrams of vibrational energy levels considering the Planck constant as a variable parameter have proven as a very useful tool to study vibrational molecular states, and more specifically in relation to the quantum manifestations of chaos in such dynamical systems. In this paper, we consider the highly nonlinear K-CN molecule, showing how the regular classical structures, i.e., Kolmogorov-Arnold-Moser tori, existing in the mixed classical phase space appear in the quantum levels correlation diagram as emerging diabatic states, something that remains hidden when only the actual value of the Planck constant is considered. Additionally, a quantum transition from order to chaos is unveiled with the aid of these correlation diagrams, where it appears as a frontier of scarred functions."}, {"id": "c200", "text": "Active Soft-Impact Oscillator: Dynamics of a Walking Droplet in a Non-Smooth Potential : Walking droplets are millimetric fluid drops that propel themselves across a vibrated liquid bath through interaction with their self-generated waves. They constitute classical active wave-particle entities and exhibit a range of hydrodynamic quantum analogs. We investigate an \\emph{active soft-impact oscillator} as a minimal model for a walking droplet moving within a piecewise-smooth external potential, analogous to classical mass-spring soft-impact oscillators and recently explored quantum soft-impact oscillators. Our active soft-impact oscillator model couples a non-smooth soft-impact force to the Lorenz-like dynamics arising from the wave-particle entity. Theoretical and numerical exploration of the full parameter space reveals a wide variety of nonlinear behaviors and bifurcations driven by impact and grazing events. These include grazing-induced and impact-induced transitions between periodic and chaotic motion, as well as grazing-mediated attractor switching and impact-free (invisible) attractor switching. The active soft-impact oscillator thus provides a versatile platform for probing nonlinear impact dynamics in active systems and exploring hydrodynamic quantum analogs in non-smooth potentials."}, {"id": "c201", "text": "Transmission Delay Minimization for NOMA-Based F-RANs : A novel non-orthogonal multiple access (NOMA) based low-delay service framework is proposed for fog radio access networks (F-RANs). Fog access points (FAPs) leverage NOMA for local delivery of cached content, while the cloud access point employs NOMA to simultaneously push content to FAPs and directly serve users. Based on this model, a delay minimization problem is formulated by jointly optimizing user association, cache placement, and power allocation. To address this non-convex mixed-integer nonlinear programming problem, an alternating optimization (AO) algorithm is developed, which decomposes the original problem into two subproblems, namely joint user association and cache placement, and power allocation. In particular, a low-complexity algorithm is designed to optimizing the user association and cache placement strategy using the McCormick envelope theory and Lagrangian partial relaxation. The power allocation is optimized by invoking the successive convex approximation. Simulation results reveal that: 1) the proposed AO-based algorithm effectively balances between the achieved performance and computational efficiency, and 2) the proposed NOMA-based F-RANs framework significantly outperforms orthogonal multiple access-based F-RANs systems in terms of average transmission delay in different scenarios."}, {"id": "c202", "text": "Sparse Array Design for Near-Field MU-MIMO: Reconfigurable Array Thinning Approach : Future wireless networks, deploying thousands of antenna elements, may operate in the radiative near-field (NF), enabling spatial multiplexing across both angle and range domains. Sparse arrays have the potential to achieve comparable performance with fewer antenna elements. However, fixed sparse array designs are generally suboptimal under dynamic user distributions, while movable antenna architectures rely on mechanically reconfigurable elements, introducing latency and increased hardware complexity. To address these limitations, we propose a reconfigurable array thinning approach that selectively activates a subset of antennas to form a flexible sparse array design without physical repositioning. We first analyze grating lobes for uniform sparse arrays in the angle and range domains, showing their absence along the range dimension. Based on the analysis, we develop two particle swarm optimization-based strategies: a grating-lobe-based thinned array (GTA) for grating- lobe suppression and a sum-rate-based thinned array (STA) for multiuser sum-rate maximization. Simulation results demonstrate that GTA outperforms conventional uniform sparse arrays, while STA achieves performance comparable to movable antennas, thereby offering a practical and efficient array deployment strategy without the associated mechanical complexity."}, {"id": "c203", "text": "Spatial Degrees of Freedom in Near Field MIMO: Experimental Validation of Beamspace Perspective : Conventional far-field multiple-input multiple-output (MIMO) channels are limited to a single spatial degree of freedom (DoF) under a line-of-sight (LoS) condition. In contrast, the radiative near field (NF) supports multiple spatial DoF, enabled by spherical wavefronts and the reduced spatial footprint at short ranges. While recent research indicates that the effective DoF (EDoF) increases in NF, experimental validation and clear identification of the transition distances remain limited. In this letter, we develop an intuitive framework for characterizing the EDoF of a ULA-based MIMO system and derive two complementary analytical expressions: a closed-form formulation that relates the EDoF to the physical transmit beamwidth and receive aperture, and a discrete formulation based on the discrete Fourier transform (DFT) domain angular decomposition of the NF spherical wavefront, which is well suited for experimental evaluation. We further introduce the effective MIMO Rayleigh distance (EMRD) and the maximum spatial multiplexing distance (MSMD), which mark the distances where the EDoF reduces to one and attains its maximum, respectively. Experimental measurements using widely spaced phased arrays closely match the theoretical EDoF trends and validate the proposed distance metrics."}, {"id": "c204", "text": "Analyzing URA Geometry for Enhanced Near-Field Beamfocusing and Spatial Degrees of Freedom : With the deployment of large antenna arrays at high-frequency bands, future wireless communication systems are likely to operate in the radiative near-field. Unlike far-field beam steering, near-field beams can be focused on a spatial region with a finite depth, enabling spatial multiplexing in the range dimension. Moreover, in the line-of-sight MIMO near-field, multiple spatial degrees of freedom (DoF) are accessible, akin to a scattering- rich environment. In this paper, we derive the beamdepth for a generalized uniform rectangular array (URA) and investigate how the array geometry influences near-field beamdepth and its limits. We define the effective beamfocusing Rayleigh distance (EBRD), to present a near-field boundary with respect to beamfocusing and spatial multiplexing gains for the generalized URA. Our results demonstrate that under a fixed element count constraint, the array geometry has a strong impact on beamdepth, whereas this effect diminishes under a fixed aperture length constraint. Moreover, compared to uniform square arrays, elongated configurations such as uniform linear arrays (ULAs) yield narrower beamdepth and extend the effective near-field region defined by the EBRD. Building on these insights, we design a polar codebook for compressed-sensing-based channel estimation that leverages our findings. Simulation results show that the proposed polar codebook achieves a 2 dB NMSE improvement over state-of-the-art methods. Additionally, we present an analytical expression to quantify the effective spatial DoF in the near-field, revealing that they are also constrained by the EBRD. Notably, the maximum spatial DoF is achieved with a ULA configuration, outperforming a square URA in this regard."}, {"id": "c205", "text": "A sliding-window approach for latent restoring force modeling : Restoring force surface (RFS) methods offer an attractive nonparametric framework for identifying nonlinear restoring forces directly from data, but their reliance on complete kinematic measurements at each degree of freedom limits scalability to multidimensional systems. The aim of this paper is to overcome these measurement limitations by proposing an identification framework with relaxed sensing requirements that exploits periodic multisine excitation. Starting from an initial linear model, a sliding-window feedback approach reconstructs latent states and nonlinear restoring forces nonparametrically, enabling identification of the nonlinear component through linear-in-parameters regression instead of highly non-convex optimization. Validation on synthetic and experimental datasets demonstrates high simulation accuracy and reliable recovery of physical parameters under partial sensing and noisy conditions."}, {"id": "c206", "text": "Modeling of Human Body-coupled Electric Field Interference in Unshielded Ultra-Low Field MRI : Portable ultra-low field MRI (ULF-MRI) systems operated in unshielded environments are susceptible to electromagnetic interference (EMI). Subject presence in the imaging region will lead to substantial noise increases, yet the dominant coupling mechanism remains insufficiently characterized. We develop a lumped-parameter circuit model of the coupled environment-body-receiver system. The model indicates that ambient time-varying electric fields induce a body common-mode potential, which is converted into differential-mode noise through capacitive imbalance between the head and the receive-coil terminals, yielding strong dependence on subject position and geometry. Circuit analysis, simulations, and controlled experiments support the model, with predicted imbalance consistent with measured noise variations. Guided by this mechanism, we implement a capacitive low-impedance bypass to clamp the body potential, achieving an approximately 3.5-fold SNR improvement on a 50 mT prototype. The proposed model offers a compact circuit-based tool for analyzing and mitigating human body-coupled electric-field interference in portable ULF-MRI."}, {"id": "c207", "text": "Leaky Coaxial Cable based Generalized Pinching-Antenna Systems with Dual-Port Feeding : By leveraging the distributed leakage radiation of leaky coaxial cables (LCXs), the concept of pinching antennas can be generalized from the conventional high-frequency waveguide based architectures to cable based structures in lower-frequency scenarios. This paper investigates an LCX based generalized pinching-antenna system with dual-port feeding. By enabling bidirectional excitation along each cable, the proposed design significantly enhances spatial degrees of freedom. A comprehensive channel model is developed to characterize intra-cable attenuation, bidirectional phase progression, slot based radiation, and wireless propagation. Based on this model, both analog and hybrid beamforming frameworks are studied with the objective of maximizing the minimum achievable data rate. For analog transmission, slot activation, port selection, and power allocation are jointly optimized using matching theory, coalitional games, and bisection based power control. For hybrid transmission, zero-forcing (ZF) digital precoding is incorporated to eliminate inter-user interference, thereby simplifying slot activation and enabling closed-form optimal power allocation. Simulation results demonstrate that dual-port feeding provides notable performance gains over single-port LCX systems and fixed-antenna benchmarks, validating the effectiveness of the proposed beamforming and resource allocation designs under various transmit power levels and cable parameters."}, {"id": "c208", "text": "Cross-Pilot Superposition for Fractional Parameter Estimation in DoA-Aided OTFS Receivers : In this letter, a novel superimposed pilot scheme is proposed for channel estimation in multi-antenna orthogonal time frequency space (OTFS) receivers. Under the assumption of a large uniform linear array (ULA) size at the receiver, the multipath components are separated directly in the angular domain. It is then shown that the proposed superimposed pilot scheme enables the computation of integrated delay and Doppler profiles by averaging the received delay-Doppler matrix across the Doppler and delay axes, respectively. This procedure helps reduce data-to-pilot interference through data averaging. Moreover, it is demonstrated that fractional delays and Dopplers of the multipath components can be estimated by correlating the integrated delay and Doppler profiles with the corresponding delay/Doppler terms. Simulation results show that the proposed approach outperforms existing OTFS superimposed pilot schemes, achieving a lower bit error rate (BER) while exhibiting a trade-off between peak-to-average power ratio (PAPR) and communication performance."}, {"id": "c209", "text": "Availability of Aerial Heterogeneous Networks for Reliable Emergency Communications : We investigate network availability (NA) in aerial heterogeneous networks (AHetNets) for effective emergency rescue, where diverse delay-constrained communication services must be provided to user equipments (UEs) with varying mobility. The heterogeneity in delay constraints and UE mobility introduces resource allocation conflicts and imbalances, which undermine communication reliability and challenge NA. Although unified resource allocation (URA) can mitigate these issues, it remains unclear whether NA can be sustained under such diverse conditions. To address this, we derive expressions for the lower bound (LB) on NA in AHetNets under URA. Our analysis reveals that extended heterogeneity significantly degrades the LB due to resource limitations-even when the heterogeneity stems from additional services under less stringent delay constraints (LSDC) or from UEs with lower mobility. To overcome this degradation, we formulate and solve a joint optimization problem for the number of UEs sharing time-frequency resources ($K$) and pilot length ($\u03be$), aiming to enhance the LB by improving spatial, frequency, and temporal resource efficiency. Simulation results validate our analysis and demonstrate that jointly optimizing $K$ and $\u03be$ enables AHetNets to achieve the target NA under greater heterogeneity, outperforming existing resource allocation policies."}, {"id": "c210", "text": "Pilot-Free Optimal Control over Wireless Networks: A Control-Aided Channel Prediction Approach : A recurring theme in optimal controller design for wireless networked control systems (WNCS) is the reliance on real-time channel state information (CSI). However, acquiring accurate CSI a priori is notoriously challenging due to the time-varying nature of wireless channels. In this work, we propose a pilot-free framework for optimal control over wireless channels in which control commands are generated from plant states together with control-aided channel prediction. For linear plants operating over an orthogonal frequency-division multiplexing (OFDM) architecture, channel prediction is performed via a Kalman filter (KF), and the optimal control policy is derived from the Bellman principle. To alleviate the curse of dimensionality in computing the optimal control policy, we approximate the solution using a coupled algebraic Riccati equation (CARE), which can be computed efficiently via a stochastic approximation (SA) algorithm. Rigorous performance guarantees are established by proving the stability of both the channel predictor and the closed-loop system under the resulting control policy, providing sufficient conditions for the existence and uniqueness of a stabilizing approximate CARE solution, and establishing convergence of the SA-based control algorithm. The framework is further extended to nonlinear plants under general wireless architectures by combining a KalmanNet-based predictor with a Markov-modulated deep deterministic policy gradient (MM-DDPG) controller. Numerical results show that the proposed pilot-free approach outperforms benchmark schemes in both control performance and channel prediction accuracy for linear and nonlinear scenarios."}, {"id": "c211", "text": "Dual-Hop Joint Visible Light and Backscatter Communication Relaying under Finite Blocklength : This paper investigates a dual-hop joint visible light communication (VLC) and backscatter communication (BC) relaying framework under the finite blocklength (FBL) constraint, aiming at energy-neutral Ambient Internet of Things (A-IoT) deployments. In the proposed system, indoor LED access points are used to simultaneously provide illumination and transmit information over light to a backscatter device (BD), which harvests optical energy and backscatters the received messages to user equipments (UEs) equipped with radio frequency (RF) front ends. This forwarding of the information from VLC to RF channels is implemented without the need for carrier synthesizers and power amplifiers at the IoT node. By modeling the end-to-end communication link with short-packet IoT traffic and realistic levels of interference between adjacent VLC coverage areas, we analyze the outage performance and achievable data rate of the proposed system. Simulation results demonstrate that key factors, such as placement and orientation of the BD, as well as the selected code rate of the system affect reliability and data rate that can be achieved for communication purposes. The insights gained from this study pave the way for ambient power-enabled IoT solutions and future hybrid VLC/RF network designs."}, {"id": "c212", "text": "From Specialist to Large Models: A Paradigm Evolution Towards Semantic-Aware MIMO : The sixth generation (6G) network is expected to deploy larger multiple-input multiple-output (MIMO) arrays to support massive connectivity, which will increase overhead and latency at the physical layer. Meanwhile, emerging 6G demands such as immersive communications and environmental sensing pose challenges to traditional signal processing. To address these issues, we propose the ``semantic-aware MIMO'' paradigm, which leverages specialist models and large models to perceive, utilize, and fuse the inherent semantics of channels and sources for improved performance. Moreover, for representative MIMO physical-layer tasks, e.g., random access activity detection, channel feedback, and precoding, we design specialist models that exploit channel and source semantics for better performance. Additionally, in view of the more diversified functions of 6G MIMO, we further explore large models as a scalable solution for multi-task semantic-aware MIMO and review recent advances along with their advantages and limitations. Finally, we discuss the challenges, insights, and prospects of the evolution of specialist models and large models empowered semantic-aware MIMO paradigms."}, {"id": "c213", "text": "Deep Learning-based Low-Overhead Beam Alignment for mmWave Massive MIMO Systems : Millimeter-wave massive multiple-input multiple-output systems employ highly directional beamforming to overcome severe path loss, and their performance critically depends on accurate beam alignment. Conventional codebook-based methods offer low training overhead but suffer from limited angular resolution and sensitivity to hardware impairments. To address these challenges, we propose a deep learning-enhanced super-resolution beam alignment framework with three key components. First, we design the Quaternary Search-based Super-Resolution (QSSR) algorithm, which leverages the monotonic power ratio property between two discrete Fourier transform (DFT) codebook beams to achieve super-resolution angle estimation without increasing measurement complexity relative to binary search. Second, we develop QSSR-Net, a gated recurrent unit-based neural network that exploits sequential multi-layer beam measurements to capture angular dependencies, thereby improving estimation accuracy, robustness to noise, and generalization across diverse propagation environments. Third, to mitigate the adverse effects of hardware impairments such as antenna position and phase errors, we propose a parametric self-calibration method that requires no additional hardware overhead and adapts compensation parameters in real time. Simulation results show that the proposed framework consistently outperforms binary search and even exhaustive search at high signal-to-noise ratios, achieving substantial performance gains while maintaining low overhead."}, {"id": "c214", "text": "Score-Based Conditional Flow Models for MIMO Receiver Design with Superimposed Pilots : Accurate channel state information (CSI) is vital for multiple-input multiple-output (MIMO) systems. However, superimposed pilots (SIP), which reduce overhead, introduce severe pilot contamination and data interference, complicating joint channel estimation and data detection. This paper proposes a conditional flow matching receiver (CFM-Rx), an unsupervised generative framework that learns directly from received signals, eliminating the need for labeled data and improving adaptability across diverse system settings. By leveraging flow-based generative modeling, CFM-Rx enables deterministic, low-latency inference and exploits model invertibility to capture the bidirectional nature of signal propagation. This framework unifies flow matching with score-based diffusion modeling via a moment-consistent ordinary differential equation (ODE), replacing stochastic differential equation (SDE) sampling with a deterministic and efficient process. Furthermore, it integrates receiver-side priors to ensure stable, data-consistent inference. Extensive simulation results across various MIMO configurations demonstrate that CFM-Rx consistently outperforms conventional estimators and state-of-the-art data-driven receivers, achieving notable gains in channel estimation accuracy and symbol detection robustness, particularly under severe pilot contamination."}, {"id": "c215", "text": "Pinching Antennas for Multiple Access in Multigroup Multicast Communications : This paper aims to design multiple access (MA) schemes to improve the max-min fairness (MMF) for pinching antennas (PAs)-based multigroup multicast communications, where PA placement and resource allocation are jointly optimized. Specifically, three MA schemes are considered to facilitate the multicast transmission: i) treating interference as noise (TIN), ii) non-orthogonal multiple access (NOMA), and iii) time-division multiple access (TDMA) with two PA reconfiguration protocols, namely pinching switching (PS) and pinching multiplexing (PM). i) For TIN, a closed-form solution is derived for optimal power allocation, while a sequential element-wise optimization (SEO) is developed for the PA placement. ii) For NOMA, a recursive power allocation framework incorporating a bisection search is developed, and a hierarchical objective evaluation (HOE) mechanism is incorporated to simplify the SEO process for PA location update. iii) For TDMA, the PS protocol allows the PA locations to be optimized separately using the SEO method, after which the time-power allocation is solved as a convex problem with a global optimum. Under the PM protocol, the PA locations are jointly optimized with the time-power resources through a Karush-Kuhn-Tucker (KKT)-based analytical solution. Numerical results demonstrate that: i) the pinching-antenna system (PASS) architecture significantly outperforms traditional fixed-antenna systems. ii) TDMA-PS achieves superior performance by fully leveraging the flexible PA reconfiguration and benefiting from interference-free transmission, whereas TIN serves as a practical lower-bound solution due to its simplicity despite its limited performance. iii) NOMA consistently outperforms TDMA-PM and, in high transmit power regimes with heterogeneous multicast group distributions, can even surpass the performance achieved by TDMA-PS."}, {"id": "c216", "text": "Delay-Synchronous Wideband Channel Sounding Using Off-The-Shelf Multi-Antenna WiFi Devices : It has been shown that WiFi devices enable sensing of environments and targets through their channel state information. However, the same devices have not been used for delay-synchronous channel sounding due to challenges related to the stability of synchronization and lack of reference power levels. Due to factors such as uncertainty in symbol reception timing, impulse responses are discontinuous across acquisitions. The present paper addresses the challenges to perform delay-synchronous channel sounding using off-the-shelf multiple-antenna IEEE 802.11ax WiFi devices, referred to as SoundiFi. Stable delay synchronization and power level reference are realized by remoting the antennas with coaxial cables and devoting one of the antennas as a reference channel, with which the gain and delay of other simultaneous channels are defined. Indoor experiments confirmed that the impulse response becomes continuous across successive acquisitions and provide the absolute delay. The impulse response has a noise level at -115 dB, indicating the maximum path gain value that can be measured with the devices. The impulse response also revealed the existence of long-delayed multipaths up to 132 m propagation distance in a reverberant 30-m-long corridor."}, {"id": "c217", "text": "A Knowledge-Driven Approach to Music Segmentation, Music Source Separation and Cinematic Audio Source Separation : We propose a knowledge-driven, model-based approach to segmenting audio into single-category and mixed-category chunks with applications to source separation. \"Knowledge\" here denotes information associated with the data, such as music scores. \"Model\" here refers to tool that can be used for audio segmentation and recognition, such as hidden Markov models. In contrast to conventional learning that often relies on annotated data with given segment categories and their corresponding boundaries to guide the learning process, the proposed framework does not depend on any pre-segmented training data and learns directly from the input audio and its related knowledge sources to build all necessary models autonomously. Evaluation on simulation data shows that score-guided learning achieves very good music segmentation and separation results. Tested on movie track data for cinematic audio source separation also shows that utilizing sound category knowledge achieves better separation results than those obtained with data-driven techniques without using such information."}, {"id": "c218", "text": "Semi-Gridless Variational Bayes Channel Estimation in XL-MIMO: Near-Field Modeling and Inference : Extremely large antenna arrays and high-frequency operation are two key technologies that advance performance metrics such as higher data rates, lower latency, and wider coverage in sixth-generation communications. However, the adoption of these technologies fundamentally changes the characteristics of wavefronts, forcing communication systems to operate in the near-field region. The transition from planar far-field communications to spherical near-field propagation necessitates novel channel estimation algorithms to fully exploit the unique features of spherical wavefronts for advanced transceiver design. To this end, we propose a novel semi-gridless channel estimation approach based on a variational Bayesian (VB) inference framework. Specifically, we reformulate the near-field channel model for both uniform linear arrays and uniform planar arrays into separate direction-of-arrival (DoAs) and distance components. Building on these new representations, we employ a gridless approach for DoAs estimation using a von Mises distribution, and a coarse-to-fine grid search for distance estimation. We then develop a semi-gridless variational Bayesian (SG-VB) algorithm with efficient update rules that enables accurate channel reconstruction. Simulation results validate the effectiveness of the proposed SG-VB algorithm, demonstrating enhanced near-field channel reconstruction accuracy and superior estimation performance for both DoAs and distance components embedded in near-field channels."}, {"id": "c219", "text": "An index of effective number of variables for uncertainty and reliability analysis in model selection problems : An index of an effective number of variables (ENV) is introduced for model selection in nested models. This is the case, for instance, when we have to decide the order of a polynomial function or the number of bases in a nonlinear regression, choose the number of clusters in a clustering problem, or the number of features in a variable selection application (to name few examples). It is inspired by the idea of the maximum area under the curve (AUC). The interpretation of the ENV index is identical to the effective sample size (ESS) indices concerning a set of samples. The ENV index improves {drawbacks of} the elbow detectors described in the literature and introduces different confidence measures of the proposed solution. These novel measures can be also employed jointly with the use of different information criteria, such as the well-known AIC and BIC, or any other model selection procedures. Comparisons with classical and recent schemes are provided in different experiments involving real datasets. Related Matlab code is given."}, {"id": "c220", "text": "A Light Fixture Color Temperature and Color Rendering Index Measuring Device : The correlated color temperature (CCT) and color rendering index (CRI) of artificial light sources are important because they have implications for human biology and professional applications. Although CCT information is generally available for commercial lamps, CRI is commonly not reported. In addition, devices measuring these parameters are difficult to access as they require a spectrophotometer, a commonly expensive device. In this context, the present work designs and builds a meter in detail, from the structural part of the equipment, interface with sensors, and the calculation to the compensation algorithms implementation, aiming to build the dedicated functionalities of a spectrophotometer, which is designed without the use of optical lenses. In addition to simplifying the device, this approach allows measurements free from dispersions caused by chromatic aberrations typical of optical lenses. The prototype obtained proved to be effective, capturing the spectral power distributions of various light sources and calculating their CCT and CRI."}, {"id": "c221", "text": "Attention-Based SINR Estimation in User-Centric Non-Terrestrial Networks : The signal-to-interference-plus-noise ratio (SINR) is central to performance optimization in user-centric beamforming for satellite-based non-terrestrial networks (NTNs). Its assessment either requires the transmission of dedicated pilots or relies on computing the beamforming matrix through minimum mean squared error (MMSE)-based formulations beforehand, a process that introduces significant computational overhead. In this paper, we propose a low-complexity SINR estimation framework that leverages multi-head self-attention (MHSA) to extract inter-user interference features directly from either channel state information or user location reports. The proposed dual MHSA (DMHSA) models evaluate the SINR of a scheduled user group without requiring explicit MMSE calculations. The architecture achieves a computational complexity reduction by a factor of three in the CSI-based setting and by two orders of magnitude in the location-based configuration, the latter benefiting from the lower dimensionality of user reports. We show that both DMHSA models maintain high estimation accuracy, with the root mean squared error typically below 1 dB with priority-queuing-based scheduled users. These results enable the integration of DMHSA-based estimators into scheduling procedures, allowing the evaluation of multiple candidate user groups and the selection of those offering the highest average SINR and capacity."}, {"id": "c222", "text": "Resilient Cell-Free Massive MIMO Networks : This paper proposes a novel optimization framework for enhancing the security resilience of cell-free massive multiple-input multiple-output (CF-mMIMO) networks with multi-antenna access points (APs) and protective partial zero-forcing (PPZF) under active eavesdropping. Based on the main principles of absorption, adaptation, and recovery, we formulate a security-aware resilience metric to quantify the system performance during and after a security outage. A multi-user service priority-aware power allocation problem is formulated to minimize the mean squared error (MSE) between real-time and desired security efficiency, thereby enabling a trade-off between the target user's secrecy performance and multi-user quality of service (QoS). To solve this non-convex problem, a security-aware iterative algorithm based on the successive convex approximation (SCA) is employed. The proposed algorithm determines the optimal power allocation strategy by balancing solution quality against recovery time. At each iteration, it evaluates the overall resilience score and selects the strategy that achieves the highest value. Simulation results confirm that the proposed framework significantly improves the resilience of CF-mMIMO networks, allowing flexible adaptation between rapid recovery and high-quality recovery, depending on system requirements."}, {"id": "c223", "text": "BRISC: A Dataset of Channel Measurements at 5 GHz With a Reflective Intelligent Surface : We introduce the broadband reconfigurable intelligent surface (RIS) channel (BRISC) dataset. The dataset comprises measurements of channel state information (CSI) collected at 5.53 GHz using a 256-element RIS with binary states. In the measurement campaign, the transmitter and receiver are two software defined radios (SDRs), phase-synchronized via an OctoClock, where the transmitter (receiver) is equipped with one (two) antenna(s). To manage complexity, the RIS elements are grouped into blocks of different sizes, where all elements within a block share the same state. CSIs have been captured for multiple a) transmitter positions (and fixed receiver location), b) pilot block sizes, and c) state configurations. Furthermore, we calibrated the parameters of state-of-the-art RIS channel models to fit the measured CSI. With approximately 10000 configurations explored per transmitting position, BRISC serves as a robust benchmark in communication applications. We also show here an example of its use for physical-layer authentication."}, {"id": "c224", "text": "Distributed Continuous Aperture Arrays for Multiuser SWIPT : This paper proposes a distributed continuous aperture array (D CAPA) to support simultaneous wireless information and power transfer (SWIPT) to multiple information users (IUs) and energy users (EUs). Each metasurface supports continuous surface currents that radiate electromagnetic (EM) waves for information and energy transmission to the users. These waves propagate through continuous EM channels characterized by the dyadic Green function. We formulate a system power consumption (PC) minimization problem subject to spectral efficiency and energy harvesting quality of service (QoS) requirements, where the QoS requirements are derived under the equal power allocation (EPA) scheme. An efficient two layer optimization algorithm is developed to solve this problem by optimizing the power allocation subject to the QoS violation penalties using augmented Lagrangian transformation. Our numerical results show that well optimized current distributions over each metasurface in the proposed D CAPA achieve up to 65% and 61% reductions in overall system PC compared to the EPA and colocated CAPA (C CAPA) cases, while maintaining the same total aperture size and transmission power."}, {"id": "c225", "text": "Scaling Vision Transformers: Evaluating DeepSpeed for Image-Centric Workloads : Vision Transformers (ViTs) have demonstrated remarkable potential in image processing tasks by utilizing self-attention mechanisms to capture global relationships within data. However, their scalability is hindered by significant computational and memory demands, especially for large-scale models with many parameters. This study aims to leverage DeepSpeed, a highly efficient distributed training framework that is commonly used for language models, to enhance the scalability and performance of ViTs. We evaluate intra- and inter-node training efficiency across multiple GPU configurations on various datasets like CIFAR-10 and CIFAR-100, exploring the impact of distributed data parallelism on training speed, communication overhead, and overall scalability (strong and weak scaling). By systematically varying software parameters, such as batch size and gradient accumulation, we identify key factors influencing performance of distributed training. The experiments in this study provide a foundational basis for applying DeepSpeed to image-related tasks. Future work will extend these investigations to deepen our understanding of DeepSpeed's limitations and explore strategies for optimizing distributed training pipelines for Vision Transformers."}, {"id": "c226", "text": "Optimal QAM Constellation for Over-the-Air Computation in the Presence of Heavy-Tailed Channel Noise : Over-the-air computation (OAC) enables low-latency aggregation over multiple-access channels (MACs) by exploiting the superposition property of the wireless medium to compute functions efficiently in distributed networks. A critical but often overlooked challenge is that electromagnetic interference in practical radio channels frequently exhibits heavy-tailed behavior, causing strong impulsive noise that severely degrades computation performance. This work studies digital OAC with QAM-based signaling under heavy-tailed interference modeled by a Cauchy distribution (lacking a finite second moment). We seek QAM-like constellations that minimize the mean-squared error (MSE) of sum aggregation subject to an average-power constraint. The problem is formulated as a constrained optimization, whose solution yields unique optimality conditions. Numerical results confirm the effectiveness of the proposed design. Notably, the framework extends naturally to nomographic functions, broader constellation families, and alternative noise models."}, {"id": "c227", "text": "Cell-Free Massive MIMO-Assisted SWIPT Using Stacked Intelligent Metasurfaces : This study explores a next-generation multiple access (NGMA) framework for cell-free massive MIMO (CF-mMIMO) systems enhanced by stacked intelligent metasurfaces (SIMs), aiming to improve simultaneous wireless information and power transfer (SWIPT) performance. A fundamental challenge lies in optimally selecting the operating modes of access points (APs) to jointly maximize the received energy and satisfy spectral efficiency (SE) quality-of-service constraints. Practical system impairments, including a non-linear harvested energy model, pilot contamination (PC), channel estimation errors, and reliance on long-term statistical channel state information (CSI), are considered. We derive closed-form expressions for both the achievable SE and the average sum harvested energy (sum-HE). A mixed-integer non-convex optimization problem is formulated to jointly optimize the SIM phase shifts, APs mode selection, and power allocation to maximize average sum-HE under SE and average harvested energy constraints. To solve this problem, we propose a centralized training, decentralized execution (CTDE) framework based on deep reinforcement learning (DRL), which efficiently handles high-dimensional decision spaces. A Markovian environment and a normalized joint reward function are introduced to enhance the training stability across on-policy and off-policy DRL algorithms. Additionally, we provide a two-phase convex-based solution as a theoretical robust performance. Numerical results demonstrate that the proposed DRL-based CTDE framework achieves SWIPT performance comparable to convexification-based solution, while significantly outperforming baselines."}, {"id": "c228", "text": "Timing Recovery and Sequence Detection for Integrate-and-Fire Time Encoding Receivers : Recent advances in neuromorphic signal processing have introduced time encoding machines as a promising alternative to conventional uniform sampling for low-power communication receivers. In this paradigm, analog signals are converted into event timings by an integrate-and-fire circuit, allowing information to be represented through spike times rather than amplitude samples. While event-driven sampling eliminates the need for a fixed-rate clock, receivers equipped with integrate-and-fire time encoding machines, called time encoding receivers, often assume perfect symbol synchronization, leaving the problem of symbol timing recovery unresolved. This paper presents a joint timing recovery and data detection framework for integrate-and-fire time encoding receivers. The log-likelihood function is derived to capture the dependence between firing times, symbol timing offset, and transmitted sequence, leading to a maximum likelihood formulation for joint timing estimation and sequence detection. A practical two-stage receiver is developed, consisting of a timing recovery algorithm followed by a zero-forcing detector. Simulation results demonstrate accurate symbol timing offset estimation and improved symbol error rate performance compared to existing time encoding receivers."}, {"id": "c229", "text": "Synapse-Inspired Energy Networks: A Neuromorphic Approach to Microgrid Protection without Communication Links : Traditional protection systems for microgrids, which rely on high fault currents and continuous communication, struggle to keep up with the changing dynamics and cybersecurity concerns of decentralized networks. In this study, we introduce a novel biologically inspired protection system based on neuromorphic principles, where each distributed energy resource (DER) functions as a simple neuron. These neurons process local changes in voltage, current signals, and converting them into spike patterns that represent the severity of disturbances. Just as neurons communicate via synapses in biological systems, we exploit transmission cables to coordinate between DERs, enabling them to share information and respond to faults collectively. Fault detection and circuit breaker activation are driven by a First-To-Spike (FTTS) mechanism, similar to the concept of traveling wave protection, but without needing GPS synchronization or communication links. A key innovation is the ability to use the timing of spikes to locally determine the nature of a fault, offering an intelligent, adaptive response to disturbances. Performance shows tripping latency of 10-58 ms, surpassing conventional relays and even traveling-wave methods (60 ms), while maintaining detection accuracy above 98% and spatial selectivity over 97%, enabling real-time, communication-free, scalable protection for plug-and-play microgrids."}, {"id": "c230", "text": "Hierarchic-EEG2Text: Assessing EEG-To-Text Decoding across Hierarchical Abstraction Levels : An electroencephalogram (EEG) records the spatially averaged electrical activity of neurons in the brain, measured from the human scalp. Prior studies have explored EEG-based classification of objects or concepts, often for passive viewing of briefly presented image or video stimuli, with limited classes. Because EEG exhibits a low signal-to-noise ratio, recognizing fine-grained representations across a large number of classes remains challenging; however, abstract-level object representations may exist. In this work, we investigate whether EEG captures object representations across multiple hierarchical levels, and propose episodic analysis, in which a Machine Learning (ML) model is evaluated across various, yet related, classification tasks (episodes). Unlike prior episodic EEG studies that rely on fixed or randomly sampled classes of equal cardinality, we adopt hierarchy-aware episode sampling using WordNet to generate episodes with variable classes of diverse hierarchy. We also present the largest episodic framework in the EEG domain for detecting observed text from EEG signals in the PEERS dataset, comprising $931538$ EEG samples under $1610$ object labels, acquired from $264$ human participants (subjects) performing controlled cognitive tasks, enabling the study of neural dynamics underlying perception, decision-making, and performance monitoring.\n We examine how the semantic abstraction level affects classification performance across multiple learning techniques and architectures, providing a comprehensive analysis. The models tend to improve performance when the classification categories are drawn from higher levels of the hierarchy, suggesting sensitivity to abstraction. Our work highlights abstraction depth as an underexplored dimension of EEG decoding and motivates future research in this direction."}, {"id": "c231", "text": "Continuous-Time Analysis of AFDM: Fundamental Bounds, and Effects of Pulse-Shaping and Hardware Impairments : Affine frequency division multiplexing (AFDM) has recently emerged as a resilient waveform candidate for high-mobility next-generation wireless systems. However, current literature mostly focuses on discrete time (DT) models, often overlooking effects and hardware non-idealities of actual continuous time (CT) signal generation. In this paper, we bridge this gap by developing a CT-analytical framework based on the affine Fourier series (AFS) representation, which allows us to demonstrate that strictly bandlimited pulses and subcarrier suppression strategies are essential to maintain the multicarrier structure of the signal. In addition, we derive the analytical power spectral density of AFDM and evaluate its spectral characteristics in comparison with other multicarrier schemes, considering the impact of realistic truncated pulse-shaping. Furthermore, we analyze the sensitivity of the CT model to phase noise, carrier frequency offset, and sampling jitter, providing a theoretical analysis of communication performance. Finally, we derive closed-form Cram\u00e9r-Rao bounds for channel parameter estimation, showing that the chirped modulation peculiar of AFDM increases the estimation variance but enables the resolution of Doppler ambiguities. Our findings provide the necessary theoretical and practical foundations for the implementation of AFDM in realistic wireless transceivers."}, {"id": "c232", "text": "Symbol-Aware Precoder Design for Physical-Layer Anonymous Communications : Physical-layer characteristics, such as channel state information (CSI) and transmitter noise induced by hardware impairments, are often uniquely associated with a transmitter. This paper investigates transmitter anonymity at the physical layer from a signal design perspective. We consider an anonymous communication problem where the receiver should reliably decode the signal from the transmitter but should not make use of the signal to infer the transmitter's identity.Transmitter anonymity is quantified using a Kullback-Leibler divergence (KLD)-based metric, which enables the formulation of explicit anonymity constraints in the precoder design.We then propose an anonymous symbol-level precoding strategy that preserves reliable communication under spatial multiplexing while preventing transmitter identification. The proposed framework employs a partitioned equal-gain combining (P-EGC) scheme that leverages receiver diversity without requiring transmitter-specific CSI. Simulation results demonstrate anonymity-reliability tradeoffs across different signal-to-noise ratios (SNRs) and numbers of data streams. Moreover, the results reveal opposite trends of anonymity with respect to transmitter-dependent noise variations in the low-SNR and high-SNR regimes."}, {"id": "c233", "text": "FGFRFT: Fast Graph Fractional FourierTransform via Fourier Series Approximation : The graph fractional Fourier transform (GFRFT) generalizes the graph Fourier transform (GFT) but suffers from a significant computational bottleneck: determining the optimal transform order requires expensive eigendecomposition and matrix multiplication, leading to $O(N^3)$ complexity. To address this issue, we propose a fast GFRFT (FGFRFT) algorithm for unitary GFT matrices based on Fourier series approximation and an efficient caching strategy. FGFRFT reduces the complexity of generating transform matrices to $O(2LN^2)$ while preserving differentiability, thereby enabling adaptive order learning. We validate the algorithm through theoretical analysis, approximation accuracy tests, and order learning experiments. Furthermore, we demonstrate its practical efficacy for image and point cloud denoising and present the fractional specformer, which integrates the FGFRFT into the specformer architecture. This integration enables the model to overcome the limitations of a fixed GFT basis and learn optimal fractional orders for complex data. Experimental results confirm that the proposed algorithm significantly accelerates computation and achieves superior performance compared with the GFRFT."}, {"id": "c234", "text": "Functional Continuous Decomposition : The analysis of non-stationary time-series data requires insight into its local and global patterns with physical interpretability. However, traditional smoothing algorithms, such as B-splines, Savitzky-Golay filtering, and Empirical Mode Decomposition (EMD), lack the ability to perform parametric optimization with guaranteed continuity. In this paper, we propose Functional Continuous Decomposition (FCD), a JAX-accelerated framework that performs parametric, continuous optimization on a wide range of mathematical functions. By using Levenberg-Marquardt optimization to achieve up to $C^1$ continuous fitting, FCD transforms raw time-series data into $M$ modes that capture different temporal patterns from short-term to long-term trends. Applications of FCD include physics, medicine, financial analysis, and machine learning, where it is commonly used for the analysis of signal temporal patterns, optimized parameters, derivatives, and integrals of decomposition. Furthermore, FCD can be applied for physical analysis and feature extraction with an average SRMSE of 0.735 per segment and a speed of 0.47s on full decomposition of 1,000 points. Finally, we demonstrate that a Convolutional Neural Network (CNN) enhanced with FCD features, such as optimized function values, parameters, and derivatives, achieved 16.8% faster convergence and 2.5% higher accuracy over a standard CNN."}, {"id": "c235", "text": "Efficient Solvers for Coupling-Aware Beamforming in Continuous Aperture Arrays : In continuous aperture arrays (CAPAs), careful consideration of the underlying physics is essential, among which electromagnetic (EM) mutual coupling plays a critical role in beamforming performance. Building on a physically consistent mutual coupling model, the beamforming design is formulated as a functional optimization whose optimality condition leads to a Fredholm integral equation. The incorporation of the coupling model, however, substantially increases computational complexity, necessitating efficient and accurate integral equation solvers. In this letter, we propose two efficient solvers: 1) a coordinate-transformation-based kernel approximation that preserves the operator structure while alleviating discretization demands, and 2) a direct lower-upper (LU)-based solver that stably handles the Nystr\u00f6m-discretized system. Numerical results demonstrate improved accuracy and reduced computational overhead compared to conventional methods, with the LU-based solver emerging as an efficient and scalable solution for large-scale CAPA optimization via offline factorization."}, {"id": "c236", "text": "Provable orbit recovery over SO(3) from the non-uniform second moment : We study the recovery of an unknown three-dimensional band-limited signal from multiple noisy observations that are randomly rotated by latent elements of SO(3), where the rotations are drawn from an unknown, non-uniform distribution. Because the rotations are unobserved, only the signal orbit under the rotation group can be recovered. We show that the signal orbit and the rotation distribution are jointly identifiable from the first and second moments. This yields an improved high-noise sample complexity that scales quadratically with the noise variance, rather than cubically as in the uniform-rotation case. We further develop a provable, computationally efficient reconstruction algorithm that recovers the 3-D signal by successively solving a sequence of well-conditioned linear systems. The algorithm is validated through extensive numerical experiments. Our results provide a principled and tractable framework for high-noise 3-D orbit recovery, with potential relevance to cryo-electron microscopy and cryo-electron tomography modeling, where molecules are observed in unknown orientations."}, {"id": "c237", "text": "On Channel Estimation for Group-Connected Beyond Diagonal RIS Assisted Multi-User MIMO Communication : Beyond diagonal reconfigurable intelligent surface (BD-RIS) architectures offer superior beamforming gain over conventional diagonal RISs. However, the channel estimation overhead is the main hurdle for reaping the above gain in practice. This letter addresses this issue for group-connected BDRIS aided uplink communication from multiple multi-antenna users to one multi-antenna base station (BS). We first reveal that within each BD-RIS group, the cascaded channel associated with one user antenna and one BD-RIS element is a scaled version of that associated with any other user antenna and BD-RIS element due to the common RIS-BS channel. This insight drastically reduces the dimensionality of the channel estimation problem. Building on this property, we propose an efficient two-phase channel estimation protocol. In the first phase, the reference cascaded channels for all groups are estimated in parallel based on common received signals while determining the scaling coefficients for a single reference antenna. In the second phase, the scaling coefficients for all remaining user antennas are estimated. Numerical results demonstrate that our proposed framework achieves substantially lower estimation error with fewer pilot signals compared to state-of-the-art benchmark schemes."}, {"id": "c238", "text": "Comparing Implicit Neural Representations and B-Splines for Continuous Function Fitting from Sparse Samples : Continuous signal representations are naturally suited for inverse problems, such as magnetic resonance imaging (MRI) and computed tomography, because the measurements depend on an underlying physically continuous signal. While classical methods rely on predefined analytical bases like B-splines, implicit neural representations (INRs) have emerged as a powerful alternative that use coordinate-based networks to parameterize continuous functions with implicitly defined bases. Despite their empirical success, direct comparisons of their intrinsic representation capabilities with conventional models remain limited. This preliminary empirical study compares a positional-encoded INR with a cubic B-spline model for continuous function fitting from sparse random samples, isolating the representation capacity difference by only using coefficient-domain Tikhonov regularization. Results demonstrate that, under oracle hyperparameter selection, the INR achieves a lower normalized root-mean-squared error, yielding sharper edge transitions and fewer oscillatory artifacts than the oracle-tuned B-spline model. Additionally, we show that a practical bilevel optimization framework for INR hyperparameter selection based on measurement data split effectively approximates oracle performance. These findings empirically support the superior representation capacity of INRs for sparse data fitting."}, {"id": "c239", "text": "On the Optimal Integer-Forcing Precoding: A Geometric Perspective and a Polynomial-Time Algorithm : The joint optimization of the integer matrix $\\mathbf{A}$ and the power scaling matrix $\\mathbf{D}$ is central to achieving the capacity-approaching performance of Integer-Forcing (IF) precoding. This problem, however, is known to be NP-hard, presenting a fundamental computational bottleneck. In this paper, we reveal that the solution space of this problem admits a intrinsic geometric structure: it can be partitioned into a finite number of conical regions, each associated with a distinct full-rank integer matrix $\\mathbf{A}$. Leveraging this decomposition, we transform the NP-hard problem into a search over these regions and propose the Multi-Cone Nested Stochastic Pattern Search (MCN-SPS) algorithm. Our main theoretical result is that MCN-SPS finds a near-optimal solution with a computational complexity of $\\mathcal{O}\\left(K^4\\log K\\log_2(r_0)\\right)$, which is polynomial in the number of users $K$. Numerical simulations corroborate the theoretical analysis and demonstrate the algorithm's efficacy."}, {"id": "c240", "text": "Height-Dependent Spectrum Activity Measurements and Modeling: A Case Study with FM Radio Bands : The increasing demand for wireless connectivity necessitates advanced spectrum modeling to enable efficient spectrum sharing for next-generation aerial communications. While traditional models often overlook vertical variations in signal behavior, this paper proposes a height-dependent propagation model using a helikite-mounted software-defined radio (SDR). We collected extensive measurement data across the 88 MHz to 6 GHz range in both urban and rural environments. As a case study to validate our methodology, we focus on the FM radio band, which allows us to use publicly available transmitter locations and transmit power levels to facilitate comparisons between analytical with measurement results. We identify a clear transition from non-line-of-sight (NLoS) to line-of-sight (LoS) regimes at a specific altitude threshold and propose an altitude-dependent path loss model that incorporates this transition. Our results demonstrate that the proposed model significantly outperforms the standard free space path loss (FSPL) model in complex urban topologies, providing a more accurate framework for altitude-aware spectrum prediction and management across emerging aerial wireless technologies and bands."}, {"id": "c241", "text": "Waveform Design for Partial-Time Superimposed ISAC Systems : Nowadays, waveforms of integrated sensing and communication (ISAC) are almost based on conventional communication and sensing signal, which bounds both the communication and sensing performance. To deal with this issue, in this paper, a novel waveform design is presented for the partial-time superimposed (PTS) ISAC system. At the base station (BS), a parameter-adjustable linear frequency modulation (LFM) pulse signal and a continuous communication orthogonal frequency division multiplexing (OFDM) signal are employed to broadcast public information and perform sensing tasks, respectively, using a PTS scheme. Pulse compression gain enhances the system's long-range sensing capability, while OFDM ensures the system's high-speed data transmission capability. Meanwhile, the LFM signal is utilized as superimposed pilot for channel estimation, which has higher time-frequency resource utilization and stronger real-time performance compared to orthogonal pilots. We present an accurate parameter estimation method of multi-path sensing signal for reconstructing and interference cancellation in communication users. Additionally, a cyclic maximum likelihood method is introduced for channel estimation and the Cramer-Rao lower bound (CRLB) of channel estimation is derived. Simulations demonstrate the accuracy and robustness of the proposed parameter estimation algorithm as well as the improved channel estimation performance over traditional methods. The proposed waveform design method can achieve reliable data transmission and accurate target sensing."}, {"id": "c242", "text": "Cooperative ISAC for Joint Localization and Velocity Estimation in Cell-Free MIMO Systems : In this paper, we explore a cooperative integrated sensing and communication (ISAC) framework that utilizes orthogonal frequency division multiplexing (OFDM) waveforms. Under the control of a central processing unit (CPU), multiple access points (APs) collaboratively perform multistatic sensing while providing communication service in a cell-free multiple-input multiple-output (MIMO) system. Achieving high sensing accuracy requires the collection of global sensing information at the CPU, which can lead to significant fronthaul signaling overhead due to the feedback of the sensing signals from each AP. To tackle this issue, we propose a collaborative processing scheme in which the APs locally compress and quantize the received sensing signals before forwarding them to the CPU. The CPU then aggregates the information from all APs to estimate the location and velocity of the targets. We develop a distributed vector-quantized variational autoencoder (D-VQVAE) to enable an end-to-end implementation of this scheme. D-VQVAE consists of distributed encoders at the APs to locally encode the received sensing signals, codebooks for quantizing the encoded results, and a decoder at the CPU for location and velocity estimation. It effectively reduces the amount of data transmitted from each AP to the CPU while maintaining a high sensing accuracy. We employ a collaborative learning-assisted scheme to train D-VQVAE in an end-to-end manner. Simulation results show that the proposed D-VQVAE network outperforms the baseline schemes in sensing accuracy and reduces fronthaul signaling overhead by 99% when compared with the centralized sensing approach."}, {"id": "c243", "text": "Fast Spectrogram Event Extraction via Offline Self-Supervised Learning: From Fusion Diagnostics to Bioacoustics : Next-generation fusion facilities like ITER face a \"data deluge,\" generating petabytes of multi-diagnostic signals daily that challenge manual analysis. We present a \"signals-first\" self-supervised framework for the automated extraction of coherent and transient modes from high-noise time-frequency data. We also develop a general-purpose method and tool for extracting coherent, quasi-coherent, and transient modes for fluctuation measurements in tokamaks by employing non-linear optimal techniques in multichannel signal processing with a fast neural network surrogate on fast magnetics, electron cyclotron emission, CO2 interferometers, and beam emission spectroscopy measurements from DIII-D. Results are tested on data from DIII-D, TJ-II, and non-fusion spectrograms. With an inference latency of 0.5 seconds, this framework enables real-time mode identification and large-scale automated database generation for advanced plasma control. Repository is in https://github.com/PlasmaControl/TokEye."}, {"id": "c244", "text": "The Sim-to-Real Gap in MRS Quantification: A Systematic Deep Learning Validation for GABA : Magnetic resonance spectroscopy (MRS) is used to quantify metabolites in vivo and estimate biomarkers for conditions ranging from neurological disorders to cancers. Quantifying low-concentration metabolites such as GABA ($\u03b3$-aminobutyric acid) is challenging due to low signal-to-noise ratio (SNR) and spectral overlap. We investigate and validate deep learning for quantifying complex, low-SNR, overlapping signals from MEGA-PRESS spectra, devise a convolutional neural network (CNN) and a Y-shaped autoencoder (YAE), and select the best models via Bayesian optimisation on 10,000 simulated spectra from slice-profile-aware MEGA-PRESS simulations. The selected models are trained on 100,000 simulated spectra. We validate their performance on 144 spectra from 112 experimental phantoms containing five metabolites of interest (GABA, Glu, Gln, NAA, Cr) with known ground truth concentrations across solution and gel series acquired at 3 T under varied bandwidths and implementations. These models are further assessed against the widely used LCModel quantification tool. On simulations, both models achieve near-perfect agreement (small MAEs; regression slopes $\\approx 1.00$, $R^2 \\approx 1.00$). On experimental phantom data, errors initially increased substantially. However, modelling variable linewidths in the training data significantly reduced this gap. The best augmented deep learning models achieved a mean MAE for GABA over all phantom spectra of 0.151 (YAE) and 0.160 (FCNN) in max-normalised relative concentrations, outperforming the conventional baseline LCModel (0.220). A sim-to-real gap remains, but physics-informed data augmentation substantially reduced it. Phantom ground truth is needed to judge whether a method will perform reliably on real data."}, {"id": "c245", "text": "Adaptive Underwater Acoustic Communications with Limited Feedback: An AoI-Aware Hierarchical Bandit Approach : Underwater Acoustic (UWA) networks are vital for remote sensing and ocean exploration but face inherent challenges such as limited bandwidth, long propagation delays, and highly dynamic channels. These constraints hinder real-time communication and degrade overall system performance. To address these challenges, this paper proposes a bilevel Multi-Armed Bandit (MAB) framework. At the fast inner level, a Contextual Delayed MAB (CD-MAB) jointly optimizes adaptive modulation and transmission power based on both channel state feedback and its Age of Information (AoI), thereby maximizing throughput. At the slower outer level, a Feedback Scheduling MAB dynamically adjusts the channel-state feedback interval according to throughput dynamics: stable throughput allows longer update intervals, while throughput drops trigger more frequent updates. This adaptive mechanism reduces feedback overhead and enhances responsiveness to varying network conditions. The proposed bilevel framework is computationally efficient and well-suited to resource-constrained UWA networks. Simulation results using the DESERT Underwater Network Simulator demonstrate throughput gains of up to 20.61% and energy savings of up to 36.60% compared with Deep Reinforcement Learning (DRL) baselines reported in the existing literature."}, {"id": "c246", "text": "Dual Security for MIMO-OFDM ISAC Systems: Artificial Ghosts or Artificial Noise : Integrated sensing and communication (ISAC) enables the efficient sharing of wireless resources to support emerging applications, but it also gives rise to new sensing-based security vulnerabilities. Here, potential communication security threats whereby confidential messages intended for legitimate users are intercepted, but also unauthorized receivers (Eves) can passively exploit target echoes to infer sensing parameters without users being aware. Despite these risks, the joint protection of sensing and communication security in ISAC systems remains unexplored. To address this challenge, this paper proposes a two-layer dual-secure ISAC framework that simultaneously protects sensing and communication against passive sensing Eves and communication Eves, without requiring their channel state information (CSI). Specifically, transmit beamformers are jointly designed to inject artificial noise (AN) to introduce interference to communication Eves, while deliberately distorting the reference signal available to sensing Eves to impair their sensing capability. Furthermore, the proposed design generates artificial ghosts (AGs) with fake angle-range-velocity profiles observable by all receivers. Legitimate receivers can suppress these AGs, whereas sensing Eves cannot, thereby significantly reducing their probability of correctly detecting the true targets. Numerical results demonstrate that the proposed framework effectively enhances both communication and sensing security, while preserving the performance of communication users and legitimate sensing receivers."}, {"id": "c247", "text": "On the Spatial Consistency of Sub-Terahertz Channel Characteristics for Beyond-6G Systems : Ray tracing is a versatile approach for precise sub-terahertz (sub-THz, 100-300 GHz) channel modeling when designing new mechanisms for beyond-6G cellular systems. Theoretically, wireless channels may exhibit variations over wavelength distances. In the sub-THz band, close-to-millimeter wavelengths thus require extremely large computational efforts for ray-tracing modeling. However, in practice, channel characteristics may remain quantitatively similar over much larger distances, which can drastically decrease computational efforts. The aim of this study is to experimentally characterize the degree of spatial consistency in sub-THz channel characteristics. To this end, we performed a large-scale measurement campaign in the 140-150 GHz frequency band in an indoor-hall (InH) environment and characterized the channel at separation distances from 2.5 mm up to 1 m. Our results show that channel characteristics including delay spread, angular delay spread, and K-factor change only slightly over multiple tens of centimeter distances. This implies that, in the considered InH environment, the mesh grid can be in the range of 10-50 wavelengths (at 145 GHz) along stable line-of-sight (LoS) directions, while a finer resolution is needed in regions not dominated by LoS. For coarser grids, advanced interpolation is required to capture rapidly varying scattered components."}, {"id": "c248", "text": "Digital Twin--Driven Adaptive Wavelet Strategy for Efficient 6G Backbone Network Telemetry : Classical orthogonal wavelets guarantee perfect reconstruction but rely on fixed bases optimized for polynomial smoothness, achieving suboptimal compression on signals with fractal spectral signatures. Conversely, learned methods offer adaptivity but typically enforce orthogonality via soft penalties, sacrificing structural guarantees.\n This work establishes a rigorous equivalence between Multiscale Entanglement Renormalization Ansatz (MERA) tensor networks and paraunitary filter banks. The resulting framework learns adaptive wavelets while enforcing exact orthogonality through manifold-constrained optimization, guaranteeing perfect reconstruction and energy conservation throughout training.\n Validation on Long-Range Dependent (LRD) network traffic demonstrates that learned filters outperform classical wavelets by 0.5--3.8~dB PSNR on six MAWI backbone traces (2020--2025, 314~Mbps--1.75~Gbps) while preserving the Hurst exponent within estimation uncertainty ($|\u0394H| \\le 0.03$). These results establish MERA-inspired wavelets as a principled approach for telemetry compression in 6G digital twin synchronization."}, {"id": "c249", "text": "From High-Level Requirements to KPIs: Conformal Signal Temporal Logic Learning for Wireless Communications : Softwarized radio access networks (RANs), such as those based on the Open RAN (O-RAN) architecture, generate rich streams of key performance indicators (KPIs) that can be leveraged to extract actionable intelligence for network optimization. However, bridging the gap between low-level KPI measurements and high-level requirements, such as quality of experience (QoE), requires methods that are both relevant, capturing temporal patterns predictive of user-level outcomes, and interpretable, providing human-readable insights that operators can validate and act upon. This paper introduces conformal signal temporal logic learning (C-STLL), a framework that addresses both requirements. C-STLL leverages signal temporal logic (STL), a formal language for specifying temporal properties of time series, to learn interpretable formulas that distinguish KPI traces satisfying high-level requirements from those that do not. To ensure reliability, C-STLL wraps around existing STL learning algorithms with a conformal calibration procedure based on the Learn Then Test (LTT) framework. This procedure produces a set of STL formulas with formal guarantees: with high probability, the set contains at least one formula achieving a user-specified accuracy level. The calibration jointly optimizes for reliability, formula complexity, and diversity through principled acceptance and stopping rules validated via multiple hypothesis testing. Experiments using the ns-3 network simulator on a mobile gaming scenario demonstrate that C-STLL effectively controls risk below target levels while returning compact, diverse sets of interpretable temporal specifications that relate KPI behavior to QoE outcomes."}, {"id": "c250", "text": "Rethinking Chronological Causal Discovery with Signal Processing : Causal discovery problems use a set of observations to deduce causality between variables in the real world, typically to answer questions about biological or physical systems. These observations are often recorded at regular time intervals, determined by a user or a machine, depending on the experiment design. There is generally no guarantee that the timing of these recordings matches the timing of the underlying biological or physical events. In this paper, we examine the sensitivity of causal discovery methods to this potential mismatch. We consider empirical and theoretical evidence to understand how causal discovery performance is impacted by changes of sampling rate and window length. We demonstrate that both classical and recent causal discovery methods exhibit sensitivity to these hyperparameters, and we discuss how ideas from signal processing may help us understand these phenomena."}, {"id": "c251", "text": "A Generic Web Component for WebRTC Pub-Sub : We present video-io, a generic web component to publish or subscribe to a media stream in WebRTC (web real-time communication) applications. Unlike a call or conference room abstraction of existing video conferencing services, it uses a named stream abstraction, which is useful in many scenarios beyond just a call or conference. It keeps most of the application logic in the endpoint using the extensive application interface of this component, and keeps any vendor specific access control or signaling negotiation in a service-specific connector implementation. This allows an app developer to write once, and be able to run the web app on different servers or services. We also demonstrate its flexibility by implementing the connector for ten different existing systems and services. Decoupling the app from the hosted vendor service promotes innovation in the endpoint beyond what a single vendor locked client app can offer."}, {"id": "c252", "text": "Enhancing Cellular-enabled Collaborative Robots Planning through GNSS data for SAR Scenarios : Cellular-enabled collaborative robots are becoming paramount in Search-and-Rescue (SAR) and emergency response. Crucially dependent on resilient mobile network connectivity, they serve as invaluable assets for tasks like rapid victim localization and the exploration of hazardous, otherwise unreachable areas. However, their reliance on battery power and the need for persistent, low-latency communication limit operational time and mobility. To address this, and considering the evolving capabilities of 5G/6G networks, we propose a novel SAR framework that includes Mission Planning and Mission Execution phases and that optimizes robot deployment. By considering parameters such as the exploration area size, terrain elevation, robot fleet size, communication-influenced energy profiles, desired exploration rate, and target response time, our framework determines the minimum number of robots required and their optimal paths to ensure effective coverage and timely data backhaul over mobile networks. Our results demonstrate the trade-offs between number of robots, explored area, and response time for wheeled and quadruped robots. Further, we quantify the impact of terrain elevation data on mission time and energy consumption, showing the benefits of incorporating real-world environmental factors that might also affect mobile signal propagation and connectivity into SAR planning. This framework provides critical insights for leveraging next-generation mobile networks to enhance autonomous SAR operations."}, {"id": "c253", "text": "Lossy Compression of Network Feature Data: When Less Is Enough : Network traffic analysis increasingly relies on feature-based representations to support monitoring and security in the presence of pervasive encryption. Although features are more compact than raw packet traces, their storage has become a scalability bottleneck from large-scale core networks to resource-constrained Internet of Things (IoT) environments. This article investigates task-aware lossy compression strategies that reduce the storage footprint of traffic features while preserving analytics accuracy. Using website classification in core networks and device identification in IoT environments as representative use cases, we show that simple, semantics-preserving compression techniques expose stable operating regions that balance storage efficiency and task performance. These results highlight compression as a first-class design dimension in scalable network monitoring systems."}, {"id": "c254", "text": "Compensating the Packet Delay Variation for 6G Integrated with IEEE Time-Sensitive Networking : 6G is deemed as a key technology to support emerging applications with stringent requirements for highly dependable and timecritical communication. In this paper, we investigate 6G networks integrated with TSN and how to compensate for wireless stochastic behavior which involves a large intrinsic packet delay variation. We evaluate a 6G solution to reduce packet delay variation that is based on de-jittering. For this, we propose to use virtual timeslots for providing the required time-awareness. We discuss the benefits of the proposed solution while evaluating the impact of the timeslot size on the number of schedulable TSN streams."}, {"id": "c255", "text": "UnlinkableDFL: a Practical Mixnet Protocol for Churn-Tolerant Decentralized FL Model Sharing : Decentralized Federated Learning (DFL) eliminates the need for a central aggregator, but it can expose communication patterns that reveal participant identities. This work presents UnlinkableDFL, a DFL framework that combines a peer-based mixnet with fragment-based model aggregation to ensure unlinkability in fully decentralized settings. Model updates are divided into encrypted fragments, sent over separate multi-hop paths, and aggregated without using any identity information. A theoretical analysis indicates that relay and end-to-end unlinkability improve with larger mixing sets and longer paths, while convergence remains similar to standard FedAvg. A prototype implementation evaluates learning performance, latency, unlinkability, and resource usage. The results show that UnlinkableDFL converges reliably and adapts to node churn. Communication latency emerges as the main overhead, while memory and CPU usage stay moderate. These findings illustrate the balance between anonymity and system efficiency, demonstrating that strong unlinkability can be maintained in decentralized learning workflows."}, {"id": "c256", "text": "The Instability of all Backoff Protocols : In this paper we prove Aldous's conjecture from 1987 that there is no backoff protocol that is stable for any positive arrival rate. The setting is a communication channel for coordinating requests for a shared resource. Each user who wants to access the resource makes a request by sending a message to the channel. The users don't have any way to communicate with each other, except by sending messages to the channel. The operation of the channel proceeds in discrete time steps. If exactly one message is sent to the channel during a time step then this message succeeds (and leaves the system). If multiple messages are sent during a time step then these messages collide. Each of the users that sent these messages therefore waits a random amount of time before re-sending. A backoff protocol is a randomised algorithm for determining how long to wait -- the waiting time is a function of how many collisions a message has had. Specifically, a backoff protocol is described by a send sequence $\\overline{p} = (p_0,p_1,p_2,\\ldots)$. If a message has had $k$ collisions before a time step then, with probability $p_k$, it sends during that time step, whereas with probability $1-p_k$ it is silent (waiting for later). The most famous backoff protocol is binary exponential backoff, where $p_k = 2^{-k}$. Under Kelly's model, in which the number of new messages that arrive in the system at each time step is given by a Poisson random variable with mean $\u03bb$, Aldous proved that binary exponential backoff is unstable for any positive $\u03bb$. He conjectured that the same is true for any backoff protocol. We prove this conjecture."}, {"id": "c257", "text": "Telemetry-Based Server Selection in the Quantum Internet via Cross-Layer Runtime Estimation : The Quantum Internet will allow clients to delegate quantum workloads to remote servers over heterogeneous networks, but choosing the server that minimizes end-to-end execution time is difficult because server processing, feedforward classical communication, and entanglement distribution can overlap in protocol-dependent ways and shift the runtime bottleneck. We propose $T_{\\max}$, a lightweight runtime score that sums coarse telemetry from multiple layers to obtain a conservative ranking for online server selection without calibrating weights for each deployment. Using NetSquid discrete-event simulations of a modified parameter-blind VQE (PB-VQE) workload, we evaluate $T_{\\max}$ on pools of 10,000 heterogeneous candidates (selecting among up to 100 per decision) across crossover and bottleneck-dominated regimes, including temporal jitter scenarios and jobs with multiple shots. $T_{\\max}$ achieves single-digit mean regret normalized by the oracle (below 10%) in both regimes and remains in the single-digit range under classical communication latency jitter for multi-shot jobs, while performance degrades for single-shot jobs under severe jitter. To connect performance to deployment planning, we derive an operating map based on requirements relating distance and entanglement rate requirements to protocol level counts, quantify how simple multiuser contention shifts the crossover, and use Sobol global sensitivity analysis to identify regime-dependent bottlenecks. These findings suggest that simple cross-layer telemetry can enable practical server selection while providing actionable provisioning guidance for emerging Quantum Internet services."}, {"id": "c258", "text": "Airavat: An Agentic Framework for Internet Measurement : Internet measurement faces twin challenges: complex analyses require expert-level orchestration of tools, yet even syntactically correct implementations can have methodological flaws and can be difficult to verify. Democratizing measurement capabilities thus demands automating both workflow generation and verification against methodological standards established through decades of research.\n We present Airavat, the first agentic framework for Internet measurement workflow generation with systematic verification and validation. Airavat coordinates a set of agents mirroring expert reasoning: three agents handle problem decomposition, solution design, and code implementation, with assistance from a registry of existing tools. Two specialized engines ensure methodological correctness: a Verification Engine evaluates workflows against a knowledge graph encoding five decades of measurement research, while a Validation Engine identifies appropriate validation techniques grounded in established methodologies. Through four Internet measurement case studies, we demonstrate that Airavat (i) generates workflows matching expert-level solutions, (ii) makes sound architectural decisions, (iii) addresses novel problems without ground truth, and (iv) identifies methodological flaws missed by standard execution-based testing."}, {"id": "c259", "text": "Deep Reinforcement Learning Based Block Coordinate Descent for Downlink Weighted Sum-rate Maximization on AI-Native Wireless Networks : This paper introduces a deep reinforcement learning-based block coordinate descent (DRL-based BCD) algorithm to address the nonconvex weighted sum-rate maximization (WSRM) problem with a total power constraint. Firstly, we present an efficient block coordinate descent (BCD) method to solve the problem. We then integrate deep reinforcement learning (DRL) techniques into the BCD method and propose the DRL-based BCD algorithm. This approach combines the data-driven learning capability of machine learning techniques with the navigational and decision-making characteristics of the optimization-theoretic-based BCD method. This combination significantly improves the algorithm's performance by reducing its sensitivity to initial points and mitigating the risk of entrapment in local optima. The primary advantages of the proposed DRL-based BCD algorithm lie in its ability to adhere to the constraints of the WSRM problem and significantly enhance accuracy, potentially achieving the exact optimal solution. Moreover, unlike many pure machine-learning approaches, the DRL-based BCD algorithm capitalizes on the underlying theoretical analysis of the WSRM problem's structure. This enables it to be easily trained and computationally efficient while maintaining a level of interpretability. Through numerical experiments, the DRL-based BCD algorithm demonstrates substantial advantages in effectiveness, efficiency, robustness, and interpretability for maximizing sum rates, which also provides valuable potential for designing resource-constrained AI-native wireless optimization strategies in next-generation wireless networks."}, {"id": "c260", "text": "AWCP: A Workspace Delegation Protocol for Deep-Engagement Collaboration across Remote Agents : The rapid evolution of Large Language Model (LLM)-based autonomous agents is reshaping the digital landscape toward an emerging Agentic Web, where increasingly specialized agents must collaborate to accomplish complex tasks. However, existing collaboration paradigms are constrained to message passing, leaving execution environments as isolated silos. This creates a context gap: agents cannot directly manipulate files or invoke tools in a peer's environment, and must instead resort to costly, error-prone environment reconstruction. We introduce the Agent Workspace Collaboration Protocol (AWCP), which bridges this gap through temporary workspace delegation inspired by the Unix philosophy that everything is a file. AWCP decouples a lightweight control plane from pluggable transport mechanisms, allowing a Delegator to project its workspace to a remote Executor, who then operates on the shared files directly with unmodified local toolchains. We provide a fully open-source reference implementation with MCP tool integration and validate the protocol through live demonstrations of asymmetric collaboration, where agents with complementary capabilities cooperate through delegated workspaces. By establishing the missing workspace layer in the agentic protocol stack, AWCP paves the way for a universally interoperable agent ecosystem in which collaboration transcends message boundaries. The protocol and reference implementation are publicly available at https://github.com/SII-Holos/awcp."}, {"id": "c261", "text": "Agentic AI for Scalable and Robust Optical Systems Control : We present AgentOptics, an agentic AI framework for high-fidelity, autonomous optical system control built on the Model Context Protocol (MCP). AgentOptics interprets natural language tasks and executes protocol-compliant actions on heterogeneous optical devices through a structured tool abstraction layer. We implement 64 standardized MCP tools across 8 representative optical devices and construct a 410-task benchmark to evaluate request understanding, role-aware responses, multi-step coordination, robustness to linguistic variation, and error handling. We assess two deployment configurations--commercial online LLMs and locally hosted open-source LLMs--and compare them with LLM-based code generation baselines. AgentOptics achieves 87.7%--99.0% average task success rates, significantly outperforming code-generation approaches, which reach up to 50% success. We further demonstrate broader applicability through five case studies extending beyond device-level control to system orchestration, monitoring, and closed-loop optimization. These include DWDM link provisioning and coordinated monitoring of coherent 400 GbE and analog radio-over-fiber (ARoF) channels; autonomous characterization and bias optimization of a wideband ARoF link carrying 5G fronthaul traffic; multi-span channel provisioning with launch power optimization; closed-loop fiber polarization stabilization; and distributed acoustic sensing (DAS)-based fiber monitoring with LLM-assisted event detection. These results establish AgentOptics as a scalable, robust paradigm for autonomous control and orchestration of heterogeneous optical systems."}, {"id": "c262", "text": "A Quantum Internet Protocol Suite Beyond Layering : Layering, the protocol organization principle underpinning the classical Internet, is ill-suited to the Quantum Internet, built around entanglement, which is non-local and stateful. This paper proposes a quantum-native organizational principle based on dynamic composition, which replaces static layering with a distributed orchestration fabric driven by the node local state and in-band control. Each node runs a Dynamic Kernel that i) constructs a local PoA of candidate steps to advance a service intent, and ii) executes the PoA by composing atomic micro-protocols into context-aware procedures (the meta-protocols). Quantum packets carry an in-band control-field (the meta-header) containing the service intent and an append-only list of action-commit records, termed as stamps. Successive nodes exploit this minimal, authoritative history to construct their local PoAs. As quantum packets progress, these local commits collectively induce a network-wide, direct acyclic graph that certifies end-to-end service fulfillment, without requiring global synchronization. In contrast to classical encapsulation, the proposed suite enforces order by certification: dependency-aware local scheduling decides what may run at a certain node, stamps certify what did run and constrain subsequent planning. By embedding procedural control within the quantum packet, the design ensures coherence and consistency between entanglement-state evolution and control-flow, preventing divergence between resource state ad protocol logic, while remaining MP-agnostic and implementation-decoupled. The resulting suite is modular, adaptable to entanglement dynamics, and scalable. It operates correctly with or without optional control-plane hints. Indeed, when present, hints can steer QoS policies, without changing semantics. We argue that dynamic composition is the organizing principle required for a truly quantum-native Internet."}, {"id": "c263", "text": "BeamVLM for Low-altitude Economy: Generative Beam Prediction via Vision-language Models : For low-altitude economy (LAE), fast and accurate beam prediction between high-mobility unmanned aerial vehicles (UAVs) and ground base stations is of paramount importance, which ensures seamless coverage and reliable communications. However, existing deep learning-based beam prediction methods lack high-level semantic understanding of dynamic environments, resulting in poor generalization. On the other hand, the emerging large language model (LLM) based approaches show promise in enhancing generalization, but they typically lack rich environmental perception, thereby failing to capture fine-grained spatial semantics essential for precise beam alignment. To tackle these limitations, we propose in this correspondence a novel end-to-end generative framework for beam prediction, called BeamVLM, which treats beam prediction as a vision question answering task capitalizing on powerful existing vision-language models (VLMs). By projecting raw visual patches directly into the language domain and judiciously designing an instructional prompt, the proposed BeamVLM enables the VLM to jointly reason over UAV trajectories and environmental context. Last, experimental results on real-world datasets demonstrate that the proposed BeamVLM outperforms state-of-the-art methods in prediction accuracy and also exhibits superior generalization for other scenarios such as vehicle-to-infrastructure (V2I) beam prediction."}, {"id": "c264", "text": "AI-Powered Conflict Management in Open RAN: Detection, Classification, and Mitigation : Open Radio Access Network (RAN) was designed with native Artificial Intelligence (AI) as a core pillar, enabling AI- driven xApps and rApps to dynamically optimize network performance. However, the independent ICP adjustments made by these applications can inadvertently create conflicts- direct, indirect, and implicit, which lead to network instability and KPI degradation. Traditional rule-based conflict management becomes increasingly impractical as Open RAN scales in terms of xApps, associated ICPs, and relevant KPIs, struggling to handle the complexity of multi-xApp interactions. This highlights the necessity for AI-driven solutions that can efficiently detect, classify, and mitigate conflicts in real-time. This paper proposes an AI-powered framework for conflict detection, classification, and mitigation in Open RAN. We introduce GenC, a synthetic conflict generation framework for large-scale labeled datasets with controlled parameter sharing and realistic class imbalance, enabling robust training and evaluation of AI models. Our classification pipeline leverages GNNs, Bi-LSTM, and SMOTE-enhanced GNNs, with results demonstrating SMOTE-GNN's superior robustness in handling imbalanced data. Experimental validation using both synthetic datasets (5-50 xApps) and realistic ns3-oran simulations with OpenCellID-derived Dublin topology shows that AI-based methods achieve 3.2x faster classification than rule-based approaches while maintaining near-perfect accuracy. Our framework successfully addresses Energy Saving (ES)/Mobility Robustness Optimization (MRO) conflict scenarios using realistic ns3-oran and scales efficiently to large-scale xApp environments. By embedding this workflow into Open RAN's AI-driven architecture, our solution ensures autonomous and self-optimizing conflict management, paving the way for resilient, ultra-low-latency, and energy-efficient 6G networks."}, {"id": "c265", "text": "Traffic-Aware Configuration of OPC UA PubSub in Industrial Automation Networks : Interoperability across industrial automation systems is a cornerstone of Industry 4.0. To address this need, the OPC Unified Architecture (OPC UA) Publish-Subscribe (PubSub) model offers a promising mechanism for enabling efficient communication among heterogeneous devices. PubSub facilitates resource sharing and communication configuration between devices, but it lacks clear guidelines for mapping diverse industrial traffic types to appropriate PubSub configurations. This gap can lead to misconfigurations that degrade network performance and compromise real-time requirements. This paper proposes a set of guidelines for mapping industrial traffic types, based on their timing and quality-of-service specifications, to OPC UA PubSub configurations. The goal is to ensure predictable communication and support real-time performance in industrial networks. The proposed guidelines are evaluated through an industrial use case that demonstrates the impact of incorrect configuration on latency and throughput. The results underline the importance of traffic-aware PubSub configuration for achieving interoperability in Industry 4.0 systems."}, {"id": "c266", "text": "Spritz: Path-Aware Load Balancing in Low-Diameter Networks : Low-diameter topologies such as Dragonfly and Slim Fly are increasingly adopted in HPC and datacenter networks, yet existing load balancing techniques either rely on proprietary in-network mechanisms or fail to utilize the full path diversity of these topologies. We introduce Spritz, a flexible sender-based load balancing framework that shifts adaptive topology-aware routing to the endpoints using only standard Ethernet features. We propose two algorithms, Spritz-Scout and Spritz-Spray that, respectively, explore and adaptively cache efficient paths using ECN, packet trimming, and timeout feedback. Through simulation on Dragonfly and Slim Fly topologies with over 1000 endpoints, Spritz outperforms ECMP, UGAL-L, and prior sender-based approaches by up to 1.8x in flow completion time under AI training and datacenter workloads, while offering robust failover with performance improvements of up to 25.4x under link failures, all without additional hardware support. Spritz enables datacenter-scale, commodity Ethernet networks to efficiently leverage low-diameter topologies, offering unified routing and load balancing for the Ultra Ethernet era."}, {"id": "c267", "text": "EMS-FL: Federated Tuning of Mixture-of-Experts in Satellite-Terrestrial Networks via Expert-Driven Model Splitting : The rapid advancement of large AI models imposes stringent demands on data volume and computational resources. Federated learning, though designed to exploit distributed data and computational resources, faces data shortage from limited network coverage and computational constraints from edge devices. To address these issues, both the mixture-of-experts (MoE) and satellite-terrestrial network (STN) provide promising solutions, offering lightweight computation overhead and broad coverage, respectively. However, the satellite-ground relative motion results in intermittent connectivity, hindering conventional federated learning that relies on model synchronization across devices. To leverage the coverage of STN while preserving training efficiency, we propose EMS-FL, an expert-driven model splitting and federated learning method. EMS-FL assigns each device cluster only the experts highly correlated to their local data. Through non-overlapping expert assignments, asynchronous local learning is further proposed, where each device cluster trains its assigned experts consecutively and only uploads local parameters to the satellite during connected phases for aggregation and model updates. Consequently, EMS-FL effectively reduces the training overhead and achieves both faster convergence and higher accuracy compared with conventional federated learning. Rigorous convergence analysis is provided to theoretically characterize the learning performance. Furthermore, comprehensive experiments are conducted using public datasets and large models, validating the superiority of EMS-FL."}, {"id": "c268", "text": "MetaBlue: A Metasurface-Assisted Acoustic Underwater Localization System : Underwater localization is essential for marine exploration and autonomous underwater operations, yet existing radio frequency and optical approaches are limited by rapid attenuation or limited visibility. Acoustic sensing remains the most practical choice, but conventional acoustic systems typically rely on large arrays or multiple synchronized anchors, resulting in high hardware costs and complex deployment. This paper introduces a novel low-cost passive acoustic metasurface, MetaBlue , explicitly designed for underwater localization, which, when attached to an ordinary ultrasonic transmitter, transforms it into a directional \"super-transmitter.\" The metasurface embeds direction-dependent spectral patterns into the transmitted waveform, enabling accurate angle-of-arrival (AoA) estimation using only a single hydrophone. For ranging, we present a new EM-acoustic mixed time-of-arrival (ToA) method that leverages the acoustic transducer's inherent low-frequency EM leakage as a timing reference, enabling precise ranging without shared clocks. This allows complete 3D localization with a single low-cost anchor. We evaluate the system across diverse real-world underwater settings, including pools, tanks, and outdoor environments. Experiments show that our design achieves an average AoA error of 8.7 degree and 3D localization error of 0.37 m at distances over 10 m. Even with a single anchor, the system maintains 0.73 m precision."}, {"id": "c269", "text": "EdgeSketch: Efficient Analysis of Massive Graph Streams : We introduce EdgeSketch, a compact graph representation for efficient analysis of massive graph streams. EdgeSketch provides unbiased estimators for key graph properties with controllable variance and supports implementing graph algorithms on the stored summary directly. It is constructed in a fully streaming manner, requiring a single pass over the edge stream, while offline analysis relies solely on the sketch. We evaluate the proposed approach on two representative applications: community detection via the Louvain method and graph reconstruction through node similarity estimation. Experiments demonstrate substantial memory savings and runtime improvements over both lossless representations and prior sketching approaches, while maintaining reliable accuracy."}, {"id": "c270", "text": "Federated Learning-Assisted Optimization of Mobile Transmission with Digital Twins : A Digital Twin (DT) may protect information that is considered private to its associated physical system. For a mobile device, this may include its mobility profile, recent location(s), and experienced channel conditions. Online schedulers, however, typically use this type of information to perform tasks such as shared bandwidth and channel time slot assignments. In this paper, we consider three transmission scheduling problems with energy constraints, where such information is needed, and yet must remain private: minimizing total transmission time when (i) fixed-power or (ii) fixed-rate time slotting with power control is used, and (iii) maximizing the amount of data uploaded in a fixed time period. Using a real-time federated optimization framework, we show how the scheduler can iteratively interact only with the DTs to produce global fractional solutions to these problems, without the latter revealing their private information. Then dependent rounding is used to round the fractional solution into a channel transmission schedule for the physical systems. Experiments show consistent makespan reductions with near-zero bandwidth/energy violations and millisecond-order end-to-end runtime for typical edge server hardware. To the best of our knowledge, this is the first framework that enables channel sharing across DTs using operations that do not expose private data."}, {"id": "c271", "text": "On the Inherent Resilience of Task-Oriented V2X Networks to Content-Selection Errors : Task-oriented Vehicle-to-Everything (V2X) networks have recently been proposed to scalably support the large-scale deployment of connected vehicles within the Internet of Vehicles (IoV) vision. In task-oriented V2X networks, vehicles select the content of the transmitted messages based on its relevance to the intended receivers. However, relevance estimation can be quite challenging, especially in highly dynamic and complex vehicular scenarios. Relevance estimation errors can cause a vehicle to omit relevant information from its transmitted message, leading to a content-selection error. Content-selection errors reduce the amount of relevant information available at the receivers and can potentially impair their situational awareness. This work analyses the impact of content-selection errors on task-oriented V2X networks. Our analysis reveals that task-oriented V2X networks feature an inherent resilience to content-selection errors that guarantees a consistent delivery of relevant information even under high relevance estimation error conditions. Moreover, we identify the fundamental conditions underpinning such inherent resilience. These conditions can be encountered in other task-oriented networks where multiple transmitters select the content of their messages based on the task-related requirements of a common set of intended receivers."}, {"id": "c272", "text": "A traffic incident management framework for vehicular ad hoc networks : Vehicular Ad Hoc Networks (VANETs) support the information dissemination among vehicles, Roadside Units (RSUs), and a Trust Authority (TA). A trust model evaluates an entity or data or both to determine truthfulness. A security model confirms authentication, integrity, availability, non repudiation issues. With these aspects in mind, many models have been proposed in literature. Furthermore, many information dissemination approaches are proposed. However, the lack of a model that can manage traffic incidents completely inspires this work. This paper details how and when a message needs to be generated and relayed so that the incidents can be reported and managed in a timely manner. This paper addresses this challenge by providing a traffic incident management model to manage several traffic incidents efficiently. Additionally, we simulate this model using the VEINS simulator with vehicles, RSUs, and a TA. From the experiments, we measure the average number of transmissions required for reporting a single traffic incident while varying the vehicle density and relaying considerations. We consider two types of relaying. In one series of experiments, messages from regular vehicles and RSUs are relayed up to four hops. In another series of experiments, messages from the regular vehicles and RSUs are relayed until their generation time reaches sixty seconds. Additionally, messages from the official vehicles are relayed when they approach an incident or when the incident is cleared. Results from the simulations show that more vehicles are informed with four-hop relaying than sixty-second relaying in both cases."}, {"id": "c273", "text": "Noise Mitigation Methods for Digital Visible Light Communication : Visible Light Communication (VLC) using Light Emitting Diodes (LEDs) has gained attention due to its low power consumption, long lifetime, and fast response. However, VLC suffers from optical noise generated by ambient light sources such as fluorescent lamps, which leads to waveform distortion and increased bit error rates (BER). In this paper, we propose two noise reduction methods for Digital Visible Light Communication (DVLC) systems. The first method exploits the periodic nature of interference caused by AC-powered-line illumination and reduces interference by subtracting sampled noise waveforms from the received signal. Second, inspired by Active Noise Control (ANC) techniques, an additional photodiode is introduced for noise reception, and subtraction circuits are employed to attenuate noise in real time. Experimental results show that both methods improve BER performance compared with conventional receivers, with the ANC-inspired approach achieving superior performance under all tested conditions."}, {"id": "c274", "text": "Rethinking Beam Management: Generalization Limits Under Hardware Heterogeneity : Hardware heterogeneity across diverse user devices poses new challenges for beam-based communication in 5G and beyond. This heterogeneity limits the applicability of machine learning (ML)-based algorithms. This article highlights the critical need to treat hardware heterogeneity as a first-class design concern in ML-aided beam management. We analyze key failure modes in the presence of heterogeneity and present case studies demonstrating their performance impact. Finally, we discuss potential strategies to improve generalization in beam management."}, {"id": "c275", "text": "Graph-Neural Multi-Agent Coordination for Distributed Access-Point Selection in Cell-Free Massive MIMO : Cell-free massive MIMO (CFmMIMO) systems require scalable and reliable distributed coordination mechanisms to operate under stringent communication and latency constraints. A central challenge is the Access Point Selection (APS) problem, which seeks to determine the subset of serving Access Points (APs) for each User Equipment (UE) that can satisfy UEs' Spectral Efficiency (SE) requirements while minimizing network power consumption. We introduce APS-GNN, a scalable distributed multi-agent learning framework that decomposes APS into agents operating at the granularity of individual AP-UE connections. Agents coordinate via local observation exchange over a novel Graph Neural Network (GNN) architecture and share parameters to reuse their knowledge and experience. APS-GNN adopts a constrained reinforcement learning approach to provide agents with explicit observability of APS' conflicting objectives, treating SE satisfaction as a cost and power reduction as a reward. Both signals are defined locally, facilitating effective credit assignment and scalable coordination in large networks. To further improve training stability and exploration efficiency, the policy is initialized via supervised imitation learning from a heuristic APS baseline. We develop a realistic CFmMIMO simulator and demonstrate that APS-GNN delivers the target SE while activating 50-70% fewer APs than heuristic and centralized Multi-agent Reinforcement Learning (MARL) baselines in different evaluation scenarios. Moreover, APS-GNN achieves one to two orders of magnitude lower inference latency than centralized MARL approaches due to its fully parallel and distributed execution. These results establish APS-GNN as a practical and scalable solution for APS in large-scale CFmMIMO networks."}, {"id": "c276", "text": "EDRP: Enhanced Dynamic Relay Point Protocol for Data Dissemination in Multi-hop Wireless IoT Networks : Emerging IoT applications are transitioning from battery-powered to grid-powered nodes. DRP, a contention-based data dissemination protocol, was developed for these applications. Traditional contention-based protocols resolve collisions through control packet exchanges, significantly reducing goodput. DRP mitigates this issue by employing a distributed delay timer mechanism that assigns transmission-start delays based on the average link quality between a sender and its children, prioritizing highly connected nodes for early transmission. However, our in-field experiments reveal that DRP is unable to accommodate real-world link quality fluctuations, leading to overlapping transmissions from multiple senders. This overlap triggers CSMA's random back-off delays, ultimately degrading the goodput performance.\n To address these shortcomings, we first conduct a theoretical analysis that characterizes the design requirements induced by real-world link quality fluctuations and DRP's passive acknowledgments. Guided by this analysis, we design EDRP, which integrates two novel components: (i) Link-Quality Aware CSMA (LQ-CSMA) and (ii) a Machine Learning-based Block Size Selection (ML-BSS) algorithm for rateless codes. LQ-CSMA dynamically restricts the back-off delay range based on real-time link quality estimates, ensuring that nodes with stronger connectivity experience shorter delays. ML-BSS algorithm predicts future link quality conditions and optimally adjusts the block size for rateless coding, reducing overhead and enhancing goodput. In-field evaluations of EDRP demonstrate an average goodput improvement of 39.43\\% than the competing protocols."}, {"id": "c277", "text": "HAP Networks for the Future: Applications in Sensing, Computing, and Communication : High Altitude Platforms (HAPs) are a major advancement in non-terrestrial networks, offering broad coverage and unique capabilities. They form a vital link between satellite systems and terrestrial networks and play a key role in next-generation communication technologies. This study reviews HAP network applications, focusing on advanced airborne communications, integrated sensing, and airborne informatics. Our survey assesses the current state of HAP-centric applications by examining data processing, network performance, computational and storage requirements, economic feasibility, and regulatory challenges. The analysis highlights the evolving role of HAPs in global communication and identifies future research directions to support their deployment."}, {"id": "c278", "text": "ACOS: Arrays of Cheap Optical Switches : Machine learning training places immense demands on cluster networks, motivating specialized architectures and co-design with parallelization strategies. Recent designs incorporating optical circuit switches (OCSes) are promising, offering improved cost, power efficiency, and long-term bandwidth scaling than packet switches. However, most existing approaches rely on costly high-radix OCSes and/or combine them with packet switches to achieve competitive performance at scale. Unfortunately, high-radix OCSes are both expensive and slow to reconfigure, limiting both scalability and performance.\n We propose Arrays of Cheap Optical Switches (ACOS), which bring application co-design directly to the structure of the reconfigurable fabric. Using low-radix OCSes as building blocks, ACOS supports the forms of reconfiguration needed in training clusters including topology selection, workload adaptation, and failure resilience. The cost of ACOS scales with supported topologies and adaptations rather than with port count, breaking past the scalability barriers of current specialized ML networks. We show through simulation that ACOS-based deployments match the performance of fully provisioned packet-switched networks when training state-of-the-art LLMs at scale, while delivering significant cost savings using existing off-the-shelf OCSes, with strong bandwidth scaling and higher cost savings in the future."}, {"id": "c279", "text": "Voice-Driven Semantic Perception for UAV-Assisted Emergency Networks : Unmanned Aerial Vehicle (UAV)-assisted networks are increasingly foreseen as a promising approach for emergency response, providing rapid, flexible, and resilient communications in environments where terrestrial infrastructure is degraded or unavailable. In such scenarios, voice radio communications remain essential for first responders due to their robustness; however, their unstructured nature prevents direct integration with automated UAV-assisted network management. This paper proposes SIREN, an AI-driven framework that enables voice-driven perception for UAV-assisted networks. By integrating Automatic Speech Recognition (ASR) with Large Language Model (LLM)-based semantic extraction and Natural Language Processing (NLP) validation, SIREN converts emergency voice traffic into structured, machine-readable information, including responding units, location references, emergency severity, and Quality-of-Service (QoS) requirements. SIREN is evaluated using synthetic emergency scenarios with controlled variations in language, speaker count, background noise, and message complexity. The results demonstrate robust transcription and reliable semantic extraction across diverse operating conditions, while highlighting speaker diarization and geographic ambiguity as the main limiting factors. These findings establish the feasibility of voice-driven situational awareness for UAV-assisted networks and show a practical foundation for human-in-the-loop decision support and adaptive network management in emergency response operations."}, {"id": "c280", "text": "End-to-End Latency Measurement Methodology for Connected and Autonomous Vehicle Teleoperation : Connected and Autonomous Vehicles (CAVs) continue to evolve rapidly, and system latency remains one of their most critical performance parameters, particularly when vehicles are operated remotely. Existing latency-assessment methodologies focus predominantly on Glass-to-Glass (G2G) latency, defined as the delay between an event occurring in the operational environment, its capture by a camera, and its subsequent display to the remote operator. However, G2G latency accounts for only one component of the total delay experienced by the driver. The complementary component, Motion-to-Motion (M2M) latency, represents the delay between the initiation of a control input by the remote driver and the corresponding physical actuation by the vehicle. Together, M2M and G2G constitute the overall End-to-End (E2E) latency. This paper introduces a measurement framework capable of quantifying M2M, G2G, and E2E latencies using gyroscopes, a phototransistor, and two GPS-synchronized Raspberry Pi 5 units. The system employs low-pass filtering and threshold-based detection to identify steering-wheel motion on both the remote operator and vehicle sides. An interrupt is generated when the phototransistor detects the activation of an LED positioned within the camera's Field Of View (FOV). Initial measurements obtained from our teleoperated prototype vehicle over commercial 4G and 5G networks indicate an average E2E latency of approximately 500 ms (measurement precision +/- 4 ms). The M2M latency contributes up to 60% of this value."}, {"id": "c281", "text": "Trivance: Latency-Optimal AllReduce by Shortcutting Multiport Networks : AllReduce is a fundamental collective operation in distributed computing and a key performance bottleneck for large-scale training and inference. Its completion time is determined by the number of communication steps, which dominates latency-sensitive workloads, and the communication distance affecting both latency- and bandwidth-bound regimes. Direct-connect topologies, such as torus networks used in Google's TPUv4, are particularly prone to large communication distances due to limited bisection bandwidth. Latency-optimal algorithms such as Bruck's complete AllReduce in $\\log_3 n$ steps on a bidirectional ring, but incur large communication distances that result in substantial congestion. In contrast, recent approaches such as Swing reduce communication distance and congestion, but are inherently required to perform $\\log_2 n$ steps to complete AllReduce, sacrificing latency-optimality.\n In this paper, we present Trivance, a novel AllReduce algorithm that completes within $\\log_3 n$ steps, while reducing congestion compared to Bruck's algorithm by a factor of three and preserving bandwidth-optimality. Trivance exploits both transmission ports of a bidirectional ring within each step to triple the communication distance along both directions simultaneously. Furthermore, by performing joint reductions, Trivance improves both the number of steps and network congestion. We further show that Trivance extends naturally to multidimensional torus networks, retaining its latency advantage while achieving performance comparable to bandwidth-optimal algorithms for large messages.\n Our empirical evaluation shows that Trivance improves state-of-the-art approaches by 5-30% for message sizes up to 8\\,MiB, in high-bandwidth settings up to 32MiB and for 3D tori up to 128MiB. Throughout the evaluation, Trivance remains the best-performing latency-optimal algorithm."}, {"id": "c282", "text": "On the Value of Base Station Motion Knowledge for Goal-Oriented Remote Monitoring with Energy-Harvesting Sensors : This paper investigates goal-oriented remote monitoring of an unobservable Markov source using energy-harvesting sensors that communicate with a mobile receiver, such as a Low Earth Orbit (LEO) satellite or Unmanned Aerial Vehicle (UAV). Unlike conventional systems that assume stationary base stations, the proposed framework explicitly accounts for receiver mobility, which induces time-varying channel characteristics modeled as a finite-state Markov process. The remote monitoring problem is formulated as a partially observable Markov decision process (POMDP), which is transformed into a tractable belief-state MDP and solved using relative value iteration to obtain optimal sampling and transmission policies. Two estimation strategies are considered: Maximum Likelihood (ML) and Minimum Mean Distortion (MMD). Numerical results demonstrate that incorporating receiver mobility and channel state information into the optimization reduces the average distortion by 10% to 42% compared to baseline policies and constant-channel assumptions, highlighting the importance of base station motion knowledge for effective goal-oriented communication."}, {"id": "c283", "text": "Hierarchical Edge-Cloud Task Offloading in NTN for Remote Healthcare : In this work, we study a hierarchical non-terrestrial network as an edge-cloud platform for remote computing of tasks generated by remote ad-hoc healthcare facility deployments, or internet of medical things (IoMT) devices. We consider a high altitude platform station (HAPS) to provide local multiaccess edge server (MEC) services to a set of remote ground medical devices, and a low-earth orbit (LEO) satellite, serving as a bridge to a remote cloud computing server through a ground gateway (GW), providing a large amount of computing resources to the HAPS. In this hierarchical system, the HAPS and the cloud server charges the ground users and the HAPS for the use of the spectrum and the computing of their tasks respectively. Each tier seeks to maximize their own utility in a selfish manner. To encourage the prompt computation of the tasks, a local delay cost is assumed. We formulate the optimal per-task cost at each tier that influences the corresponding offloading policies, and find the corresponding optimal bandwidth allocation."}, {"id": "c284", "text": "RIS Control through the Lens of Stochastic Network Calculus: An O-RAN Framework for Delay-Sensitive 6G Applications : Reconfigurable Intelligent Surfaces (RIS) enable dynamic electromagnetic control for 6G networks, but existing control schemes lack responsiveness to fast-varying network conditions, limiting their applicability for ultra-reliable low latency communications. This work addresses uplink delay minimization in multi-RIS scenarios with heterogeneous per-user latency and reliability demands. We propose Delay-Aware RIS Orchestrator (DARIO), an O-RAN-compliant framework that dynamically assigns RIS devices to users within short time windows, adapting to traffic fluctuations to meet per-user delay and reliability targets. DARIO relies on a novel Stochastic Network Calculus (SNC) model to analytically estimate the delay bound for each possible user-RIS assignment under specific traffic and service dynamics. These estimations are used by DARIO to formulate a Nonlinear Integer Program (NIP), for which an online heuristic provides near-optimal performance with low computational overhead. Extensive evaluations with simulations and real traffic traces show consistent delay reductions up to 95.7% under high load or RIS availability."}, {"id": "c285", "text": "Robust and Extensible Measurement of Broadband Plans with BQT+ : Independent, street address-level broadband data is essential for evaluating Internet infrastructure investments, such as the $42B Broadband Equity, Access, and Deployment (BEAD) program. Evaluating these investments requires longitudinal visibility into broadband availability, quality, and affordability, including data on pre-disbursement baselines and changes in providers' advertised plans. While such data can be obtained through Internet Service Provider (ISP) web interfaces, these workloads impose three fundamental system requirements: robustness to frequent interface evolution, extensibility across hundreds of providers, and low technical overhead for non-expert users. Existing systems fail to meet these three essential requirements.\n We present BQT+, a broadband plan measurement framework that replaces monolithic workflows with declarative state/action specifications. BQT+ models querying intent as an interaction state space, formalized as an abstract nondeterministic finite automaton (NFA), and selects execution paths at runtime to accommodate alternative interaction flows and localized interface changes. We show that BQT+ sustains longitudinal monitoring of 64 ISPs, supporting querying for over 100 ISPs. We apply it to two policy studies: constructing a BEAD pre-disbursement baseline and benchmarking broadband affordability across over 124,000 addresses in four states."}, {"id": "c286", "text": "HyRA: A Hybrid Resource Allocation Framework for RAN Slicing : The advent of 5G and the emergence of 6G networks demand unprecedented flexibility and efficiency in Radio Access Network (RAN) resource management to satisfy diverse service-level agreements (SLAs). Existing RAN slicing frameworks predominantly rely on per-slice resource reservation, which ensures performance isolation but leads to inefficient utilization, particularly under bursty traffic. We introduce HyRA, a hybrid resource allocation framework for RAN slicing that combines dedicated per-slice allocations with shared resource pooling across slices. HyRA preserves performance isolation while improving resource efficiency by leveraging multiplexing gains in bursty traffic conditions. We formulate this design as a bi-level stochastic optimization problem, where the outer loop determines the dedicated and shared resource budgets and the inner loop performs per-UE scheduling under a novel water-filling approach. By using the sample-average approximation, the Karush-Kuhn-Tucker (KKT) conditions of the inner loop, and Big-M encoding, we transform the problem into a tractable mixed-integer program that standard optimization solvers can solve. Extensive simulations under diverse demand patterns, SLA configurations, and traffic burstiness show that HyRA achieves up to 50-75% spectrum savings compared to dedicated-only and shared-only baselines. These results highlight HyRA as a viable approach for resource-efficient, SLA-compliant RAN slicing in future mobile networks."}, {"id": "c287", "text": "The Role of Common Randomness Replication in Symmetric PIR on Graph-Based Replicated Systems : In symmetric private information retrieval (SPIR), a user communicates with multiple servers to retrieve from them a message in a database, while not revealing the message index to any individual server (user privacy), and learning no additional information about the database (database privacy). We study the problem of SPIR on graph-replicated database systems, where each node of the graph represents a server and each link represents a message. Each message is replicated at exactly two servers; those at which the link representing the message is incident. To ensure database privacy, the servers share a set of common randomness, independent of the database and the user's desired message index. We study two cases of common randomness distribution to the servers: i) graph-replicated common randomness, and ii) fully-replicated common randomness. Given a graph-replicated database system, in i), we assign one randomness variable independently to every pair of servers sharing a message, while in ii), we assign an identical set of randomness variable to all servers, irrespective of the underlying graph. In both settings, our goal is to characterize the SPIR capacity, i.e., the maximum number of desired message symbols retrieved per downloaded symbol, and quantify the minimum amount of common randomness required to achieve the capacity. To this goal, in setting i), we derive a general lower bound on the SPIR capacity, and show it to be tight for path and regular graphs through a matching converse. Moreover, we establish that the minimum size of common randomness required for SPIR is equal to the message size. In setting ii), the SPIR capacity improves over the first, more restrictive setting. We show this through capacity lower bounds for a class of graphs, by constructing SPIR schemes from PIR schemes."}, {"id": "c288", "text": "Fast-MCS: A Scalable Open-Source Tool to Find Minimal Cut Sets : A network is represented as a graph consisting of nodes and edges. A cut set for a source-destination pair in a network is a set of elements that, when failed, cause the source-destination pair to lose connectivity. A Minimal Cut Set (MCS) is a cut set that cannot be further reduced while maintaining its status as a cut set. MCSs are crucial in identifying the critical elements in the network that have the most significant impact on failure. This work introduces Fast-MCS, an open-source, scalable tool for evaluating MCSs in large, complex networks. Additionally, we compare the computation time of Fast-MCS with the state-of-the-art."}, {"id": "c289", "text": "Attending to Routers Aids Indoor Wireless Localization : Modern machine learning-based wireless localization using Wi-Fi signals continues to face significant challenges in achieving groundbreaking performance across diverse environments. A major limitation is that most existing algorithms do not appropriately weight the information from different routers during aggregation, resulting in suboptimal convergence and reduced accuracy. Motivated by traditional weighted triangulation methods, this paper introduces the concept of attention to routers, ensuring that each router's contribution is weighted differently when aggregating information from multiple routers for triangulation. We demonstrate, by incorporating attention layers into a standard machine learning localization architecture, that emphasizing the relevance of each router can substantially improve overall performance. We have also shown through evaluation over the open-sourced datasets and demonstrate that Attention to Routers outperforms the benchmark architecture by over 30% in accuracy."}, {"id": "c290", "text": "Towards Secure and Interoperable Data Spaces for 6G: The 6G-DALI Approach : The next generation of mobile networks, 6G, is expected to enable data-driven services at unprecedented scale and complexity, with stringent requirements for trust, interoperability, and automation. Central to this vision is the ability to create, manage, and share high-quality datasets across distributed and heterogeneous environments. This paper presents the data architecture of the 6G-DALI project, which implements a federated dataspace and DataOps infrastructure to support secure, compliant, and scalable data sharing for AI-driven experimentation and service orchestration. Drawing from principles defined by GAIA-X and the International Data Spaces Association (IDSA), the architecture incorporates components such as federated identity management, policy-based data contracts, and automated data pipelines. We detail how the 6G-DALI architecture aligns with and extends GAIA-X and IDSA reference models to meet the unique demands of 6G networks, including low-latency edge processing, dynamic trust management, and cross-domain federation. A comparative analysis highlights both convergence points and necessary innovations."}, {"id": "c291", "text": "Scalable Base Station Configuration via Bayesian Optimization with Block Coordinate Descent : This paper proposes a scalable Bayesian optimization (BO) framework for dense base-station (BS) configuration design. BO can find an optimal BS configuration by iterating parameter search, channel simulation, and probabilistic modeling of the objective function. However, its performance is severely affected by the curse of dimensionality, thereby reducing its scalability. To overcome this limitation, the proposed method sequentially optimizes per-BS parameters based on block coordinate descent while fixing the remaining BS configurations, thereby reducing the effective dimensionality of each optimization step. Numerical results demonstrate that the proposed approach significantly outperforms naive optimization in dense deployment scenarios."}, {"id": "c292", "text": "A Multihop Rendezvous Protocol for Cognitive Radio-based Emergency Response Network : This letter proposes a novel Multihop Dual Modular Clock Algorithm (M-DMCA) for efficient node discovery in cognitive radio-based emergency response networks. M-DMCA supports dual-channel selection per timeslot and incorporates a three-way handshake mechanism to significantly reduce rendezvous time. Performance evaluation under a worst-case scenario with 20 nodes, asymmetric channel sets of size 20, channel similarity index (m) as 2, and high primary radio activity shows that M-DMCA achieves a 24% reduction in rendezvous time compared to the multihop Extended Modular Clock Algorithm (EMCA), outperforming existing rendezvous protocols."}, {"id": "c293", "text": "How Reliable is Your Service at the Extreme Edge? Analytical Modeling of Computational Reliability : Extreme Edge Computing (XEC) distributes streaming workloads across consumer-owned devices, exploiting their proximity to users and ubiquitous availability. Many such workloads are AI-driven, requiring continuous neural network inference for tasks like object detection and video analytics. Distributed Inference (DI), which partitions model execution across multiple edge devices, enables these streaming services to meet strict throughput and latency requirements. Yet consumer devices exhibit volatile computational availability due to competing applications and unpredictable usage patterns. This volatility poses a fundamental challenge: how can we quantify the probability that a device, or ensemble of devices, will maintain the processing rate required by a streaming service? This paper presents an analytical framework for computational reliability in XEC, defined as the probability that instantaneous capacity meets demand at a specified Quality of Service (QoS) threshold. We derive closed-form reliability expressions under two information regimes: Minimal Information (MI), requiring only declared operational bounds, and historical data, which refines estimates via Maximum Likelihood Estimation from past observations. The framework extends to multi-device deployments, providing reliability expressions for series, parallel, and partitioned workload configurations. We derive optimal workload allocation rules and analytical bounds for device selection, equipping orchestrators with tractable tools to evaluate deployment feasibility and configure distributed streaming systems. We validate the framework using real-time object detection with YOLO11m model as a representative DI streaming workload; experiments on emulated XED environments demonstrate close agreement between analytical predictions, Monte Carlo sampling, and empirical measurements across diverse capacity and demand configurations."}, {"id": "c294", "text": "Multi-Agent Meta-Advisor for UAV Fleet Trajectory Design in Vehicular Networks : Future vehicular networks require continuous connectivity to serve highly mobile users in urban environments. To mitigate the coverage limitations of fixed terrestrial macro base stations (MBS) under non line-of-sight (NLoS) conditions, fleets of unmanned aerial base stations (UABSs) can be deployed as aerial base stations, dynamically repositioning to track vehicular users and traffic hotspots in coordination with the terrestrial network. This paper addresses cooperative multi-agent trajectory design under different service areas and takeoff configurations, where rapid and safe adaptation across scenarios is essential. We formulate the problem as a multi-task decentralized partially observable Markov decision process and solve it using centralized training and decentralized execution with double dueling deep Q-network (3DQN), enabling online training for real-world deployments. However, efficient exploration remains a bottleneck, with conventional strategies like $\u03b5$-greedy requiring careful tuning. To overcome this, we propose the multi-agent meta-advisor with advisor override (MAMO). This framework guides agent exploration through a meta-policy learned jointly across tasks. It uses a dynamic override mechanism that allows agents to reject misaligned guidance when the advisor fails to generalize to a specific scenario. Simulation results across three realistic urban scenarios and multiple takeoff configurations show that MAMO achieves faster convergence and higher returns than tuned $\u03b5$-greedy baselines, outperforming both an advisor-only ablation and a single generalized policy. Finally, we demonstrate that the learned UABS fleet significantly improves network performance compared to deployments without aerial support."}, {"id": "c295", "text": "Collaborative Safe Bayesian Optimization : Mobile networks require safe optimization to adapt to changing conditions in traffic demand and signal transmission quality, in addition to improving service performance metrics. With the increasing complexity of emerging mobile networks, traditional parameter tuning methods become too conservative or complex to evaluate. For the first time, we apply safe Bayesian optimization to mobile networks. Moreover, we develop a new safe collaborative optimization algorithm called CoSBO, leveraging information from multiple optimization tasks in the network and considering multiple safety constraints. The resulting algorithm is capable of safely tuning the network parameter online with very few iterations. We demonstrate that the proposed method improves sample efficiency in the early stages of the optimization process by comparing it against the SafeOpt-MC algorithm in a mobile network scenario."}, {"id": "c296", "text": "Edge Learning via Federated Split Decision Transformers for Metaverse Resource Allocation : Mobile edge computing (MEC) based wireless metaverse services offer an untethered, immersive experience to users, where the superior quality of experience (QoE) needs to be achieved under stringent latency constraints and visual quality demands. To achieve this, MEC-based intelligent resource allocation for virtual reality users needs to be supported by coordination across MEC servers to harness distributed data. Federated learning (FL) is a promising solution, and can be combined with reinforcement learning (RL) to develop generalized policies across MEC-servers. However, conventional FL incurs transmitting the full model parameters across the MEC-servers and the cloud, and suffer performance degradation due to naive global aggregation, especially in heterogeneous multi-radio access technology environments. To address these challenges, this paper proposes Federated Split Decision Transformer (FSDT), an offline RL framework where the transformer model is partitioned between MEC servers and the cloud. Agent-specific components (e.g., MEC-based embedding and prediction layers) enable local adaptability, while shared global layers in the cloud facilitate cooperative training across MEC servers. Experimental results demonstrate that FSDT enhances QoE for up to 10% in heterogeneous environments compared to baselines, while offloadingnearly 98% of the transformer model parameters to the cloud, thereby reducing the computational burden on MEC servers."}, {"id": "c297", "text": "Thermal activation drives a finite-size crossover from scale-free to runaway avalanches in amorphous solids : We investigate thermal avalanche dynamics in amorphous solids using elastoplastic models with local activation rules and no external driving. Dynamical heterogeneities, quantified through persistence measurements and the associated four-point susceptibility $\u03c7_4$, reveal the emergence of correlated spatiotemporal rearrangements as temperature is varied. As temperature increases, avalanche statistics evolve from scale-free behavior with exponential cutoffs to regimes dominated by system-spanning runaway events. We identify a system-size-dependent critical temperature $T_c(L)$ that separates intermittent avalanche dynamics from thermally assisted flow, where self-sustained avalanches transiently fluidize the system. We show that $T_c(L)$ decreases algebraically with increasing system size, suggesting that in the thermodynamic limit arbitrarily small but finite temperatures may destabilize the intermittent regime. The relation between avalanche size and duration resembles that in sheared systems, whereas the statistics of minimal distances to yielding reveal a temperature-driven reorganization of marginal stability absent in strictly driven overdamped dynamics. Our results demonstrate that thermal activation alone can generate a finite-size-controlled instability scale in disordered elastic media."}, {"id": "c298", "text": "Spatiotemporal Thermal Modulation and Patterning using a Programmable 1024 Element Microheater Array : Programmable microheater arrays are essential for a variety of applications including gas sensing, microfluidic lab on a chip devices, 3D printers, and biosensors that rely on DNA amplification. Increasing the density and number of heating elements directly correlates with the precision with which spatiotemporal heat profiles can be delivered. However, large arrays have thus far not been realized. One challenge is that as the number of elements in an array increases, the complexity of connecting them grows. Here, we show that row-column addressing provides a promising architecture for the efficient operation of a large micro-heater array. We introduce a programmable 32 x 32 microheater array consisting of individually addressable robust platinum (Pt)-based Joule heating elements- each smaller than 300 micrometer. We show that combining high-voltage multiplexed electronics and sequential addressing controlled by a high frequency clock, allows the independent operation of the 1024 microheater elements. We demonstrate the generation of heat images and the patterning of metallic structures formed from the liquid metal Gallium. Our work demonstrates new capabilities for on-chip thermal devices, and opens the possibility to realize novel heat-controlled microactuation systems."}, {"id": "c299", "text": "Tire tread block dynamics : Temperature has a crucial influence on rubber friction and tire dynamics. The temperature field in a rubber tread block is the sum of the background temperature $T_0({\\bf x},t)$, which varies slowly in time and space, and the flash temperature $\u0394T({\\bf x},t)$, which in nonzero only close to the macroasperity contact regions, and which varies rapidly in time often on the millisecond time scale. Here we study the motion of a single tire tread block and how it is influenced by the flash temperature. We also present a theory and experimental results for the size of the macroasperity contact regions. In particular, we show that for a large enough nominal contact area, in most cases the diameter $D$ of the macroasperity contact regions are nearly independent of the elastic modulus and the nominal contact pressure."}, {"id": "c300", "text": "Micellar effects on Ostwald ripening in emulsions: Transition from cubic to quadratic particle size growth : Ostwald ripening in O/W emulsions in presence of solubilizing micelles is theoretically studied. At small average sizes, the kinetics is predicted to follow the classical Lifshits-Slezov-Wagner cubic law, with the rate proportional to the molecular solubility of the oil in water, as if no micelles were present. At larger particle sizes the kinetics transitions to the Wagner's quadratic law. The crossover point for the kinetics depends on the dynamics of the oil solubilizate-micelle exchange; it is set by the value of the oil atmosphere distribution parameter, kappa, which, somewhat like Debye length, is proportional to the square root of the micellar concentration. It should be noted that in the range when 1/kappa is close to the particle average radius, the ripening kinetics still nearly follows the cubic law, with only moderate deviations; in this case, the micellar effects are experimentally seen not as the deviations from the linearity, but as an apparent increase in the cubic rate. The increase is predicted to be larger in case of nonionic micelles of ethylene oxide type compared to ionic ones."}, {"id": "c301", "text": "XY Model with Persistent Noise : We consider a 2D XY model subjected to time-correlated noise, a model of direct relevance to active crystals, which were shown recently to be able to support very large deformations without melting in the presence of persistent fluctuations. We find that our persistent XY model can remain quasi-ordered in spite of correlations decaying much faster than allowed in equilibrium. We then investigate theoretically and numerically the order-disorder transition and conclude that it remains of the Berezinskii-Kosterlitz-Thouless type, but with scaling exponents that vary with the persistence time of the noise."}, {"id": "c302", "text": "Universal Persistent Brownian Motions in Confluent Tissues : Biological tissues are active materials whose non-equilibrium dynamics emerge from distinct cellular force-generating mechanisms. Using a two-dimensional active foam model, we compare the effects of traction forces and junctional tension fluctuations on confluent tissue dynamics. While these two modes of activity produce qualitatively different cell shapes, rearrangement statistics, and spatiotemporal correlations in fluid states, we find that the long-time cellular motion universally converges to persistent Brownian dynamics. This universal feature contrasts with the non-universal correlations between cell geometry, rearrangement rate, and fluidity, which depend sensitively on the underlying modes of active force. Our results demonstrate that persistent Brownian motion provides a minimal framework for describing tissue dynamics, while distinct active forces leave identifiable structural and dynamical signatures, thereby enabling inference of the dominant active force in fluid state tissues."}, {"id": "c303", "text": "Stress Relaxation in Monodisperse Entangled Polymer Melts: Correlation Between Viscoelastic Response and Single-Chain Relaxation via Molecular Dynamics Simulations : We study stress relaxation in several types of entangled monodisperse linear polymer melts by comparing the shear stress relaxation modulus, $G(t)$, with the end-to-end vector autocorrelation function, $P(t)$. The study includes three Kremer-Grest bead-spring models with varying chain stiffness, as well as a chemistry-specific coarse-grained model of \\emph{cis}-1,4-polybutadiene. For each model, multiple chain lengths were simulated, spanning a range of $N/N_e = 5$-$50$ entanglements per chain. We observe that in all cases the behavior of $G(t)$, beyond the short-time Rouse regime, is accurately described by $G^0_{\\mathrm{N}}[P(t)]^2$, where the chain-length-independent prefactor $G^0_{\\mathrm{N}}$ denotes the plateau modulus. This correlation is consistent with both double reptation and dynamic tube dilation models of polymer relaxation, although the two models are based on different physical pictures. The double reptation model represents the melt as a transient network in which stress relaxation is governed by the survival probability of pairwise entanglements. The dynamic tube dilation model, however, assumes that the tube of constraints surrounding a polymer chain progressively enlarges as relaxation proceeds. The relation $G(t) = G^0_\\mathrm{N}[P(t)]^2$ can serve as a basis for determining the plateau modulus and the corresponding entanglement length. It also simplifies the modeling of $G(t)$, since an accurate analytical expression for $P(t)$ is sufficient to describe the long-time behavior of $G(t)$. We further compare the simulation data for $P(t)$ and $G(t)$ with theoretical predictions."}, {"id": "c304", "text": "Self-avoiding tethered surfaces are always flat : The scaling behavior of fully flexible elastic tethered surfaces has been debated for decades. Some theories predict that self-avoiding surfaces would crumple in the absence of bending rigidity, while most simulations suggested that they would remain flat. Recent simulations on ideal membranes with lattice perforations suggest that systematically removing surface area from a membrane may provide an alternative way to crumpling self-avoiding surfaces. We perform extensive numerical simulations of two models of fully flexible elastic tethered surfaces in which self-avoidance can be systematically and continuously tuned to the ideal limit. We show that in the thermodynamic limit, these surfaces remain flat with a size exponent $\u03bd=1$ for any finite degree of self-avoidance, with or without membrane perforations."}, {"id": "c305", "text": "Confinement-Induced Symmetry Breaking of Active Surfaces : The actomyosin cortex, a thin layer of a cross-linked polymer network near the cell surface, generates active forces that are responsible for cell shape changes. Many developmental processes that involve such cell shape changes, most prominently embryonic cell division, are spatially confined by eggshells. To investigate the potential role of confinement in redirecting active stresses and enabling symmetry breaking phenomena during cell shape transformations, we study a hydrodynamic minimal model in which the cell cortex is represented as an active fluid surface that undergoes symmetric division in the absence of confinement. When enclosed by an ellipsoidal shell, a spontaneous symmetry-breaking transition emerges at a critical degree of confinement, where symmetrically dividing surfaces become unstable and polarized geometries appear. We show that this transition is controlled by the tightness of the confinement and analyze the solution space of stationary surfaces to identify the mechanisms underlying confinement-induced symmetry breaking."}, {"id": "c306", "text": "Measuring elastic properties of granular hydrogels: Effects of capillary interaction and ionic conditions : The elastic properties of granular hydrogels are commonly characterised under wet conditions, yet the influence of capillary interactions remains unclear. In practical applications, hydrogels operate in aqueous environments containing dissolved ionic species, where swelling and elastic behaviour depend sensitively on ionic conditions. In this study, an experimental setup is developed to measure elastic responses of granular hydrogels under wet conditions. This setup directly observes liquid bridges formation and its evolution during compression. Our results show that neglecting capillary contributions leads to a systematic underestimation of the Young's modulus of hydrogels. Such an underestimation due to the capillary interaction increases as the sample size or its intrinsic stiffness decreases. In addition to the swelling ratio, the tested samples were also prepared under controlled salinity levels. The experimentally observed dependence of stiffness on swelling and salinity conditions is well captured by a modified constitutive model. The development of this study offers a robust testing protocol for measuring elastic properties of hydrogels under various environmental conditions."}, {"id": "c307", "text": "Chapman-Enskog expansion for chirally colliding disks : We study a two-dimensional fluid of hard disks undergoing chiral, energy- and momentum-conserving collisions. We show that despite the microscopic breaking of time-reversal symmetry, the H-theorem is obeyed, guaranteeing a relaxation towards equilibrium in the absence of external forces. In the dilute limit, a Chapman-Enskog expansion yields analytical expressions for the shear and odd viscosity and the thermal conductivity. Theoretical predictions are confirmed by nonequilibrium molecular dynamics simulations."}, {"id": "c308", "text": "From Global Flocking to Local Clustering: Interplay between Velocity Alignment and Visual Perception of Active Particles : Collective behavior in biological systems was first captured by the Vicsek model, in which particles align their velocities in the average direction of neighbors, leading to coherent motion and showing an order-disorder transition. However, in many complex environments, the interactions are non-reciprocal, lacking an action-reaction symmetry. Using framework of the Vicsek model, we implement non-reciprocity by restricting interactions to neighbors located inside a finite vision cone, for a particle by limiting its set of interacting neighbors which fall within a vision-cone, providing a minimal description for cognitive perception. Using detailed numerical simulations, we explore the clustering and flocking behavior due to competition between noise and limited visual perception in the presence of alignment interaction. For low noise, with reduction in the vision angle the system shows transition from a global coherent motion to locally ordered small-sized clusters. This behavior is confirmed through the steady-state distributions of velocity components and their fluctuation relative to the global mean. This is also characterized using a polar order-parameter and a two-point velocity correlation function. Interestingly, at small vision angles, particles exhibit strong short-range correlations within clusters even in the absence of any global coherence. Time-evolution of the related correlation functions illustrate the pathways towards the emergence of such structures. The time dependence of the average cluster size and the length-scale calculated from the two-point velocity correlation show scaling behavior and indicate that the emergence of density field clustering is a consequence of the velocity-field coherence. Any kind of ordering and clustering disappear in the limit of high noise and low vision-angle regime."}, {"id": "c309", "text": "Controlling inertial active Brownian motion via stochastic resetting : Inertia is intrinsic to many living and synthetic active systems, from animals and robotic agents to colloidal swimmers, and it strongly shapes transport. Many such systems employ intermittent restart protocols to regulate exploration. Stochastic resetting provides a theoretical framework for these strategies and a route to control nonequilibrium steady states, yet the role of inertia in reset-controlled active dynamics remains poorly understood. Here we study an inertial active Brownian particle subject to complete stochastic resetting of position, velocity, and orientation in two dimensions. Using a moment-generating framework together with the Final-Value Theorem, we derive closed-form steady-state moments up to fourth order as functions of inertia, activity, and reset rate. We show that inertia fundamentally modifies reset-controlled transport: at large reset rates the steady-state mean-squared displacement is suppressed much more strongly than in the overdamped limit, yielding enhanced localization near the reset point. At the same time, position excess-kurtosis phase diagrams reveal strongly non-Gaussian steady states characterized by a sharp central peak coexisting with heavy tails in the position distribution, indicating rare long excursions enabled by inertial persistence. The tail weight varies non-monotonically with reset rate, reflecting a competition between inertial momentum relaxation and resetting that selects an optimal regime maximizing rare excursions. Our results provide experimentally testable signatures of inertial effects in reset-controlled active systems."}, {"id": "c310", "text": "Density Functional Theory Predictions of Derivative Thermodynamic Properties of a Confined Fluid : Fluids in nanopores are of importance for many engineering applications, including energy storage in supercapacitors, hydrocarbons recovery from unconventional sources, or water desalination. Thermodynamic properties of fluids confined in nanopores differ from the properties of the same fluids in bulk. Density functional theory (DFT) has been widely used for modeling thermodynamics of confined fluids. However, it is rarely used for calculations of derivative thermodynamic properties. Here we use a rather simple DFT model for argon based on the Percus-Yevick equation, and showed that with standard parametrization it fails to predict derivative properties. However, slight adjustment in parameters leads to quantitative predictions of isothermal compressibility and thermal expansion coefficient at a selected temperature. Using the adjusted parameterization we performed the calculations of compressibility of argon confined in carbon slit pores of various sizes, and demonstrated that the compressibility of argon in confinement is lower than that in bulk and is pore size dependent. We confirmed the DFT predictions using the Monte Carlo molecular simulations. In addition to isothermal compressibility, we calculated the thermal expansion coefficient of confined argon. Our calculations showed that it behaves similar to compressibility -- it is always lower than the bulk value and gradually increases for smaller pore sizes. For several selected pore sizes we verified the DFT calculations by Monte Carlo simulations. Overall, our results suggest that the classical DFT can be utilized for calculations of derivative thermodynamic properties of confined fluids, which are computationally challenging to predict using molecular simulations."}, {"id": "c311", "text": "Lost in Projection? Gaussian Filtering Recovers Hidden Conformational States : To interpret molecular dynamics (MD) simulations, it is common practice to reduce the dimensionality of the molecular coordinates to a low-dimensional collective variable $x$. Projecting the high-dimensional MD data onto $x$ yields a free energy landscape $\u0394G(x)$, which highlights low-energy regions corresponding to conformational states. The accurate definition of these states, however, is often impeded by projection artifacts, resulting in artificially shortened state lifetimes or even the complete disappearance of states from the analysis. As demonstrated for a two-dimensional toy model, Gaussian low-pass filtering of the high-dimensional MD coordinates can restore the underlying free energy landscape, allowing to recover previously hidden states. When applied to an all-atom folding trajectory of HP35, the number of microstates increases by an order of magnitude, which leads to metastable states that are long-lived and much better defined structurally, even compared to dynamically cored state trajectories."}, {"id": "c312", "text": "A constitutive model for discontinuous shear thickening in epithelial tissues : The rheological properties of biological tissues, though fundamental to many physiological and pathological processes such as embryonic development, wound healing, and tumor progression, remain poorly understood. A recent study showed that the active vertex model of biological tissues exhibits discontinuous shear thickening (DST), where stress and viscosity suddenly increase at a critical shear rate. What is the mechanism of DST here? Is it another nontrivial feature of activity or an inherent property of the system? To address this, we show that the thermal vertex model also exhibits DST at a small but non-zero temperature $T$. Solid-like and liquid-like cells coexist at the stress jump, and the stress-controlled flow curves exhibit the characteristic S-shape. We then introduce a constitutive model for DST in epithelial tissues. As $p_0$ increases, the theory predicts DST, followed by continuous shear thickening (CST), and finally Newtonian behavior, consistent with simulations. DST begins at the jamming point, $p_0^m$, and the Newtonian behavior starts at $p_0^*$, where the yield stress vanishes. Both $p_0^*$ and the liquid-to-solid transition stress, $\u03c3^*$, govern the DST-CST boundary. Furthermore, $p_0^*$ and $\u03c3^*$ also depend on $T$. Increasing $T$ reduces $p_0^*$, narrows the shear-thickening regime, and eventually destroys DST when $p_0^* \\leq p_0^m$. Thus, the primary ingredients of DST in tissue models are a finite yield stress in the unjammed regime and non-zero fluctuations, whose specific form is not important. The theory agrees well with our simulation data and also provides further testable predictions."}, {"id": "c313", "text": "Dynamic versus quasi-static response of a cantilevered beam rotated harmonically : We investigate a cantilevered elastic beam subjected to harmonic rotational motion. In the rotating frame, the beam experiences centrifugal and Euler fictitious forces, with negligible Coriolis effects. We validate a reduced-order \\textit{elastica} model through precision experiments on slender beams rotating with a controlled sinusoidal angular velocity. Systematically exploring the parameter space, we identify regimes where inertial effects are negligible, enabling a quasi-static treatment despite harmonic driving. We characterize the transition to dynamic response using two dimensionless parameters, the Euler and centrifugal numbers, which compare centrifugal and Euler forces to bending forces. Counterintuitively, the quasi-static regime expands as rotational speed increases: faster rotation produces less dynamic response. The critical Euler number separating these regimes remains constant at low centrifugal numbers but follows square-root scaling at higher rotation rates, a transition driven by centrifugal stiffening. Our results establish the conditions under which quasi-static approximations remain valid for rotating flexible beams under harmonic driving."}, {"id": "c314", "text": "The Jammed Phase of Infinitely Persistent Active Matter : We study an extreme active matter system, which is essentially a dense assembly of athermal, soft and infinitely persistent active particles. Using extensive numerical simulations we obtain jammed configurations of this system in two dimensions and probe the stability of such structures under increasing active forcing magnitude. We show that the critical active forcing magnitude for the jammed phase to yield scales with virial pressure as $f_c\\sim p^\u03b1$, with $\u03b1=1.17$, describing the yielding line. Using a Laplacian framework, we redistribute the active forces into a modified contact force network. By analysing the statistics of these redistributed forces, we obtain a very robust scaling law consistent with the passive limit, not just near the unjamming line, but in the entire jammed active phase. The probability distribution of the magnitude of the contact force deviates from the power-law form found in passive systems for values smaller than the active force. Moreover, within the jammed phase, the system displays elastic, plastic, and yielding events with increasing active forcing. This active plasticity appears abruptly and can not be captured by the continuous softening of the Hessian spectrum. However, we demonstrate that the Hessian still retains the ability to predict relaxation times. These results clarify how activity modifies force distributions and leads to deformation, plasticity and yielding in dense, jammed, infinitely persistent active matter."}, {"id": "c315", "text": "The Kovacs memory effect in a thin granular layer: experimental evidence and its physical origin : We report the experimental observation of memory effects in a vertically vibrated thin granular layer. Following\n a quench in the input acceleration, the granular temperature exhibits an anomalous Kovacs memory effect\n confined to the initial fast relaxation stage. This memory vanishes shortly thereafter, yielding a\n time-dependent memoryless regime governed solely by the instantaneous temperature before the system reaches\n its final steady state. We develop a kinetic theory framework that quantitatively captures these features by\n identifying the initial memory and subsequent memoryless regimes with the kinetic and hydrodynamic states,\n respectively (that are well established in kinetic theory). Our analysis reveals that memory emerges during\n fast transients through coupling between horizontal and vertical temperatures, a mechanism that fundamentally\n constrains the accessible memory phenomenology and precludes observation of the standard Kovacs effect in\n this system. Molecular dynamics simulations provide independent confirmation of all experimental and\n theoretical findings."}, {"id": "c316", "text": "Programming Shapes with Competing Layered Patterns : Studying shape changing thick surfaces induced by differential growth helps us understand morphogenesis in biology and offers opportunities for device design. While ideal 2D differential growth maps have been well studied for both isotropic and anisotropic growth, scenarios involving gradients in thickness growth are far less explored. In this paper, we focus on a bilayer system in which the two layers undergo independent but incompatible growth. We examine how the strength of the growth patterns and the aspect ratio of the bilayer influence the resulting shapes. We first investigate the effect of global area difference in the bilayer. Next, we make one of the two layers active and program it with positive or negative, localized or uniform curvature. We then present examples involving competition between two active surfaces with opposite curvature signs or different curvature distributions and understand how the final configurations follow from the principles identified earlier. Finally, we demonstrate the ability to program biologically inspired shapes, such as dental epithelium and the ventral furrow in Drosophila, using a bilayer with simple, distinct deformation gradients."}, {"id": "c317", "text": "Dynamic fragmentation of residually stressed solids: From microscopic instabilities to universal scaling : The dynamic fragmentation of residually stressed solids involves a complex interplay between stored elastic energy, stress wave propagation, and crack instabilities. In this work, we investigate the fracture mechanics of chemically toughened glass through high-velocity projectile impact experiments and a novel micromechanical network model. We rigorously incorporate residual stress into the discrete lattice framework via a prescribed inelastic strain (eigenstrain) distribution, formulated as equivalent body and surface forces to ensure mesh-independent fracture paths. Our experiments and simulations demonstrate that while the fracture topology shifts from coarse to fine with increasing impact energy, the cumulative fragment size distribution consistently follows an exponential decay. Crucially, we reveal a universal scaling law: fragment size distributions from diverse loading conditions and stress profiles collapse onto a single master curve when normalized by the mean fragment area. Furthermore, the model elucidates the determinants of fragmentation, showing that the resulting fragment size is governed not only by the magnitude of residual stress but also by the steepness of the stress gradient. At the microscopic scale, we identify a mechanism for dynamic instability where non-sequential bond breaking ahead of the crack tip leads to apparent local crack speeds exceeding the Rayleigh wave speed ($c_r$). These arrested micro-branches, analogous to the Burridge-Andrews mechanism, provide a physical explanation for the \"tongue-like\" features and hackle zones observed in post-mortem fractography."}, {"id": "c318", "text": "Hyperuniformity in active fluids reshape nucleation and capillary-wave dynamics : While nucleation in typical active and driven fluids often appears equilibrium-like, striking departures emerge when large-scale fluctuations are strongly suppressed. Here, we investigate nucleation in nonequilibrium hyperuniform fluids by projecting the full density-field dynamics onto relevant collective variables. We demonstrate that nucleation is governed by a nonequilibrium quasi-potential rather than the reversible work of formation. Surprisingly, because of the reduced hyperuniform fluctuations, the nucleation probability no longer separates into the usual surface and volume contributions. Furthermore, accounting for capillary waves reveals a clear breakdown of detailed balance driven by nonreciprocal dynamics. More broadly, our framework can be readily extended to identify nonequilibrium signatures in conventional active fluids."}, {"id": "c319", "text": "Breakdown and Restoration of Hydrodynamics in Dipole-conserving Active Fluids : We present a general hydrodynamic theory for active fluids, capable of describing living matter, that conserve center of mass or dipole moment. Imposition of dipole or center-of-mass conservation has been reported to yield peculiar behavior: breaking Galilean invariance in classical systems and potentially enabling exotic immobile excitations in quantum settings. In passive fluids, dipole conservation has been shown to cause a breakdown of linear hydrodynamics in all experimentally relevant dimensions. We show that introducing activity changes this picture: it can either restore or break linear hydrodynamics depending on spatial dimensions. Using our formulation, we predict universal dynamical scaling exponents for single-component active fluids in $d=1,2,3$ dimensions and find agreement with microscopic lattice-field simulations. Strikingly, for $d\\geq 2$, activity revives linear hydrodynamics, while for $d<2$ it leads to a breakdown; both cases flow to previously unexplored universality classes. Our results suggest that dipole-conserving active fluids are far more experimentally accessible than their passive counterparts."}, {"id": "c320", "text": "Chemotaxis of cell aggregates: morphology and dynamics of migrating active droplets : Biological tissues have been observed to display emergent fluid-like properties, owing to physical interactions between cells. However, it remains unclear in general how these fluid-like properties affect tissue structure and function. Here, we are motivated by recent experiments in which cell aggregates were observed to behave as active droplets during collective migration along chemical gradients, or chemotaxis. To understand this process, we develop a minimal model of a growing thin active droplet driven by a self-generated chemical gradient. In broad agreement with the experiments, dynamic simulations reveal that chemotacting droplets exhibit proliferation-driven morphological transitions. To fully characterise these transitions, we perform a multiple scales analysis to show that the droplet dynamics follow a sequence of travelling wave solutions defined by a nonlinear eigenvalue problem parametrised by the slowly increasing droplet volume. Our analysis reveals that morphological transitions can occur continuously or through a discontinuous bifurcation. Further asymptotic analysis of the travelling wave problem reveals that these morphological transitions arise from exponentially small (\"beyond-all-orders\") asymptotic terms that originate from the rear and front contact lines. Moreover, we show that the nature of the transitions is fully determined by two key dimensionless parameters, which quantify the internal stress balance within the droplet and the strength of the coupling between the droplet migration dynamics and the external chemical field. Overall, our results provide a complete characterisation of the morphodynamics of a class of migrating active thin droplets, with implications in a range of biological systems where cell aggregates exhibit fluid-like behaviour."}, {"id": "c321", "text": "Arc-length characterization of finite, radial growth patterns : We present a method to characterize the distribution of length-scales of finite, disordered patterns with, on average, radial symmetry. This method makes it possible to quantify the distribution of characteristic length scales in cases where the conventional \"linear\" chord method does not work. We show that the method can clearly distinguish regular patterns, patterns that are formed by diffusion-limited aggregation, and patterns that form during the slow drying of confined, colloid-laden droplets, explained by Beechey-Newman et al.1 We also introduce a method to find the centre-point of these finite patterns, without assuming a full connectivity in the pattern. The method should be widely applicable to other, finite quasi-two-dimensional patterns."}, {"id": "c322", "text": "Linearised Identification of Mechanical and Structural Anisotropy of Granular Materials from Hollow-Cylinder Experiments : Anisotropy in granular materials arises from both the internal fabric and the directionality of the stress state, yet separating these effects experimentally remains challenging. This study develops a first-order linearisation of the incremental stress-strain response that isolates mechanical anisotropy from structural anisotropy using two independent orientation measures. The formulation enables both contributions to be quantified directly from macroscopic laboratory data. The method is applied to hollow-cylinder tests with systematically varied loading directions. Results show that both anisotropy components intensify as the stress state becomes more deviatoric; mechanical anisotropy is consistently stronger; and its relative dominance decreases with increasing deviatoric stress. Comparison with an isotropic hypoplastic model confirms that mechanically induced directional effects are captured even without fabric anisotropy. The framework offers a practical and physically transparent means for quantifying and comparing anisotropy mechanisms in granular materials."}, {"id": "c323", "text": "Dielectric response in proteins: The proteotronics approach : The dielectric properties of proteins, particularly in their hydrated state, have been extensively studied. Numerous theoretical and experimental investigations have reported values of both the permittivity and the intrinsic dipole moments of specific proteins under well-defined hydration conditions. Since even approximate estimates of these properties are relevant from both fundamental and applied perspectives, we propose a user-friendly method to calculate the relative permittivity that can be readily integrated into proteotronics workflows. To validate the proposed approach, we compare the results with those obtained using a classical macroscopic method. The outcomes are consistent and contribute further insight into this long-debated issue."}, {"id": "c324", "text": "Suppressed Rupture of Thin Metal Films via van der Waals Epitaxy : Ultrathin metal films exhibit liquid-like instabilities, rupturing via surface diffusion far below their melting points. This behavior constrains thermal budgets for advanced integrated circuits and emerging 2D-crystal devices. Here, we demonstrate that these instabilities can be fundamentally suppressed using graphene as a van der Waals (vdW) template. While conventional 20-nm-thick gold films break up into islands below 300 {\\textdegree}C, templated films not only remain stable but also become structurally refined after annealing above 600 {\\textdegree}C. This exceptional stability stems from a vdW-mediated crystallographic texture that reorganizes grain boundaries into a mechanically robust network. This mechanism significantly widens the processing window for nanoscale interconnects and enables high-temperature integration of metals with 2D-crystal technologies."}, {"id": "c325", "text": "A label-free method to quantify early-stage amyloid aggregation under flow via intrinsic phenylalanine fluorescence : The aggregation of amyloid-forming peptides is a dynamic, complex process that underlies their diverse biological activities, from physiological functions to disease-associated dysfunctions. While the structure of fibrillar end-products is well-characterized for most amyloids, the heterogeneous and often transient oligomers, likely key in cytotoxicity, remain poorly investigated, especially for peptides with low-yield aromatic residues. Here, by exploiting and developing flow induced dispersion analysis in both peak and front modes, we demonstrate that intrinsic phenylalanine fluorescence can be harnessed to quantify the conversion of diffusing monomers into non-diffusing oligomers and fibrils. We further characterize low-molecular-weight oligomers, and their size evolution from 2 to 10 nm over time. Importantly, we validate the robustness of our approach using two tryptophan-free and fast-fibrillating amyloid peptides, PSM$\u03b1$3 and hIAPP, known for their key roles in S. aureus virulence and type 2 diabetes respectively. Our results overcome the limitations of traditional biochemical and biophysical amyloid assays by extending analysis from large oligomers and fibrils to small heterogeneous oligomers, under near-physiological conditions. This study thus offers a new analytical framework, thereby filling a critical gap in amyloid research, to probe the early stages of aggregation, key in the design of alternative therapeutics for amyloid-diseases."}, {"id": "c326", "text": "Squirmers with arbitrary shape and slip: modeling, simulation, and optimization : We consider arbitrary-shaped microswimmers of spherical topology and propose a framework for expressing their slip velocity in terms of tangential basis functions defined on the boundary of the swimmer using the Helmholtz decomposition. Given a time-independent slip velocity profile, we show that the trajectory followed by the microswimmer is a circular helix. We derive analytical expressions for the translational and rotational velocities of a prolate spheroid swimmer in terms of its Helmholtz decomposition modes and explore the effect of aspect ratio on these rigid body velocities. Then, for a given arbitrary swimmer shape of spherical topology, we investigate which slip profile minimizes the total power loss. A partial minimization is performed in which the direction of net motion of the swimmer is prescribed, followed by a global optimization procedure in which the best net motion direction is determined. The optimization results suggest that the competition between linear and rotational optimal motion is linked to symmetries in the shape of the microswimmer."}, {"id": "c327", "text": "On the anomalous elasticity in the mechanical response of amorphous solids : The response of amorphous solids to a mechanical perturbation consists in an elastic and a plastic deformation. The latter is mediated by localized irreversible rearrangements associated with Eshelby-like quadrupolar singularities in the displacement field. It has recently been argued that a density of such singularities leads to an anomalous elastic behavior taking the form of screening effects, which goes beyond classical elastic predictions. Here, we reexamine this scenario using general theoretical arguments and a description in terms of an elasto-plastic model, which we compare with atomistic simulations of the canonical Eshelby inclusion geometry. We discuss the conditions under which a finite, i.e., nonvanishing, density of quadrupolar events is created by an imposed perturbation. We argue that, except when the perturbation is macroscopic, there are many situations in which the density of quadrupolar defects is zero in the thermodynamic limit. In these cases, we find that plastically active quadrupoles emerge in a region whose size generically scales as the spatial extent $\\ell$ of the mechanical perturbation. This mechanism leads to anomalous elasticity on a scale $\\ell$ close to the perturbation and to conventional elasticity beyond. The simulations of the elasto-plastic model reproduce the emergence of plastic quadrupoles in a region set by $\\ell$ and the associated renormalization of the effective shear modulus, but they do not exhibit the dipole-screening signatures reported in atomistic and experimental studies. Our analysis delineates the scale-dependent breakdown of long-wavelength elasticity in amorphous materials and suggests directions for incorporating anomalous screening into mesoscopic modeling frameworks."}, {"id": "c328", "text": "On the Statistical Mechanics of Active Membranes: Some Selected Results : Biological membranes and vesicles play a central role in living systems, forming dynamic interfaces that regulate cellular organization and function. Classical descriptions of membrane mechanics that are rooted in equilibrium statistical mechanics and linear elasticity have yielded deep insights into membrane morphology and the role of thermal fluctuations on cellular function. However, real biological membranes operate far from equilibrium, continuously driven by active processes powered by energy consuming proteins. In this work, we employ a nonequilibrium statistical mechanics framework to model active membranes and derive analytical expressions for four fundamental properties that characterize their mechanical behavior: (a) the tension area relation, (b) the mean square amplitude of fluctuations, (c) correlation of normal vectors, and (d) the persistence length. These results collectively highlight the utility of fluctuation spectra as a starting point for elucidating membrane mechanics in both passive and active settings. Moreover, these results provide a theoretical basis for analyzing and interpreting fluctuation based assays of active membrane behavior."}, {"id": "c329", "text": "Microgel Translocation Through Narrow Capillaries : The transport of soft viscoelastic gels through confined geometries underlies critical processes in biomedical, biological, and industrial systems. Here, we examine the translocation of a spherical microgel through a narrow capillary whose diameter is smaller than the equilibrium gel size. Using coarse-grained molecular dynamics simulations in tandem with mean-field theory and mechanical analysis, we uncover a critical threshold diameter $d_c$ below which the microgel cannot enter, regardless of the applied pressure. This geometric limit emerges from the interplay between gel elasticity and its internal network connectivity, captured quantitatively by a graph-theoretic model. We construct a phase diagram in the parameter space of tube diameter $d$, applied force $f_g$, and gel stiffness $Y$ (Young's modulus), which delineates the regimes of successful translocation and mechanical arrest. Under negligible wall friction, gel mobility scales with the applied force; however, beyond a cutoff set by the network topology, progressive densification in the constriction stalls the microgel. Our results reveal the mechanical and topological determinants of soft-gel transport in confinement and provide predictive guidelines for engineering gel-based systems in microfluidics, drug delivery, and tissue-level filtration."}, {"id": "c330", "text": "Training overdamped dynamics : In regimes where inertia is negligible, the temporal evolution is governed by overdamped dynamics. This limit is particularly relevant in soft-matter contexts, such as polymers, colloidal suspensions, and processes occurring at the cellular scale. Being able to manipulate the dynamics of such many-particle systems would enable control over rate-dependent elastic responses, time-dependent material properties, relaxation processes, and perhaps the hydrodynamics of suspensions. In this work, we develop a framework for manipulating overdamped dynamics through local, physically motivated update rules. Our approach is inspired by ideas from physical learning and directed aging, in which microscopic parameters adapt autonomously to endow a material with a desired function. Using the Rayleighian formulation, whose minimization reproduces the overdamped equations of motion, we derive approximate directed-aging and equilibrium-propagation rules tailored to dissipative systems. To demonstrate these ideas, we study a disordered Maxwell material that behaves elastically at short times but flows at long times. By locally modifying the viscous damping, we show that one can tune the viscous Poisson's ratio and shape local mechanical responses. These results illustrate how materials can be trained to exhibit targeted rate-dependent elastic and viscous behaviors."}, {"id": "c331", "text": "Geometric Limits of Mitotic Pressure Under Confinement : Cells often divide under mechanical confinement, where surrounding structures restrict shape changes during cytokinesis. Although forces generated during confined division have been measured experimentally, it remains unclear how confinement geometry and mechanics determine the transmitted force. Here we develop a minimal mechanical theory of cell division under confinement. Modeling the cell as an incompressible volume bounded by an interface with effective isotropic tension, we show that confinement restricts the set of mechanically admissible furrow shapes. As the furrow radius decreases, it reaches it reaches a confinement-induced minimum. Beyond this point, further ingression does not alter the interface shape, and both pressure and axial force saturate. We analyze force and pressure in rigid, soft, and strong three-dimensional confinement and demonstrate that a single geometric mechanism underlies these distinct cases. After rescaling force and length by the appropriate geometric scale, cells of different size and surface tension collapse onto a single universal curve. The relevant length scale is the cell size for rigid and soft confinement, and the confinement size in fully enclosing three-dimensional confinement. In soft confinement, environmental stiffness and spindle-generated axial forces determine the operating force and pressure, while the geometric constraint fixes the maximal attainable levels. In summary, our results show that mitotic force transmission and mitotic pressure during cytokinesis are bounded by confinement geometry, with material properties and active forces selecting the operating point within these geometry-imposed limits."}, {"id": "c332", "text": "Three-slab model for the dielectric permittivity of a lipid bilayer : A model for the tensorial dielectric permittivity of phospholipid membranes is presented here. The four-nanometer-thick membrane is treated as a composite made up of three dielectric slabs: one for each of the two phospholipid head-group regions, and one for the entire domain spanned by the lipid tails. Equal and opposite bound surface charge densities surround each head-group slab, and account for the membrane dipole potential. Three-slab model parameters are obtained from molecular dynamics simulations, and capture both the zero-field electric potential and the membrane response to applied electric fields. The tail region is well-approximated as having vacuum permittivity, while the head-group region is highly anisotropic due to the configurations of molecular dipoles. For the bilayers studied, the out-of-plane permittivity of the head-group region is 10--15 times that of the vacuum, while the in-plane permittivity is an order of magnitude larger. Membrane responses to applied electric fields up to 30 millivolts per nanometer are found to be in the linear regime. The model overcomes a fundamental limitation of microscopic theories -- where the out-of-plane permittivity is ill-posed in the head-group region due to large gradients in the local electric field -- by averaging over slab widths, thereby introducing new length scales. Our approach can be extended to characterize general interfacial systems with similarly ill-defined permittivities."}, {"id": "c333", "text": "How Phase Coexistence affects the mechanical properties of heterogeneous 2D suspensions : Although numerical simulations of rheological measurements typically focus on homogeneous systems, heterogeneity can profoundly impact material properties. We report on the rheological properties of a suspension of two-dimensional Lennard-Jones particles across the gas/liquid and the gas/solid coexistence lines of the system. We show how the presence of multiple coexisting states has a significant impact on the mechanical properties of these systems when compared with their homogeneous reference counterparts. Our results establish an extended map to navigate a landscape where not only density and temperature, but also phase coexistence, dictate the transition from viscous to elastic-dominated behavior under shear. These results provides a benchmark for future research into heterogeneous fluids where the coexistence of complex dynamic states is frequently observed."}, {"id": "c334", "text": "Phase fluctuations in a confined fluid : Fluid phase equilibrium depends on the external constraints imposed on a system. In a closed system with fixed volume, depending on the average density, a vapor bubble may be stable, metastable, or unstable, with respect to the homogeneous liquid phase. In the case where the bubble is metastable, we study its lifetime, i.e. the average waiting time needed to observe bubble collapse, and the corresponding lifetime of the homogeneous liquid. For the smallest systems, we predict the possibility to observe phase flipping, when the fluid oscillates between states with and without bubble. We provide an example of phase flipping in a simulation of a Lennard-Jones fluid."}, {"id": "c335", "text": "The Interplay Between Liquid-Liquid Phase Equilibria, Sequence, and Tg in Copolymers : Copolymerization is commonly employed to tune polymers' glass formation and improve properties such as ion conductivity and adhesion. Classically, mixing rules such as the Fox equation are employed to explain glass transition temperature (Tg) variations with copolymer composition. However, many copolymers deviate from these mixing rules in a manner that is monomer-sequence sensitive. We perform molecular dynamics simulations to probe the interplay between copolymer sequence, liquid-liquid phase equilibria, and Tg. We find that the direction and sequence-dependence of Tg shift are predicted by the liquid-liquid phase behavior of the comonomers. Systems tending towards Upper Critical Solution Temperature behavior negative Tg deviations, while systems tending towards Lower Critical Solution Temperature behavior exhibit positive Tg deviations. In both cases, this effect is strengthened with increasing alternation - a consequence of bond-induced forced mixing. These results inform strategies for rationally varying copolymer Tg, at fixed composition, via design of polymer chain sequence."}, {"id": "c336", "text": "Snapping Actuators with Asymmetric and Sequenced Motion : Snapping instabilities in soft structures offer a powerful pathway to achieve rapid and energy-efficient actuation. In this study, an eccentric dome-shaped snapping actuator is developed to generate controllable asymmetric motion through geometry-induced instability. Finite element simulations and experiments reveal consistent asymmetric deformation and the corresponding pressure characteristics. By coupling four snapping actuators in a pneumatic network, a compact quadrupedal robot achieves coordinated wavelike locomotion using only a single pressure input. The robot exhibits frequency-dependent performance with a maximum speed of 72.78~mm/s at 7.5~Hz. These findings demonstrate the potential of asymmetric snapping mechanisms for physically controlled actuation and lay the groundwork for fully untethered and efficient soft robotic systems."}, {"id": "c337", "text": "Ori-Sense: origami capacitive sensing for soft robotic applications : This work introduces Ori-Sense, a compliant capacitive sensor inspired by the inverted Kresling origami pattern. The device translates torsional deformation into measurable capacitance changes, enabling proprioceptive feedback for soft robotic systems. Using dissolvable-core molding, we fabricated a monolithic silicone structure with embedded conductive TPU electrodes, forming an integrated soft capacitor. Mechanical characterization revealed low stiffness and minimal impedance, with torque values below 0.01 N mm for axial displacements between -15 mm and 15 mm, and up to 0.03 N mm at 30 degrees twist under compression. Finite-element simulations confirmed localized stresses along fold lines and validated the measured torque-rotation response. Electrical tests showed consistent capacitance modulation up to 30%, directly correlated with the twist angle, and maximal sensitivity of S_theta ~ 0.0067 pF/deg at 5 mm of axial deformation."}, {"id": "c338", "text": "Disentangling Entropic, Active, and Frictional Forces in Cytoskeletal Crosslinking : The forces that mixtures of motorized and passive crosslinking proteins collectively generate between cytoskeletal filaments within our cells are the key drivers of active cellular mechanics. Despite their importance, a unified theory to describe such crosslinking forces has so far been missing. In this paper, we derive a theory that predicts the forces generated collectively by crosslinking proteins linking two biopolymer filaments from measurable filament and crosslinker properties, using out-of-equilibrium thermodynamics. Our framework allows us to decompose the forces generated by crosslinkers into three separate components: entropic, active, and frictional. In doing so, it offers a clear physical interpretation of the fundamental mechanisms by which crosslinking proteins self-organize and collectively generate forces. We demonstrate the robustness and utility of this framework by applying it to four different experiments that probe the combined roles of passive and motorized crosslinkers. For each experiment, our theoretical approach allows us to disentangle the relative contributions of entropic, active, and frictional forces, clarifying how different physical processes underpin collective force production. In turn, this makes it possible to quantitatively compare and predict how various crosslinker combinations influence force generation between filaments, pattern formation along filaments, and the dynamics of filament pairs."}, {"id": "c339", "text": "Properties of Liquid Crystalline Elastomer Foams : We investigate how controlled foaming alters the mechanical dissipation of liquid crystalline elastomers (LCEs). Using thermal expandable microspheres, we generate homogeneous foams with precisely tuned bubble volume fractions up to 13% and compare their behaviour with non-mesogenic silicon analogues. We show that microsphere expansion induces a particle-centred mesogenic interphase arising from local elastic distortion and preferential alignment of mesogenic units at the inclusion surface. At low bubble volume fraction (0.5 to 5%), these interfaces remain spatially isolated and produce a pronounced no-monotonic enhancement of damping, with the loss factor reaching tan-delta=0.2 even in the isotropic regime. At higher loading, interphase overlaps and mechanical constraints suppress this effect, and the dissipation returns towards baseline elastomeric values. Large-strain tensile tests and impact experiments exhibit the same non-monotonic trend, demonstrating that low density LCE forms achieve the highest mechanical energy absorption per unit mass. Compared with conventional high porosity polymer foams used for acoustic damping, these materials retain sufficient mechanical integrity to sustain impact loads, establishing a microstructural route to engineer high-performance damping in soft solids."}, {"id": "c340", "text": "Exact response functions for a compressible thin fluid layer with odd viscosity : Fluids composed of chiral active components can exhibit odd viscosity, a property that breaks time-reversal and parity symmetries. We investigate the hydrodynamic response to monopole and dipole singularities in a compressible thin fluid layer with odd viscosity, supported by a conventional lubrication layer. Using the two-dimensional Green's function in Fourier space, we derive exact analytical solutions for the flow and pressure fields. These solutions provide a detailed description of the hydrodynamic interactions governing the motion of colloidal particles and microswimmers in confined chiral fluids, offering insight into the role of odd viscosity in modifying particle dynamics and collective behavior. The derived results are directly applicable to modeling transport, control, and self-organization phenomena in active and chiral microfluidic systems."}, {"id": "c341", "text": "A mobility based approach to transport in chiral fluids : Chiral fluids, for which the mobility tensor has antisymmetric, off-diagonal components, exhibit transport phenomena absent in conventional systems, including interaction-enhanced diffusion and negative mobility. While these effects have been predicted theoretically and observed in simulations, their microscopic origin has remained unclear. Here, we address this question using a mobility-based nonequilibrium approach, analysing the steady-state drift of a tracer driven through an interacting chiral fluid. We show that, under strong chirality, the tracer generates a reversed density wake, in which regions of particle accumulation and depletion are inverted compared to the achiral case. This structural inversion of the wake provides a unified physical mechanism underlying both enhanced diffusion and negative mobility. Furthermore, we demonstrate that these phenomena are robust to changes in the interaction potential, highlighting their generality as a consequence of odd mobility."}, {"id": "c342", "text": "Precise Determination of the Long-Time Asymptotics of the Diffusion Spreadability of Two-Phase Media : The time-dependent diffusion spreadability $\\mathcal{S}(t)$ is a powerful dynamical probe of the microstructure of two-phase heterogeneous media across length scales [Torquato, S., \\emph{Phys. Rev. E.}, 104 054102 (2021)]. It has been shown that when the spectral density takes the power-law form $\\tilde\u03c7_{_V}(\\mathbf{k})\\sim |\\mathbf{k}|^\u03b1$ as the wavenumber $|\\mathbf{k}|$ tends to zero, the normalized excess spreadability $\\mathscr{s}^{ex}(t)$ [proportional to $\\mathcal{S}(\\infty)-\\mathcal{S}(t)$] scales as $\\mathscr{s}^{ex}(t)\\sim t^{-\\frac{d+\u03b1}{2}}$ in the long-time limit $t\\to\\infty$, enabling one to determine the infinite-wavelength scaling exponent $\u03b1$. An algorithm that allows one to reliably extract the exponent $\u03b1$ from long-time spreadability data was previously devised [Wang, H., Torquato, S., \\emph{Phys. Rev. Appl.}, 17 034022 (2022)]. In this paper, we further improve this procedure to obtain $\u03b1$ even more accurately by incorporating higher-order correction terms to the long-time asymptotics and by utilizing analyticity properties of $\\tilde\u03c7_{_V}(k)$ at the origin. We illustrate our procedure by analyzing hyperuniform ($\u03b1> 0$), typical nonhyperuniform ($\u03b1=0$), and antihyperuniform ($-d < \u03b1<0$) models of two-phase media. In addition, by combining the large-$t$ asymptotic expansion of $\\mathscr{s}^{ex}(t)$ with the small-$t$ expansion, we have devised a two-point Pad\u00e9 approximant to approximate $\\mathscr{s}^{ex}(t)$ for all $t$ with just a few parameters. Our findings facilitate the characterization of the microstructure of two-phase media across length scales as obtained from numerical spreadability data or experimental data obtained from NMR relaxation measurements. Our work can also be applied in the inverse design of two-phase microstructures with targeted spreadability behaviors."}, {"id": "c343", "text": "Light-Activated Self-thermophoretic Janus Nanopropellers : Achieving controlled and directed motion of artificial nanoscale systems in three-dimensional fluid environments remains a key-challenge in active matter, primarily due to the prevailing thermal fluctuations that rapidly randomize the particle trajectories. While significant progress has been made with micrometer-sized particles, imparting sufficient mechanical energy, or self-propulsion, to nanometer-sized particles to overcome Brownian diffusion and enable controlled transport remains a major issue for emerging applications in nanoscience and nanomedicine. Here, we address this challenge by demonstrating the fuel-free, reversible, and tunable active behavior of gold-silica (Au-SiO2) Janus nanoparticles (radius R=33 nm) induced by optical excitation. Using single particle tracking, we provide direct experimental evidence of self-thermophoresis, clearly distinguishing active motion from thermal noise. These light-driven Janus nanoparticles constitute a minimal yet robust photothermal system for investigating active matter and its manipulation at the nanoscale."}, {"id": "c344", "text": "Densely-packed particle raft at vertically vibrated air-water interface : We investigate the dynamics of a dense raft of millimeter-sized granular particles at a vertically vibrated air-water interface, which displays a rich set of patterns and particle dynamics as we vary the vibration amplitude, frequency, and particle packing fraction. While the classical parametric instability with standing waves still occurs over a certain parameter space, the measured wave dispersion relations indicate an increasing role in the raft's emerging elasticity at higher packing fractions, which induces a decrease in the effective surface tension and an increase in an out-of-plane bending modulus. At higher vibration frequencies and lower amplitudes, we also identified a regime without standing waves in which individual particles exhibit thermal-like motion and transition from diffusive to sub-diffusive transport as the packing fraction increases. Glassy behaviors such as spatial and temporal heterogeneity in particle dynamics occur as well, which is analogous to supercooled liquids. When the vibration amplitude is increased starting in this supercooled regime, a large cavity eventually forms inside the raft with its size and shape related to the vibration frequency and the injected vibration energy. The cavitation results in the coexistence of free surface water waves inside the cavity and thermal-like particle motion in the raft."}, {"id": "c345", "text": "Tracking the Brownian motion of DNA-functionalized magnetic nanoparticles for conformation analysis beyond the optical resolution limit : Brownian motion provides access to hydrodynamic properties of nanoscale objects independent of their optical resolvability. Here, we present a diffusion-based approach to infer effective particle size distributions of DNA-functionalized magnetic nanoparticles (MNPs), consisting of a magnetic core and a polystyrene shell, in a regime where direct geometric sizing is limited by optical diffraction. Using multi-particle tracking microscopy, we analyze the Brownian dynamics of MNPs grafted with double-stranded DNA (dsDNA) of varying contour length under low-salt conditions. A physically motivated model is introduced that relates dsDNA contour length to an effective hydrodynamic diameter via an attenuated corona description. The measured diffusion coefficient distributions exhibit a systematic and monotonic dependence on dsDNA length in quantitative agreement with the model. While the tracked objects are predominantly dsDNA-mediated agglomerates rather than isolated nanoparticles, clustering does not obscure the length-dependent signal. Instead, the dsDNA corona determines the hydrodynamic scaling, whereas agglomeration mainly introduces an offset and distribution broadening. These results demonstrate that Brownian dynamics enables robust readout of biomolecular length scales even far below the optical resolution limit. The distribution-based approach is inherently tolerant to polydispersity and aggregation, making diffusion-based tracking a simple and promising strategy for future biotechnological and biomedical assays."}, {"id": "c346", "text": "Codesigning Ripplet: an LLM-Assisted Assessment Authoring System Grounded in a Conceptual Model of Teachers' Workflows : Assessments are critical in education, but creating them can be difficult. To address this challenge in a grounded way, we partnered with 13 teachers in a seven-month codesign process. We developed a conceptual model that characterizes the iterative dual process where teachers develop assessments while simultaneously refining requirements. To enact this model in practice, we built Ripplet, a web-based tool with multilevel reusable interactions to support assessment authoring. The extended codesign revealed that Ripplet enabled teachers to create formative assessments they would not have otherwise made, shifted their practices from generation to curation, and helped them reflect more on assessment quality. In a user study with 15 additional teachers, compared to their current practices, teachers felt the results were more worth their effort and that assessment quality improved."}, {"id": "c347", "text": "A Taxonomy of Human--MLLM Interaction in Early-Stage Sketch-Based Design Ideation : As multimodal large language models (MLLMs) are increasingly integrated into early-stage design tools, it is important to understand how designers collaborate with AI during ideation. In a user study with 12 participants, we analysed sketch-based design interactions with an MLLM-powered system using automatically recorded interaction logs and post-task interviews. Based on how creative responsibility was allocated between humans and the AI, we predefined four interaction modes: Human-Only, Human-Lead, AI-Lead, and Co-Evolution, and analysed how these modes manifested during sketch-based design ideation. Our results show that designers rarely rely on a single mode; instead, human-led and AI-led roles are frequently interwoven and shift across ideation instances. These findings provide an empirical basis for future work to investigate why designers shift roles with AI and how interactive systems can better support such dynamic collaboration."}, {"id": "c348", "text": "Dynamic Personality Adaptation in Large Language Models via State Machines : The inability of Large Language Models (LLMs) to modulate their personality expression in response to evolving dialogue dynamics hinders their performance in complex, interactive contexts. We propose a model-agnostic framework for dynamic personality simulation that employs state machines to represent latent personality states, where transition probabilities are dynamically adapted to the conversational context. Part of our architecture is a modular pipeline for continuous personality scoring that evaluates dialogues along latent axes while remaining agnostic to the specific personality models, their dimensions, transition mechanisms, or LLMs used. These scores function as dynamic state variables that systematically reconfigure the system prompt, steering behavioral alignment throughout the interaction.We evaluate this framework by operationalizing the Interpersonal Circumplex (IPC) in a medical education setting. Results demonstrate that the system successfully adapts its personality state to user inputs, but also influences user behavior, thereby facilitating de-escalation training. Notably, the scoring pipeline maintains comparable precision even when utilizing lightweight, fine-tuned classifiers instead of large-scale LLMs. This work demonstrates the feasibility of modular, personality-adaptive architectures for education, customer support, and broader human-computer interaction."}, {"id": "c349", "text": "When AI Writes, Whose Voice Remains? Quantifying Cultural Marker Erasure Across World English Varieties in Large Language Models : Large Language Models (LLMs) are increasingly used to ``professionalize'' workplace communication, often at the cost of linguistic identity. We introduce \"Cultural Ghosting\", the systematic erasure of linguistic markers unique to non-native English varieties during text processing. Through analysis of 22,350 LLM outputs generated from 1,490 culturally marked texts (Indian, Singaporean,& Nigerian English) processed by five models under three prompt conditions, we quantify this phenomenon using two novel metrics: Identity Erasure Rate (IER) & Semantic Preservation Score (SPS). Across all prompts, we find an overall IER of 10.26%, with model-level variation from 3.5% to 20.5% (5.9x range). Crucially, we identify a Semantic Preservation Paradox: models maintain high semantic similarity (mean SPS = 0.748) while systematically erasing cultural markers. Pragmatic markers (politeness conventions) are 1.9x more vulnerable than lexical markers (71.5% vs. 37.1% erasure). Our experiments demonstrate that explicit cultural-preservation prompts reduce erasure by 29% without sacrificing semantic quality."}, {"id": "c350", "text": "Speculating for Epiplexity: How to Learn the Most from Speculative Design? : Speculative design uses provocative \"what if?\" scenarios to explore possible sociotechnical futures, yet lacks rigorous criteria for assessing the quality of speculation. We address this gap by reframing speculative design through an information-theoretic lens as a resource-bounded knowledge generation process that uses provotypes to strategically embrace surprise. However, not all surprises are equally informative-some yield genuine insight while others remain aesthetic shock. Drawing on epiplexity-structured, learnable information extractable by bounded observers-we propose decomposing the knowledge generated by speculative artifacts into structured epistemic information (transferable implications about futures) and entropic noise (narrative, aesthetics, and surface-level surprise). We conclude by introducing a practical audit framework with a self-assessment questionnaire that enables designers to evaluate whether their speculations yield rich, high-epiplexity insights or remain at a superficial level. We discuss implications for peer review, design pedagogy, and policy-oriented futuring."}, {"id": "c351", "text": "Giving Meaning to Movements: Challenges and Opportunities in Expanding Communication by Pairing Unaided AAC with Speech Generated Messages : Augmentative and Alternative Communication (AAC) technologies are categorized into two forms: aided AAC, which uses external devices like speech-generating systems to produce standardized output, and unaided AAC, which relies on body-based gestures for natural expression but requires shared understanding. We investigate how to combine these approaches to harness the speed and naturalness of unaided AAC while maintaining the intelligibility of aided AAC, a largely unexplored area for individuals with communication and motor impairments. Through 18 months of participatory design with AAC users, we identified key challenges and opportunities and developed AllyAAC, a wearable system with a wrist-worn IMU paired with a smartphone app. We evaluated AllyAAC in a field study with 14 participants and produced a dataset containing over 600,000 multimodal data points featuring atypical gestures--the first of its kind. Our findings reveal challenges in recognizing personalized, idiosyncratic gestures and demonstrate how to address them using Transformer-based large machine learning (ML) models with different pretraining strategies. In sum, we contribute design principles and a reference implementation for adaptive, personalized systems combining aided and unaided AAC."}, {"id": "c352", "text": "SocialPulse: On-Device Detection of Social Interactions in Naturalistic Settings Using Smartwatch Multimodal Sensing : Social interactions are fundamental to well-being, yet automatically detecting them in daily life-particularly using wearables-remains underexplored. Most existing systems are evaluated in controlled settings, focus primarily on in-person interactions, or rely on restrictive assumptions (e.g., requiring multiple speakers within fixed temporal windows), limiting generalizability to real-world use. We present an on-watch interaction detection system designed to capture diverse interactions in naturalistic settings. A core component is a foreground speech detector trained on a public dataset. Evaluated on over 100,000 labeled foreground speech and background sound instances, the detector achieves a balanced accuracy of 85.51%, outperforming prior work by 5.11%.\n We evaluated the system in a real-world deployment (N=38), with over 900 hours of total smartwatch wear time. The system detected 1,691 interactions, 77.28% were confirmed via participant self-report, with durations ranging from under one minute to over one hour. Among correct detections, 81.45% were in-person, 15.7% virtual, and 1.85% hybrid. Leveraging participant-labeled data, we further developed a multimodal model achieving a balanced accuracy of 90.36% and a sensitivity of 91.17% on 33,698 labeled 15-second windows. These results demonstrate the feasibility of real-world interaction sensing and open the door to adaptive, context-aware systems responding to users' dynamic social environments."}, {"id": "c353", "text": "ViSTAR: Virtual Skill Training with Augmented Reality with 3D Avatars and LLM coaching agent : We present ViSTAR, a Virtual Skill Training system in AR that supports self-guided basketball skill practice, with feedback on balance, posture, and timing. From a formative study with basketball players and coaches, the system addresses three challenges: understanding skills, identifying errors, and correcting mistakes. ViSTAR follows the Behavioral Skills Training (BST) framework-instruction, modeling, rehearsal, and feedback. It provides feedback through visual overlays, rhythm and timing cues, and an AI-powered coaching agent using 3D motion reconstruction. We generate verbal feedback by analyzing spatio-temporal joint data and mapping features to natural-language coaching cues via a Large Language Model (LLM). A key novelty is this feedback generation: motion features become concise coaching insights. In two studies (N=16), participants generally preferred our AI-generated feedback to coach feedback and reported that ViSTAR helped them notice posture and balance issues and refine movements beyond self-observation."}, {"id": "c354", "text": "A Critical Reflection on the Values and Assumptions in Data Visualization : Visualization has matured into an established research field, producing widely adopted tools, design frameworks, and empirical foundations. As the field has grown, ideas from outside computer science have increasingly entered visualization discourse, questioning the fundamental values and assumptions on which visualization research stands. In this short position paper, we examine a set of values that we see underlying the seminal works of Jacques Bertin, John Tukey, Leland Wilkinson, Colin Ware, and Tamara Munzner. We articulate three prominent values in these texts - universality, objectivity, and efficiency - and examine how these values permeate visualization tools, curricula, and research practices. We situate these values within a broader set of critiques that call for more diverse priorities and viewpoints. By articulating these tensions, we call for our community to embrace a more pluralistic range of values to shape our future visualization tools and guidelines."}, {"id": "c355", "text": "SPGen: Stochastic scanpath generation for paintings using unsupervised domain adaptation : Understanding human visual attention is key to preserving cultural heritage We introduce SPGen a novel deep learning model to predict scanpaths the sequence of eye movementswhen viewers observe paintings.\n Our architecture uses a Fully Convolutional Neural Network FCNN with differentiable fixation selection and learnable Gaussian priors to simulate natural viewing biases To address the domain gap between photographs and artworks we employ unsupervised domain adaptation via a gradient reversal layer allowing the model to transfer knowledge from natural scenes to paintings Furthermore a random noise sampler models the inherent stochasticity of eyetracking data.\n Extensive testing shows SPGen outperforms existing methods offering a powerful tool to analyze gaze behavior and advance the preservation and appreciation of artistic treasures."}, {"id": "c356", "text": "Detecting UX smells in Visual Studio Code using LLMs : Integrated Development Environments shape developers' daily experience, yet the empirical study of their usability and user experience (UX) remains limited. This work presents an LLM-assisted approach to detecting UX smells in Visual Studio Code by mining and classifying user-reported issues from the GitHub repository. Using a validated taxonomy and expert review, we identified recurring UX problems that affect the developer experience. Our results show that the majority of UX smells are concentrated in informativeness, clarity, intuitiveness, and efficiency, qualities that developers value most."}, {"id": "c357", "text": "The Governance of Intimacy: A Preliminary Policy Analysis of Romantic AI Platforms : Romantic AI platforms invite intimate emotional disclosure, yet their data governance practices remain underexamined. This preliminary study analyses the Privacy Policies and Terms of Service of six Western and Chinese romantic AI platforms. We find that intimate disclosures are often positioned as reusable data assets, with broad permissions for storage, analysis, and model training. We identify default training appropriation, ownership reconstruction, and intimate history assetization as key mechanisms structuring these practices, expanding platforms' rights while shifting risk onto users. Our findings surface key governance challenges in romantic AI and are intended to provoke discussion and inform future empirical and design research on human AI intimacy and its governance."}, {"id": "c358", "text": "Interactive Augmented Reality-enabled Outdoor Scene Visualization For Enhanced Real-time Disaster Response : A user-centered AR interface for disaster response is presented in this work that uses 3D Gaussian Splatting (3DGS) to visualize detailed scene reconstructions, while maintaining situational awareness and keeping cognitive load low. The interface relies on a lightweight interaction approach, combining World-in-Miniature (WIM) navigation with semantic Points of Interest (POIs) that can be filtered as needed, and it is supported by an architecture designed to stream updates as reconstructions evolve. User feedback from a preliminary evaluation indicates that this design is easy to use and supports real-time coordination, with participants highlighting the value of interaction and POIs for fast decision-making in context. Thorough user-centric performance evaluation demonstrates strong usability of the developed interface and high acceptance ratios."}, {"id": "c359", "text": "StylusPort: Investigating Teleportation using Stylus in VR : With a stylus, users can both sweep sketches across models and pinpoint locations with precision. Building on this dual capability, we explore how teleportation can be integrated into stylus interaction without disrupting the flow of common stylus usage. We introduce two key ideas: flipping the stylus as an intuitive mode switch between drawing and teleportation, and using gaze to set orientation while the stylus handles positioning. In a user study that features a teleport-and-orient task, we evaluate six teleportation techniques, covering two mode-switching methods (Button and Flip) and three orientation approaches (StylusRoll, StylusPoint, and GazePoint). The results offer new insights into the relative merits and limitations of each technique. Our work contributes to knowledge about teleportation in VR and fills the gap in seamlessly integrating teleportation with stylus use in 3D."}, {"id": "c360", "text": "Heads Up!: Towards In Situ Photogrammetry Annotations and Augmented Reality Visualizations for Guided Backcountry Skiing : Backcountry skiing is an activity where a group of skiers navigate challenging environmental conditions to ski outside of managed areas. This activity requires careful monitoring and effective communication around the current weather and terrain conditions to ensure skier safety. We aim to support and facilitate this communication by providing backcountry guides with a set of in situ spatial annotation tools to communicate hazards and appropriate speeds to the ski recreationalists. A guide can use a tablet application to annotate a photogrammetry-based map of a mountainside, for example, one collected using a commercial camera drone, with hazard points, slow-down zones, and safe zones. These annotations are communicated to the skiers via visual overlays in augmented reality heads-up displays. We present a prototype consisting of a web application and a virtual reality display that mirror the guide's and skier's perspectives, enabling participatory interaction design studies in a safe environment."}, {"id": "c361", "text": "\"Without AI, I Would Never Share This Online\": Unpacking How LLMs Catalyze Women's Sharing of Gendered Experiences on Social Media : Sharing gendered experiences on social media has been widely recognized as supporting women's personal sense-making and contributing to digital feminism. However, there are known concerns, such as fear of judgment and backlash, that may discourage women from posting online. In this study, we examine a recurring practice on Xiaohongshu, a popular Chinese social media platform, in which women share their gendered experiences alongside screenshots of conversations with LLMs. We conducted semi-structured interviews with 20 women to investigate whether and how interactions with LLMs might support women in articulating and sharing gendered experiences. Our findings reveal that, beyond those external concerns, women also hold self-imposed standards regarding what feels appropriate and worthwhile to share publicly. We further show how interactions with LLMs help women meet these standards and navigate such concerns. We conclude by discussing how LLMs might be carefully and critically leveraged to support women's everyday expression online."}, {"id": "c362", "text": "WatchHand: Enabling Continuous Hand Pose Tracking On Off-the-Shelf Smartwatches : Tracking hand poses on wrist-wearables enables rich, expressive interactions, yet remains unavailable on commercial smartwatches, as prior implementations rely on external sensors or custom hardware, limiting their real-world applicability. To address this, we present WatchHand, the first continuous 3D hand pose tracking system implemented on off-the-shelf smartwatches using only their built-in speaker and microphone. WatchHand emits inaudible frequency-modulated continuous waves and captures their reflections from the hand. These acoustic signals are processed by a deep-learning model that estimates 3D hand poses for 20 finger joints. We evaluate WatchHand across diverse real-world conditions -- multiple smartwatch models, wearing-hands, body postures, noise conditions, pose-variation protocols -- and achieve a mean per-joint position error of 7.87 mm in cross-session tests with device remounting. Although performance drops for unseen users or gestures, the model adapts effectively with lightweight fine-tuning on small amounts of data. Overall, WatchHand lowers the barrier to smartwatch-based hand tracking by eliminating additional hardware while enabling robust, always-available interactions on millions of existing devices."}, {"id": "c363", "text": "Exploring Human-Machine Coexistence in Symmetrical Reality : In the context of the evolution of artificial intelligence (AI), the interaction between humans and AI entities has become increasingly salient, challenging the conventional human-centric paradigms of human-machine interaction. To address this challenge, it is imperative to reassess the relationship between AI entities and humans. Through considering both the virtual and physical worlds, we can construct a novel descriptive framework for a world where humans and machines coexist symbiotically. This paper will introduce a fresh research direction engendered for studying harmonious human-machine coexistence across physical and virtual worlds, which has been termed \"symmetrical reality\". We will elucidate its key characteristics, offering innovative research insight for renovating human-machine interaction paradigms."}, {"id": "c364", "text": "StoryComposerAI: Supporting Human-AI Story Co-Creation Through Decomposition and Linking : GenAI's ability to produce text and images is increasingly incorporated into human-AI co-creation tasks such as storytelling and video editing. However, integrating GenAI into these tasks requires enabling users to retain control over editing individual story elements while ensuring that generated visuals remain coherent with the storyline and consistent across multiple AI-generated outputs. This work examines a paradigm of creative decomposition and linking, which allows creators to clearly communicate creative intent by prompting GenAI to tailor specific story elements, such as storylines, personas, locations, and scenes, while maintaining coherence among them. We implement and evaluate StoryComposerAI, a system that exemplifies this paradigm for enhancing users' sense of control and content consistency in human-AI co-creation of digital stories."}, {"id": "c365", "text": "Evaluating the Usage of African-American Vernacular English in Large Language Models : In AI, most evaluations of natural language understanding tasks are conducted in standardized dialects such as Standard American English (SAE). In this work, we investigate how accurately large language models (LLMs) represent African American Vernacular English (AAVE). We analyze three LLMs to compare their usage of AAVE to the usage of humans who natively speak AAVE. We first analyzed interviews from the Corpus of Regional African American Language and TwitterAAE to identify the typical contexts where people use AAVE grammatical features such as ain't. We then prompted the LLMs to produce text in AAVE and compared the model-generated text to human usage patterns. We find that, in many cases, there are substantial differences between AAVE usage in LLMs and humans: LLMs usually underuse and misuse grammatical features characteristic of AAVE. Furthermore, through sentiment analysis and manual inspection, we found that the models replicated stereotypes about African Americans. These results highlight the need for more diversity in training data and the incorporation of fairness methods to mitigate the perpetuation of stereotypes."}, {"id": "c366", "text": "A Benchmark to Assess Common Ground in Human-AI Collaboration : AI is becoming increasingly integrated into everyday life, both in professional work environments and in leisure and entertainment contexts. This integration requires AI to move beyond acting as an assistant for informational or transactional tasks toward a genuine collaborative partner. Effective collaboration, whether between humans or between humans and AI, depends on establishing and maintaining common ground: shared beliefs, assumptions, goals, and situational awareness that enable coordinated action and efficient repair of misunderstandings. While common ground is a central concept in human collaboration, it has received limited attention in studies of human-AI collaboration. In this paper, we introduce a new benchmark grounded in theories and empirical studies of human-human collaboration. The benchmark is based on a collaborative puzzle task that requires iterative interaction, joint action, referential coordination, and repair under varying conditions of situation awareness. We validate the benchmark through a confirmatory user study in which human participants collaborate with an AI to solve the task. The results show that the benchmark reproduces established theoretical and empirical findings from human-human collaboration, while also revealing clear divergences in human-AI interaction."}, {"id": "c367", "text": "SparkMe: Adaptive Semi-Structured Interviewing for Qualitative Insight Discovery : Qualitative insights from user experiences are critical for informing product and policy decisions, but collecting such data at scale is constrained by the time and availability of experts to conduct semi-structured interviews. Recent work has explored using large language models (LLMs) to automate interviewing, yet existing systems lack a principled mechanism for balancing systematic coverage of predefined topics with adaptive exploration, or the ability to pursue follow-ups, deep dives, and emergent themes that arise organically during conversation. In this work, we formulate adaptive semi-structured interviewing as an optimization problem over the interviewer's behavior. We define interview utility as a trade-off between coverage of a predefined interview topic guide, discovery of relevant emergent themes, and interview cost measured by length. Based on this formulation, we introduce SparkMe, a multi-agent LLM interviewer that performs deliberative planning via simulated conversation rollouts to select questions with high expected utility. We evaluate SparkMe through controlled experiments with LLM-based interviewees, showing that it achieves higher interview utility, improving topic guide coverage (+4.7% over the best baseline) and eliciting richer emergent insights while using fewer conversational turns than prior LLM interviewing approaches. We further validate SparkMe in a user study with 70 participants across 7 professions on the impact of AI on their workflows. Domain experts rate SparkMe as producing high-quality adaptive interviews that surface helpful profession-specific insights not captured by prior approaches. The code, datasets, and evaluation protocols for SparkMe are available as open-source at https://github.com/SALT-NLP/SparkMe."}, {"id": "c368", "text": "An Expert Schema for Evaluating Large Language Model Errors in Scholarly Question-Answering Systems : Large Language Models (LLMs) are transforming scholarly tasks like search and summarization, but their reliability remains uncertain. Current evaluation metrics for testing LLM reliability are primarily automated approaches that prioritize efficiency and scalability, but lack contextual nuance and fail to reflect how scientific domain experts assess LLM outputs in practice. We developed and validated a schema for evaluating LLM errors in scholarly question-answering systems that reflects the assessment strategies of practicing scientists. In collaboration with domain experts, we identified 20 error patterns across seven categories through thematic analysis of 68 question-answer pairs. We validated this schema through contextual inquiries with 10 additional scientists, which showed not only which errors experts naturally identify but also how structured evaluation schemas can help them detect previously overlooked issues. Domain experts use systematic assessment strategies, including technical precision testing, value-based evaluation, and meta-evaluation of their own practices. We discuss implications for supporting expert evaluation of LLM outputs, including opportunities for personalized, schema-driven tools that adapt to individual evaluation patterns and expertise levels."}, {"id": "c369", "text": "PaperTrail: A Claim-Evidence Interface for Grounding Provenance in LLM-based Scholarly Q&A : Large language models (LLMs) are increasingly used in scholarly question-answering (QA) systems to help researchers synthesize vast amounts of literature. However, these systems often produce subtle errors (e.g., unsupported claims, errors of omission), and current provenance mechanisms like source citations are not granular enough for the rigorous verification that scholarly domain requires. To address this, we introduce PaperTrail, a novel interface that decomposes both LLM answers and source documents into discrete claims and evidence, mapping them to reveal supported assertions, unsupported claims, and information omitted from the source texts. We evaluated PaperTrail in a within-subjects study with 26 researchers who performed two scholarly editing tasks using PaperTrail and a baseline interface. Our results show that PaperTrail significantly lowered participants' trust compared to the baseline. However, this increased caution did not translate to behavioral changes, as people continued to rely on LLM-generated scholarly edits to avoid a cognitively burdensome task. We discuss the value of claim-evidence matching for understanding LLM trustworthiness in scholarly settings, and present design implications for cognition-friendly communication of provenance information."}, {"id": "c370", "text": "InterPilot: Exploring the Design Space of AI-assisted Job Interview Support for HR Professionals : Recruitment interviews are cognitively demanding interactions in which interviewers must simultaneously listen, evaluate candidates, take notes, and formulate follow-up questions. To better understand these challenges, we conducted a formative study with eight HR professionals, from which we derived key design goals for real-time AI support. Guided by these insights, we developed InterPilot, a prototype system that augments interviews through intelligent note-taking and post-interview summary, adaptive question generation, and real-time skill-evidence mapping. We evaluated the system with another seven HR professionals in mock interviews using a within-subjects design. Results show that InterPilot reduced documentation burden without increasing overall workload, but introduced usability trade-offs related to visual attention and interaction complexity. Qualitative findings further reveal tensions around trust and verification when AI suggests highly specific technical questions. We discuss implications for designing future real-time human-AI collaboration in professional settings, highlighting the need to balance assistance granularity, attentional demands, and human agency."}, {"id": "c371", "text": "When LLMs Enter Everyday Feminism on Chinese Social Media: Opportunities and Risks for Women's Empowerment : Everyday digital feminism refers to the ordinary, often pragmatic ways women articulate lived experiences and cultivate solidarity in online spaces. In China, such practices flourish on RedNote through discussions under hashtags like ''women's growth''. Recently, DeepSeek-generated content has been taken up as a new voice in these conversations. Given widely recognized gender biases in LLMs, this raises critical concerns about how LLMs interact with everyday feminist practices. Through an analysis of 430 RedNote posts, 139 shared DeepSeek responses, and 3211 comments, we found that users predominantly welcomed DeepSeek's advice. Yet feminist critical discourse analysis revealed that these responses primarily encouraged women to self-optimize and pursue achievements within prevailing norms rather than challenge them. By interpreting this case, we discuss the opportunities and risks that LLMs introduce for everyday feminism as a pathway toward women's empowerment, and offer design implications for leveraging LLMs to better support such practices."}, {"id": "c372", "text": "Vision-Language Models for Ergonomic Assessment of Manual Lifting Tasks: Estimating Horizontal and Vertical Hand Distances from RGB Video : Manual lifting tasks are a major contributor to work-related musculoskeletal disorders, and effective ergonomic risk assessment is essential for quantifying physical exposure and informing ergonomic interventions. The Revised NIOSH Lifting Equation (RNLE) is a widely used ergonomic risk assessment tool for lifting tasks that relies on six task variables, including horizontal (H) and vertical (V) hand distances; such distances are typically obtained through manual measurement or specialized sensing systems and are difficult to use in real-world environments. We evaluated the feasibility of using innovative vision-language models (VLMs) to non-invasively estimate H and V from RGB video streams. Two multi-stage VLM-based pipelines were developed: a text-guided detection-only pipeline and a detection-plus-segmentation pipeline. Both pipelines used text-guided localization of task-relevant regions of interest, visual feature extraction from those regions, and transformer-based temporal regression to estimate H and V at the start and end of a lift. For a range of lifting tasks, estimation performance was evaluated using leave-one-subject-out validation across the two pipelines and seven camera view conditions. Results varied significantly across pipelines and camera view conditions, with the segmentation-based, multi-view pipeline consistently yielding the smallest errors, achieving mean absolute errors of approximately 6-8 cm when estimating H and 5-8 cm when estimating V. Across pipelines and camera view configurations, pixel-level segmentation reduced estimation error by approximately 20-30% for H and 35-40% for V relative to the detection-only pipeline. These findings support the feasibility of VLM-based pipelines for video-based estimation of RNLE distance parameters."}, {"id": "c373", "text": "Improving Data Quality via Pre-Task Participant Screening in Crowdsourced GUI Experiments : In crowdsourced user experiments that collect performance data from graphical user interface (GUI) interactions, some participants ignore instructions or act carelessly, threatening the validity of performance models. We investigate a pre-task screening method that requires simple GUI operations analogous to the main task and uses the resulting error as a continuous quality signal. Our pre-task is a brief image-resizing task in which workers match an on-screen card to a physical card; workers whose resizing error exceeds a threshold are excluded from the main experiment. The main task is a standardized pointing experiment with well-established models of movement time and error rate. Across mouse- and smartphone-based crowdsourced experiments, we show that reducing the proportion of workers exhibiting unexpected behavior and tightening the pre-task threshold systematically improve the goodness of fit and predictive accuracy of GUI performance models, demonstrating that brief pre-task screening can enhance data quality."}, {"id": "c374", "text": "What Drives Students' Use of AI Chatbots? Technology Acceptance in Conversational AI : Conversational AI tools have been rapidly adopted by students and are becoming part of their learning routines. To understand what drives this adoption, we draw on the Technology Acceptance Model (TAM) and examine how perceived usefulness and perceived ease of use relate to students' behavioral intention to use conversational AI that generates responses for learning tasks. We extend TAM by incorporating trust, perceived enjoyment, and subjective norms as additional factors that capture social and affective influences and uncertainty around AI outputs.\n Using partial least squares structural equation modeling, we find perceived usefulness remains the strongest predictor of students' intention to use conversational AI. However, perceived ease of use does not exert a significant direct effect on behavioral intention once other factors are considered, operating instead indirectly through perceived usefulness. Trust and subjective norms significantly influence perceptions of usefulness, while perceived enjoyment exerts both a direct and indirect effect on usage intentions. These findings suggest that adoption decisions for conversational AI systems are influenced less by effort-related considerations and more by confidence in system outputs, affective engagement, and social context. Future research is needed to further examine how these acceptance relationships generalize across different conversational systems and usage contexts."}, {"id": "c375", "text": "Changing the Optics: Comparing Traditional and Retrieval-Augmented GenAI E-Tutorials in Interdisciplinary Learning : Understanding information-seeking behaviors in e-learning is critical, as learners must often make sense of complex and fragmented information, a challenge compounded in interdisciplinary fields with diverse prior knowledge. Compared to traditional e-tutorials, GenAI e-tutorials offer new ways to navigate information spaces, yet how they shape learners information-seeking behaviors remains unclear. To address this gap, we characterized behavioral differences between traditional and GenAI-mediated e-tutorial learning using the three search modes of orienteering. We conducted a between-subject study in which learners engaged with either a traditional e-tutorial or a GenAI e-tutorial accessing the same underlying information content. We found that the traditional users maintained greater awareness and focus of the information space, whereas GenAI users exhibited more proactive and exploratory behaviors with lower cognitive load due to the querying-driven interaction. These findings offer guidance for designing tutorials in e-learning."}, {"id": "c376", "text": "Indaleko: The Unified Personal Index : Personal information retrieval fails when systems ignore how human memory works. While existing platforms force keyword searches across isolated silos, humans naturally recall through episodic cues like when, where, and in what context information was encountered. This dissertation presents the Unified Personal Index (UPI), a memory-aligned architecture that bridges this fundamental gap. The Indaleko prototype demonstrates the UPI's feasibility on a 31-million file dataset spanning 160TB across eight storage platforms. By integrating temporal, spatial, and activity metadata into a unified graph database, Indaleko enables natural language queries like \"photos near the conference venue last spring\" that existing systems cannot process. The implementation achieves sub-second query responses through memory anchor indexing, eliminates cross-platform search fragmentation, and maintains perfect precision for well-specified memory patterns. Evaluation against commercial systems (Google Drive, OneDrive, Dropbox, Windows Search) reveals that all fail on memory-based queries, returning overwhelming result sets without contextual filtering. In contrast, Indaleko successfully processes multi-dimensional queries combining time, location, and activity patterns. The extensible architecture supports rapid integration of new data sources (10 minutes to 10 hours per provider) while preserving privacy through UUID-based semantic decoupling. The UPI's architectural synthesis bridges cognitive theory with distributed systems design, as demonstrated through the Indaleko prototype and rigorous evaluation. This work transforms personal information retrieval from keyword matching to memory-aligned finding, providing immediate benefits for existing data while establishing foundations for future context-aware systems."}, {"id": "c377", "text": "Hybrid LLM-Embedded Dialogue Agents for Learner Reflection: Designing Responsive and Theory-Driven Interactions : Dialogue systems have long supported learner reflections, with theoretically grounded, rule-based designs offering structured scaffolding but often struggling to respond to shifts in engagement. Large Language Models (LLMs), in contrast, can generate context-sensitive responses but are not informed by decades of research on how learning interactions should be structured, raising questions about their alignment with pedagogical theories. This paper presents a hybrid dialogue system that embeds LLM responsiveness within a theory-aligned, rule-based framework to support learner reflections in a culturally responsive robotics summer camp. The rule-based structure grounds dialogue in self-regulated learning theory, while the LLM decides when and how to prompt deeper reflections, responding to evolving conversation context. We analyze themes across dialogues to explore how our hybrid system shaped learner reflections. Our findings indicate that LLM-embedded dialogues supported richer learner reflections on goals and activities, but also introduced challenges due to repetitiveness and misalignment in prompts, reducing engagement."}, {"id": "c378", "text": "Examining and Addressing Barriers to Diversity in LLM-Generated Ideas : Ideas generated by independent samples of humans tend to be more diverse than ideas generated from independent LLM samples, raising concerns that widespread reliance on LLMs could homogenize ideation and undermine innovation at a societal level. Drawing on cognitive psychology, we identify (both theoretically and empirically) two mechanisms undermining LLM idea diversity. First, at the individual level, LLMs exhibit fixation just as humans do, where early outputs constrain subsequent ideation. Second, at the collective level, LLMs aggregate knowledge into a unified distribution rather than exhibiting the knowledge partitioning inherent to human populations, where each person occupies a distinct region of the knowledge space. Through four studies, we demonstrate that targeted prompting interventions can address each mechanism independently: Chain-of-Thought (CoT) prompting reduces fixation by encouraging structured reasoning (only in LLMs, not humans), while ordinary personas (versus \"creative entrepreneurs\" such as Steve Jobs) improve knowledge partitioning by serving as diverse sampling cues, anchoring generation in distinct regions of the semantic space. Combining both approaches produces the highest idea diversity, outperforming humans. These findings offer a theoretically grounded framework for understanding LLM idea diversity and practical strategies for human-AI collaborations that leverage AI's efficiency without compromising the diversity essential to a healthy innovation ecosystem."}, {"id": "c379", "text": "Misty Forest VR: Turning Real ADHD Attention Patterns into Shared Momentum for Youth Collaboration : Attention Deficit Hyperactivity Disorder (ADHD) remains highly stigmatized in many cultural contexts, particularly in China, where ADHD-related behaviors are often moralized rather than understood as neurodevelopmental differences. As a result, challenges of self-perception, social misunderstanding, and collaboration between ADHD and non-ADHD individuals remain largely unaddressed. We present Misty Forest, a VR-based collaborative game that explores ADHD through asymmetric co-play. The system translates empirically grounded ADHD behavioral patterns -- such as fluctuating attention and time blindness -- into complementary roles that require mutual coordination between players. Rather than compensating for deficits, the design treats cognitive differences as a source of interdependence. In a controlled study with mixed ADHD--non-ADHD dyads, Misty Forest led to higher task completion, increased self-acceptance among ADHD participants, improved ADHD knowledge, and greater empathy among non-ADHD players. These findings suggest that neurodiversity-centered interactive design can foster understanding, reciprocity, and inclusive collaboration."}, {"id": "c380", "text": "52-Hz Whale Song: An Embodied VR Experience for Exploring Misunderstanding and Empathy : Experiences of being misunderstood often stem not from a lack of voice, but from mismatches between how individuals express themselves and how others listen. Such communicative mismatches arise across many social settings, including situations involving linguistic and cultural displacement. While prior HCI research has explored empathy through virtual reality, many approaches rely on narrative explanation, positioning users as observers rather than embodied participants. We present 52-Hz Whale Song, an embodied VR experience that explores miscommunication through metaphor and perspective-shifting. Inspired by the real-world \"52-Hz whale,\" whose calls are not responded to by others, the experience uses this phenomenon as an experiential lens on communicative mismatch rather than representing any specific social group. Players progress through a three-act arc that moves from failed communication to agency and ultimately to mediation. A preliminary mixed-methods study (N = 30) suggests increased perspective-taking and reduced self-reported social distance in immigrant-related situations. This work highlights how embodied metaphor and role-shifting can support empathic engagement and offers transferable design insights for empathy-oriented interactive systems."}, {"id": "c381", "text": "Rapid Testing, Duck Lips, and Tilted Cameras: Youth Everyday Algorithm Auditing Practices with Generative AI Filters : Today's youth have extensive experience interacting with artificial intelligence and machine learning applications on popular social media platforms, putting youth in a unique position to examine, evaluate, and even challenge these applications. Algorithm auditing is a promising candidate for connecting youth's everyday practices in using AI applications with more formal scientific literacies (syncretic designs). In this paper, we analyze high school youth participants' everyday algorithm auditing practices when interacting with generative AI filters on TikTok, revealing thorough and extensive examinations, with youth rapidly testing filters with sophisticated camera variations and facial manipulations to identify filter limitations. In the discussion, we address how these findings can provide a foundation for developing designs that bring together everyday and more formal algorithm auditing."}, {"id": "c382", "text": "Align When They Want, Complement When They Need! Human-Centered Ensembles for Adaptive Human-AI Collaboration : In human-AI decision making, designing AI that complements human expertise has been a natural strategy to enhance human-AI collaboration, yet it often comes at the cost of decreased AI performance in areas of human strengths. This can inadvertently erode human trust and cause them to ignore AI advice precisely when it is most needed. Conversely, an aligned AI fosters trust yet risks reinforcing suboptimal human behavior and lowering human-AI team performance. In this paper, we start by identifying this fundamental tension between performance-boosting (i.e., complementarity) and trust-building (i.e., alignment) as an inherent limitation of the traditional approach for training a single AI model to assist human decision making. To overcome this, we introduce a novel human-centered adaptive AI ensemble that strategically toggles between two specialist AI models - the aligned model and the complementary model - based on contextual cues, using an elegantly simple yet provably near-optimal Rational Routing Shortcut mechanism. Comprehensive theoretical analyses elucidate why the adaptive AI ensemble is effective and when it yields maximum benefits. Moreover, experiments on both simulated and real-world data show that when humans are assisted by the adaptive AI ensemble in decision making, they can achieve significantly higher performance than when they are assisted by single AI models that are trained to either optimize for their independent performance or even the human-AI team performance."}, {"id": "c383", "text": "Studying the Separability of Visual Channel Pairs in Symbol Maps : Visualizations often encode multivariate data by mapping attributes to distinct visual channels such as color, size, or shape. The effectiveness of these encodings depends on separability--the extent to which channels can be perceived independently. Yet systematic evidence for separability, especially in map-based contexts, is lacking. We present a crowdsourced experiment that evaluates the separability of four channel pairs--color (ordered) x shape, color (ordered) x size, size x shape, and size x orientation--in the context of bivariate symbol maps. Both accuracy and speed analyses show that color x shape is the most separable and size x orientation the least separable, while size x color and size x shape do not differ. Separability also proved asymmetric--performance depended on which channel encoded the task-relevant variable, with color and shape outperforming size, and square shape especially difficult to discriminate. Our findings advance the empirical understanding of visual separability, with implications for multivariate map design."}, {"id": "c384", "text": "Protecting and Promoting Human Agency in Education in the Age of Artificial Intelligence : Human agency is crucial in education and increasingly challenged by the use of generative AI. This meeting report synthesizes interdisciplinary insights and conceptualizes four aspects that delineate human agency: human oversight, AI-human complementarity, AI competencies, and relational emergence. We explore practical dilemmas for protecting and promoting agency, focusing on normative constraints, transparency, and cognitive offloading, and highlight key tensions and implications to inform ethical and effective AI integration in education."}, {"id": "c385", "text": "GazeFlow: Personalized Ambient Soundscape Generation for Passive Strabismus Self-Monitoring : Strabismus affects 2-4% of the population, yet individuals recovering from corrective surgery lack accessible tools for monitoring eye alignment. Dichoptic therapies require active engagement & clinical supervision, limiting their adoption for passive self-awareness. We present GazeFlow, a browser-based self-monitoring system that uses a personalized temporal autoencoder to detect eye drift patterns from webcam-based gaze tracking & provides ambient audio feedback. Unlike alert-based systems, GazeFlow operates according to calm computing principles, morphing musical parameters in proportion to drift severity while remaining in peripheral awareness. We address the challenges of inter-individual variability & domain transfer (1000Hz research to 30Hz webcam) by introducing Binocular Temporal-Frequency Disentanglement (BTFD), Contrastive Biometric Pre-training (CBP), & Gaze-MAML. We validate our approach on the GazeBase dataset (N=50) achieving F1=0.84 for drift detection, & conduct a preliminary user study (N=6) with participants having intermittent strabismus. Participants reported increased awareness of their eye behaviour (M=5.8/7) & preference for ambient feedback over alerts (M=6.2/7). We discuss the system's potential for self-awareness applications & outline directions for clinical validation."}, {"id": "c386", "text": "Assessing Risks of Large Language Models in Mental Health Support: A Framework for Automated Clinical AI Red Teaming : Large Language Models (LLMs) are increasingly utilized for mental health support; however, current safety benchmarks often fail to detect the complex, longitudinal risks inherent in therapeutic dialogue. We introduce an evaluation framework that pairs AI psychotherapists with simulated patient agents equipped with dynamic cognitive-affective models and assesses therapy session simulations against a comprehensive quality of care and risk ontology. We apply this framework to a high-impact test case, Alcohol Use Disorder, evaluating six AI agents (including ChatGPT, Gemini, and Character.AI) against a clinically-validated cohort of 15 patient personas representing diverse clinical phenotypes.\n Our large-scale simulation (N=369 sessions) reveals critical safety gaps in the use of AI for mental health support. We identify specific iatrogenic risks, including the validation of patient delusions (\"AI Psychosis\") and failure to de-escalate suicide risk. Finally, we validate an interactive data visualization dashboard with diverse stakeholders, including AI engineers and red teamers, mental health professionals, and policy experts (N=9), demonstrating that this framework effectively enables stakeholders to audit the \"black box\" of AI psychotherapy. These findings underscore the critical safety risks of AI-provided mental health support and the necessity of simulation-based clinical red teaming before deployment."}, {"id": "c387", "text": "Progressive Value Reading: The Use of Motion to Gradually Examine Data Involving Large Magnitudes : People often struggle to interpret data with extremely large or small values, or ranges spanning multiple orders of magnitude. While traditional approaches, such as log scales and multiscale visualizations, can help, we explore in this article a different approach used in some emerging designs: the use of motion to let viewers gradually experience magnitude -- for example, interactive graphics that require long scrolling or street paintings stretching hundreds of meters. This approach typically demands substantial time and sustained interaction, translating differences in magnitude into a visceral sense of duration and effort. Although largely underexplored, this design strategy offers new opportunities. We introduce the term progressive value reading to refer to the use of motion to progressively examine an information object that encodes a value, where the amount of motion reflects the value. We compiled a corpus of 55 real-life and hypothetical visualization examples that allow, encourage, or require progressive value reading. From this corpus, we derived a design space of ten design dimensions, providing a shared vocabulary, inspiration for novel techniques, and a foundation for empirical evaluation. An online corpus is also available for exploration."}, {"id": "c388", "text": "Ambient Analytics: Calm Technology for Immersive Visualization and Sensemaking : Augmented reality has great potential for embedding data visualizations in the world around the user. While this can enhance users' understanding of their surroundings, it also bears the risk of overwhelming their senses with a barrage of information. In contrast, calm technologies aim to place information in the user's attentional periphery, minimizing cognitive load instead of demanding focused engagement. In this column, we explore how visualizations can be harmoniously integrated into our everyday life through augmented reality, progressing from visual analytics to ambient analytics."}, {"id": "c389", "text": "Unfolding Ordered Matrices into BioFabric Motifs : BioFabrics were introduced by Longabaugh in 2012 as a way to draw large graphs in a clear and uncluttered manner. The visual quality of BioFabrics crucially depends on the order of vertices and edges, which can be chosen independently. Effective orders can expose salient patterns, which in turn can be summarized by motifs, allowing users to take in complex networks at-a-glance. However, so far there is no efficient layout algorithm which automatically recognizes patterns and delivers both a vertex and an edge ordering that allows these patterns to be expressed as motifs. In this paper we show how to use well-ordered matrices as a tool to efficiently find good vertex and edge orders for BioFabrics. Specifically, we order the adjacency matrix of the input graph using Moran's $I$ and detect (noisy) patterns with our recent algorithm. In this note we show how to \"unfold\" the ordered matrix and its patterns into a high-quality BioFabric. Our pipelines easily handles graphs with up to 250 vertices."}, {"id": "c390", "text": "Git Takes Two: Split-View Awareness for Collaborative Learning of Distributed Workflows in Git : Git is widely used for collaborative software development, but it can be challenging for newcomers. While most learning tools focus on individual workflows, Git is inherently collaborative. We present GitAcademy, a browser-based learning platform that embeds a full Git environment with a split-view collaborative mode: learners work on their own local repositories connected to a shared remote repository, while simultaneously seeing their partner's actions mirrored in real time. This design is not intended for everyday software development, but rather as a training simulator to build awareness of distributed states, coordination, and collaborative troubleshooting. In a within-subjects study with 13 pairs of learners, we found that the split-view interface enhanced social presence, supported peer teaching, and was consistently preferred over a single-view baseline, even though performance gains were mixed. We further discuss how split-view awareness can serve as a training-only scaffold for collaborative learning of Git and other distributed technical systems."}, {"id": "c391", "text": "A Three-stage Neuro-symbolic Recommendation Pipeline for Cultural Heritage Knowledge Graphs : The growing volume of digital cultural heritage resources highlights the need for advanced recommendation methods capable of interpreting semantic relationships between heterogeneous data entities. This paper presents a complete methodology for implementing a hybrid recommendation pipeline integrating knowledge-graph embeddings, approximate nearest-neighbour search, and SPARQL-driven semantic filtering. The work is evaluated on the JUHMP (Jagiellonian University Heritage Metadata Portal) knowledge graph developed within the CHExRISH project, which at the time of experimentation contained ${\\approx}3.2$M RDF triples describing people, events, objects, and historical relations affiliated with the Jagiellonian University (Krak\u00f3w, PL). We evaluate four embedding families (TransE, ComplEx, ConvE, CompGCN) and perform hyperparameter selection for ComplEx and HNSW. Then, we present and evaluate the final three-stage neuro-symbolic recommender. Despite sparse and heterogeneous metadata, the approach produces useful and explainable recommendations, which were also proven with expert evaluation."}, {"id": "c392", "text": "Shifting Engagement With Cybersecurity: How People Discover and Share Cybersecurity Content at Work and at Home : Cybersecurity awareness is shaped by a wide range of professional and personal experiences, including information and training at work and the sharing of news and other content at home. In order to explore how people discover cybersecurity content and the effect that participation in workplace training may have on this we present an online study of 1200 participants from the UK, US, France, and Germany. Those undertaking cybersecurity training at work showed reduced intention to share information at home, shifting the focus towards the workplace. They were also more likely to recall cybersecurity information shared by their employer than from any other source, which in turn correlated with content type and distribution channel. We critically reflect on this shift, highlighting opportunities to improve cybersecurity information sharing at work and at home."}, {"id": "c393", "text": "\"The explanation makes sense\": An Empirical Study on LLM Performance in News Classification and its Influence on Judgment in Human-AI Collaborative Annotation : The spread of media bias is a significant concern as political discourse shapes beliefs and opinions. Addressing this challenge computationally requires improved methods for interpreting news. While large language models (LLMs) can scale classification tasks, concerns remain about their trustworthiness. To advance human-AI collaboration, we investigate the feasibility of using LLMs to classify U.S. news by political ideology and examine their effect on user decision-making. We first compared GPT models with prompt engineering to state-of-the-art supervised machine learning on a 34k public dataset. We then collected 17k news articles and tested GPT-4 predictions with brief and detailed explanations. In a between-subjects study (N=124), we evaluated how LLM-generated explanations influence human annotation, judgment, and confidence. Results show that AI assistance significantly increases confidence ($p<.001$), with detailed explanations more persuasive and more likely to alter decisions. We highlight recommendations for AI explanations through thematic analysis and provide our dataset for further research."}, {"id": "c394", "text": "Limits of optimal decoding under synaptic coarse-tuning : Sensory information propagates through successive processing stages in the brain, where synaptic weight patterns between stations determine how downstream neurons decode information from upstream populations. Although optimized synaptic connectivity can enhance information transmission, it requires precise weight tuning. Recent evidence depicting substantial synaptic volatility raises two fundamental questions: How does coarse-tuning of synaptic connectivity affect information transmission? What strategies could the nervous system employ to maintain reliable communication despite synaptic fluctuations? We addressed these questions by analyzing the signal-to-noise ratio ($SNR$) for binary stimulus discrimination under two decoding schemes: a naive population average and an optimized linear decoder. For the naive decoder, we found that $SNR$ remains largely insensitive to synaptic imprecision, since performance is already limited by correlated noise in neuronal responses. For the optimal decoder, we identified three distinct regimes. Under weak coarse-tuning, $SNR^2$ scales linearly with population size $N$. Under moderate coarse-tuning, scaling becomes sublinear. Under strong coarse-tuning, the regime most consistent with observed neuronal heterogeneity, $SNR$ saturates and can not be improved by recruiting larger populations. This limitation persists even when incorporating feedforward or recurrent network architectures. These findings suggest that in the biologically relevant regime of strong coarse-tuning, naive and optimal decoders can achieve qualitatively similar performance. The analysis shows that effective readout under synaptic volatility is constrained to an invariant low-dimensional manifold aligned with the naive decoder, potentially pointing to a fundamental principle for robust neural computation in the face of ongoing synaptic remodeling."}, {"id": "c395", "text": "One Brain, Omni Modalities: Towards Unified Non-Invasive Brain Decoding with Large Language Models : Deciphering brain function through non-invasive recordings requires synthesizing complementary high-frequency electromagnetic (EEG/MEG) and low-frequency metabolic (fMRI) signals. However, despite their shared neural origins, extreme discrepancies have traditionally confined these modalities to isolated analysis pipelines, hindering a holistic interpretation of brain activity. To bridge this fragmentation, we introduce \\textbf{NOBEL}, a \\textbf{n}euro-\\textbf{o}mni-modal \\textbf{b}rain-\\textbf{e}ncoding \\textbf{l}arge language model (LLM) that unifies these heterogeneous signals within the LLM's semantic embedding space. Our architecture integrates a unified encoder for EEG and MEG with a novel dual-path strategy for fMRI, aligning non-invasive brain signals and external sensory stimuli into a shared token space, then leverages an LLM as a universal backbone. Extensive evaluations demonstrate that NOBEL serves as a robust generalist across standard single-modal tasks. We also show that the synergistic fusion of electromagnetic and metabolic signals yields higher decoding accuracy than unimodal baselines, validating the complementary nature of multiple neural modalities. Furthermore, NOBEL exhibits strong capabilities in stimulus-aware decoding, effectively interpreting visual semantics from multi-subject fMRI data on the NSD and HAD datasets while uniquely leveraging direct stimulus inputs to verify causal links between sensory signals and neural responses. NOBEL thus takes a step towards unifying non-invasive brain decoding, demonstrating the promising potential of omni-modal brain understanding."}, {"id": "c396", "text": "CRCC: Contrast-Based Robust Cross-Subject and Cross-Site Representation Learning for EEG : EEG-based neural decoding models often fail to generalize across acquisition sites due to structured, site-dependent biases implicitly exploited during training. We reformulate cross-site clinical EEG learning as a bias-factorized generalization problem, in which domain shifts arise from multiple interacting sources. We identify three fundamental bias factors and propose a general training framework that mitigates their influence through data standardization and representation-level constraints. We construct a standardized multi-site EEG benchmark for Major Depressive Disorder and introduce CRCC, a two-stage training paradigm combining encoder-decoder pretraining with joint fine-tuning via cross-subject/site contrastive learning and site-adversarial optimization. CRCC consistently outperforms state-of-the-art baselines and achieves a 10.7 percentage-point improvement in balanced accuracy under strict zero-shot site transfer, demonstrating robust generalization to unseen environments."}, {"id": "c397", "text": "Critical Scaling and Metabolic Regulation in a Ginzburg--Landau Theory of Cognitive Dynamics : We formulate a phenomenological effective field theory in which biological intelligence emerges as a macroscopic order parameter sustained by continuous metabolic flux. By modeling cognition as a coarse-grained neural activity field governed by a variational free energy, we derive closed-form expressions for information capacity and structural susceptibility using a Gaussian maximum entropy approximation. The theory predicts a universal algebraic divergence of the susceptibility, $\u03c7\\sim K^{-3/2}$, as the structural stiffness $K$ approaches the instability threshold. The exponent $\u03b3= 3/2$ is consistent with the mean-field branching process universality class, thereby providing a theoretical rationale for the observed avalanche size exponent $\u03c4\\approx 3/2$ in cortical dynamics without invoking microscopic equivalence. We identify adult cognition as a metabolically pinned non-equilibrium steady state maintained near the critical regime $\u0393\\equiv K/\u03b1\\approx 1$ by continuous metabolic regulation, while pathological decline corresponds to a delocalization transition triggered by the violation of structural stability conditions. The framework generates concrete, falsifiable predictions for attention scaling, altered states of consciousness, and transcranial magnetic stimulation responses, each of which can be tested against existing neuroimaging and electrophysiological datasets."}, {"id": "c398", "text": "Modularity is the Bedrock of Natural and Artificial Intelligence : The remarkable performance of modern AI systems has been driven by unprecedented scales of data, computation, and energy -- far exceeding the resources required by human intelligence. This disparity highlights the need for new guiding principles and motivates drawing inspiration from the fundamental organizational principles of brain computation. Among these principles, modularity has been shown to be critical for supporting the efficient learning and strong generalization abilities consistently exhibited by humans. Furthermore, modularity aligns well with the No Free Lunch Theorem, which highlights the need for problem-specific inductive biases and motivates architectures composed of specialized components that solve subproblems. However, despite its fundamental role in natural intelligence and its demonstrated benefits across a range of seemingly disparate AI subfields, modularity remains relatively underappreciated in mainstream AI research. In this work, we review several research threads in artificial intelligence and neuroscience through a conceptual framework that highlights the central role of modularity in supporting both artificial and natural intelligence. In particular, we examine what computational advantages modularity provides, how it has emerged as a solution across several AI research areas, which modularity principles the brain exploits, and how modularity can help bridge the gap between natural and artificial intelligence."}, {"id": "c399", "text": "From Modules to Movement: Deconstructing the Modular Architecture of the Motor System : Coordinating multi-articulated bodies to generate purposeful movement is a formidable computational challenge. Yet the human motor system performs this task robustly in dynamic, uncertain environments, despite noisy and delayed feedback, slow actuators, and strict energetic constraints. A central question is what organizational principles underlie this efficiency. One widely recognized principle of neural organization is modularity, which enables complex problems to be decomposed into simpler subproblems that specialized modules are optimized to solve. In this review, we argue that modularity is a fundamental organizing principle of the motor system. We first summarize evidence for brain modularity, ranging from classical lesion studies to contemporary graph-theoretical analyses. We next discuss the main factors underlying the emergence and evolutionary selection of modular architectures, highlighting the computational advantages they provide. We then review the major neuroanatomical modules that structure current descriptions of the motor system and compare three prominent computational frameworks of motor control$-$optimal feedback control theory, muscle synergy theory, and dynamical systems approaches$-$showing that all implicitly or explicitly rely on specialized computational modules. We conclude by contrasting the key strengths and limitations of existing frameworks and by proposing promising directions toward more comprehensive theories."}, {"id": "c400", "text": "A Data-Driven Method to Map the Functional Organisation of Human Brain White Matter : The white matter of the brain is organised into axonal bundles that support long-range neural communication. Although diffusion MRI (dMRI) enables detailed mapping of these pathways through tractography, how white matter pathways directly facilitate large-scale neural synchronisation remains poorly understood. We developed a data-driven framework that integrates dMRI and functional MRI (fMRI) to model the dynamic coupling supported by white matter tracks. Specifically, we employed track dynamic functional connectivity (Track-DFC) to characterise functional coupling of remote grey matter connected by individual white matter tracks. Using independent component analysis followed by k-medoids clustering, we derived functionally-coherent clusters of white matter tracks from the Human Connectome Project young adult cohort. When applied to the HCP ageing cohort, these clusters exhibited widespread age-related declines in both functional coupling strength and temporal variability. Importantly, specific clusters encompassing pathways linking control, default mode, attention, and visual systems significantly mediated the relationship between age and cognitive performance. Together, these findings depict the functional organisation of white matter tracks and provide a powerful tool to study brain ageing and cognitive decline."}, {"id": "c401", "text": "Neural Fields as World Models : How does the brain predict physical outcomes while acting in the world? Machine learning world models compress visual input into latent spaces, discarding the spatial structure that characterizes sensory cortex. We propose isomorphic world models: architectures preserving sensory topology so that physics prediction becomes geometric propagation rather than abstract state transition. We implement this using neural fields with motor-gated channels, where activity evolves through local lateral connectivity and motor commands multiplicatively modulate specific populations. Three experiments support this approach: (1) local connectivity is sufficient to learn ballistic physics, with predictions traversing intermediate locations rather than \"teleporting\"; (2) policies trained entirely in imagination transfer to real physics at nearly twice the rate of latent-space alternatives; and (3) motor-gated channels spontaneously develop body-selective encoding through visuomotor prediction alone. These findings suggest intuitive physics and body schema may share a common origin in spatially structured neural dynamics."}, {"id": "c402", "text": "Online decoding of rat self-paced locomotion speed from EEG using recurrent neural networks : $\\textit{Objective.}$ Accurate neural decoding of locomotion holds promise for advancing rehabilitation, prosthetic control, and understanding neural correlates of action. Recent studies have demonstrated decoding of locomotion kinematics across species on motorized treadmills. However, efforts to decode locomotion speed in more natural contexts$-$where pace is self-selected rather than externally imposed$-$are scarce, generally achieve only modest accuracy, and require intracranial implants. Here, we aim to decode self-paced locomotion speed non-invasively and continuously using cortex-wide EEG recordings from rats. $\\textit{Approach.}$ We introduce an asynchronous brain$-$computer interface (BCI) that processes a stream of 32-electrode skull-surface EEG (0.01$-$45 Hz) to decode instantaneous speed from a non-motorized treadmill during self-paced locomotion in head-fixed rats. Using recurrent neural networks and a dataset of over 133 h of recordings, we trained decoders to map ongoing EEG activity to treadmill speed. $\\textit{Main results.}$ Our decoding achieves a correlation of 0.88 ($R^2$ = 0.78) for speed, primarily driven by visual cortex electrodes and low-frequency ($< 8$ Hz) oscillations. Moreover, pre-training on a single session permitted decoding on other sessions from the same rat, suggesting uniform neural signatures that generalize across sessions but fail to transfer across animals. Finally, we found that cortical states not only carry information about current speed, but also about future and past dynamics, extending up to 1000 ms. $\\textit{Significance.}$ These findings demonstrate that self-paced locomotion speed can be decoded accurately and continuously from non-invasive, cortex-wide EEG. Our approach provides a framework for developing high-performing, non-invasive BCI systems and contributes to understanding distributed neural representations of action dynamics."}, {"id": "c403", "text": "Leakage and Second-Order Dynamics Improve Hippocampal RNN Replay : Biological neural networks (like the hippocampus) can internally generate \"replay\" resembling stimulus-driven activity. Recent computational models of replay use noisy recurrent neural networks (RNNs) trained to path-integrate. Replay in these networks has been described as Langevin sampling, but new modifiers of noisy RNN replay have surpassed this description. We re-examine noisy RNN replay as sampling to understand or improve it in three ways: (1) Under simple assumptions, we prove that the gradients replay activity should follow are time-varying and difficult to estimate, but readily motivate the use of hidden state leakage in RNNs for replay. (2) We confirm that hidden state adaptation (negative feedback) encourages exploration in replay, but show that it incurs non-Markov sampling that also slows replay. (3) We propose the first model of temporally compressed replay in noisy path-integrating RNNs through hidden state momentum, connect it to underdamped Langevin sampling, and show that, together with adaptation, it counters slowness while maintaining exploration. We verify our findings via path-integration of 2D triangular and T-maze paths and of high-dimensional paths of synthetic rat place cell activity."}, {"id": "c404", "text": "Scaling and tuning to criticality in resting-state human magnetoencephalography : Scaling laws in biological neural networks have long been investigated. From 1/f noise to neuronal avalanches, evidence of scaling in brain activity has been increasingly linked to tuning to or near criticality. The concept of scaling is intimately related to the renormalization group (RG), in essence providing coarse-grained, simplified descriptions that generalize to classes of diverse physical systems. Following the RG idea, a coarse-graining scheme has recently been proposed for populations of real neurons, and scaling behaviors in collective quantities have been reported in the hippocampus and in different areas of the rat cortex. To bridge the gap between neuronal population scales and species, here we consider large-scale, electrophysiological recordings of human brain activity in the awake resting-state. We demonstrate robust scaling behaviors of collective dynamics across coarse-graining scales, with exponents close to those measured in populations of spiking neurons. Further, we show that dynamics of neuronal avalanches, scale-free cascades of neural activity, are invariant under the proposed coarse-graining approach. Simulations of a non-equilibrium adaptive Ising model inferred from data and apt to reproduce a large repertoire of resting-state brain dynamics indicate that the scaling behaviors of the resting human brain activity emerge close to criticality and depend on the excitation/inhibition (E/I) balance of the network. While extending the range of validity of previous observations at small spatial scales and pointing to common scaling laws in mammals, the results open the way to a robust (currently missing) non-invasive approach to estimate the E/I balance, a key quantity in neuroscience research."}, {"id": "c405", "text": "Probability-Invariant Random Walk Learning on Gyral Folding-Based Cortical Similarity Networks for Alzheimer's and Lewy Body Dementia Diagnosis : Alzheimer's disease (AD) and Lewy body dementia (LBD) present overlapping clinical features yet require distinct diagnostic strategies. While neuroimaging-based brain network analysis is promising, atlas-based representations may obscure individualized anatomy. Gyral folding-based networks using three-hinge gyri provide a biologically grounded alternative, but inter-individual variability in cortical folding results in inconsistent landmark correspondence and highly irregular network sizes, violating the fixed-topology and node-alignment assumptions of most existing graph learning methods, particularly in clinical datasets where pathological changes further amplify anatomical heterogeneity. We therefore propose a probability-invariant random-walk-based framework that classifies individualized gyral folding networks without explicit node alignment. Cortical similarity networks are built from local morphometric features and represented by distributions of anonymized random walks, with an anatomy-aware encoding that preserves permutation invariance. Experiments on a large clinical cohort of AD and LBD subjects show consistent improvements over existing gyral folding and atlas-based models, demonstrating robustness and potential for dementia diagnosis."}, {"id": "c406", "text": "Construction of a classification model for dementia among Brazilian adults aged 50 and over : To build a dementia classification model for middle-aged and elderly Brazilians, implemented in Python, combining variable selection and multivariable analysis, using low-cost variables with modification potential. Observational study with a predictive modeling approach using a cross-sectional design, aimed at estimating the chances of developing dementia, using data from the Brazilian Longitudinal Study of Aging (ELSI-Brazil), involving 9,412 participants. Dementia was determined based on neuropsychological assessment and informant-based cognitive function. Analyses were performed using Random Forest (RF) and multivariable logistic regression to estimate the risk of dementia in the middle-aged and elderly populations of Brazil. The prevalence of dementia was 9.6%. The highest odds of dementia were observed in illiterate individuals (Odds Ratio (OR) = 7.42), individuals aged 90 years or older (OR = 11.00), low weight (OR = 2.11), low handgrip strength (OR = 2.50), self-reported black skin color (OR = 1.47), physical inactivity (OR = 1.61), self-reported hearing loss (OR = 1.65), and presence of depressive symptoms (OR = 1.72). Higher education (OR=0.44), greater life satisfaction (OR=0.72), and being employed (OR=0.78) were protective factors. The RF model outperformed logistic regression, achieving an area under the ROC curve of 0.776, with a sensitivity of 0.708, a specificity of 0.702, an F1-score of 0.311, a G-means of 0.705, and an accuracy of 0.703. Conclusion: The findings reinforce the multidimensional nature of dementia and the importance of accessible factors for identifying vulnerable individuals. Strengthening public policies focused on promoting brain health can contribute significantly to the efficient allocation of resources in primary care and dementia prevention in Brazil"}, {"id": "c407", "text": "A Systematic Evaluation of Sample-Level Tokenization Strategies for MEG Foundation Models : Recent success in natural language processing has motivated growing interest in large-scale foundation models for neuroimaging data. Such models often require discretization of continuous neural time series data, a process referred to as 'tokenization'. However, the impact of different tokenization strategies for neural data is currently poorly understood. In this work, we present a systematic evaluation of sample-level tokenization strategies for transformer-based large neuroimaging models (LNMs) applied to magnetoencephalography (MEG) data. We compare learnable and non-learnable tokenizers by examining their signal reconstruction fidelity and their impact on subsequent foundation modeling performance (token prediction, biological plausibility of generated data, preservation of subject-specific information, and performance on downstream tasks). For the learnable tokenizer, we introduce a novel approach based on an autoencoder. Experiments were conducted on three publicly available MEG datasets spanning different acquisition sites, scanners, and experimental paradigms. Our results show that both learnable and non-learnable discretization schemes achieve high reconstruction accuracy and broadly comparable performance across most evaluation criteria, suggesting that simple fixed sample-level tokenization strategies can be used in the development of neural foundation models. The code is available at https://github.com/OHBA-analysis/Cho2026_Tokenizer."}, {"id": "c408", "text": "The Representational Alignment Hypothesis: Evidence for and Consequences of Invariant Semantic Structure Across Embedding Modalities : There is growing evidence that independently trained AI systems come to represent the world in the same way. In other words, independently trained embeddings from text, vision, audio, and neural signals share an underlying geometry. We call this the Representational Alignment Hypothesis (RAH) and investigate evidence for and consequences of this claim. The evidence is of two kinds: (i) internal structure comparison techniques, such as representational similarity analysis and topological data analysis, reveal matching relational patterns across modalities without explicit mapping; and (ii) methods based on cross-modal embedding alignment, which learn mappings between representation spaces, show that simple linear transformations can bring different embedding spaces into close correspondence, suggesting near-isomorphism. Taken together, the evidence suggests that, even after controlling for trivial commonalities inherent in standard data preprocessing and embedding procedures, a robust structural correspondence persists, hinting at an underlying organizational principle. Some have argued that this result shows that the shared structure is getting at a fundamental, Platonic level of reality. We argue that this conclusion is unjustified. Moreover, we aim to give the idea an alternative philosophical home, rooted in contemporary metasemantics (i.e., theories of what makes a representation and what makes something meaningful) and responses to the symbol grounding problem. We conclude by considering the scope of the RAH and proposing new ways of distinguishing semantic structures that are genuinely invariant from those that inevitably arise due to the fact that all our data is generated under human-specific conditions on Earth."}, {"id": "c409", "text": "Fine-Pruning: A Biologically Inspired Algorithm for Personalization of Machine Learning Models : Neural networks have long strived to emulate the learning capabilities of the human brain. While deep neural networks (DNNs) draw inspiration from the brain in neuron design, their training methods diverge from biological foundations. Backpropagation, the primary training method for DNNs, requires substantial computational resources and fully labeled datasets, presenting major bottlenecks in development and application. This work demonstrates that by returning to biomimicry, specifically mimicking how the brain learns through pruning, we can solve various classical machine learning problems while utilizing orders of magnitude fewer computational resources and no labels. Our experiments successfully personalized multiple speech recognition and image classification models, including ResNet50 on ImageNet, resulting in increased sparsity of approximately 70\\% while simultaneously improving model accuracy to around 90\\%, all without the limitations of backpropagation. This biologically inspired approach offers a promising avenue for efficient, personalized machine learning models in resource-constrained environments."}, {"id": "c410", "text": "Omni-iEEG: A Large-Scale, Comprehensive iEEG Dataset and Benchmark for Epilepsy Research : Epilepsy affects over 50 million people worldwide, and one-third of patients suffer drug-resistant seizures where surgery offers the best chance of seizure freedom. Accurate localization of the epileptogenic zone (EZ) relies on intracranial EEG (iEEG). Clinical workflows, however, remain constrained by labor-intensive manual review. At the same time, existing data-driven approaches are typically developed on single-center datasets that are inconsistent in format and metadata, lack standardized benchmarks, and rarely release pathological event annotations, creating barriers to reproducibility, cross-center validation, and clinical relevance. With extensive efforts to reconcile heterogeneous iEEG formats, metadata, and recordings across publicly available sources, we present $\\textbf{Omni-iEEG}$, a large-scale, pre-surgical iEEG resource comprising $\\textbf{302 patients}$ and $\\textbf{178 hours}$ of high-resolution recordings. The dataset includes harmonized clinical metadata such as seizure onset zones, resections, and surgical outcomes, all validated by board-certified epileptologists. In addition, Omni-iEEG provides over 36K expert-validated annotations of pathological events, enabling robust biomarker studies. Omni-iEEG serves as a bridge between machine learning and epilepsy research. It defines clinically meaningful tasks with unified evaluation metrics grounded in clinical priors, enabling systematic evaluation of models in clinically relevant settings. Beyond benchmarking, we demonstrate the potential of end-to-end modeling on long iEEG segments and highlight the transferability of representations pretrained on non-neurophysiological domains. Together, these contributions establish Omni-iEEG as a foundation for reproducible, generalizable, and clinically translatable epilepsy research. The project page with dataset and code links is available at omni-ieeg.github.io/omni-ieeg."}, {"id": "c411", "text": "Time-Varying Directed Interactions in Functional Brain Networks: Modeling and Validation : Understanding the dynamic nature of brain connectivity is critical for elucidating neural processing, behavior, and brain disorders. Traditional approaches such as sliding-window correlation (SWC) characterize time-varying undirected associations but do not resolve directional interactions, limiting inference about time-resolved information flow in brain networks. We introduce sliding-window prediction correlation (SWpC), which embeds a directional linear time-invariant (LTI) model within each sliding window to estimate time-varying directed functional connectivity (FC). SWpC yields two complementary descriptors of directed interactions: a strength measure (prediction correlation) and a duration measure (window-wise duration of information transfer). Using concurrent local field potential (LFP) and fMRI BOLD recordings from rat somatosensory cortices, we demonstrate stable directionality estimates in both LFP band-limited power and BOLD. Using Human Connectome Project (HCP) motor task fMRI, SWpC detects significant task-evoked changes in directed FC strength and duration and shows higher sensitivity than SWC for identifying task-evoked connectivity differences. Finally, in post-concussion vestibular dysfunction (PCVD), SWpC reveals reproducible vestibular-multisensory brain-state shifts and improves healthy-control vs subacute patient (HC-ST) discrimination using state-derived features. Together, these results show that SWpC provides biologically interpretable, time-resolved directed connectivity patterns across multimodal validation and clinical application settings, supporting both basic and translational neuroscience."}, {"id": "c412", "text": "Energy budgets govern synaptic precision and its regulation during plasticity : Synaptic transmission must balance the need for reliable signalling against the metabolic cost of achieving that reliability. How energetic constraints shape synaptic precision and its regulation during plasticity remains unclear. Here we develop an energy--constrained framework in which synapses minimise postsynaptic response variance subject to a fixed mean and an effective energy budget. Combinations of candidate physiological costs are used to estimate an energy cost for synaptic transmission; this cost is then inferred from quantal statistics. Analysing five published pre- and post-plasticity datasets, we find that observed synaptic mean--variance pairs cluster near a minimal-energy boundary, indicating that precision is limited by energetic availability. Model comparison identifies a dominant calcium pump-like cost paired with a smaller vesicle turnover-like cost, yielding a separable precision--energy relationship, $\u03c3^{-2} \\propto E^5$. We further show that plasticity systematically updates synaptic energy budgets according to the scale-free magnitude of mean change, enabling accurate prediction of post-plasticity variance from energy allocation alone. These results provide direct experimental support for the hypothesis that synaptic precision is governed by energy budgets, establishing energy allocation as a fundamental principle linking metabolic constraints, synaptic reliability, and plasticity."}, {"id": "c413", "text": "A golden-ratio partition of information and the balance between prediction and surprise: a neuro-cognitive route to antifragility : Adaptive systems must strike a balance between prediction and surprise to thrive in uncertain environments. We propose an information-theoretic balance function, $ f(p) = -(1 - p)\\ln(1 - p) + \\ln p $, which quantifies the net informational gain from contrasting explained variance $p$ with unexplained novelty $(1 - p)$. This function is strictly concave on $(0,1)$ and reaches its unique maximum at $ p^* \\approx 0.882$, revealing a regime where confidence is high but the residual uncertainty carries a disproportionate potential for surprise.\n Independently of this maximum, imposing a self-similarity condition between known, unknown and total information, $p : (1-p) = 1 : p$, leads to the golden-ratio reciprocal $p = 1/\\varphi \\approx 0.618$, where $ \\varphi$ is the golden ratio. We interpret this value not as the maximizer of $f$, but as a structurally privileged \\emph{partition} in which known and unknown are proportionally nested across scales.\n Embedding this dual structure into a Compute-Inference-Model-Action (CIMA) loop yields a dynamic process that maintains the system near a critical regime where prediction and surprise coexist. At this edge, neuronal dynamics exhibit power-law structure and maximal dynamic range, while the system's response to perturbations becomes convex at the level of its payoff function-fulfilling the formal definition of antifragility. We suggest that the golden-ratio partition is not merely a mathematical artifact, but a candidate design principle linking prediction, surprise, criticality, and antifragile adaptation across scales and domains, while the maximum of $f$ identifies the point of greatest informational vulnerability to being wrong."}, {"id": "c414", "text": "Drift-Diffusion Matching: Embedding dynamics in latent manifolds of asymmetric neural networks : Recurrent neural networks (RNNs) provide a theoretical framework for understanding computation in biological neural circuits, yet classical results, such as Hopfield's model of associative memory, rely on symmetric connectivity that restricts network dynamics to gradient-like flows. In contrast, biological networks support rich time-dependent behaviour facilitated by their asymmetry. Here we introduce a general framework, which we term drift-diffusion matching, for training continuous-time RNNs to represent arbitrary stochastic dynamical systems within a low-dimensional latent subspace. Allowing asymmetric connectivity, we show that RNNs can faithfully embed the drift and diffusion of a given stochastic differential equation, including nonlinear and nonequilibrium dynamics such as chaotic attractors. As an application, we construct RNN realisations of stochastic systems that transiently explore various attractors through both input-driven switching and autonomous transitions driven by nonequilibrium currents, which we interpret as models of associative and sequential (episodic) memory. To elucidate how these dynamics are encoded in the network, we introduce decompositions of the RNN based on its asymmetric connectivity and its time-irreversibility. Our results extend attractor neural network theory beyond equilibrium, showing that asymmetric neural populations can implement a broad class of dynamical computations within low-dimensional manifolds, unifying ideas from associative memory, nonequilibrium statistical mechanics, and neural computation."}, {"id": "c415", "text": "Evolutionarily Primitive Social Entities : Social entities only exist in virtue of collective acceptance or recognition, or acknowledgement by two or more individuals in the context of joint activities. Joint activities are made possible by the coordination of plans for action, and the coordination of plans for action is made possible by the capacity for collective intentionality. This paper investigates how primitive is the capacity that nonhuman animals have to create social entities, by individuating how primitive is the capacity for collective intentionality. I present a novel argument for the evolutionary primitiveness of social entities, by showing that the collective intentions upon which these social entities are created and shared are metaphysically reducible to the relevant individual intentions."}, {"id": "c416", "text": "Human-Aligned Evaluation of a Pixel-wise DNN Color Constancy Model : We previously investigated color constancy in photorealistic virtual reality (VR) and developed a Deep Neural Network (DNN) that predicts reflectance from rendered images. Here, we combine both approaches to compare and study a model and human performance with respect to established color constancy mechanisms: local surround, maximum flux and spatial mean. Rather than evaluating the model against physical ground truth, model performance was assessed using the same achromatic object selection task employed in the human experiments. The model, a ResNet based U-Net from our previous work, was pre-trained on rendered images to predict surface reflectance. We then applied transfer learning, fine-tuning only the network's decoder on images from the baseline VR condition. To parallel the human experiment, the model's output was used to perform the same achromatic object selection task across all conditions. Results show a strong correspondence between the model and human behavior. Both achieved high constancy under baseline conditions and showed similar, condition-dependent performance declines when the local surround or spatial mean color cues were removed."}, {"id": "c417", "text": "Metabolic cost of information processing in Poisson variational autoencoders : Computation in biological systems is fundamentally energy-constrained, yet standard theories of computation treat energy as freely available. Here, we argue that variational free energy minimization under a Poisson assumption offers a principled path toward an energy-aware theory of computation. Our key observation is that the Kullback-Leibler (KL) divergence term in the Poisson free energy objective becomes proportional to the prior firing rates of model neurons, yielding an emergent metabolic cost term that penalizes high baseline activity. This structure couples an abstract information-theoretic quantity -- the *coding rate* -- to a concrete biophysical variable -- the *firing rate* -- which enables a trade-off between coding fidelity and energy expenditure. Such a coupling arises naturally in the Poisson variational autoencoder (P-VAE) -- a brain-inspired generative model that encodes inputs as discrete spike counts and recovers a spiking form of *sparse coding* as a special case -- but is absent from standard Gaussian VAEs. To demonstrate that this metabolic cost structure is unique to the Poisson formulation, we compare the P-VAE against Grelu-VAE, a Gaussian VAE with ReLU rectification applied to latent samples, which controls for the non-negativity constraint. Across a systematic sweep of the KL term weighting coefficient $\u03b2$ and latent dimensionality, we find that increasing $\u03b2$ monotonically increases sparsity and reduces average spiking activity in the P-VAE. In contrast, Grelu-VAE representations remain unchanged, confirming that the effect is specific to Poisson statistics rather than a byproduct of non-negative representations. These results establish Poisson variational inference as a promising foundation for a resource-constrained theory of computation."}, {"id": "c418", "text": "The Influence of Width Ratios on Structural Beauty in Male Faces : This study investigates the relationship between interocular distance relative to overall facial width (width ratio) and perceived subjective beauty in male faces. Building on the methodology of Pallett et al. (2010), who found that average proportions in female faces were rated as most attractive, the current study aimed to test this hypothesis in male faces. Faces from the Chicago Face Database (Ma et al., 2015) were morphed into average faces within three groups (with low, medium, and high width ratios), each composed of 96 or 97 individual images. These three average faces were then systematically manipulated in their width ratios across three levels in both directions, respectively, resulting in a total of 21 comparable faces. The use of multiple base faces served as a control for potential artifacts of image processing. Consequently, comparisons were restricted to within-group pairs to avoid confounding by co-varying facial features (e.g., skin tone), which precluded direct cross-condition comparisons but ensured internal validity. In a two-alternative forced-choice task, participants selected the more beautiful face from each pair. The data were analyzed using a Bayesian model which enables inference of the width ratio perceived as most beautiful. Results support the hypothesis that averageness in facial proportions correlates with higher perceived attractiveness. The study highlights the importance of controlling for image manipulation, including attempts at methodological implementation, and of considering ethnicity as a potential moderating variable. These findings offer a data-driven foundation for understanding facial aesthetics and cognitive processes of human perception, with applications in advertising, artificial face generation, and plastic surgery."}, {"id": "c419", "text": "Left-right asymmetry in predicting brain activity from LLMs' representations emerges with their formal linguistic competence : When humans and large language models (LLMs) process the same text, activations in the LLMs correlate with brain activity measured, e.g., with functional magnetic resonance imaging (fMRI). Moreover, it has been shown that, as the training of an LLM progresses, the performance in predicting brain activity from its internal activations improves more in the left hemisphere than in the right one. The aim of the present work is to understand which kind of competence acquired by the LLMs underlies the emergence of this left-right asymmetry. Using the OLMo-2 7B language model at various training checkpoints and fMRI data from English participants, we compare the evolution of the left-right asymmetry in brain scores alongside performance on several benchmarks. We observe that the asymmetry co-emerges with the formal linguistic abilities of the LLM. These abilities are demonstrated in two ways: by the model's capacity to assign a higher probability to an acceptable sentence than to a grammatically unacceptable one within a minimal contrasting pair, or its ability to produce well-formed text. On the opposite, the left-right asymmetry does not correlate with the performance on arithmetic or Dyck language tasks; nor with text-based tasks involving world knowledge and reasoning. We generalize these results to another family of LLMs (Pythia) and another language, namely French. Our observations indicate that the left-right asymmetry in brain predictivity matches the progress in formal linguistic competence (knowledge of linguistic patterns)."}, {"id": "c420", "text": "A consequence of failed sequential learning: A computational account of developmental amnesia : Developmental amnesia, featured with severely impaired episodic memory and almost normal semantic memory, has been discovered to occur in children with hippocampal atrophy. This unique combination of characteristics seems to challenge the understanding that early loss of episodic memory may impede cognitive development and result in severe mental retardation. Although a few underlying mechanisms have been suggested, no computational model has been reported that is able to mimic the unique combination of characteristics. In this study, a cognitive system is presented, and developmental amnesia is demonstrated computationally in terms of impaired episodic recall, spared recognition and spared semantic learning. Impaired sequential/spatial learning ability of the hippocampus is suggested to be the cause of such amnesia. Simulation shows that impaired sequential leaning may only result in severe impairment of episodic recall, but affect neither recognition ability nor semantic learning. The spared semantic learning is inline with the view that semantic learning is largely associated with the consolidation of episodic memory, a process in which episodic memory may be mostly activated randomly, instead of sequentially. Furthermore, retrograded amnesia is also simulated, and the result and its mechanism are in agreement with most computational models of amnesia reported previously."}, {"id": "c421", "text": "Conference Proceedings of the Inaugural Conference of the International Society for Tractography (IST 2025 Bordeaux) : This collection comprises the abstracts presented during poster, power pitch and oral sessions at the Inaugural Conference of the International Society for Tractography (IST Conference 2025), held in Bordeaux, France, from October 13-16, 2025. The conference was designed to foster meaningful exchange and collaboration between disparate fields. The overall focus was on advancing research, innovation, and community in the common fields of interest: neuroanatomy, tractography methods and scientific/clinical applications of tractography. The included abstracts cover the latest advancements in tractography, Diffusion MRI, and related fields including new work on; neurological and psychiatric disorders, deep brain stimulation targeting, and brain development. This landmark event brought together world-leading experts to discuss critical challenges and chart the future direction of the field."}, {"id": "c422", "text": "TAVAE: A VAE with Adaptable Priors Explains Contextual Modulation in the Visual Cortex : The brain interprets visual information through learned regularities, a computation formalized as probabilistic inference under a prior. The visual cortex establishes priors for this inference, some delivered through established top-down connections that inform low-level cortices about statistics represented at higher levels in the cortical hierarchy. While evidence shows that adaptation leads to priors reflecting the structure of natural images, it remains unclear whether similar priors can be flexibly acquired when learning a specific task. To investigate this, we built a generative model of V1 optimized for a simple discrimination task and analyzed it together with large-scale recordings from mice performing an analogous task. In line with recent approaches, we assumed that neuronal activity in V1 corresponds to latent posteriors in the generative model, enabling investigation of task-related priors in neuronal responses. To obtain a flexible test bed, we extended the VAE formalism so that a task can be acquired efficiently by reusing previously learned representations. Task-specific priors learned by this Task-Amortized VAE were used to investigate biases in mice and model when presenting stimuli that violated trained task statistics. Mismatch between learned task statistics and incoming sensory evidence produced signatures of uncertainty in stimulus category in the TAVAE posterior, reflecting properties of bimodal response profiles in V1 recordings. The task-optimized generative model accounted for key characteristics of V1 population activity, including within-day updates to population responses. Our results confirm that flexible task-specific contextual priors can be learned on demand by the visual system and deployed as early as the entry level of visual cortex."}, {"id": "c423", "text": "CL API: Real-Time Closed-Loop Interactions with Biological Neural Networks : Biological neural networks (BNNs) are increasingly explored for their rich dynamics, parallelism, and adaptive behavior. Beyond understanding their function as a scientific endeavour, a key focus has been using these biological systems as a novel computing substrate. However, BNNs can only function as reliable information-processing systems if inputs are delivered in a temporally and structurally consistent manner. In practice, this requires stimulation with precisely controlled structure, microsecond-scale timing, multi-channel synchronization, and the ability to observe and respond to neural activity in real-time. Existing approaches to interacting with BNNs face a fundamental trade-off: they either depend on low-level hardware mechanisms, imposing prohibitive complexity for rapid iteration, or they sacrifice temporal and structural control, undermining consistency and reproducibility - particularly in closed-loop experiments. The Cortical Labs Application Programming Interface (CL API) enables real-time, sub-millisecond closed-loop interactions with BNNs. Taking a contract-based API design approach, the CL API provides users with precise stimulation semantics, transactional admission, deterministic ordering, and explicit synchronization guarantees. This contract is presented through a declarative Python interface, enabling non-expert programmers to express complex stimulation and closed-loop behavior without managing low-level scheduling or hardware details. Ultimately, the CL API provides an accessible and reproducible foundation for real-time experimentation with BNNs, supporting both fundamental biological research and emerging neurocomputing applications."}, {"id": "c424", "text": "Defining causal mechanism in dual process theory and two types of feedback control : Mental events are considered to supervene on physical events. A supervenient event does not change without a corresponding change in the underlying subvenient physical events. Since wholes and their parts exhibit the same supervenience-subvenience relations, inter-level causation has been expected to serve as a model for mental causation. We proposed an inter-level causation mechanism to construct a model of consciousness and an agent's self-determination. However, a significant gap exists between this mechanism and cognitive functions. Here, we demonstrate how to integrate the inter-level causation mechanism with the widely known dual-process theories. We assume that the supervenience level is composed of multiple supervenient functions (i.e., neural networks), and we argue that inter-level causation can be achieved by controlling the feedback error defined through changing algebraic expressions combining these functions. Using inter-level causation allows for a dual laws model in which each level possesses its own distinct dynamics. In this framework, the feedback error is determined independently by two processes: (1) the selection of equations combining supervenient functions, and (2) the negative feedback error reduction to satisfy the equations through adjustments of neurons and synapses. We interpret these two independent feedback controls as Type 1 and Type 2 processes in the dual process theories. As a result, theories of consciousness, agency, and dual process theory are unified into a single framework, and the characteristic features of Type 1 and Type 2 processes are naturally derived."}, {"id": "c425", "text": "Learning Glioblastoma Tumor Heterogeneity Using Brain Inspired Topological Neural Networks : Accurate prognosis for Glioblastoma (GBM) using deep learning (DL) is hindered by extreme spatial and structural heterogeneity. Moreover, inconsistent MRI acquisition protocols across institutions hinder generalizability of models. Conventional transformer and DL pipelines often fail to capture the multi-scale morphological diversity such as fragmented necrotic cores, infiltrating margins, and disjoint enhancing components leading to scanner-specific artifacts and poor cross-site prognosis. We propose TopoGBM, a learning framework designed to capture heterogeneity-preserved, scanner-robust representations from multi-parametric 3D MRI. Central to our approach is a 3D convolutional autoencoder regularized by a topological regularization that preserves the complex, non-Euclidean invariants of the tumor's manifold within a compressed latent space. By enforcing these topological priors, TopoGBM explicitly models the high-variance structural signatures characteristic of aggressive GBM. Evaluated across heterogeneous cohorts (UPENN, UCSF, RHUH) and external validation on TCGA, TopoGBM achieves better performance (C-index 0.67 test, 0.58 validation), outperforming baselines that degrade under domain shift. Mechanistic interpretability analysis reveals that reconstruction residuals are highly localized to pathologically heterogeneous zones, with tumor-restricted and healthy tissue error significantly low (Test: 0.03, Validation: 0.09). Furthermore, occlusion-based attribution localizes approximately 50% of the prognostic signal to the tumor and the diverse peritumoral microenvironment advocating clinical reliability of the unsupervised learning method. Our findings demonstrate that incorporating topological priors enables the learning of morphology-faithful embeddings that capture tumor heterogeneity while maintaining cross-institutional robustness."}, {"id": "c426", "text": "Graph neural networks uncover structure and functions underlying the activity of simulated neural assemblies : Graph neural networks trained to predict observable dynamics can be used to decompose the temporal activity of complex heterogeneous systems into simple, interpretable representations. Here we apply this framework to simulated neural assemblies with thousands of neurons and demonstrate that it can jointly reveal the connectivity matrix, the neuron types, the signaling functions, and in some cases hidden external stimuli. In contrast to existing machine learning approaches such as recurrent neural networks and transformers, which emphasize predictive accuracy but offer limited interpretability, our method provides both reliable forecasts of neural activity and interpretable decomposition of the mechanisms governing large neural assemblies."}, {"id": "c427", "text": "ENIGMA: EEG-to-Image in 15 Minutes Using Less Than 1% of the Parameters : To be practical for real-life applications, models for brain-computer interfaces must be easily and quickly deployable on new subjects, effective on affordable scanning hardware, and small enough to run locally on accessible computing resources. To directly address these current limitations, we introduce ENIGMA, a multi-subject electroencephalography (EEG)-to-Image decoding model that reconstructs seen images from EEG recordings and achieves state-of-the-art (SOTA) performance on the research-grade THINGS-EEG2 and consumer-grade AllJoined-1.6M benchmarks, while fine-tuning effectively on new subjects with as little as 15 minutes of data. ENIGMA boasts a simpler architecture and requires less than 1% of the trainable parameters necessary for previous approaches. Our approach integrates a subject-unified spatio-temporal backbone along with a set of multi-subject latent alignment layers and an MLP projector to map raw EEG signals to a rich visual latent space. We evaluate our approach using a broad suite of image reconstruction metrics that have been standardized in the adjacent field of fMRI-to-Image research, and we describe the first EEG-to-Image study to conduct extensive behavioral evaluations of our reconstructions using human raters. Our simple and robust architecture provides a significant performance boost across both research-grade and consumer-grade EEG hardware, and a substantial improvement in fine-tuning efficiency and inference cost. Finally, we provide extensive ablations to determine the architectural choices most responsible for our performance gains in both single and multi-subject cases across multiple benchmark datasets. Collectively, our work provides a substantial step towards the development of practical brain-computer interface applications."}, {"id": "c428", "text": "UltraLIF: Fully Differentiable Spiking Neural Networks via Ultradiscretization and Max-Plus Algebra : Spiking Neural Networks (SNNs) offer energy-efficient, biologically plausible computation but suffer from non-differentiable spike generation, necessitating reliance on heuristic surrogate gradients. This paper introduces UltraLIF, a principled framework that replaces surrogate gradients with ultradiscretization, a mathematical formalism from tropical geometry providing continuous relaxations of discrete dynamics. The central insight is that the max-plus semiring underlying ultradiscretization naturally models neural threshold dynamics: the log-sum-exp function serves as a differentiable soft-maximum that converges to hard thresholding as a learnable temperature parameter $\\eps \\to 0$. Two neuron models are derived from distinct dynamical systems: UltraLIF from the LIF ordinary differential equation (temporal dynamics) and UltraDLIF from the diffusion equation modeling gap junction coupling across neuronal populations (spatial dynamics). Both yield fully differentiable SNNs trainable via standard backpropagation with no forward-backward mismatch. Theoretical analysis establishes pointwise convergence to classical LIF dynamics with quantitative error bounds and bounded non-vanishing gradients. Experiments on six benchmarks spanning static images, neuromorphic vision, and audio demonstrate improvements over surrogate gradient baselines, with gains most pronounced in single-timestep ($T{=}1$) settings on neuromorphic and temporal datasets. An optional sparsity penalty enables significant energy reduction while maintaining competitive accuracy."}, {"id": "c429", "text": "Popularity Feedback Constrains Innovation in Cultural Markets : Real-world creative processes ranging from art to science rely on social feedback-loops between selection and creation. Yet, the effects of popularity feedback on collective creativity remain poorly understood. We investigate how popularity ratings influence cultural dynamics in a large-scale online experiment where participants ($N = 1\\,008$) iteratively \\textit{select} images from evolving markets and \\textit{produce} their own modifications. Results show that exposing the popularity of images reduces cultural diversity and slows innovation, delaying aesthetic improvements. These findings are mediated by alterations of both selection and creation. During selection, popularity information triggers cumulative advantage, with participants preferentially building upon popular images, reducing diversity. During creation, participants make less disruptive changes, and are more likely to expand existing visual patterns. Feedback loops in cultural markets thus not only shape selection, but also, directly or indirectly, the form and direction of cultural innovation."}, {"id": "c430", "text": "Open diffusion MRI and connectivity data for epilepsy and surgery: The IDEAS II release : Epileptic seizures are generated in cerebral networks that propagate ictal and interictal activity. The structure of cerebral networks underpinning epileptic activity can be inferred from diffusion-weighted MRI (DWI). However, publicly available DWI data in individuals with epilepsy are scarce, and processing is technically challenging due to scan-specific artifacts, limiting research progress. Here, we release raw DWI data from 216 individuals with epilepsy and 98 healthy controls. Subject identifiers align with our previous data release (IDEAS), which includes T1-weighted and FLAIR MRI, surgical details, and long-term seizure outcomes after surgery. Preprocessing reduced distortions and artifacts, while fully processed data include diffusion metric maps in native and template space. We also provide parcellated structural connectomes using multiple atlases and connectivity measures. To illustrate the utility of this IDEAS II data, we replicated ENIGMA consortium findings, observing widespread reductions of fractional anisotropy, particularly ipsilateral to the area of seizure onset. We further demonstrate localised abnormality, and network connectivity using streamline tractography in a patient who subsequently underwent temporal lobe resection. This open dataset offers a comprehensive resource to advance research on structural connectivity and surgical outcomes in epilepsy."}, {"id": "c431", "text": "Finite integration time can shift optimal sensitivity away from criticality : Sensitivity to small changes in the environment is crucial for many real-world tasks, enabling living and artificial systems to make correct behavioral decisions. It has been shown that such sensitivity is maximized when a system operates near the critical point of a phase transition. However, proximity to criticality introduces large fluctuations and diverging timescales. Hence, to leverage the maximal sensitivity, it would require impractically long integration periods. Here, we analytically and computationally demonstrate how the optimal tuning of a recurrent neural network is determined given a finite integration time. Rather than maximizing the theoretically available sensitivity, we find networks attain different sensitivities depending on the available time. Consequently, the optimal dynamic regime can shift away from criticality when integration times are finite, highlighting the necessity of incorporating finite-time considerations into studies of information processing."}, {"id": "c432", "text": "Structural coarse-graining enables noise-robust functional connectivity and reveals hidden inter-subject variability : Functional connectivity estimates are highly sensitive to analysis choices and can be dominated by noise when the number of sampled time points is small relative to network dimensionality. This issue is particularly acute in fMRI, where scan resolution is limited. Because scan duration is constrained by practical factors (e.g., motion and fatigue), many datasets remain statistically underpowered for high-dimensional correlation estimation. We introduce a framework that combines diffusion-based structural coarse-graining with spectral noise filtering to recover statistically reliable functional networks from temporally limited data. The method reduces network dimensionality by grouping regions according to diffusion-defined communication. This produces coarse-grained networks with dimensions compatible with available time points, enabling random matrix filtering of noise-dominated modes. We benchmark three common FC pipelines against our approach. We find that raw-signal correlations are strongly influenced by non-stationary fluctuations that can reduce apparent inter-subject variability under limited sampling conditions. In contrast, our pipeline reveals a broader, multimodal landscape of inter-subject variability. These large-scale organization patterns are largely obscured by standard pipelines. Together, these results provide a practical route to reliable functional networks under realistic sampling constraints. This strategy helps separate noise-driven artifacts from reproducible patterns of human brain variability."}, {"id": "c433", "text": "Universal Approximation Theorems for Dynamical Systems with Infinite-Time Horizon Guarantees : Universal approximation theorems establish the expressive capacity of neural network architectures. For dynamical systems, existing results are limited to finite time horizons or systems with a globally stable equilibrium, leaving multistability and limit cycles unaddressed. We prove that Neural ODEs achieve $\\varepsilon$-$\u03b4$ closeness -- trajectories within error $\\varepsilon$ except for initial conditions of measure $< \u03b4$ -- over the \\emph{infinite} time horizon $[0,\\infty)$ for three target classes: (1) Morse-Smale systems (a structurally stable class) with hyperbolic fixed points, (2) Morse-Smale systems with hyperbolic limit cycles via exact period matching, and (3) systems with normally hyperbolic continuous attractors via discretization. We further establish a temporal generalization bound: $\\varepsilon$-$\u03b4$ closeness implies $L^p$ error $\\leq \\varepsilon^p + \u03b4\\cdot D^p$ for all $t \\geq 0$, bridging topological guarantees to training metrics. These results provide the first universal approximation framework for multistable infinite-horizon dynamics."}, {"id": "c434", "text": "Linguistics and Human Brain: A Perspective of Computational Neuroscience : Elucidating the language-brain relationship requires bridging the methodological gap between the abstract theoretical frameworks of linguistics and the empirical neural data of neuroscience. Serving as an interdisciplinary cornerstone, computational neuroscience formalizes the hierarchical and dynamic structures of language into testable neural models through modeling, simulation, and data analysis. This enables a computational dialogue between linguistic hypotheses and neural mechanisms. Recent advances in deep learning, particularly large language models (LLMs), have powerfully advanced this pursuit. Their high-dimensional representational spaces provide a novel scale for exploring the neural basis of linguistic processing, while the \"model-brain alignment\" framework offers a methodology to evaluate the biological plausibility of language-related theories."}, {"id": "c435", "text": "Bootstrapping Life-Inspired Machine Intelligence: The Biological Route from Chemistry to Cognition and Creativity : Achieving advanced machine intelligence remains a central challenge in AI research, often approached through scaling neural architectures and generative models. However, biological systems offer a broader repertoire of strategies for adaptive, goal-directed behavior - strategies that emerged long before nervous systems evolved. This paper advocates a genuinely life-inspired approach to machine intelligence, drawing on principles from biology that enable robustness, autonomy, and open-ended problem-solving across scales. We frame intelligence as flexible problem-solving, following William James, and develop the concept of \"cognitive light cones\" to characterize the continuum of intelligence in living systems and machines. We argue that biological evolution has discovered a scalable recipe for intelligence - and the progressive expansion of organisms' \"cognitive light cone\", predictive and control capacities. To explain how this is possible, we distill five design principles - multiscale autonomy, growth through self-assemblage of active components, continuous reconstruction of capabilities, exploitation of physical and embodied constraints, and pervasive signaling enabling self-organization and top-down control from goals - that underpin life's ability to navigate creatively diverse problem spaces. We discuss how these principles contrast with current AI paradigms and outline pathways for integrating them into future autonomous, embodied, and resilient artificial systems."}, {"id": "c436", "text": "Beyond Expertise: Stable Individual Differences in Predictive Eye-Hand Coordination : Human eye-hand coordination relies on internal forward models that predict future states and compensate for sensory delays. During line tracing, the gaze typically leads the hand through predictive saccades, yet the extent to which this predictive window reflects expertise or intrinsic individual traits remains unclear. In this study, I examined eye-hand coordination in professional calligraphers and non-experts performing a controlled line tracing task. The temporal coupling between saccade distance (SD) and pen speed (PS) revealed substantial interpersonal variability: SD-PS peak times ranged from approximately -50 to 400 ms, forming stable, participant-specific predictive windows that were consistent across trials. These predictive windows closely matched each individual's pen catch-up time, indicating that the oculomotor system stabilizes fixation in anticipation of the hand's future velocity rather than relying on reactive pursuit. Neither the spatial indices (mean gaze-pen distance, mean saccade distance) nor the temporal index (SD-PS peak time) differed between calligraphers and non-calligraphers, and none of these predictive parameters correlated with tracing accuracy. These findings suggest that diverse predictive strategies can achieve equivalent performance, consistent with the minimum intervention principle of optimal feedback control. Together, the results indicate that predictive timing in eye-hand coordination reflects a stable, idiosyncratic Predictive Protocol shaped by individual neuromotor constraints rather than by expertise or training history."}, {"id": "c437", "text": "How does longer temporal context enhance multimodal narrative video processing in the brain? : Understanding how humans and artificial intelligence systems process complex narrative videos is a fundamental challenge at the intersection of neuroscience and machine learning. This study investigates how the temporal context length of video clips (3--12 s clips) and the narrative-task prompting shape brain-model alignment during naturalistic movie watching. Using fMRI recordings from participants viewing full-length movies, we examine how brain regions sensitive to narrative context dynamically represent information over varying timescales and how these neural patterns align with model-derived features. We find that increasing clip duration substantially improves brain alignment for multimodal large language models (MLLMs), whereas unimodal video models show little to no gain. Further, shorter temporal windows align with perceptual and early language regions, while longer windows preferentially align higher-order integrative regions, mirrored by a layer-to-cortex hierarchy in MLLMs. Finally, narrative-task prompts (multi-scene summary, narrative summary, character motivation, and event boundary detection) elicit task-specific, region-dependent brain alignment patterns and context-dependent shifts in clip-level tuning in higher-order regions. Together, our results position long-form narrative movies as a principled testbed for probing biologically relevant temporal integration and interpretable representations in long-context MLLMs."}, {"id": "c438", "text": "Linguistic properties and model scale in brain encoding: from small to compressed language models : Recent work has shown that scaling large language models (LLMs) improves their alignment with human brain activity, yet it remains unclear what drives these gains and which representational properties are responsible. Although larger models often yield better task performance and brain alignment, they are increasingly difficult to analyze mechanistically. This raises a fundamental question: what is the minimal model capacity required to capture brain-relevant representations? To address this question, we systematically investigate how constraining model scale and numerical precision affects brain alignment. We compare full-precision LLMs, small language models (SLMs), and compressed variants (quantized and pruned) by predicting fMRI responses during naturalistic language comprehension. Across model families up to 14B parameters, we find that 3B SLMs achieve brain predictivity indistinguishable from larger LLMs, whereas 1B models degrade substantially, particularly in semantic language regions. Brain alignment is remarkably robust to compression: most quantization and pruning methods preserve neural predictivity, with GPTQ as a consistent exception. Linguistic probing reveals a dissociation between task performance and brain predictivity: compression degrades discourse, syntax, and morphology, yet brain predictivity remains largely unchanged. Overall, brain alignment saturates at modest model scales and is resilient to compression, challenging common assumptions about neural scaling and motivating compact models for brain-aligned language modeling."}, {"id": "c439", "text": "Training-Driven Representational Geometry Modularization Predicts Brain Alignment in Language Models : How large language models (LLMs) align with the neural representation and computation of human language is a central question in cognitive science. Using representational geometry as a mechanistic lens, we addressed this by tracking entropy, curvature, and fMRI encoding scores throughout Pythia (70M-1B) training. We identified a geometric modularization where layers self-organize into stable low- and high-complexity clusters. The low-complexity module, characterized by reduced entropy and curvature, consistently better predicted human language network activity. This alignment followed heterogeneous spatial-temporal trajectories: rapid and stable in temporal regions (AntTemp, PostTemp), but delayed and dynamic in frontal areas (IFG, IFGorb). Crucially, reduced curvature remained a robust predictor of model-brain alignment even after controlling for training progress, an effect that strengthened with model scale. These results links training-driven geometric reorganization to temporal-frontal functional specialization, suggesting that representational smoothing facilitates neural-like linguistic processing."}, {"id": "c440", "text": "Cognitive algorithms and systems of episodic memory, semantic memory and their learnings : Declarative memory, the memory that can be \"declared\" in words or languages, is made up of two dissociated parts: episodic memory and semantic memory. This dissociation has its neuroanatomical basis episodic memory is mostly associated with the hippocampus and semantic memory with the neocortex. The two memories, on the other hand, are closely related. Lesions in the hippocampus often result in various impairments of explicit memory, e.g., anterograde, retrograde and developmental amnesias, and semantic learning deficit. These impairments provide opportunities for us to understand how the two memories may be acquired, stored and organized. This chapter reviews several cognitive systems that are centered to mimic explicit memory, and other systems that are neuroanatomically based and are implemented to simulate those memory impairments mentioned above. This review includes: the structures of the computational systems, their learning rules, and their simulations of memory acquisition and impairments."}, {"id": "c441", "text": "Extracting Root-Causal Brain Activity Driving Psychopathology from Resting State fMRI : Neuroimaging studies of psychiatric disorders often correlate imaging patterns with diagnostic labels or composite symptom scores, yielding diffuse associations that obscure underlying mechanisms. We instead seek to identify root-causal maps -- localized BOLD disturbances that initiate pathological cascades -- and to link them selectively to symptom dimensions. We introduce a bilevel structural causal model that connects between-subject symptom structure to within-subject resting-state fMRI via independent latent sources with localized direct effects. Based on this model, we develop SOURCE (Symptom-Oriented Uncovering of Root-Causal Elements), a procedure that links interpretable symptom axes to a parsimonious set of localized drivers. Experiments show that SOURCE recovers localized maps consistent with root-causal BOLD drivers and increases interpretability and anatomical specificity relative to existing comparators."}, {"id": "c442", "text": "Behavior Score Prediction in Resting-State Functional MRI by Deep State Space Modeling : Early clinical assessment of Alzheimer's disease relies on behavior scores that measure a subject's language, memory, and cognitive skills. On the medical imaging side, functional magnetic resonance imaging has provided invaluable insights into the neural pathways underlying Alzheimer's disease. While prior studies have used resting-state functional MRI by extracting functional connectivity matrices, these approaches neglect the temporal dynamics inherent in functional data. In this work, we present a deep state space modeling framework that directly leverages the blood-oxygenation-level-dependent time series to learn a sparse collection of brain regions to predict behavior scores. Our model extracts temporal features that encapsulate nuanced patterns of intrinsic brain activity, thereby enhancing predictive performance compared to traditional connectivity methods. We identify specific brain regions that are most predictive of cognitive impairment through experiments on data provided by the Michigan Alzheimer's Disease Research Center, providing new insights into the neural substrates of early Alzheimer's pathology. These findings have important implications for the possible development of risk monitoring and intervention strategies in Alzheimer's disease."}, {"id": "c443", "text": "Chiral Weyl-Kondo semimetals and hexagonal heavy fermion systems : Strong correlation, in concert with symmetry and topology, engenders novel gapless phases of matter, though only a tip of the iceberg has been seen. An exemplary framework is provided by Weyl-Kondo semimetals, in which Weyl fermions develop through crystalline symmetry constraints on the emergent low-energy heavy-fermion excitations. This paradigm has opened up new opportunities to explore correlated topologies without a noninteracting counterpart, but fully realizing this potential requires a large base of candidate materials. Here we confront the challenge on both fronts by studying heavy fermion systems with hexagonal space groups. This family contains a large number of chiral nonsymmorphic crystal structures that promote Weyl degeneracies and, in addition, feature geometric frustration in the $f$-electron magnetism. Our calculations for the heavy fermion states identify Weyl-Kondo semimetals with chiral or achiral Weyl nodes in the respective structural classes. We also develop a new search strategy for the difficult case of strongly correlated materials, using a combination of materials database, symmetry classification and experiments, and propose as candidate topological heavy fermion systems the chiral CePt$_2$B and achiral Ce$_2$NiGe$_3$ and Ce$_6$Co$_{2-\u03b4}$Si$_3$. Our findings raise the prospect for strongly correlated metallic topology in the unusual setting of exotic quantum magnetism."}, {"id": "c444", "text": "Lowering the temperature of two-dimensional fermionic tensor networks with cluster expansions : Representing the time-evolution operator as a tensor network constitutes a key ingredient in several algorithms for studying quantum lattice systems at finite temperature or in a non-equilibrium setting. For a Hamiltonian composed of strictly short-ranged interactions, the Suzuki-Trotter decomposition is the main technique for obtaining such a representation. In [B.~Vanhecke, L.~Vanderstraeten and F.~Verstraete, Physical Review A, L020402 (2021)], an alternative strategy, the cluster expansion, was introduced. This approach naturally preserves internal and lattice symmetries and can more easily be extended to higher-order representations or longer-ranged interactions. We extend the cluster expansion to two-dimensional fermionic systems, and employ it to construct projected entangled-pair operator (PEPO) approximations of Gibbs states. We also discuss and benchmark different truncation schemes for multiplying layers of PEPOs together. Applying the resulting framework to a two-dimensional spinless fermion model with attractive interactions, we resolve a clear phase boundary at finite temperature."}, {"id": "c445", "text": "Mott Intermittency at the Metal-Insulator Boundary : The resistivity maximum at a temperature $T=T_{\\mathrm{max}}$ is a recurring feature of bandwidth-tuned Mott systems, yet its meaning remains controversial: is it a coherence-incoherence crossover of an electronically homogeneous metal, or does it mark the onset of transport through a mixed landscape of metallic and insulating regions? Even more debated is whether a true phase-coexistence regime survives in the relevant parameter range, or whether apparent inhomogeneity is merely extrinsic. Here we address these questions by moving beyond temperature sweeps and probe charge transport in the time domain. Near $T=T_{\\mathrm{max}}$, we find that the resistance of a model system, a quasi-two-dimensional Mott spin liquid material, exhibits clear random-telegraph switching between discrete levels over long timescales. The statistics of the switching - sharp two-level behavior with thermally activated dwell times - point to a mesoscopic \"current-controlling\" region that dynamically toggles between metallic and insulating states, intermittently opening and closing the dominant conduction channel. This characteristic fluctuating dynamics provides direct evidence for intrinsic metal-insulator coexistence and establishes $T\\sim T_{\\mathrm{max}}$ as the regime of Mott intermittency, where transport is governed by stochastic domain switching rather than quasiparticle decoherence."}, {"id": "c446", "text": "Nonequilibrium steady states in driven holographic Weyl semi-metals : Three-dimensional Weyl materials provide a controlled setting for exploring Floquet dynamics in open quantum systems, including nonequilibrium steady states (NESS). Motivated by the desire for a strongly-coupled description, we employ holography to analyze the formation and stability of a NESS in a Weyl semi-metal induced by an external circularly polarized electric field. A time-periodic steady-state solution is constructed and its stability is determined from the spectrum of out-of-equilibrium quasinormal modes (Floquet exponents). A stable region in the drive parameter space is identified; beyond a critical curve, the Floquet exponents enter the upper half of the complex plane, leading to a superharmonic response. At sufficiently strong driving, chaotic time evolution emerges in the fully nonlinear initial-boundary value problem. The anomaly-induced response of the NESS to an external magnetic field is also computed, and the resulting behavior is related to the previously proposed chiral pumping effect."}, {"id": "c447", "text": "Crystallography-driven molecularization of a two-dimensional spin-$3/2$ magnet : Large-spin two-dimensional magnets are generally expected to develop conventional long-range order once the dominant exchange scale becomes appreciable. The layered spin-$3/2$ maple-leaf compound Na$_2$Mn$_3$O$_7$ defies this expectation: despite sizable antiferromagnetic interactions and no evident disorder, it exhibits no magnetic ordering and displays two well-separated thermodynamic crossover scales. We show that this behavior originates from a crystallography-driven molecularization of the magnetic degrees of freedom. The low-symmetry structure partitions the Mn sublattice into inequivalent exchange pathways, generating a pronounced hierarchy that nearly isolates antiferromagnetic hexagons. Magnetic correlations therefore develop in two stages: first within individual hexagons at a scale set by the dominant exchange, and only at much lower temperatures do frustrated inter-hexagon couplings attempt to establish coherence across the lattice. While isolated hexagons reproduce the two-step thermodynamic structure, the experimentally relevant temperature scales emerge only once the hexagons are embedded in the frustrated two-dimensional network. The resulting quantum ground state is magnetically disordered, characterized by strong intra-hexagon correlations and rapidly decaying inter-hexagon correlations. These results identify crystallographic inequivalence as a materials-level mechanism for stabilizing molecularized and quantum-disordered states even in large-spin two-dimensional magnets."}, {"id": "c448", "text": "Quantum criticality in open quantum systems from the purification perspective : Open quantum systems host mixed-state phases that go beyond the symmetry-protected topological and spontaneous symmetry-breaking paradigms established for closed, pure-state systems. Developing a unified and physically transparent classification of such phases remains a central challenge. In this work, we introduce a purification-based framework that systematically characterizes all mixed-state phases in one-dimensional systems with $\\mathbb{Z}_2^\u03c3 \\times \\mathbb{Z}_2^\u03c4$ symmetry. By introducing an ancillary $\u03ba$ chain and employing decorated domain-wall constructions, we derive eight purified fixed-point Hamiltonians labeled by topological indices $(\u03bc_{\u03c3\u03c4},\u03bc_{\u03c4\u03ba},\u03bc_{\u03ba\u03c3}) \\in \\{\\pm1\\}^3$. Tracing out the ancilla recovers the full structure of mixed-state phases, including symmetric, strong-to-weak spontaneous symmetry breaking, average symmetry-protected topological phases, and their nontrivial combinations. Interpolations between the eight fixed points naturally define a three-dimensional phase diagram with a cube geometry. The edges correspond to elementary transitions associated with single topological indices, while the faces host intermediate phases arising from competing domain-wall decorations. Along the edges, we identify a class of critical behavior that connects distinct strong-to-weak symmetry-breaking patterns associated with distinct strong subgroups, highlighting a mechanism unique to mixed-state settings. Large-scale tensor-network simulations reveal a rich phase structure, including pyramid-shaped symmetry-breaking regions and a fully symmetry-broken phase at the cube center. Overall, our purification approach provides a geometrically transparent and physically complete classification of mixed-state phases, unified with a single $\\mathbb{Z}_2^\u03c3 \\times \\mathbb{Z}_2^\u03c4 \\times \\mathbb{Z}_2^\u03ba$ model."}, {"id": "c449", "text": "Tighter thermalization bounds for perturbed quantum many-body scars : Quantum many-body scars (QMBS) are exceptional eigenstates that defy thermalization, enabling long-lived coherent dynamics in strongly interacting systems. However, their stability under perturbations remains inadequately understood. In this work, we derive improved lower bounds on the thermalization time of QMBS under local perturbations with strength $\u03bb$. Using both numerical simulations and analytical reasoning, we show that exact QMBS exhibit slow thermalization, with a timescale scaling as $\u03c4\\sim \\mathcal{O}(\u03bb^{-1/d})$ owing to the stabilizing restricted spectrum-generating algebra (RSGA), which is a significant improvement over previous bounds (e.g., $\u03c4\\sim \\mathcal{O}(\u03bb^{-1/(d+1)})$). Counterintuitively, approximate QMBS can thermalize even more slowly under generic perturbations, exhibiting $\u03c4\\sim \\mathcal{O}(\u03bb^{-2})$ scaling due to second-order perturbative effects in the absence of such protective structure. These distinct thermalization behaviors clarify how exact and approximate scars maintain coherence. Our work advances previous findings by establishing a tighter bound on the thermalization time, clarifying when scarred dynamics remain long-lived under weak but generic perturbations."}, {"id": "c450", "text": "Phase diagram of the single-flavor Gross--Neveu--Wilson model from the Grassmann corner transfer matrix renormalization group : We investigate the phase structure of the single-flavor Gross--Neveu model with Wilson fermions using the Grassmann corner transfer matrix renormalization group (CTMRG). The path integral is formulated as a two-dimensional Grassmann tensor network and approximately contracted by the Grassmann CTMRG algorithm. We investigate the phase diagram by varying the fermion mass and the four-fermion coupling, using the pseudoscalar condensate as an order parameter for the $\\mathbb{Z}_{2}$ parity symmetry breaking phase. The universality classes of the phase boundaries are identified through the central charge $c$ obtained via scaling analysis of the entanglement entropy. Furthermore, we extract the quantity related to the entanglement spectrum from the converged CTMRG environments, allowing us to distinguish the topological insulator phase and the trivial phase. The resulting phase structure suggests that the Aoki phase is separated from the other phases by critical lines characterized by $c=1/2$, while the critical lines with $c=1$ separate the topological insulating and trivial phases. Our numerical results also indicate that the Aoki phase does not persist in the strong-coupling regime for the single-flavor theory."}, {"id": "c451", "text": "Combining matrix product states and mean-field theory to capture magnetic order in quasi-1D cuprates : We study quasi-one-dimensional strongly correlated materials using a multi-step approach based on density functional theory, downfolding techniques, and tensor-network simulations. The downfolding procedure yields effective multiband Hubbard models that capture the competition between electron hopping and local Coulomb interactions relevant to the system's low-energy properties. The resulting multiband Hubbard models are solved using matrix product states. Applied to Sr$_2$CuO$_3$, SrBaCuO$_3$, and Ba$_2$CuO$_3$, this purely one-dimensional treatment yields no long-range magnetic order, in contrast to the magnetic ordering observed experimentally. To account for this behavior, we extend the multi-step approach by incorporating interchain couplings through a self-consistent mean-field scheme. This combined approach stabilizes finite staggered magnetizations, providing a consistent description of magnetic order in agreement with experiment. For Sr$_2$CuO$_{3.5}$ and SrCuO$_2$, we also tested an approach proposed for ladder materials, however, we find that these materials are not well suited for this approach due to the small magnitude of the intraladder hopping parameters."}, {"id": "c452", "text": "Hall effect on nontrivial quadrupole order in quasi-kagome compound URhSn : This study focuses on the transport properties of the quasi-kagome compound URhSn, which exhibits successive phase transitions at TC =16 K (ferromagnetic phase) and TO =54 K (intermediate phase). A large anomalous Hall component is present along the easy-magnetization axis (H|| [0001]), and the Hall resistivity shows very complex temperature- and field-dependence, with a sign reversal at low temperatures. The Hall resistivity exhibits a nonlinear and unusual field-dependence. Interestingly, there exists an unusual Hall component that is not proportional to the magnetic susceptibility for H || [0001] in both the intermediate and ferromagnetic states. These results reveal unconventional transport properties of URhSn, providing important insights into nontrivial multipolar phases in 5f- electron systems."}, {"id": "c453", "text": "Magnetic anisotropic pinning and symmetric breaking induced by interfacial coupling in topological-like ruthenate superlattices : Interfacial engineering enables various emergent effects such as spin reorientations and transport anisotropy. Noncollinear spin textures are essential for realizing many emergent quantum transport phenomena. However, driving such spin structures requires precise control of the interfacial magnetic coupling in complex oxide heterostructures. Here, by utilizing competing exchange interactions at the interface between ferromagnetic metal SrRuO3 and ferromagnetic insulator LaCoO3, we discovered a noncollinear spin configuration in SrRuO3 sublayers. Magnetic stripes were induced by out-of-plane rather than in-plane magnetic fields, indicating strong anisotropy pinning in our superlattices. The observed magneto-transport anisotropy is well explained by our proposed spin configurations, accounting for contributions from both bulk and interface of the SrRuO3 layers. More interestingly, magnetic skymionic textures were absent even at high magnetic fields. The interfacial exchange interaction overwhelms the Dzyaloshinskii-Moriya interaction (DMI) that stabilizes skyrmions, featuring a higher exchange coupling energy than that for the topological spin textures. Our work highlights the potential of interfacial engineering in tuning the spintronic properties by designing proper interfacial interactions."}, {"id": "c454", "text": "Unsupervised Discovery of Intermediate Phase Order in the Frustrated $J_1$-$J_2$ Heisenberg Model via Prometheus Framework : The spin-$1/2$ $J_1$-$J_2$ Heisenberg model on the square lattice exhibits a debated intermediate phase between N\u00e9el antiferromagnetic and stripe ordered regimes, with competing theories proposing plaquette valence bond, nematic, and quantum spin liquid ground states. We apply the Prometheus variational autoencoder framework -- previously validated on classical (2D, 3D Ising) and quantum (disordered transverse field Ising) phase transitions -- to systematically explore the $J_1$-$J_2$ phase diagram via unsupervised analysis of exact diagonalization ground states for a $4 \\times 4$ lattice. Through dense parameter scans of $J_2/J_1 \\in [0.3, 0.7]$ with step size 0.01 and comprehensive latent space analysis, we investigate the nature of the intermediate regime using unsupervised order parameter discovery and critical point detection via multiple independent methods. This work demonstrates the application of rigorously validated machine learning methods to open questions in frustrated quantum magnetism, where traditional order parameter identification is challenged by competing interactions and limited accessible system sizes."}, {"id": "c455", "text": "Rotational Phonons Drive Low-Energy Kinks in Cuprate Superconductors : Angle-resolved photoemission spectroscopy (ARPES) reveals ubiquitous quasiparticle ``kinks'' near $\\sim$70 meV and $\\sim$40 meV across cuprate superconductors, often accompanied by peak--dip--hump (PDH) structures. These features point to strong coupling between electrons and low-energy bosonic excitations, but the microscopic origin has remained elusive due to the limitations of conventional density-functional theory (DFT) and the high cost of beyond-DFT methods. Here, we systematically study the electron--phonon coupling (EPC) in hole-doped infinite-layer CaCuO$_2$ using the Strongly Constrained and Appropriately Normed (SCAN) density functional, explicitly including magnetic effects. We find a substantial EPC strength $\u03bb$ of $\\sim$0.5 in the magnetic phase, producing kinks and PDH structures in the 40-80~meV window in excellent agreement with experiments. The dominant contribution arises from rotational oxygen phonons, while breathing modes contribute little. Our results establish strong EPC in cuprates, highlight the key role of rotational phonons, and provide a framework for understanding spectral anomalies in cuprates and beyond."}, {"id": "c456", "text": "Ambient-Pressure Organic Dirac Electron State in $\u03b1$-(BETS)$_2$AuCl$_2$ : We report an ambient-pressure Dirac electron (DE) state in a new organic conductor, $\u03b1$-(BETS)$_2$AuCl$_2$ (BETS = bis(ethylenedithio)tetraselenafulvalene). This salt exhibits characteristic transport properties, including large positive in-plane and anomalous negative interlayer magnetoresistance. These signatures closely resemble the high-pressure DE states of $\u03b1$-(ET)$_2$I$_3$ (ET = bis(ethylenedithio)tetrathiafulvalene). First-principles calculations including spin-orbit coupling identify the electronic state as a quasi-three-dimensional massive Dirac semimetal with residual Fermi pockets. This discovery provides a valuable platform for exploring bulk Dirac fermions without the complexity of high-pressure measurements."}, {"id": "c457", "text": "Detecting Higher Berry Phase via Boundary Scattering : Higher Berry phase has recently been proposed to study the topology of the space of gapped many-body quantum systems. In this work, we develop a boundary-scattering approach to detect higher Berry phases in one-dimensional gapped free-fermion systems. By coupling a gapless lead to the gapped system, we demonstrate that the higher Berry invariant can be obtained by studying the higher winding number of the boundary reflection matrix. The resulting topological invariant is robust against perturbations such as disorder. Our approach establishes a connection between higher Berry invariants and transport properties, thereby providing a potentially experimentally accessible probe of parametrized topological phases."}, {"id": "c458", "text": "Ab Initio Random Matrix Theory of Molecular Electronic Structure : We use ab initio electronic-structure methods to investigate random-matrix theory (RMT) universality in molecular electronic structure. Using single-reference electronic structure methods, including Hartree-Fock, configuration-interaction singles (CIS), density functional theory, and linear-response time-dependent density-functional theory, we compute single-particle orbital energies and many-electron excitations of several representative molecules (benzene, alanine, 1-phenylethylamine, methyloxirane, and helicene chains). For generic low-symmetry geometries, the unfolded spectra of these ab initio Hamiltonians exhibit Wigner-Dyson level statistics of the Gaussian orthogonal ensemble (GOE). For extended helicene chains we explicitly restrict to bound valence excitations below the ionization threshold and still observe GOE statistics, indicating that the RMT universality is present for physical states of direct relevance to real molecules. We further explore the electric and magnetic field dependence of the molecular electronic spectra. The variance of electric polarizability (level curvature K) is predicted to be non-analytic in the magnetic field which serves as an infrared cutoff, proportional to log(1/|B|). We observe a transition to the Gaussian unitary ensemble (GUE) by increasing the magnetic fields, although it occurs only at magnetic fields far beyond experimentally accessible scales. Our results indicate that random matrix universality provides a general framework for organizing ab initio predictions of interacting electron spectra in complex systems."}, {"id": "c459", "text": "Teleportation transition of surface codes on a superconducting quantum processor : The topological surface code is a leading candidate for harnessing long-range entanglement to protect logical quantum information against errors, and teleportation of logical states is desirable for robust quantum information processing. Nevertheless, scaling up the surface code in quantum teleportation poses a formidable challenge to experiment. Here on a superconducting quantum processor with 125 qubits, we demonstrate the robust teleportation of topological rotated surface code prepared by a linear-depth unitary circuit, with code distances up to 7. We obtain the teleportation phase diagram by tuning the local entangling gates uniformly across a finite threshold. Furthermore, we show that the entangling threshold can be boosted by coherent qubit rotations that inject magic resources beyond the Clifford regime, restoring the duality symmetry of the topological phase, which serves as a guiding principle to minimize the entanglement resource. Our results shed light on simulating and leveraging topological quantum matter on quantum devices, and pave the way to the ultimate goal of distributed fault tolerant quantum computation."}, {"id": "c460", "text": "Minimal loop currents in doped Mott insulators : For the $t$-$J$ model, variational wave functions can generally be constructed based on an accurate description of antiferromagnetism (AFM) at half-filling and an exact phase-string sign structure under doping. The single-hole-doped and two-hole-doped states, as determined by variational Monte Carlo (VMC) simulations, display sharply contrasting behaviors. The single-hole state constitutes a ``cat state'' that resonates strongly between a quasiparticle component and a local loop-current component, with approximately equal weights. In the ground state, the quasiparticle spectral weight $Z_{\\mathbf{k}}$ peaks at momenta $\\mathbf{k}_0 \\equiv (\\pm\\frac\u03c0{2},\\pm\\frac\u03c0{2})$. The total-energy dispersion versus $\\mathbf{k}$ agrees remarkably well with the Green function Monte Carlo results. However, Landau's one-to-one correspondence hypothesis for quasiparticles breaks down here with the incoherent component exhibiting intrinsic magnetization originating from a minimal $2\\times2$ loop current that forms a $4\\times4$ pattern on the square lattice--a finding in excellent agreement with density matrix renormalization group (DMRG) calculations. In the two-hole ground state, a new pairing mechanism is revealed: the two holes are automatically fused into a tightly bound object consisting of an incoherent $d_{xy}$ pairing along the diagonal direction by compensating the local loop currents. This hole pair is again a ``cat state'' that resonates strongly between the incoherent $d_{xy}$ and a coherent $d_{x^2-y^2}$ Cooper channel to gain substantial hopping energy. Its size extends over an area of about $4\\times 4$ lattice spacings, much smaller than the divergent AFM correlation length, implying that it should survive as a minimal superconducting building block even in the dilute doping regime. Experimental implications and the generalization to the finite-doping case are briefly addressed."}, {"id": "c461", "text": "Topological Floquet Green's function zeros : Motivated by recent advances in digital quantum emulation using noisy intermediate-scale quantum (NISQ) devices and an increased interest in topological Green's function zeros in condensed matter systems, we here study Green's function zeros in topological Floquet systems. We concentrate on interacting Kitaev-like Floquet chains (or equivalently transverse field Ising circuits) and introduce Floquet Green's-function-based topological invariants for the corresponding symmetry class BDI. In the vicinity of special points in the free fermion phase diagram and using tailor-made interactions which lead to the Floquet version of symmetric mass generation, we analytically calculate both edge and bulk Green's functions. Just as in the case of continuum time evolution, topological bands of Green's function zeros may also contribute to the topological invariant. However, contrary to the case of continuum time evolution, Floquet Green's functions can have zeros even in the absence of interactions. Finally, we also discuss an implementation of this Floquet system in a digital quantum emulator: We present a circuit which encodes the interaction under consideration and pinpoint the observables carrying information about the topological Green's function boundary zeros."}, {"id": "c462", "text": "Probing frustrated spin systems with impurities : We investigate the effective interaction between two localized spin impurities embedded in a frustrated spin-1/2 $J_1\\!-\\!J_2$ Heisenberg chain. Treating the impurity spins as classical moments coupled locally to the host, we combine second--order perturbation theory with large--scale density matrix renormalization group (DMRG) calculations to determine the impurity--impurity interaction as a function of separation, coupling strength, and magnetic frustration. In the weak--coupling regime, we show that the interaction is governed by the the static spin susceptibility of the host and exhibits oscillatory power--law decay in the gapless phase, modified by universal logarithmic corrections at the SU(2)--symmetric critical point. In the gapped dimerized phase, the interaction decays exponentially with distance. For intermediate and strong impurity--host coupling, we observe a crossover to a boundary--dominated regime characterized by pronounced parity effects associated with the length of the chain segment between impurities, signaling a breakdown of the simple RKKY--like description. Our results establish impurity--impurity interactions as a sensitive probe of frustrated quantum spin liquids and provide a controlled framework for distinguishing gapless and gapped phases through local perturbations."}, {"id": "c463", "text": "Entanglement Properties of the One-Dimensional Dimerized Fermi-Hubbard Model : We study the entanglement properties of the one-dimensional dimerized Fermi-Hubbard model. Using a matrix-product-state approach, we compute the ground state and identify two insulating phases at 1/2- and 3/4-filling, along with a metallic phase, whose mechanisms can be characterized by their entanglement spectra. Our findings indicate that the two insulating phases are distinct, implying that the phase at 1/2-filling has a charge gap arising from the band gap, which is enhanced by repulsive interactions, while the phase at 3/4-filling exhibits a Mott gap resulting from particle interactions. This difference between the two insulating phases is reflected in the scaling properties of the half-chain entanglement entropy and the distribution of the entanglement spectrum."}, {"id": "c464", "text": "Efficient two-color Floquet control of the RKKY interaction in altermagnets : Magnetic impurities in real materials can mask the intrinsic spin-dependent properties of hosts. They interact indirectly through the Ruderman-Kittel-Kasuya-Yosida (RKKY) mechanism, which limits the use of isolated impurity spins in applications such as qubits and spintronics. Suppressing the RKKY interaction would therefore enable access to the host's unperturbed behavior while simultaneously isolating impurity spins for functional use. Although single-color laser driving can suppress the RKKY interaction, it typically requires strong fields that may be impractical or destabilizing. To overcome these limitations, we show that two-color laser driving provides efficient and tunable control over all components of the RKKY interaction using two weak laser fields. Focusing on two-dimensional Rashba altermagnets, we show that interference between one- and two-photon processes produces altermagnet-specific Floquet corrections. These include additional AC Stark shifts, magnetizations, spin-orbit renormalization, and emergent in-plane Zeeman fields that are absent under single-color driving and in non-altermagnetic systems. Notably, two-color driving induces a finite $z$-component of the Dzyaloshinskii-Moriya (DM) interaction, stabilizing in-plane chiral magnetism and related textures in Rashba altermagnets. These effects enable tunable, near-complete on-off switching of the Heisenberg, Ising, and DM interactions through a Lifshitz-like modulation of the Fermi surface. We also show that the tuning process is highly sensitive to the chirality of both beams. We further map phase diagrams for ferromagnetic and antiferromagnetic impurity alignment with clockwise and counterclockwise canting as functions of Rashba coupling and altermagnetic order. Finally, we discuss candidate material platforms and experimental feasibility."}, {"id": "c465", "text": "Parameterizing DFT+U+V from Hybrid Functionals: A Wannier-Function-Based Approach for Strongly Correlated Materials : We present an approach to parameterize DFT+$U$+$V$ from hybrid-functional calculations using Wannier-function projections. The method constructs a common localized Wannier basis for both semilocal DFT and hybrid-functional calculations, then determines effective on-site ($U$) and intersite ($V$) Hubbard parameters by minimizing the Hamiltonian mismatch within the correlated subspace. This procedure yields interaction parameters that reproduce the hybrid-functional electronic structure at a fraction of the computational cost and allow efficient structural relaxations and further many-body calculations. We validate the workflow on three oxide systems with different electronic characters: MgO (wide-gap insulator), NiO (antiferromagnetic charge-transfer insulator), and V$_2$O$_5$ (d$^0$ transition-metal oxide). In all cases, the mapped DFT+$U$+$V$ parameters reproduce hybrid-functional band gaps, densities of states, and magnetic moments and improve upon semilocal DFT while maintaining computational efficiency."}, {"id": "c466", "text": "Fluctuation-enhanced electron-phonon coupling in FeSe : The interactions among lattice, charge, and spin degrees of freedom fundamentally shape material properties. In FeSe, symmetry-breaking perturbations serve as highly sensitive probes of these couplings. Previous work has shown that defects and isoelectronic substitution can substantially alter these interactions, giving rise to additional phonon modes. In this study, uniaxial strain is employed as a tunable symmetry-breaking control parameter to probe the intrinsic lattice response in the absence of disorder. The temperature evolution of phonon excitations was examined with fine temperature resolution in the vicinity of the nemato-structural transition temperature $T_s$, under strain applied along the $\\langle 110 \\rangle$ and $\\langle 100 \\rangle$ crystallographic directions. A subtle asymmetry of the $A_{1g}^{ph}$ mode appears in the unstrained crystal within a narrow temperature window around $T_s$, originating from the emergence of an additional mode in the fully symmetric channel. With applied strain, this feature becomes more distinctly resolved. The anomaly is attributed to modifications of the coupling between lattice and electronic degrees of freedom driven by the ordering fluctuations right above the nematic transition. These fluctuations enhance susceptibility for phonon-electron-phonon coupling in the vicinity of the X and R points of the Brillouin zone and promote two-phonon scattering close to the $A_{1g}^{ph}$ mode. The presence of this two-phonon scattering depends on both the strength and the direction of the applied strain, indicating a high sensitivity of FeSe to local symmetry breaking."}, {"id": "c467", "text": "Combining Quasiparticle Self-Consistent $GW$ and Machine-Learned DFT+$U$ in Search of Half-Metallic Heuslers : Half-metallic Heusler compounds are of significant interest for spintronics. For device fabrication, compounds that can be epitaxially grown on III-V semiconductors are particularly attractive. We present a first-principles investigation of four Co-based and two Ni-based Heusler compounds that are lattice-matched to InAs. The results of density functional theory (DFT) using semi-local and hybrid functionals are compared to quasiparticle self-consistent $GW$ (QPGW). We also consider DFT with machine-learned Hubbard $U$ corrections [npj Computational Materials 6, 180 (2020)] with a new Bayesian optimization (BO) objective function to determine the $U$ values that yield the closest agreement with the QPGW band structure and magnetic moments. We find that DFT+U(BO) can adequately reproduce the key QPGW features in most cases. Our results reveal a strong method dependence of the degree of spin polarization at the Fermi level and, in some cases, even the dominant spin channel (majority or minority). Of the materials studied here, Co$_2$TiSn and Co$_2$ZrAl are the most likely to be half-metals, and Co$_2$MnIn is likely to be a near-half-metal."}, {"id": "c468", "text": "Non-Clifford symmetry protected topological higher-order cluster states in multi-qubit measurement-based quantum computation : A cluster state is a strongly entangled state, which is a source of measurement-based quantum computation. It is generated by applying controlled-Z (CZ) gates to the state $\\left\\vert ++\\cdots +\\right\\rangle $. It is protected by the $\\mathbb{Z}_{2}^{\\text{even}}\\times \\mathbb{Z}_{2}^{ \\text{odd}}$ symmetry. By applying general quantum gates to the state $ \\left\\vert ++\\cdots +\\right\\rangle $, we systematically obtain a general short-range entangled cluster state. If we use a non-Clifford gate such as the controlled phase-shift gate, we obtain a non-Clifford cluster state. Furthermore, if we use the controlled-controlled Z (CCZ) gate instead of the CZ gate, we obtain non-Clifford cluster states with five-body entanglement. We generalize it to the C$^{N}$Z gate, where $(2N+1)$-body entangled states are generated. The $\\mathbb{Z}_{2}^{\\text{even}}\\times \\mathbb{Z}_{2}^{\\text{odd}}$ symmetry is non-Clifford for $N\\geq 3$. We demonstrate that there emerge $2^{2N}$ fold degenerate ground states for an open chain, indicating the emergence of $N$ free spins at each edge. They can be used as an $N$-qubit input and an $N$-qubit output in measurement-based quantum computation. We also study the non-invertible symmetry, the Kennedy-Tasaki transformation and the string-order parameter in addition to the $\\mathbb{Z}_{2}^{\\text{even}}\\times \\mathbb{Z}_{2}^{\\text{odd}}$ symmetry in these models."}, {"id": "c469", "text": "Kondo breakdown as an entanglement transition driven by continuous measurement : We study the breakdown of Kondo screening by a local magnetic field from the perspective of a measurement-driven entanglement transition in a monitored quantum system. Here, the Kondo coupling leads to the growth in entanglement of an impurity spin with it's fermionic environment, while the local field plays the role of a continuous observer. Using a non-perturbative Unitary Renormalization Group (URG) approach, we derive coupled renormalization-group flow equations for the Kondo exchange and the local field, and obtain a field-dependent RG phase diagram. The RG flows separate a low-energy Kondo-screened phase, where the impurity is absorbed into the Fermi sea and forms an entangled singlet with the conduction bath, from a polarized local-moment phase in which screening is frustrated and impurity-bath entanglement is suppressed. We identify the fixed-point Hamiltonians governing the two phases and the critical regime, and relate the transition to the emergence of a novel non-Fermi liquid. Various impurity signatures such as the spectral function and thermalisation of impurity observables are used to characterise this entanglement transition. These results offer insight into the interplay of decoherence and measurement in governing the dynamics of a prototypical quantum system."}, {"id": "c470", "text": "Real-space construction and classification for time-reversal symmetric crystalline superconductors in 2D interacting fermionic systems : Crystalline symmetry and time-reversal symmetry are commonly present in real superconducting materials. However, the topological classification of systems respecting these symmetries, particularly for interacting fermions, remains incomplete. In this work, we systematically classify time-reversal symmetry-protected crystalline topological superconductors in two-dimensional interacting fermionic systems using an explicit real-space construction. Among the resulting phases, we identify intrinsically interacting fermionic topological superconductors, i.e., phases that cannot be realized in either free-fermion or interacting bosonic systems. For spinless fermions with protecting symmetry group $C_4 \\times Z_2^T$ or $D_4 \\times Z_2^T$ (plus fermion parity), the intrinsic sector has a $Z_4$ classification. The corresponding root phases generating this $Z_4$ classification admit a transparent real-space construction in terms of decorated 1D blocks. These blocks are 1D fermionic symmetry-protected topological (FSPT) phases, realizable as double Majorana chains. We further find the corresponding $Z_4$ spinless intrinsic phases for wallpaper groups $p4$, $p4m$, and $p4g$. We also find an additional $Z_2$ intrinsically interacting phase for spinless fermions with wallpaper group $pm$, which is absent with the corresponding point-group symmetry alone. Moreover, these intrinsic phases naturally give rise to higher-order FSPT phases that support corner zero modes. Finally, we verify the crystalline equivalence principle for generic 2D interacting FSPT systems with both crystalline and internal symmetries."}, {"id": "c471", "text": "Entanglement Barriers from Computational Complexity: Matrix-Product-State Approach to Satisfiability : We approach the 3-SAT satisfiability problem with the quantum-inspired method of imaginary time propagation (ITP) applied to matrix product states (MPS) on a classical computer. This ansatz is fundamentally limited by a quantum entanglement barrier that emerges in imaginary time, reflecting the exponential hardness expected for this NP-complete problem. Strikingly, we argue based on careful analysis of the structure imprinted onto the MPS by the 3-SAT instances that this barrier arises from classical computational complexity. To reveal this connection, we elucidate with stochastic models the specific relationship between the classical hardness of the $\\sharp$P $\\supseteq$ NP-complete counting problem $\\sharp$3-SAT and the entanglement properties of the quantum state. Our findings illuminate the limitations of this quantum-inspired approach and demonstrate how purely classical computational complexity can manifest in quantum entanglement. Furthermore, we present estimates of the non-stabilizerness required by the protocol, finding a similar resource barrier. Specifically, the necessary amount of non-Clifford operations scales superlinearly in system size, thus implying extensive resource requirements of ITP on different architectures such as Clifford circuits or gate-based quantum computers."}, {"id": "c472", "text": "A Two-Point Hologram for Everything : Known holographic dictionaries, especially AdS/CFT, rely on symmetry matching between the bulk and the boundary. We take a step toward a holographic dictionary with no symmetry requirement and without assuming the geometry being asymptotically AdS. Starting from any interacting Majorana generalized free field on a $(0+1)$d boundary and its two-point function data, we derive a concise analytic formula for the dual $(1+1)$d bulk geometry, borrowing techniques from unitary matrix integral and inverse scattering. Using this formula, we compute the near-horizon curvature, give conditions for positive versus negative curvature, and identify simple boundary models with de Sitter or anti-de Sitter near-horizon duals. We also study the large-$q$ SYK model, finding an unusual temperature dependence of the near-horizon curvature, related to the discrepancy between physical temperature and the ``fake disk'' temperature. We also construct, directly from boundary operators, approximate algebras generated by null translations and boost that become exact at the bifurcate horizon."}, {"id": "c473", "text": "Superconductivity and magnetism in bilayer nickelates: itinerant perspective : We study superconductivity and magnetism in bilayer nickelates from an itinerant perspective. Starting from a tight binding fit to recent ARPES measurements on compressively strained thin films, we incorporate the standard set of onsite repulsive interactions among partially filled $e_g$ orbitals: intra-orbital $U$, inter-orbital $U'$, Hund's coupling $J_H$ and a pair hopping $J_P$. We obtain the effective pairing interaction by dressing these bare interactions with particle-hole fluctuations via the RPA. In the strong Hund's coupling regime, we find that $s$-wave superconductivity and $(\u03c0/2, \u03c0/2)$ SDW order are the favored ground states. With weaker Hund's coupling, we find that $d$-wave pairing and $(\u03c0, \u03c0)$ SDW are the leading ground states. Our results are qualitatively consistent with earlier DMRG studies, and point to the key role played by Hund's coupling in determining the nature of superconductivity and magnetism in this system."}, {"id": "c474", "text": "Qubit Noise Spectroscopy of Superconducting Dynamics in a Magnetic Field : An applied magnetic field affects a superconductor in two ways -- by promoting pairing fluctuations, and by inducing topological defects called vortices that carry quantized magnetic flux. A quantitative characterization of the resultant field-induced superconducting dynamics with spatio-temporal resolution remains challenging, particularly in two-dimensional materials. In this work, we analyze magnetic noise measured by the depolarization rate of a proximate single spin-qubit as a non-invasive probe of such dynamical fluctuations. We demonstrate that the temperature dependence of the magnetic noise spectrum near $T_c$ deviates from predictions based on quasiparticle excitations due to critical superconducting fluctuations, which in turn are enhanced by a weak applied field. By analyzing the magnetic noise due to vortex dynamics, we further show that noise spectroscopy is not only able to distinguish between different vortex phases, but also extract key physical quantities of interest, such as oscillation frequencies of pinned vortices, phonon dispersion of vortex lattices and vortex diffusivity in a vortex liquid. Complementing recent work on noise magnetometry of quasiparticle excitations and Berezinskii-Kosterlitz-Thouless transitions in two-dimensional superconductors without an applied field, our work highlights the ability of noise spectroscopy to reveal a wealth of superconducting dynamical phenomena in an applied field."}, {"id": "c475", "text": "Generalized $\\mathbb{Z}_p$ toric codes as qudit low-density parity-check codes : We study two-dimensional translation-invariant CSS stabilizer codes over prime-dimensional qudits on the square lattice under twisted boundary conditions, generalizing the Kitaev $\\mathbb{Z}_p$ toric code by augmenting each stabilizer with two additional qudits. Using the Laurent-polynomial formalism, we adapt the Gr\u00f6bner basis to compute the logical dimension $k$ efficiently, without explicitly constructing large parity-check matrices. We then perform a systematic search over various stabilizer realizations and lattice geometries for $p\\in\\{3,5,7,11\\}$, identifying qudit low-density parity-check codes with the optimal finite-size performance. Representative examples include $[[242,10,22]]_3$ and $[[120,6,20]]_{11}$, both achieving $k d^{2}/n=20$. Across the searched regime, the best observed $k d^{2}$ at fixed $n$ increases with $p$, with an empirical relation $k d^{2} = 0.0541 \\, n^{2}\\ln p + 3.84 \\, n$, compatible with a Bravyi--Poulin--Terhal-type tradeoff when the interaction range grows with system size."}, {"id": "c476", "text": "Entanglement formation in two-dimensional materials within microcavity : In this work, the entanglement generation between two hexagonal-lattice layers embedded in a microcavity is studied, accounting for both electromagnetic coupling and intrinsic spin-orbit interaction (SOI). Utilizing a short-time dynamical approach, we perform a perturbative Taylor expansion of the reduced density matrix to characterize the bipartite quantum correlations between the hexagonal layers. We demonstrate that the system undergoes a rapid transition from a localized product state in the conduction bands at t = 0 to a coherent superposition of valence and conduction band states. Our results indicate that the degree of entanglement is highly sensitive to the interlayer photon propagator, which contains the geometric ratios of the layer positions and the height cavity, and the specific Fermi energy and SOI signatures of the respective layers. We show the emergence of spacelike-separated quantum correlations in the ultra-short evolution regime, suggesting that heterostructures in cavities may be suitable to develop experiments for a deep understanding of spacelike-separated quantum effects."}, {"id": "c477", "text": "Coexisting magnetic, charge, and superconducting orders in the two-dimensional Hubbard model : We perform a renormalized mean-field study of the two-dimensional repulsive Hubbard model, focusing on the intricate interplay and possible coexistence of magnetic, charge, and superconducting orders. We improve on conventional mean-field theory by utilizing a renormalization group framework that captures high-energy fluctuations. This method generates effective magnetic and $d$-wave pairing interactions, and allows for an unbiased exploration of coexisting phases at weak and moderate interaction strengths. Unrestricted mean-field calculations of the effective Hamiltonian on large finite lattices are combined with analyses in the thermodynamic limit, revealing a rich phase diagram with extensive regions of coexisting orders. We find that $d$-wave superconductivity coexists with N\u00e9el order on the electron-doped side. On the hole-doped side, superconductivity is found to coexist with spiral or stripe magnetic orders. Within the stripe ordered region, the superconducting order parameter is spatially modulated, with a period that follows the charge modulation of the stripes. Below van Hove filling, pairing provides the primary energy gain, while the stripe order yields only a small, and hence fragile, additional energy lowering."}, {"id": "c478", "text": "Non Fermi liquid signatures across strain engineered metal-insulator transition in line-graph lattices : Controlling the properties and thus the functionalities of correlated electron systems via externally tunable perturbations has always remained a cherished goal in quantum condensed matter physics. Recently, straintronics has proved to be one such external control which can dictate the quantum phases and transitions in materials via the reconstruction of their electronic band structure. A particularly intriguing scenario arises in the context of flat band line-graph lattices wherein straintronics is found to bring forth non trivial phase transitions. This paper reports the phase transitions and thermal scales across the Lieb/Kagome interconversion in the electronic interaction-strain-temperature space. Based on the thermodynamic, spectroscopic and transport signatures across the strain tuned interconversion of these line-graph lattices we have mapped out the low temperature phases and thermal transition scales, numerically determined using non perturbative calculations. While at the low temperatures, interaction-strain plane is spanned by magnetically correlated insulators, flat band induced weak transiently localized insulators and non Fermi liquid metallic phases, thermal fluctuations aid in to stabilize coexistent magnetic correlations. Apart from quantifying the magnetic transition scales in this system our results on the spectroscopic and transport signatures distill the strain tuned metal-insulator transition and crossover scales which exhibit variable transport scaling exponents."}, {"id": "c479", "text": "Anisotropic magnons in a layered honeycomb ferromagnet : Recent experimental and theoretical studies have suggested a possible Dirac magnon gap in the two-dimensional ferromagnetic semiconductor CrSiTe$_3$. Detailed neutron scattering measurements were performed to shed light on the existence of the magnon gap, and suggest that the gap is very small or non-existent, with previous measurements being complicated by experimental factors. During these measurements, it was found that the out-of-plane couplings could explain the usual property of the increase in the magnetic transition temperature when CrSiTe$_3$ is exfoliated to monolayers. Furthermore, the material was shown to have anisotropic magnons along the out-of-plane direction, through the proposed Dirac point. We speculate that this is due to an exchange anisotropy, though Kitaev-like interactions alone cannot explain the spectra."}, {"id": "c480", "text": "Separation of the Kibble-Zurek Mechanism from Quantum Criticality : When a system is swept through a quantum critical point (QCP), the Kibble-Zurek mechanism predicts that the average number of topological defects follows a universal power-law scaling with the ramp time scale. This scaling behavior is determined by the equilibrium critical exponents of the underlying phase transition. We show that the correspondence between Kibble-Zurek scaling and quantum criticality does not hold generally. In particular, the defect density can exhibit a suppression faster than the Kibble-Zurek prediction even when the quench crosses a critical point, while conventional Kibble-Zurek scaling may persist for quenches through a non-critical point. Our results, based on models representative of a broad class of quasi-one-dimensional Fermi systems, identify the dynamical conditions under which universal defect scaling emerges and clarify the relation between defect generation and equilibrium criticality."}, {"id": "c481", "text": "Floquet product mode and eigenphase order : We study the robustness of the Floquet quantum Ising model against integrability-breaking perturbations, focusing on the phase hosting both Majorana zero and $\u03c0$ modes. A recent work [Phys. Rev. B 110, 075117, (2024)] observed that the Floquet product mode, a composite edge mode constructed from both Majorana operators, is considerably more robust than the individual Majorana edge modes. We analyze these strong modes from the point of view of the eigenphase order present in finite chains with open boundary conditions. As a result of the Majorana modes, all Floquet eigenstates come in quadruplets in the integrable limit. We show that the robustness of the various modes as well as the behavior of the boundary spin correlation functions can be understood in terms of the spectral statistics of these quadruplets in the presence of integrability-breaking perturbations."}, {"id": "c482", "text": "Anisotropic fully-gapped superconductivity in quasi-one-dimensional Li$_{0.9}$Mo$_6$O$_{17}$ : Superconductivity in quasi-one-dimensional Li$_{0.9}$Mo$_6$O$_{17}$ emerges from an exotic, non-metallic normal state that exhibits signatures of Tomonaga-Luttinger liquid behavior, emergent symmetry and excitonic order. The high upper critical field, $H_{c2}$, in Li$_{0.9}$Mo$_6$O$_{17}$ suggests that that the favored pairing state is spin-triplet in nature. Here, we report measurements of the magnetic penetration depth down to $0.08\\,\\mathrm{K}$ ($T/T_c \\lesssim 0.04$) and the specific heat down to $0.4\\,\\mathrm{K}$ ($T/T_c \\lesssim 0.2$), and show that they are consistent with a moderately-coupled, fully-gapped superconducting state with marked gap anisotropy and a minimum ($\u0394_{\\rm min} \\simeq 0.4\\,k_{\\mathrm{B}}T_c$) occurring over a very narrow region in $k$-space. Combined with knowledge of $H_{c2}$, these measurements support the presence of a nodeless and possibly odd-parity spin-triplet superconducting order parameter in Li$_{0.9}$Mo$_6$O$_{17}$."}, {"id": "c483", "text": "Bridging atomic and mesoscopic length scales with Replica Scanning Tunneling Microscopy: Visualizing the intra-unit cell pair density modulation of superconducting FeSe at micron length scale : Scanning Tunneling Microscopy (STM) is a cornerstone technique for visualizing the electronic density of states with atomic resolution (typically below 0.1 nm). While the field of view of most STM setups extends up to a few microns, obtaining atomic resolution over these large areas is often impractical and excessively time-consuming. This is due to the need to acquire maps with a point number reaching 107 or more with a full current or conductance vs voltage curve at each point. The standard procedure is to make large scale maps and then select small regions to zoom-in for high-resolution atomic scale analysis. However, this approach fails to address a question which is often critical: Does a specific atomic-scale modulation of the electronic density of states persist over much larger, mesoscopic length scales? Here we present a new method: Replica STM (R-STM), that overcomes this limitation, allowing the study of atomic-scale phenomena up to micron length scales. We obtained new large-area STM tunneling conductance maps in UTe2 and FeSe, spanning areas over 200 nm in size. In these large scale maps we discovered signals with wavelengths significantly exceeding interatomic distances. We show that these large-wavelength signals are replicas of the underlying atomic-scale density of states modulations. R-STM leverages these replica signals to efficiently track atomic-scale features over large areas. Using this novel technique, we show that the pair density modulation discovered recently in FeSe persists with the same characteristic wavelength up to hundreds of nm length scales. R-STM provides a powerful and practical new capability for STM to compare atomic scale with micrometer scale phenomena. The proof of principle of R-STM can be extended to any other scanning probe microscopy experiment where a periodic signal is traced as a function of position."}, {"id": "c484", "text": "Data-Driven Bath Fitting for Hamiltonian-Diagonalization Dynamical Mean-Field Theory : We propose a machine-learning-based initialization method to overcome the nonlinear bath-fitting bottleneck in Hamiltonian-diagonalization-based dynamical mean-field theory (HD-DMFT). In HD-DMFT, the continuous hybridization function is approximated by a finite set of bath-site energies and hybridization amplitudes, determined by minimizing a highly non-convex multivariable cost function. As the number of bath sites increases, the optimization becomes more sensitive to the initial guess and more prone to suboptimal local minima, which can slow or destabilize the DMFT self-consistency loop. We reformulate bath fitting as a supervised regression problem and train a kernel ridge regression model to predict near-optimal discrete bath parameters directly from the target hybridization function on the Matsubara axis. To ensure physical relevance and data diversity, we construct the training dataset from tight-binding Hamiltonians of layered-perovskite-like ruthenate models across systematically deformed structures, instead of relying on naive random parameter sampling, and obtain high-quality labels through fully converged conventional bath fitting. Time-reversal symmetry is explicitly incorporated in both feature and target representations to reduce effective dimensionality and enforce physical consistency. Benchmarks in the non-interacting limit show that the learned initialization systematically reduces the initial fitting error, decreases the number of conjugate-gradient iterations, and improves robustness against local minima over a wide range of bath sizes. We further demonstrate transferability to interacting DMFT calculations for $\\mathrm{Sr_{2}RuO_{4}}$ solved with an adaptive-truncation impurity solver, where the ML initialization yields consistently faster convergence than a symmetry-preserving heuristic baseline while preserving the final fitted solution."}, {"id": "c485", "text": "From Quantum Chaos to a Reversed Quantum Disentangled Liquid in a Disorder-Free Spin Ladder : The mechanisms by which isolated interacting quantum systems evade thermalization extend beyond disorder-induced many-body localization, encompassing a growing class of interaction-driven phenomena. We investigate a spin-1/2 ladder with asymmetric XY leg couplings and tunable Ising interactions on the rungs, and identify the microscopic origin of many-body localization (MBL) in this setting. Through a suite of diagnostics -including entanglement dynamics, fidelity susceptibility, adiabatic gauge potential norms, level-spacing statistics and entropy of eigenstates- we uncover a reentrant progression of dynamical regimes as the rung coupling Jz is varied: integrable behavior at Jz=0, quantum chaos at intermediate Jz, and a robust nonthermal regime at strong coupling. In the latter regime, we demonstrate the emergence of a reversed quantum disentangled liquid (reversed-QDL), where the light species thermalizes while the heavy species remains localized. The strong-coupling limit further yields emergent local integrals of motion anchored in a fixed-point structure, providing a microscopic origin of the observed quasi-MBL dynamics. These results establish reversed-QDL as a distinct, disorder-free route to nonergodicity and broaden the classification of dynamical phases in quantum matter."}, {"id": "c486", "text": "Calderbank-Shor-Steane codes on group-valued qudits : Calderbank-Shor-Steane (CSS) codes are a versatile quantum error-correcting family built out of commuting $X$- and $Z$-type checks. We introduce CSS-like codes on $G$-valued qudits for any finite group $G$ that reduce to qubit CSS codes for $G = \\mathbb{Z}_2$ yet generalize the Kitaev quantum double model for general groups. The $X$-checks of our group-CSS codes correspond to left and/or right multiplication by group elements, while $Z$-checks project onto solutions to group word equations. We describe quantum-double models on oriented two-dimensional CW complexes (which need not cellulate a manifold) and prove that, when $G$ is non-Abelian and simple, every $G$-covariant group-CSS code with suitably upper-bounded $Z$-check weight and lower-bounded $Z$-distance reduces to a CW quantum double. We describe the codespace and logical operators of CW quantum doubles via the same intuition used to obtain logical structure of surface codes. We obtain distance bounds for codes on non-Abelian simple groups from the graph underlying the CW complex, and construct intrinsically non-Abelian code families with asymptotically optimal rate and distances. Adding \"ghost vertices\" to the CW complex generalizes quantum double models with defects and rough boundary conditions whose logical structure can be understood without reference to non-Abelian anyons or defects. Several non-invertible symmetry-protected topological states, both with ordinary and higher-form symmetries, are the unique codewords of simply-connected CW quantum doubles with a single ghost vertex."}, {"id": "c487", "text": "Electron-electron and electron-phonon collision cross sections in CsV3Sb5 : AV3Sb5 (A=K, Rb, Cs) are kagome metals and superconductors, attracting much recent attention as nexus of multiple quantum states. Here, through a systematic study of electric and thermal transport of CsV3Sb5, we identify iy as a metallic Fermi liquid with moderate electronic correlations ans strong electron-phonon (e-ph) collision cross section. We observe contributions to the inelastic electrical resistivity, each dominating within a distinct temperature window. The prefactor of the T2 is consistent with the Kadowaki-Woods scaling for a Fermi liquid with moderate correlation. By performing thermal conductivity measurements at zero and finite magnetic field, we separate the electronic and the lattice contributions to the thermal conductivity. The Wiedemann-Franz law is is satisfied in the zero-temperature limit, while a downward deviation emerges at finite temperature due to the mismatch between the prefactors of the electrical and thermal quadratic resistivities, as reported in other metals. The Bloch-Gr\u00fcneisen description of electron-phonon scattering successfully accounts for both electronic thermal and electrical transport, indicating a remarkably large e-ph collision cross section in CsV3Sb5."}, {"id": "c488", "text": "Toward the Thermodynamic Limit: Neural Operators for Non-equilibrium Dynamics of Mott Insulators : Mott insulators exhibit complex photoexcitation dynamics under intense optical driving, with potential implications for carrier multiplication beyond the Shockley-Queisser limit. Probing these nonequilibrium processes requires access to the thermodynamic limit, where the number of lattice sites becomes arbitrarily large, but conventional solvers are constrained to small systems due to the exponential growth of the Hilbert space. Fourier Neural Operators (FNOs), originally developed for solving partial differential equations, naturally accommodate inputs of varying resolution and are capable of capturing nonlocal effects. Here, we employ FNOs to learn the mapping from noise-perturbed ground-state momentum distributions to their post-pulse counterparts across a range of interaction strengths and driving parameters. Trained only on small lattices, the model generalizes zero-shot to much larger systems, producing physically reasonable momentum distributions well beyond the reach of numerical solvers. Specifically, the model can predict momentum distribution for a 1024x1024 system within a few seconds that matches the theoretical behavior of key observables, whereas direct numerical simulations have so far been restricted to edge sizes of ~30. These results demonstrate the potential of neural operators to directly access large-scale nonequilibrium dynamics, providing a new pathway toward the thermodynamic limit in strongly correlated materials."}, {"id": "c489", "text": "Self-correction phase transition in the dissipative toric code : We analyze a time-continuous version of a cellular automaton decoder for the toric code in the form of a Lindblad master equation. In this setting, a self-correcting quantum memory becomes a thermodynamical phase of the steady state, which manifests itself through the steady state being topologically ordered. We compute the steady state phase diagram, finding a competition between the error correction rate and the update rate for the classical field of the cellular automaton. Strikingly, we find that self-correction of errors is possible even in situations where conventional quantum error correction does not have a finite threshold."}, {"id": "c490", "text": "Microscopic origin of hard-plane antiferromagnetism in the Kondo lattice Ce2Rh3Ge5 : Hard plane antiferromagnetic order where ordered moments lie perpendicular to the single-ion crystal electric field easy axis is rare in Ce-based Kondo lattices and is a subject of active interest. Here we show that Ce$_2$Rh$_3$Ge$_5$ realizes a hard-plane antiferromagnetic state in which partial delocalization of the local moment gives rise to an RKKY exchange that overturns the single-ion easy-axis preference. Neutron diffraction reveals moments in the $ab$ plane, while inelastic neutron scattering and susceptibility establish a magnetic easy axis along $c$ in the paramagnetic regime, highlighting a clear inversion between single-ion and ordered-state anisotropies. In this work, we establish a unified microscopic framework to consistently account for partial $4f$-moment delocalization, enhanced in-plane RKKY exchange, and the resulting hard-plane antiferromagnetic order. Ce$_2$Rh$_3$Ge$_5$ thus provides a benchmark system in which single-ion anisotropy, Kondo screening, and RKKY exchange compete on comparable energy scales, revealing a cooperative route to hard-axis ordering in strongly hybridized Kondo lattices."}, {"id": "c491", "text": "Specific features of the magnetic-field dependences of electrical resistivity in Bi--Mn solid solutions with low Mn content : For the first time, the field dependences of the magnetoresistance of a textured polycrystalline Bi$_{88.08}$Mn$_{11.92}$ sample were investigated in the $H \\perp I$ and $H \\parallel I$ configurations, and the results were compared with those previously obtained for the solid solution Bi$_{95.69}$Mn$_{3.69}$Fe$_{0.62}$ with a lower manganese concentration. It was demonstrated that the magnetoresistance field dependencies for Bi$_{88.08}$Mn$_{11.92}$ differ significantly from those of Bi$_{95.69}$Mn$_{3.69}$Fe$_{0.62}$ below 100 K, becoming nearly identical as the temperature approaches room temperature. It was established that the maximum relative magnetoresistance values for Bi$_{88.08}$Mn$_{11.92}$ are observed at a magnetic field of 90 kOe and a temperature of 100 K in both the $H \\perp I$ and $H \\parallel I$ configurations, amounting to 3170\\% and 380\\%, respectively. These values are significantly lower than those previously reported for the solid solution containing less manganese (Bi$_{95.69}$Mn$_{3.69}$Fe$_{0.62}$), which were 3877\\% and 742\\%, respectively. Analysis of the results indicates that differences in field dependence among the studied materials are associated with varying amounts of magnetic $\u03b1$-BiMn. The anomalous magnetoresistance behavior, as compared with that of pure bismuth, is attributed to the influence of internal magnetism on electrical transport within the bismuth matrix of the studied solid solutions."}, {"id": "c492", "text": "Precompression engineering of metal-insulator transition and magnetism in designed breathing kagome systems : Kagome materials featuring dispersive Dirac cones and topological flat bands exhibit unique electronic and magnetic properties. However, kagome compounds with tunable electrical conductivity remain scarce, which severely impedes their device applications. Here, based on density functional theory (DFT) and Boltzmann transport theory, we introduce the breathing effect into kagome materials $\\mathrm{Nb_3XCl_7}$ (X = F, Cl, Br, I) via chemical precompression, thereby inducing a metal-insulator transition and magnetic variation. We determine that the band structures, optical absorption spectra and magnetic ground states agree well with experimental results at the effective correlation strength $U_{\\text{eff}} = 2$ eV. The calculated conductivity and magnetic properties reveal that the monolayer $\\mathrm{Nb_3Cl_8}$ and $\\mathrm{Nb_3XCl_7}$ undergoes transitions from paramagnetic metals to Mott insulators at $U_{\\text{eff}} = 1$ eV and $t_{\\text{out}}/t_{\\text{in}} = 0.6674$, respectively. Our detailed analysis establishes that the stronger breathing effect corresponds to enhanced chemical precompression, which reduces the region of free electron gas between intercell Nb atoms and facilitates the metal-insulator transition. Finally, we propose several viable synthesis routes for $\\mathrm{Nb_3FCl_7}$, $\\mathrm{Nb_3BrCl_7}$, and $\\mathrm{Nb_3ICl_7}$, providing predictive guidance for experimental studies. Our study establishes a practical framework for investigating the breathing effect in correlated kagome systems and yields valuable insights into the mechanisms underlying metal-insulator transition and magnetic properties in real breathing kagome materials."}, {"id": "c493", "text": "Collisionless Accretion of Finite-Angular-Momentum Plasma onto a Spinning Black Hole : In low-luminosity active galactic nuclei like M87* and Sgr A*, the accretion disk around the central supermassive black hole is tenuous and collisionless. As a result, the usual ideal magnetohydrodynamics (MHD) approximation may not be applicable. In this Letter, we report on the first fully kinetic simulations of the accretion process where the plasma initially has finite angular momentum. The simulated accretion flow behaves remarkably similarly to the magnetically arrested disk (MAD) regime of ideal MHD, reproducing episodes of magnetic flux saturation and eruption typical of MADs. The resemblance to fluid models owes largely to kinetic instabilities, which regulate pressure anisotropy in the disk, allowing fluid terms to dominate the angular momentum transfer. In addition, by handling vacuum regions effectively, our kinetic approach probes the matter supply to the jet funnel. We observe no efficient penetration of the accreting material into this region, which suggests that a pair discharge may be required to sustain the Blandford-Znajek process."}, {"id": "c494", "text": "Whistler-Alfv\u00e9n turbulence in a non-neutral ultrarelativistic pair plasma : The large-scale dynamics of most conventional space and astrophysical plasmas are predominantly governed by Alfv\u00e9n modes, which are low-frequency magnetohydrodynamic modes existing in magnetized media. At scales smaller than the ion gyroscale or frequencies exceeding the ion cyclotron frequency, the Alfv\u00e9n modes transform into kinetic-Alfv\u00e9n or whistler modes that significantly contribute to plasma dynamics. However, this scenario reverses in non-neutral pair plasmas, such as those found in the magnetospheres of pulsars and magnetars, around rotating black holes and in their relativistic jets, as well as in certain laboratory plasmas. In these systems, the large-scale dynamics is governed by hybrid whistler-Alfv\u00e9n modes, which transform into pure Alfv\u00e9n modes at smaller scales. We derive the nonlinear equations that describe the dynamics of whistler-Alfv\u00e9n modes in ultrarelativistic non-neutral magnetically dominated pair plasma and discuss the spectrum of turbulence governed by these equations."}, {"id": "c495", "text": "Fermi-LAT 16-year Source List : The current Fermi-LAT source catalog (4FGL-DR4: 7194 sources over 14 years) was built incrementally from the 8-year catalog. In a survey mission like Fermi, data accumulate on each source over time, so after 16 years (reached in August 2024) and twice the data for the original 4FGL sources we have more precise localization (by 24% on average). It is thus time to generate a new original catalog, which implies, beyond adding the sources newly detectable after two more years, changing the existing source names (derived from their coordinates) and reviewing the associations. We present an early 16-year list (FL16Y) of 7220 sources, which relocalizes all sources and improves a few aspects of the catalog analysis, but still uses the same model of interstellar diffuse emission as 4FGL-DR4."}, {"id": "c496", "text": "Forward hadron production in proton-air collisions above LHC energies through the fluctuations of extensive air showers : Primary proton-air interactions at ultra-high energies leave a physically interpretable imprint on the correlated fluctuations of the depth of shower maximum and the muon content in extensive air showers. This imprint reflects the stochasticity in the partition of the primary energy among secondary particles in the first interaction. We show that these fluctuations can be accessed through a probabilistic description that isolates sensitivity to hadronic physics in the initial collision, while treating the subsequent shower development as effectively universal. The uncertainties resulting from this universality are smaller than the spread among current hadronic interaction models and comparable to current experimental uncertainties. Consequently, the joint observable space defined by these two quantities provides a new probe of hadron production in kinematic regimes far beyond the reach of human-made accelerators."}, {"id": "c497", "text": "IGR J12580+0134: A Candidate for Repeating Partial Tidal Disruption Events Supported by Multi-Wavelength Observations : Repeating partial tidal disruption events (pTDEs) provide a direct probe of stellar orbits and episodic mass loss around supermassive black holes, but robust identification requires multi-band and multi-epoch evidence. We investigate whether the late-time radio rebrightening of the nuclear transient IGR J12580+0134 in NGC 4845 can be explained as a repeating pTDE, using multi-epoch Karl G. Jansky VLA observations together with X-ray constraints from Swift/XRT and NICER. The radio light curves show two distinct episodes, with the L-band peaks separated by $\\approx1513$ days. Modeling the second episode with a synchrotron afterglow framework using Markov Chain Monte Carlo fitting favors a non-relativistic outflow $v\\simeq0.03c$, with an isotropic-equivalent kinetic energy of order $10^{50}$ erg propagating in an approximately constant-density circumnuclear medium. No significant contemporaneous brightening is detected by Swift/XRT during the 2016 radio flare, while faint NICER flares in 2023 suggest intermittent low-level accretion. The recurrence timescale and radio energetics therefore make IGR J12580+0134 a possible candidate for a repeating pTDE system, motivating continued sensitive radio and X-ray monitoring to test future reactivations."}, {"id": "c498", "text": "Probing Dark Photon Dark Matter with CTAO : The dark photon is a new hypothetical gauge boson arising in extensions of the Standard Model, and constitutes a compelling dark matter candidate. As dark photon dark matter (DPDM), it can interact with electromagnetic fields via kinetic mixing, and the inelastic scattering process $\u03b3\u03b3' \\to e^+ e^-$ becomes kinematically allowed for gamma rays above a characteristic energy threshold. This interaction imprints unique spectral attenuation features at very-high-energies (VHE), offering an observational probe of DPDM models. Using the Cherenkov Telescope Array Observatory (CTAO) Instrument Response Functions (IRFs), we simulate observations of VHE sources and forecast novel sensitivities to the kinetic mixing parameter for the photon-dark photon scattering process. Our study focuses on three key astrophysical targets: the Crab Nebula and the blazars Markarian 421 and Markarian 501. Additionally, we investigate the impact of dark matter spikes around black holes on the upper limits. Our results demonstrate that CTAO can probe the DPDM parameter space down to a mixing parameter of $\\varepsilon \\sim 10^{-8}$ for masses around $m_{A^{\\prime}} \\sim 10^{-1}~\\textrm{eV}$ through high-energy spectral attenuation, at a $95\\%$ confidence level."}, {"id": "c499", "text": "Analytic force-free jet from disk-fed rotating black holes : We present a new analytic model of force-free electromagnetic jet launched from a disk-fed rotating black hole. The jet solution is obtained through a systematic construction from previously developed methods. The resulting physical jet solution exhibits an asymptotically parabolic structure and is parametrized by the location of localized current concentration and sign reversal in the disk. We find, however, that the jet properties show negligible dependence on the disk parameter. The black hole jet captures the basic feature of the Blandford-Znajek mechanism for energy extraction and jet formation."}, {"id": "c500", "text": "pythonradex: a fast Python re-implementation of RADEX with extended functionality : A common task in astronomical research is to estimate the physical parameters (temperature, mass, density etc.) of a gas by using observed line emission. This often requires a calculation of how the radiation propagates via emission and absorption (so-called radiative transfer). In radio and infrared astronomy, the Fortran code RADEX (van der Tak et al., 2007) is a popular tool to solve the non-LTE radiative transfer of a uniform medium in a simplified geometry. I present pythonradex, a Python re-implementation of RADEX. Written in Python, it provides an easy and intuitive user interface, improved performance as well as additional functionality not included in RADEX, such as continuum effects and overlapping lines. In addition, pythonradex provides a self-consistent computation of the total flux for all geometries, including spherical geometries."}, {"id": "c501", "text": "Classical, large scale 3D MHD simulations of interacting pulsar wind nebulae : Magnetized rotating neutron stars, or pulsars, are a possible end product of massive star evolution. Their relativistic wind successively interacts with the supernova ejecta of their defunct progenitor, then with the circumstellar medium of the progenitor, and eventually with the interstellar medium. If a massive star is static with respect to its ambient medium, then its resulting circumstellar medium is elongated along the direction of the local magnetic field, and its supernova remnant transiently appears as a rectangle. The pulsar wind nebula forming in it is, in its turn, elongated, as long as the pulsar axis of rotation matches the direction of the local magnetization. In this work, we explore how the angle between the direction of the local magnetic field of the interstellar medium and the pulsar axis of rotation influences the shaping of its pulsar wind nebula with 3D MHD simulations are carried out with the PLUTO. We use those models to perform radiative transfer calculations to derive non-thermal radio emission maps of the pulsar wind nebulae. When the polar elongation of the pulsar develop, they bend in opposite directions under the effects of the cavity carved by the stellar wind and already filled by supernova ejecta. This induces a complex distribution of magnetized supernova ejecta and pulsar wind, resulting in various observable structures, appearing as rectangles, circles, or irregular oblong shapes, in the radio waveband. The angle between the direction of the pulsar rotation axis and that of the local ambient magnetization is a governing parameter for the shaping and non-thermal radio properties of the pulsar wind nebulae of static massive stars; however, the mixing of material, once the pulsar wind nebula is old (50 to 80 kyr), is not strongly affected by that factor."}, {"id": "c502", "text": "Spectral and photometric variability of SS 433 observed with XRISM and simultaneous optical and near-infrared telescopes : We present results from coordinated multiwavelength observations of the SS 433, obtained with XRISM, optical telescopes, and near-infrared camera during 2024 April and 2025 March. The XRISM exposures amounted to ~200 ks in 2024 and ~100 ks in 2025. With XRISM/Resolve's high spectral resolution and large effective area, we clearly resolved numerous emission lines even in short time segments, achieving improved accuracy in Doppler-shift measurements relative to earlier observations. The simultaneously obtained X-ray and optical Doppler shifts suggest a possible tendency for the optical emission to lag slightly behind the X-rays. In the Resolve data, the Doppler shifts of the two jet components exhibited apparent asymmetries, with jet speeds fluctuating around ~0.26$\\pm$0.01$c$ in 2024 and ~0.30$\\pm$0.01$c$ in 2025. The velocity variations indicated modulations on a timescale of ~6.3 d, with a phase offset of about -90$^{\\circ}$ relative to the nutation cycle. The observed line widths and flux of the approaching and receding jets appear consistent with the expected geometrical effects, indicating systematically larger line widths in the inner regions of the jets, as proposed by Shidatsu et al. (2025). Optical light curves show flares of ~400 s in 2024 and ~1600 s in 2025, with amplitudes up to ~15% during out-of-eclipse intervals, while the XRISM/Xtend light curves show no significant variability within the overlapping intervals and given the statistical uncertainties. Near-infrared photometry in 2024, obtained during an out-of-eclipse interval at a different epoch from the optical observations, showed no flare-like variability, and the X-ray band also remained constant within uncertainties. These coordinated observations provide a foundation for future XRISM studies aimed at probing the dynamical properties of the relativistic jets in SS 433."}, {"id": "c503", "text": "$r$-mode stabilization in rotating hyperon-rich neutron stars and its implications for GW190814 : The GW190814 event, involving a black hole of mass $22.2$--$24.3 M_{\\odot}$ and a compact object of mass $2.50$--$2.67 M_{\\odot}$, challenges our understanding of the mass gap between the heaviest neutron stars and the lightest black holes. If the secondary is a neutron star exceeding $2.5 M_{\\odot}$, hyperons are likely to appear in its core, softening the equation of state. Rapid rotation can offset some of this softening, enabling higher maximum masses, but it may simultaneously excite the Chandrasekhar--Friedman--Schutz $r$-mode instability. Bulk viscosity arising from nonleptonic weak interactions in hyperonic matter provides an efficient damping mechanism that can stabilize such configurations. In this work, we investigate the combined effects of rotation, thermal evolution, and hyperon-induced bulk viscosity on the stability of massive neutron stars. We demonstrate a direct connection between the suppression of $r$-mode instabilities and the long-term dynamical stability of hyperon-rich stars, offering a plausible interpretation of the GW190814 secondary as a rapidly rotating, hyperon-rich neutron star rather than a low-mass black hole. Our unified framework extends beyond previous studies restricted to static equations of state or extreme viscous damping assumptions, providing new insights into the stability of massive, exotic neutron star configurations."}, {"id": "c504", "text": "AT2024lhc and AT2024kmq in the landscape of featureless tidal disruption events : We study AT2024kmq and AT2024lhc, two tidal disruption events (TDEs) with blue featureless spectra associated with high-mass black holes ($M_{\\rm BH}\\sim 10^8\\,M_\\odot$). Both events show optical precursors consistent with shock dissipation from stream self-intersection. Their X-ray emission is luminous ($L_{\\rm X}\\sim 10^{44}\\,{\\rm erg\\,s^{-1}}$), highly variable (with minimum observed variability timescales of 1.3\\,hr and 4.8\\,hr for factor of $\\sim3$ flux changes), long-lasting ($>1\\,\\rm yr$), emerging no later than the optical peak, and well characterized by power-laws with $1.7<\u0393<3$ (where $f_\u03bd\\propto \u03bd^{1-\u0393}$). The X-ray properties and radio non-detections support a compact corona ($\\lesssim 10 r_{\\rm g}$) producing Comptonized X-ray emission. Using all published featureless TDEs, we find statistically significant bimodality in the distribution of their peak UV/optical blackbody luminosities and radii. We assemble a comparison TDE sample with early-time X-ray observations with eROSITA, in which we find different $M_{\\rm BH}$ distributions in TDEs with different X-ray spectral evolution properties: low-mass black holes ($M_{\\rm BH} \\sim 10^6 M_\\odot$) remain soft ($\u0393>4$) within $t\\lesssim 2$\\,yr, intermediate masses ($\\sim 10^7 M_\\odot$) transition from soft to hard at $\\sim$1 yr, while high masses ($\\sim 10^8 M_\\odot$) are hard ($1.5<\u0393\\lesssim 3$) from the outset. We interpret this result as evidence that the soft-to-hard state transition in TDEs occurs at the critical threshold of $\\dot{M}_{\\rm acc} \\sim 0.03 \\dot M_{\\rm Edd}$ (similar to X-ray binaries), using the fact that the transition timescale predicted by simple disk theory scales with black hole mass as $t_{\\rm tr}\\propto M_{\\rm BH}^{-3/4}$."}, {"id": "c505", "text": "Direction-of-arrival estimation of a gravitational wave by correlations between quadrupole moments of pulsar timings : Can we estimate the direction of arrival (DOA) of a gravitational wave (GW) signal from pulsar timing array observations? The present paper addresses the inverse problem, for which we consider quadrupole moments of pulsar timings due to GWs from a dominant isolated source such as a binary of supermassive black holes over an isotropic stochastic background. Correlations between the quadrupole moments are discussed, where the correlations between pulsar pairs over the full sky are taken into account. The correlations turn out to be in the form of a three-dimensional traceless matrix with rank 2 that can be closely related with a projection tensor for the GW. Thereby, we demonstrate that the rank-2 matrix allows to estimate the DOA of the GW. In expectation of the forthcoming Square Kilometer Array, angular resolutions as well as DOA estimation errors are also examined."}, {"id": "c506", "text": "Constraints on neutrino emission and hadronic flux from 1LHAASO catalog $\u03b3$-ray sources : IceCube has detected neutrino emission from the Galactic Plane (GP) at a significance of $4.5\u03c3$, though its origin remains uncertain. Utilizing ten years of IceCube muon-track data, we investigate potential correlations between the GP neutrinos and $\u03b3$-ray sources in the first LHAASO catalog (1LHAASO). To avoid issues caused by spectral extrapolation, this analysis focuses on sources detected by the Water Cherenkov Detector Array (WCDA). We employ an unbinned likelihood analysis to search for neutrino emission and constrain the hadronic $\u03b3$-ray component of these sources. Neither single-source searches nor stacking analyses reveal significant neutrino signals. The stacking analysis indicates that the 1LHAASO WCDA population contributes at most $\\sim$20\\% to the diffuse GP neutrino flux measured by IceCube. The total hadronic contribution to the cumulative $\u03b3$-ray emission from all WCDA sources is constrained to be at most $\\sim$$60\\%$, suggesting a predominantly leptonic origin for the $\u03b3$-ray emission from the LHAASO source population. Even accounting for unresolved sources below the detection threshold, we estimate the total neutrino flux from all discrete sources (resolved plus unresolved) reaches at most about 40\\% of the observed GP neutrino flux. These results support that the bulk of the GP neutrino emission is mainly from truly diffuse processes, i.e., cosmic-ray interactions with the interstellar medium, rather than from unresolved point sources."}, {"id": "c507", "text": "Short-duration GRB 250221A Afterglow Driven by Two-Component Jets from merger of compact star : GRB 250221A is a short gamma-ray burst (GRB) at redshift $z=0.768$, with a duration of 1.8 s and no extended emission in either Swift/BAT or Konus-Wind bands. A remarkable re-brightening feature in both optical and X-ray bands was observed at $\\sim 0.6$ days after the burst trigger, but no supernova or kilonova signature was detected. The burst properties and empirical correlations or distributions (e.g., duration, spectral hardness, location in the Amati correlation, $\\varepsilon-$value, $f_{\\rm eff}$ parameter, and physical offset) favor a compact binary merger origin. However, a dense circumburst medium with $n\\sim 80\\rm~cm^{-3}$, obtained by adopting the energy injection into a jet to interpret the late-time re-brightening is inconsistent with the compact binary merger origin. In this paper, we propose a two-component jet model to explain the multiwavelength afterglow observations of GRB 250221A, in which the relativistic narrow jet ($\\rm \u03b8_{c} \\sim 3.8^\\circ$) produces the prompt and the early decay afterglow emission, while the mildly relativistic wide jet ($\\rm \u03b8_{w} \\sim 4.4^\\circ$) dominates at later times, resulting in the observed re-brightening feature. If this is the case, one can obtain a lower medium density with $n\\sim 0.72\\rm~cm^{-3}$ which is a little bit higher than that of short GRBs in merger environments, but falls into the reasonable and acceptable range. Finally, a possible kilonova emission is also discussed within the scenario of compact star merger origin of GRB 250221A."}, {"id": "c508", "text": "Conditional Image Diffusion with Interferometric Closure Invariants: Independent EHT Imaging of Centaurus~A and 3C~279 : We present independent imaging analyses of Event Horizon Telescope (EHT) observations of the active galactic nuclei in radio galaxy Centaurus~A and quasar 3C~279 using Generative Deep learning Image Reconstruction with Closure Terms (GenDIReCT), a recently developed machine-learning framework built on conditional diffusion models that uses interferometric closure invariants as primary observables. For Centaurus~A, our reconstruction reveals two prominent emission ridges ($\\simeq 80\\,\u03bc$as each) along the jet sheath with a brightness ratio of $1.4\\pm 0.1$ and an opening angle of $12.3\\pm 0.3$~deg. For 3C~279, we identify three distinct components in the image, with the southern jet ejecta on sub-parsec scale exhibiting a proper motion of $4.6\\pm 1.0\\,\u03bc$as over $\\approx 5.39$ days away from the northern components, corresponding to an apparent superluminal velocity of $\\simeq 10\\pm 2$ times light speed. These measurements are consistent with those reported by the EHT Collaboration. The results are significant because we demonstrate that: (1) imaging from interferometric aperture synthesis data, especially in VLBI and most acutely in extremely sparse arrays like the EHT, remains a severely ill-posed and challenging inverse problem, yet closure invariants preserve robust morphological information that can strongly constrain structural features, and (2) more importantly, closure-invariant imaging largely avoids calibration systematics, thus providing a fundamentally independent view of spatial structure with very high angular resolution. The generative nature of GenDIReCT further allows us to sample and characterise clusters of plausible image solutions for each dataset. As a calibration-independent, generative imaging approach, GenDIReCT offers a robust and truly independent blind-imaging tool for current and future VLBI experiments."}, {"id": "c509", "text": "A Decade-Long Increasing Mid-Infrared Luminosity in Galaxy NGC6447: a Turning-On Candidate of Active Galactic Nucleus : It is widely expected that the obscured accretion stage can be the initial turning-on stage of active galactic nuclei from quiescent galaxies. We present mid-infrared light curves of NGC 6447 in 3.5$\u03bc$m and 4.6 $\u03bc$m bands observed by WISE/NEOWISE, which show an almost monotonic increasing trend of 1.2 mag over 14 years. The optical light curve from ASAS-SN during the same period is consistent with a constant showing no variability. The mid-infrared color evolution shows that the galaxy transitioned into an active galactic nucleus (AGN) in 2018. The SPHEREx spectrum reveals an increasing continuum resembling warm to hot dust emission from an AGN. NuSTAR detected an X-ray source with a 2-30 keV luminosity of $8.4\\times10^{41}$ ergs/s at the lower boundary of AGN X-ray emission range, and a factor of >7 variability in one year compared to the Swift upper limit. NGC 6447 was classified as a quiescent galaxy in the literature. The multi-wavelength timing and spectral properties of NGC 6447 are consistent with the expected AGN turning on event, where the obscuring material around the AGN central engine is gradually dispersed, revealing the central engine. This example shows that long-term infrared variability can be a powerful tool to find similar sources. Based on the sample selection statistics, we estimate the duration of the episodes of AGN accretion (duty cycle) signified by the turning-on event as $10^4$-$10^6$ yr."}, {"id": "c510", "text": "Intracluster Medium Fluctuations on Scales up to 1 Mpc: A Combined eROSITA and SPT/Planck Analysis of Abell 3266 : Galaxy clusters form through hierarchical assembly, where smaller substructures merge to build the largest gravitationally bound objects in the universe. These mergers, combined with feedback from AGN, filamentary accretion, and other energy injection processes, generate turbulence and perturbations within the intra-cluster medium (ICM). X-ray and Sunyaev-Zel'dovich (SZ) observations can be utilized to measure these ICM density and pressure inhomogeneities, in turn providing constraints on the effective Equation of State (EOS) of the perturbations and ICM velocities. In this work, we analyze deep SRG-eROSITA and Planck/SPT observations of Abell 3266 (A3266), a dynamically complex merging cluster with elongated morphology and significant substructure. We measure pressure and density fluctuations, and compute the power spectra and deprojected 3D amplitudes of these perturbations. We estimate the ratio of pressure-to-density fluctuation amplitudes as $1.00 \\pm 0.55$ and non-thermal pressure support $0.068 \\pm 0.050$. Density fluctuations are found to be stronger in the northern sector of the cluster compared to the south, consistent with ongoing accretion along a filamentary structure revealed by eROSITA. Further, we find the amplitude of density fluctuations increases with radius, qualitatively consistent with the trend found in cosmological simulations. Uncertainties in our results are dominated by the relatively low sensitivity of current Planck/SPT data, suggesting that improvements in SZ data quality could substantially improve our understanding of ICM energy injection, transport, and dissipation from this technique."}, {"id": "c511", "text": "On the Importance of the Convective Urca Process in 3D Simulations of a Simmering White Dwarf : Type Ia supernovae are bright thermonuclear explosions that are important to numerous areas of astronomy. However, the origins of these events are poorly understood. One proposed setting is that of a near Chandrasekhar mass white dwarf that undergoes runaway carbon burning in the core. During the thousand years leading up to the explosion, the white dwarf undergoes a simmering phase where slow carbon burning heats the core and drives convection. A poorly understood aspect of this phase is the convective Urca process, which links convection with weak nuclear reactions. We use the low Mach number code MAESTROeX to perform full 3D simulations as is required to accurately capture the turbulent convection. We present simulations with and without the A=23 convective Urca process, which have relaxed to a steady state. We characterize the effects of the convective Urca process on the neutrino losses, the nuclear energy generation, and the convective boundary. We find that the size of the convection zone is substantially reduced by the convective Urca process, though convection still extends past the Urca shell. Our findings on the structure of the convective zone and the compositional changes can be used to inform 1D stellar models that track the longer-timescale evolution."}, {"id": "c512", "text": "Complex Analysis of Askaryan Radiation: UHE-$\u03bd$ Identification and Reconstruction using the Hilbert Envelope of Observed Signals : The detection of ultra-high energy neutrinos (UHE-$\u03bd$), with enegies above 10 PeV, has been a long-time goal in astroparticle physics. Autonomous, radio-frequency (RF) UHE-$\u03bd$ detetectors have been deployed in polar regions that rely on the Askaryan effect in ice for the neutrino signal. The Askaryan effect occurs when the excess negative charge within a UHE-$\u03bd$ cascade radiates in a dense medium. UHE-$\u03bd$ can induce cascades that radiate in the RF bandwidth above thermal backgrounds. To identify UHE-$\u03bd$ signals in data from Askaryan-class detectors, analytic models of the Askaryan electromagnetic field have been created and matched to simulations and laboratory measurements. These models describe the Askaryan electromagnetic field, but leave the effects of signal propagation through polar ice and RF channel response to simulations. In this work, a fully analytic Askaryan model that accounts for these effects is presented. First, formulas for the observed voltage trace and its Hilbert envelope are calculated. Second, the analytic model is compared to UHE-$\u03bd$ signals at 100 PeV from NuRadioMC, a key Monte Carlo toolset in the field. Correlation coefficients between the analytic signal envelope and MC data in excess of $0.94$ are found, and 99.99% of UHE-$\u03bd$ signals pass a correlation threshold of $\u03c1\\geq 0.4$. Analysis of RF thermal noise reveals that just 0.2 background events have $\u03c1\\geq 0.4$ in 5 years at a 1 Hz thermal trigger rate. Finally, we describe future work related to the measurement of the logarithm of the UHE-$\u03bd$ cascade energy."}, {"id": "c513", "text": "Implications for PBH Dark Matter from a single Sub-Solar$\\unicode{x2013}$GW Detection in LVK O1$\\unicode{x2013}$O4 : The detection of sub-solar mass black holes is a milestone of modern astrophysics as it would open a window either onto new stellar physics or could potentially unveil the nature of Dark Matter as Primordial Black Holes. On November 12, 2025, the LIGO-Virgo-KAGRA (LVK) collaboration reported the compact binary merger candidate S251112cm, a system with no obvious EM counterpart, consistent with binary black hole merger with a chirp mass in the range $0.1-0.87 \\, M_\\odot$. The probability that at least one component has mass $<$1 $M_{\\odot}$ is $>99\\%$. Inspired by this trigger, we tested if a population of PBHs formed at Quantum Chromodynamics epoch with a broad mass function could account for a signal of this type. Our results, corresponding to a predicted event rate of $0.8 \\,\\text{yr}^{-1}$ as seen by LVK O3b, suggest that the observed merger rate of $0.23^{+0.86}_{-0.218}\\,\\text{yr}^{-1}\\;(95\\%\\;\\text{C.L.})$ if the trigger is confirmed as an astrophysical event would be compatible with such a model. Our predicted detection rate is also in agreement with current LVK expectations for stellar-mass binaries, remaining consistent with a scenario in which a non-negligible fraction of the $3-200 \\;M_\\odot$ mergers observed by LVK originate from Primordial Black Holes. If confirmed, this detection would place a lower limit to the PBH abundance $f_{PBH}>0.04$ for our adopted model."}, {"id": "c514", "text": "Shock-induced chiral magnetic effect : Weak-interaction-mediated chiral imbalance generation in idealized massless electrons during core-collapse supernovae was once proposed to be the source of strong magnetic fields found in neutron stars. The effect goes by the name of chiral plasma instability (CPI). However, it was found that a finite electron mass damps out this process, inactivating the instability and preventing magnetic field growth. In this work we show that the instability can survive in the presence of abrupt density and temperature perturbation that drives the system sufficiently far out of weak equilibrium. As an example, we work with such perturbations generated by shockwaves which are common during both core collapse as well as neutron star mergers. We find that the chiral imbalance resulting from shock waves, under the right conditions of density and temperature, can sustain the chiral plasma instability despite the damping from the electron mass. Additionally, in an already magnetized medium, the chiral magnetic effect resulting from shock wave density and temperature perturbation can generate substantial ohmic heating. Our results imply that shockwaves during core-collapse supernovae and merging neutron stars can act as a source of strong heating in a magnetized medium as well as CPI."}, {"id": "c515", "text": "Collapse of Magnetized White Dwarfs as site of Heavy Element Formation and Kilonova Signal : We present the first end-to-end calculation connecting the accretion-induced collapse (AIC) of a magnetized, rapidly rotating white dwarf to observable kilonova signatures, combining 2D general-relativistic neutrino-magnetohydrodynamic simulations, followed by radiation hydrodynamics with in-situ nuclear network and 2D Monte Carlo radiative transfer with spatially resolved heating rates. Unlike all previous unmagnetized AIC models - which predicted proton-rich, $^{56}$Ni-dominated ejecta - strong magnetic fields eject ${\\sim 0.2 M_\\odot}$ of neutron-rich material $(\\langle Y_e \\rangle \\sim 0.24)$ on dynamical timescales, before neutrino irradiation can raise the electron fraction, enabling strong $r$-process nucleosynthesis up to and beyond the third peak. The resulting kilonova is lanthanide-rich $(X_{\\rm lan} \\approx 6\\%)$ and dominated by near-infrared emission. We compute synthetic light curves in the LSST and JWST bands and find striking agreement, without parameter tuning, between the observations of AT 2023vfi/GRB 230307A and our broadband light curves for polar viewing angles. These results establish magnetized AIC as a viable channel for heavy $r$-process element production and a compelling progenitor candidate for long-duration gamma-ray bursts with kilonova signatures."}, {"id": "c516", "text": "Global Magnetohydrodynamic Simulations of Monster Shocks in Neutron Star Magnetospheres : Waves launched from the neutron star surface or inner magnetosphere propagate through the magnetosphere as small perturbations, but can grow relative to the background magnetic field and steepen into ``monster shocks'' -- ultra-relativistic magnetized shocks which can power high-energy emission from magnetars, neutron star mergers and collapse. They occur in magnetically dominated plasma and are described by relativistic magnetohydrodynamics (MHD). We present global relativistic MHD simulations of monster shocks in unperturbed and perturbed (``wrinkled'') backgrounds with a global dipolar geometry. Our simulations confirm analytical predictions for equatorial shocks and provide new insight into the behavior of oblique shocks off the equator. Simulations where the shock is formed through Alfv\u00e9n mode to fast mode conversion are also presented, demonstrating the generic nature of the monster shock mechanism. We explore how the presence of additional modes in the magnetosphere modifies the shock behavior. Modes of comparable amplitude can fragment the shock front, substantially reduce the magnetization, produce localized enhancements in the Lorentz factor relative to an unperturbed dipole background, and intermittently generate additional shocks along a line of sight."}, {"id": "c517", "text": "A Path to an All-Sky Survey with Roman : A deep, space-based, all-sky near-infrared survey carried out with the Nancy Grace Roman Space Telescope would constitute a foundational astronomical infrastructure for decades to come. In this white paper, we present a concrete and feasible path to imaging the entire sky at $\\sim0.1''$ resolution, beginning with high-impact fields in Cycle 1 and scaling to ultra-wide coverage within the nominal mission. This first-epoch survey will reach $\\mathrm{H}\\sim25.5$ AB mag (5$\u03c3$) and maximize synergies with contemporaneous observatories, while preserving substantial time for other ambitious Roman programs. We outline representative scheduling scenarios and an example Cycle 1 program that triples early Roman-LSST overlap and delivers high-value community data products such as LSST forced photometry, joint \\textit{Gaia}-Roman astrometry, and catalogs of Galactic substructure, stong lenses, and other rare systems. The Cycle 1 program will lay the foundation for an eventual all-sky survey, while also delivering high-impact early science. We invite broad community participation in shaping and carrying out both the initial program and the long-term vision of an all-sky Roman survey."}, {"id": "c518", "text": "RAMSES-MCR: A consistent multi-group treatment of cosmic rays physics in momentum-space with the RAMSES code : Cosmic rays (CRs) are known to play a key role in many astrophysical environments: they can modify shock dynamics, influence the thermochemistry and the ionization of the interstellar medium, regulate galaxy mass content by driving galactic winds, and be released by jets from active galactic nuclei. They also serve as important observational tracers through $\u03b3$-ray emission, radio synchrotron, and secondary particle production. Since CR particles follow power-law distributions in momentum space spanning many decades in energy, and because diffusion and radiative losses further shape these spectra, it is crucial to model spectrally resolved CRs in numerical simulations and to assess the impact of this modeling on gas dynamics and observational signatures. We present a consistent multi-group spectral method in momentum space for CR protons called RAMSES-MCR in the adaptive mesh refinement code RAMSES, based on the two-moment formalism that evolves both CR energy and number density in momentum space, together with their associated flux. The modeled CR processes include advection, anisotropic/isotropic diffusion, streaming instability, Coulomb and hadronic losses, adiabatic changes, and feedback onto the gas. We also show that the method can be naturally extended to CR electrons (e.g. including synchrotron losses) and generalized to multiple CR species. The implementation is validated against a suite of standard multi-dimensional tests. We finally apply RAMSES-MCR to the three-dimensional expansion of a supernova remnant including CRs with anisotropic diffusion and energy losses, and demonstrate how CR energy redistributes in a momentum-dependent manner and modifies the gas momentum during the snowplough phase."}, {"id": "c519", "text": "The no-hair theorems at work in the tidal disruption event AT2020afhd : Recently, the coprecession of both the accretion disk and the jet formed following the tidal disruption event associated with the optical transient AT2020afhd, driven by a supermassive black hole of almost ten million solar masses, were independently measured in both the X and radio bands, respectively, showing a periodicity of nearly 20 days over about 300 days. An analytical model of the general relativistic gravitomagnetic Lense-Thirring precession of the effective orbit of a fictitious test particle revolving about a spinning primary can explain the observed precessional features. It yields allowed regions in the system's parameter space which, as far as the hole's dimensionless spin parameter is concerned, are essentially in agreement with those obtained in the literature with general relativistic magnetohydrodynamic simulations. The present analytical approach can be extended to include the precession due to the hole's quadrupole mass moment as well. It breaks the degeneracy in the allowed regions occurring for negative and positive values of the spin parameter when only the Lense-Thirring effect is considered. The best estimate for the hole's mass yields the range $0.185-0.215$ for the dimensionless spin parameter. Using the same strategy with the gravitomagnetic frequency for an extended disk of finite size with a parameterized power-law mass density yields to distinct, generally non-overlapping allowed regions for each value of the power-law index adopted."}, {"id": "c520", "text": "5PN eccentric waveforms for intermediate-mass-ratio-inspirals (IMRIs) from post-Newtonian and black hole perturbation theory : Detection of gravitational waves from compact binaries involving at least one intermediate mass black hole, and component mass ratios in the range $0.1$-$10^{-4}$, are among the primary sources for future space detectors with target strain sensitivities in the deci-Hertz (dHz) band. Tuned to the waveform requirements for analyzing such sources, a hybrid model is obtained by combining waveforms from the post-Newtonian (PN) and black hole perturbation (BHP) theory. Components of the binary are assumed to be nonspinning and on eccentric orbits. This hybrid model is 3PN accurate in terms of results from PN theory and 5PN in results from BHP theory. In terms of eccentricity, corrections through the order $\\mathcal{O}(e^{10})$ are included. Further, using number of gravitational wave cycles estimates for a few representative binaries observable in the dHz band, we demonstrate the significance of the mass ratio information from the PN approach, of contributions from the BHP theory at high PN orders, and also of higher order eccentricity corrections. In particular, we find an almost 10-fold increase in number of gravitational wave cycles for a fixed mass ratio of 0.1 and $e_0\\sim0.3$ (evaluated at $0.01$Hz) when contributions beyond the leading order in eccentricity are accounted for. We also confirm the requirement to go beyond 5PN order in the circular part of the waveform from BHP theory."}, {"id": "c521", "text": "Molecular bipolar outflow in SN 1987A supports the jittering-jets explosion mechanism : I examine high-quality CO and SiO molecular maps of the core-collapse supernova (CCSN) remnant SN 1987A from the literature and find that the molecular gas exhibits a bipolar structure, correlated with the visible bipolar morphology (termed the keyhole) and the bipolar morphology of the iron emission map. The keyhole has a morphology similar to that of many jet-shaped pairs of bubbles in cooling-flow clusters of galaxies and planetary nebulae. Therefore, the findings of this study, which make the bipolar structure of SN 1987A robust, strengthen the claim that a pair of energetic jets shaped the keyhole and its surroundings. According to the jittering-jets explosion mechanism (JJEM), this pair of jets was the most energetic of several pairs that exploded SN 1987A. This study adds to the accumulating evidence that the JJEM is the primary explosion mechanism of CCSNe, responsible for the majority, or even all, CCSNe."}, {"id": "c522", "text": "Constraints on dynamically-formed massive black holes in Little Red Dots from X-ray non-detections : The existence of massive, compact galaxies (Little Red Dots, LRDs) at $z \\sim 2$ challenges early structure formation models, suggesting rapid stellar and black hole (BH) assembly. While LRDs are efficient environments for BH growth, many show no X-ray evidence of strong AGN emission. We utilize a subsample of X-ray non-detected LRDs to test the compatibility of collision-based BH formation scenarios and constrain physical parameters like metallicity and column density. Our results indicate LRDs are ideal birthplaces for massive BHs, particularly given a mass-radius relation $R_{gal} \\propto M_{gal}^{0.6}$. Collision-based models suggest seed masses larger than those in the local Universe, consistent with high-redshift BH mass-radius relations. We modeled BH seed formation and X-ray emission (0.3-7 keV) against observed upper limits. We find that mass-radius exponents $> 0.55$ favor the collision-based scenario; however, consistency with stacked X-ray analysis requires specific accretion and obscuration parameters. Constant or increasing SFR scenarios with high Eddington ratios are feasible but necessitate larger column densities or higher metal enrichment. Alternatively, moderate sub-Eddington accretion reconciles massive seeds with observed masses and X-ray weakness. We conclude that even if LRDs began as starbursts, they should eventually evolve into AGNs."}, {"id": "c523", "text": "Black hole-Neutron star distinction based on long-term MAXI and Swift study of 42 low mass X-ray binaries : In this study, we analysed about $\\sim$13 years of publicly available data from MAXI and Swift/BAT to examine the long-term source evolution of 42 transient low-mass X-ray binaries. The sample consists of 11 confirmed black hole X-ray binaries (BHXBs), 10 black hole candidates (BHC), and 21 neutron star X-ray binaries (NSXBs). Outbursts and flaring activities studied over 13 years show that 19/21 NSXBs spend significantly longer time in the hard state (observations for which hardness ratio is $\\geq$ 0.2) while 15/21 BHXB+XRC spend substantially longer time in the soft state (observations for which hardness ratio is $<$ 0.2). The frequency distribution of the hardness ratio clearly shows two distinct distributions for BHXBs and NSXBs, with their peaks separated: NSXBs prefer harder values, while BHXBs prefer softer values of hardness. Our model-independent analysis for 42 transient sources shows that statistically NSXBs do not prefer to show a canonical high soft state as observed in BHXBs. Additionally, the probability distribution of the duration of the 2-20 keV X-ray outburst is observed to peak at a significantly longer duration ($>$100 days) for BHXBs than for NSXBs (15-60 days). Our analysis shows that among candidate sources, Swift J1728.9-3613, MAXI J1535-571, MAXI J1659-152, EXO 1846-031 show a `q' diagram in the HID and prefer to align with the HID frequency distribution of BHXBs that show `q' diagram, MAXI J1305-704 and MAXI J1836-194 align with frequency distribution of black hole sources without `q' diagram while MAXI J1848-015 shows the HID distribution similar to NSXBs, indicating a neutron star accretor. Therefore, a long-term statistical study of MAXI and Swift/BAT X-ray outbursts from a large sample of transient sources may be used to distinguish BHXB from NSXB."}, {"id": "c524", "text": "Turbulent AGN coronae as the origin of diffuse neutrinos up to PeV energies : It has been shown that the turbulence acceleration in AGN coronae can account for 1-10 TeV neutrinos from some AGNs, such as the Seyfert galaxy NGC 1068. Based on this, there are attempts to explain the diffuse neutrinos observed by IceCube with the accumulated contribution from a population of AGNs, but it is found that the maximum neutrino energy is less than tens of TeV and, as a result, additional source classes are needed to explain the high-energy component above this energy. Recently, motivated by the detection of >100 TeV neutrinos from the Seyfert galaxy NGC 7469, it was shown that the turbulence acceleration in the corona can explain >100 TeV neutrinos given a larger magnetization parameter ($\u03c3\\sim 1$) in the corona, which leads to a larger maximum proton energy and a hard proton spectrum. In this paper, we extend this assumption to the population of AGNs and study whether the population of AGNs with a wide range of magnetization can explain the entire diffuse neutrinos. We find that AGN coronae could account for the diffuse neutrinos up to PeV energies if a significant fraction of AGNs have magnetization as large as $\u03c3\\sim 1-10$. This conclusion is insensitive to the shape of the magnetization parameter distribution as long as the range of the magnetization parameter is sufficiently wide and the distribution is flat towards high magnetization. Interestingly, this model can also explain the peak of the diffuse neutrino spectrum at 30 TeV."}, {"id": "c525", "text": "Relativistic Dissipative Magnetohydrodynamics from the Boltzmann equation for 2-particle species gas : We derive the equations of motion of relativistic magnetohydrodynamics from the Boltzmann equation using the method of moments. We consider a locally electrically neutral system composed of two particle species with opposite charges, with vanishing dipole moment or spin, so that the fluid has vanishing magnetization and polarization. We find that the dynamics of this fluid changes dramatically in the presence of a magnetic field. The shear stress tensor no longer adheres to a single differential equation; instead, it splits into three non-degenerate components, each evolving according to distinct dynamical equations. Exploring these equations in a Bjorken flow scenario, we find that for large magnetic fields, our theory predicts oscillatory behavior beyond the scope of an Israel-Stewart-like theory."}, {"id": "c526", "text": "XRISM Discovery of Multiple Ionized Fe-K Emission and Absorption Components in Centaurus A : We present the first clear detection of ionized Fe-K emission and absorption components in the nearby radio galaxy Centaurus A, revealed by the high-resolution XRISM/Resolve detector. In the 6.5-6.9 keV band, XRISM reveals multiple Fe XXV and Fe XXVI emission components. One is a broad (with a width of sigma = 3000 km/s) and redshifted (+3400 km/s) component, originating at D = 0.02 pc from the central black hole. The other two components are narrow (with a width of sigma = 500 km/s) and exhibit redshifted and blueshifted velocities (+2600 km/s and -1500 km/s), originating from more distant regions (D = 0.1 pc). The photo-ionized model explains the broader component, while the two narrower components can be explained by either photo-ionization or collisional ionization. One interpretation is that the broader component is an outflow at ~10^2 R_S (R_S; Schwarzschild radius) and the narrow component is a shock-heated plasma close to the torus, with a possible connection to the JWST-discovered outflow outside the torus. Two blueshifted absorption lines are detected at ~7.1 keV (~10^4 km/s) and ~10.6 keV (~10^5 km/s). The line significance of the 10.6 keV line is above 98%. The absorption line components might be attributed to the broad emission component. These results demonstrate the high potential of XRISM/Resolve to characterize ionized emission and absorption features in the Fe-K band. Our findings establish a new benchmark in the study of circumnuclear environments in low-luminosity radio galaxies, thereby contributing to a broader understanding of AGN unification."}, {"id": "c527", "text": "The Magnetic Filling in MAD Simulations and its Impact on the Jet in M87 : Magnetically arrested accretion disks (MADs) in black hole jet launching simulations are very successful in modelling low-luminosity active galactic nuclei (AGN) like M87*. The Fishbone-Moncrief torus is well established for this purpose in numerical astrophysics. The extent of the magnetic vector potential inside the torus that we coin the filling factor has not been studied before in the case of MAD simulations. We employ five 3D general relativistic magneto-hydrodynamics (GRMHD) simulations initialized with large-scale tori, that are immersed in weak, poloidal magnetic fields. To study the impact of the spatial extent of the initial magnetic field, hence the magnetic energy content in the torus, we scale it with the filling factor w.r.t. the poloidal geometric area of the mass density distribution. A common choice of the filling factor is complimented and investigated in terms of altered energetics and angular momentum transport. Further, we investigate the polarized, radiative imprints of synchrotron emission on M87 at 86 GHz, comparing them with VLBI observations. Our simulations show that elevated filling factors significantly increase the electromagnetic energy contributions and outward angular momentum transport in the jet, due to the initially increased magnetic energy-content in the torus. High magnetic fillings exhibit increased linear polarization fractions, agreeing with the observed 15$\\%$ in M87*. We find the jet morphology more prone to disk-vertical flux tubes generated by MAD events. We show, that GRMHD simulations bracket the jet width measurements at the jet base in M87*. Increased magnetic filling of the torus produces jets that are noticeably brighter downstream compared to our reference models, hence, we find high fillings well suited for extended GRMHD jet models of other low-luminosity AGN, as well."}, {"id": "c528", "text": "Revisiting the Geminga halo at GeV energies with Fermi-LAT data : Nearby pulsars within $\\sim1\\,{\\rm kpc}$ are considered to be possible sources of 10-500 GeV cosmic-ray positron excess measured by PAMELA and AMS-02. A TeV halo around Geminga is detected by HAWC, and the measurements of its surface brightness profile indicate a slow particle diffusion surrounding the source. This result challenges the pulsar interpretation of the positron excess. The observations at GeV energies provide direct information on the electron/positron density in the GeV nebula, which can offer more direct constraints on the origin of the positron excess. Two previous works have performed analyses on the GeV emission of the pulsar halo, but focused on the energy band above 8 GeV. In this work, we use a longer dataset from the Fermi Large Area Telescope (LAT) to re-analyze the GeV halo emission of Geminga, extending the analysis to cover the energy range of 1-1000 GeV. We find that the analysis in this wider energy range results in a low significance of the halo emission. This can be attributed to the Galactic interstellar emission model being unable to perfectly fit the background over this broader energy range, and due to the low measured halo flux at $<$ 10 GeV energies leading to a mismatch between the observation and model expectation. We also derive the spectral energy distribution of the tentative halo emission, which shows a very hard spectrum in the 1-10 GeV range."}, {"id": "c529", "text": "Pulsar Discoveries from the TRAPUM UHF Survey of Fermi-LAT Sources : The Fermi Large Area Telescope (LAT) provides advantages for radio pulsar searches by enabling efficient target selection. We can confidently point radio telescopes to the positions of Fermi unidentified gamma-ray sources that have a high probability of hosting a pulsar. As part of Transients and Pulsars with MeerKAT (TRAPUM), we conducted a survey of Fermi-LAT sources using the Ultra High Frequency (UHF; 544-1088 MHz) receiver of the MeerKAT radio telescope. We observed 79 sources that were identified as pulsar-like candidates using a random forest technique from the Fermi-LAT Fourth Source Catalogue. We observed each target for 10 minutes at two separate epochs. As a result, we discovered nine new millisecond pulsars (MSPs) and six slow pulsars. Based on the radio discoveries, we also searched for gamma-ray pulsations, confirming that seven of the newly discovered MSPs are associated with Fermi-LAT sources, and performed joint radio and gamma-ray pulsar timing. Companion mass estimates and evidence of radio eclipses indicate that among the nine MSPs there are three black widows and three redbacks. Lastly, we compared the discovered pulsars in the MeerKAT UHF survey against the previous Fermi sources TRAPUM survey at L band, concluding the superiority of UHF observations in sensitivity to fainter pulsars and in detection rate than L band for finding new gamma-ray MSPs."}, {"id": "c530", "text": "A multi-wavelength study of nearby starburst galaxy M 82 : We present a multi-wavelength study of the nearby starburst galaxy M 82 by combining high-resolution Far-ultraviolet (FUV) imaging from the Ultra-Violet Imaging Telescope (UVIT) onboard AstroSat and archival Chandra X-ray observations. Using FUV flux measurements, we estimate a spatially-resolved star formation rate (SFR) across several star-forming clumps within a radius of $\\sim$3.6 kpc, finding a total SFR of 0.022 M$_{\\odot}$ yr$^{-1}$. The H$_\u03b1$ recombination line flux yields an SFR of $\\sim$0.010 M$_{\\odot}$ yr$^{-1}$, while the infrared-based SFR derived from 24 $\u03bc\\mathrm{m}$ emission is significantly higher at 16 - 18 M$_{\\odot}$ yr$^{-1}$, suggesting that a substantial fraction of star formation in M 82 is heavily dust-obscured. Morphological comparison of FUV, H$_\u03b1$, mid-infrared, and soft X-ray emission reveals a strong spatial correlation, tracing multi-phase outflows along the galaxy's minor axis. X-ray spectral analysis using a three-temperature $\\texttt{VAPEC}$ model shows enhanced abundances of Ne, Mg, Si, and S, consistent with enrichment from Type-II supernovae. These results demonstrate the importance of combining UV, optical, IR, and X-ray observations to probe both obscured and unobscured star formation, the metal enrichment, and the outflow-driven evolution of starburst galaxies."}, {"id": "c531", "text": "SN 2024abvb: a Type Ibn/Icn supernova with evidence of helium and an extreme offset from its host galaxy : We present spectroscopic and photometric observations and analysis of SN 2024abvb, a peculiar transitional Type Ibn/Icn supernova located at an unusually large projected distance from its host galaxy (21.5 kpc). SN 2024abvb displays an extended rise time in the $g$- and $o$-bands (10.1 and 10.6 days respectively), followed by a linear decline in all photometric bands. Comparisons with other supernova subclasses show that the photometric and spectroscopic evolution of SN 2024abvb are distinct from Type~Ibn and Type Icn events, with a higher peak $r$-band luminosity and lower blackbody temperatures. Spectra reveal an initial blue continuum and narrow P-Cygni profiles, with C {\\sc ii} $\u03bb$5890 dominating in emission, persisting at late phases, and showing a rapid decline in the expansion velocity. Weak He {\\sc i} $\u03bb$5876 features are tentatively detected at early times. Analysis of progenitor scenarios rules out thermonuclear origins based on incompatible light curve shapes and spectral signatures. A rare massive star progenitor appears unlikely given the low local star formation rate. The most plausible origin is an ultra-stripped supernova scenario involving a binary system; this best explains the observed separation from the host, the low circumstellar material mass, the fast photometric evolution and the low nickel production, although a discrepancy in model versus observed ejecta mass remains. These results reinforce the classification of SN 2024abvb as a distinctive Type Ibn/Icn event and highlight the diversity of progenitor channels for interacting supernovae."}, {"id": "c532", "text": "Long-term optical variability of high-mass X-ray binaries. III. Polarimetry : Be/X-ray binaries are the most numerous group of high-mass X-ray binaries. Their long-term optical and infrared variability reflects the evolution of the circumstellar disk around the luminous companion. This variability manifests photometrically as an excess of flux that increases with wavelength and spectroscopically as line emission. The disk is also expected to generate linear polarization. We present a systematic study of the optical long-term polarimetric variability of Be/X-ray binaries on data collected over 10 years. Our aim is to characterize the polarimetric properties of these systems and to probe the structure of their circumstellar disks. We have been monitoring Be/X-ray binaries visible from the Northern hemisphere with the RoboPol polarimeter. Optical polarimetric variability is a common trait in Be/X-ray binaries. The variability can be attributed to the Be star's circumstellar disk. Our polarization analysis confirms previous claims based on spectroscopic data that the circumstellar disks in BeXBs are, on average, smaller and denser than those in Be stars in non-binary systems. Our data also confirms the presence of highly distorted disks before giant X-ray outbursts, although this result is still affected by the lack of simultaneous and well-sampled observations during major X-ray outbursts."}, {"id": "c533", "text": "Evidence of a non-equipartition energy regime in 1803+784 Core-shift and Faraday rotation measurements from simultaneous multi-frequency polarimetric VGOS observations : Context. Compact jets from active galactic nuclei (AGN) are commonly assumed to be in equipartition between particle and magnetic-field energy densities at the regions where the radio emission dominates at centimetre wavelengths. This assumption has significant implications for both jet physics and the accuracy of VLBI-based astrometry and geodesy.\n Aims. We tested the validity of the energy equipartition hypothesis in AGN cores at centimetre wavelengths by analysing the blazar 1803+784 using simultaneous broadband full-polarization observations with the VLBI Global Observing System (VGOS).\n Methods. We present VGOS observations of the blazar 1803+784 covering the 3-11 GHz frequency range. The data were processed using a dedicated calibration pipeline, followed by model fitting and multi-frequency imaging analysis. We measured the frequency-dependent core shift and mapped the spectral index and rotation measure (RM) across the source.\n Results. We find a core-shift power-law index of $k_r = 0.73^{+0.12}_{-0.19}$, significantly deviating from the expected equipartition value of $k_r = 1$. This indicates that either the equipartition condition or the conical jet geometry, or both, are not fulfilled in the centimetre-wavelength core region. The wide frequency coverage of VGOS also allows us to decouple the Faraday rotation of the core into an internal component (${\\rm RM}_I = 121 \\pm 8$ rad m$^{-2}$, produced in the core region) and an external component (${\\rm RM}_E = -44 \\pm 9$ rad m$^{-2}$, associated with a distant, extended medium that may also affect the polarization in downstream regions of the jet at larger scales).\n Conclusions. These results demonstrate the power of VGOS for high-fidelity simultaneous multi-frequency polarimetric studies of compact AGN jets, and underline the need to account for non-equipartition effects in both jet astrophysics and geodetic VLBI."}, {"id": "c534", "text": "Gravitational wave radiation from periodic orbits in regular black holes : Gravitational wave radiation from periodic orbits in some standard regular black hole spacetimes is studied, primarily using known methods (numerical and analytic). We demonstrate specific differences with the singular Schwarzschild geometry by analysing orbit characteristics, gravitational wave strain profiles, and the corresponding power spectrum density, for different values of the regularising parameter `$g$'. Further, we assess our results vis-a-vis the LISA sensitivity curves and show how our results may be useful while developing templates for detecting regular black holes as viable alternatives to the singular ones. The appendices to our article contain details on errors in our estimates and provide for the first time, some exact analytical expressions on gravitational wave radiation from different types of periodic orbits in Schwarzschild spacetime."}, {"id": "c535", "text": "AT 2024wpp: the most luminous fast-evolving optical transient linked to the merger explosion of a black-hole binary : Fast blue optical transients (FBOTs) represent one of the most exotic astrophysical transients, exhibiting unusually strong emission across X-ray, optical, and radio wavelengths. Their physical origins remain highly debated, with proposed explanations ranging from stellar explosion to tidal disruption event (TDE). Here we report observations of the most luminous FBOT, AT 2024wpp whose post-peak luminosity rebrightens in X ray and becomes flattening in optical in a manner follows the decay rate characteristic of TDEs ($L_{\\rm bol} \\propto t^{-5/3}$). This invokes energy contribution of accretion by a central compact object, getting further corroborations from hardening of X-ray spectral index and detection of outflow inferred from the emission lines at similar phase. Detailed modeling of luminsoity evolution favors a coalesce explosion of a 34 M$_{\\odot}$ Wolf-Rayet star with a 15 M$_{\\odot}$ black hole (BH), demonstrating that some FBOTs may be associated with TDE of a stellar blackhole."}, {"id": "c536", "text": "ASKAP J005512.2-255834: A Luminous, Long-Lived Radio Transient at z = 0.1 -- an Orphan Afterglow or an off-nuclear TDE from an IMBH? : We report the discovery of a slowly evolving, extragalactic radio transient, ASKAP J005512.2--255834 (hereafter ASKAP J0055-2558), identified using the Australian SKA Pathfinder in a search for orphan afterglows associated with archival gravitational wave events. Although discovered in this context, there is no evidence that the transient is associated with any known gravitational wave event. Nonetheless, this source exhibits a 20-fold increase in flux density over $<250$ days, and it remains in a declining, detectable state more than 1000 days after the initial detection. Follow-up observations from 0.3 to 9 GHz reveal an evolving spectrum consistent with synchrotron emission. ASKAP J0055-2558 is spatially coincident with a low-mass, star-forming galaxy at redshift $z = 0.116$ ($d_{\\rm L}$= 543 Mpc), placing its peak radio luminosity at $\u03bdL_\u03bd\\sim 10^{39}\\,\\rm erg\\,s^{-1}$. Analysis of its radio light curve, inferred blastwave velocity, energetics, host galaxy properties and the absence of counterparts at other wavelengths suggest that ASKAP J0055-2558 is most consistent with either the late-time phase of an orphan long gamma-ray burst afterglow or a tidal disruption event involving an intermediate-mass black hole spatially offset from the galaxy nucleus. The radio discovery of either of these phenomena is extremely rare, with only a few or no confirmed examples to date."}, {"id": "c537", "text": "Search for Light-Mass Fractionally Charged Particles in Space with DAMPE Experiment : Free Fractionally Charged Particles (FCPs) are predicted by some theories beyond or extended to the standard model. FCPs have been widely searched for by underground and space-based experiments based on the assumption of heavy lepton-like particles. However, there is a paucity of research focusing on light-mass FCPs (LFCPs) in the sub-MeV mass range. In this work, we report the LFCPs in primary high energy cosmic rays, based on observational data from the Dark Matter Particle Explorer (DAMPE) satellite. This study utilized ten years on-orbit data of DAMPE to search for LFCPs with a charge of $\\frac{2}{3}~e$. No LFCP candidate was observed. Upper flux limit of LFCPs with a mass of 0.511 MeV$/c^{2}$ and a charge of $\\frac{2}{3}~e$ is determined to be $\\rm 5.0 \\times 10^{-11}\\,cm^{-2}sr^{-1}s^{-1}$ at the $\\rm 90\\%$ confidence level."}, {"id": "c538", "text": "Formation of dusty clumps in the torus of active galactic nuclei : The putative dusty torus is a key ingredient of the unification scheme of active galactic nuclei (AGN), but its origin remains a mystery. Here we put forward a new physical model to explain how a large number of small dusty gas clumps form and they collectively appear as a geometrically thick dynamic dusty torus. The circumnuclear hot gas flows towards the central black hole (BH) and forms a rotating disk on sub-pc scales. A fraction of inflowing hot gas condenses to form small cold clumps due to thermal instabilities, when the accretion rate is sufficiently high. These cold dusty gas clumps are irradiated by the central accretion disk and re-radiate as dust emission mostly in the infrared. We propose that the dusty torus in AGN consists of such cold clumps vertically supported by the radiation force against gravity. For clumps with suitable column density, the vertical component of the BH gravity is in quasi-static equilibrium with the infrared radiation force together with the vertical component of the disk radiation force. Our model is robust in the sense that for any reasonable range of parameters concerning clump vertical dynamical equilibrium a torus exists. We further show that the hot gas in the rotating flow condenses to cold clumps only if its accretion rate is higher than about one percent of the Eddington rate. The radiation force is unable to lift the cold gas clumps up away from the mid-plane when the luminosity of the disk surrounding the BH is lower than 0.1 percent of the Eddington luminosity. These two features of our model may provide a physical explanation for the lack of evidence of dusty tori in low-luminosity AGNs."}, {"id": "c539", "text": "Introduction to Strong Alfv\u00e9nic MHD Turbulence : Many astrophysical fluids are magnetized and turbulent. Such fluids can be often described by magnetohydrodynamics (MHD). In this review, we mainly consider MHD turbulence with a strong mean magnetic field whose energy density is greater than or equal to the local kinetic energy density. In these fluids, the MHD waves, especially Alfv\u00e9n waves, play a dominant dynamical role. Alfv\u00e9n waves travel along magnetic field lines and collisions of opposite-traveling Alfv\u00e9n wave packets are essential for turbulence cascade. We focus on strong turbulence regime, where nonlinear interaction during the collision is sufficiently strong and thus one collision is enough to complete turbulence cascade. We will cover the following types of turbulence. First, we review strong Alfv\u00e9nic MHD turbulence. If the mean magnetic field is very strong, wave packets move very fast and duration of collision is too short to complete turbulence cascade. Even in this case we will show that strong turbulence regime emerges on a small scale. Second, we will consider small-scale MHD turbulence, where interaction of small-scale variants of Alfv\u00e9n waves (i.e., whistler waves) is important. Third, we review scaling relations in strong relativistic force-free MHD turbulence, where interaction of relativistic Alfv\u00e9n waves is important. Finally, we briefly discuss scaling relations in compressible MHD turbulence, where interaction of Alfv\u00e9n waves is still important."}, {"id": "c540", "text": "Using thermodynamics to learn gravitational wave physics : Black holes are some of the most interesting objects in the universe. While they first arise in the complicated behavior of general relativity, the physical laws ruling their behavior are surprisingly simple. For example, one of the core facts about black holes is that their area never decreases, much alike the entropy in thermodynamics. In this note directed at introductory physics students and their instructors, we use this similarity to understand properties of black hole physics using standard techniques from an undergraduate course in thermal physics. We explore the never-decreasing nature of black hole area to obtain bounds on the energy emitted in a black hole merger (a calculation originally done by Hawking). We show how this allows us to think of black holes in manners very similar to heat engines, and how these ideas have been used in modern gravitational wave observatories to test general relativity. This allows a research-level topic to be discussed in introductory physics lectures."}, {"id": "c541", "text": "BASS LVI. Connecting X-ray variability with AGN physical properties and a new path to Cosmological distances : X-ray variability is a well-established characteristic of active galactic nuclei (AGN), known to correlate inversely with both the supermassive black hole mass and luminosity, although the degree of each remains a topic of debate. The potential of X-ray variability as a proxy for MBH or for intrinsic LX has led to proposals to use AGN as standard candles to test cosmological models. However, the large intrinsic dispersion in these relations has limited their practical applications. In this work, we investigate the dependence of X-ray variability on AGN physical properties using a sample of 134 Seyfert 1 galaxies from the BAT AGN Spectroscopic Survey (BASS), which is the largest sample to date, more than three times larger than those used in previous studies. Contrary to earlier findings, we observe that X-ray variability correlates with luminosity just as strongly as with MBH. Furthermore, we still do not find evidence for the expected anti-correlation between variability and Eddington ratio, even when using refined bolometric luminosities from SED fitting to compute the Eddington ratio. From a cosmological perspective, the increased sample size reduces the scatter in the log(L)-log(exvar) relation to ~0.63 dex - a significant improvement over previous results, but still too large to serve as competitive standard candles, when compared to SNIa (uncertainties on distances of ~5-10%) or the L(X)-L(UV) relation in quasars (uncertainties of 10-12%). We tested including the width of broad emission lines as additional parameters, but found that this does not significantly lower the observed dispersion, contrary to previous studies on smaller samples. Finally, we discuss how future X-ray missions such as AXIS and NewAthena will improve this scenario by enabling precise variability measurements for thousands of AGN up to redshift z~3, thereby enabling it as a new cosmological probe."}, {"id": "c542", "text": "Neural Bayesian updates to populations with growing gravitational-wave catalogs : As gravitational-wave catalogs grow, they will become increasingly computationally expensive to analyze in their entirety, especially when inferring astrophysical source populations with high-dimensional, flexible models. Bayesian statistics offers a natural remedy, letting us update our knowledge of physical models as new data arrive, without re-analyzing existing data. However, doing so requires the posterior probability density of model parameters for previous observations, which is typically intractable. Here, we use variational neural posterior estimation to rapidly update the inferred population of binary black holes as data are observed in gravitational-wave detectors. We apply this approach to real and simulated catalogs analyzed with both low- and high-dimensional population models, testing the reliability of three update cadences: with new catalogs of sources, month by month during an observing run, and as each new signal arrives. We investigate the success and failure modes of neural sequential updates, finding that the robustness of updating is sensitive to the information contained in each update and that updating is most effective when performed with larger segments of data. We outline one additional scientific application enabled by Bayesian updating: identification of events that are individually informative about the population. Neural Bayesian updates to astrophysical population models also provide efficient likelihood representations for joint analyses with other data, e.g., standard-siren cosmology, and similar methods can be used to perform Bayesian stochastic background searches."}, {"id": "c543", "text": "A Cellular Representation of the Potts Lattice Higgs Model : The $i$-dimensional Potts lattice Higgs model is a random assignment of spins in $\\mathbb{Z}_q$ to the $i$-dimensional cells of a cell complex induced by a Hamiltonian with a Potts interaction on the $(i+1)$-cells and an additional term playing the role of an external field. We develop a representation of this model as a pair of dependent plaquette percolations, and prove that Wilson line expectations can be expressed in terms of the probability of a topological event. As an application, we prove the existence of a phase transition for the Marcu--Fredenhagen ratio in the Potts lattice Higgs model on $\\mathbb{Z}^d$ when $i=1.$"}, {"id": "c544", "text": "Two-dimensional Coulomb gases with multiple outposts : We study two-dimensional Coulomb gases in the presence of $m\\in\\mathbb{N}_{>0}$ outposts. An outpost is a connected component of the coincidence set that lies outside the droplet.\n The case $m=1$ was previously investigated by Ameur, Charlier, and Cronvall. They showed that, as the total number of particles in the Coulomb gas tends to infinity, the number of particles accumulating near the outpost remains of order one and converges in distribution to the Heine distribution.\n In this work, we extend this analysis to the case of an arbitrary but fixed number $m$ of outposts. We prove that the joint distribution of the numbers of particles near the outposts converges to a multidimensional Heine distribution. Our results reveal a interesting phenomenon: although the outposts are geometrically disconnected, the particle count near each outpost is strongly correlated with the particle counts near all other outposts, not only the nearest ones (provided the outposts are not separated by a component of the droplet)."}, {"id": "c545", "text": "Detection, coverage and percolation in dynamic Boolean models with random radii based on $\u03b1$-stable processes : We consider a dynamic network in continuum time and space in which nodes, with initial locations given by a Poisson point process, move according to i.i.d. isotropic $\u03b1$-stable processes. Each node is additionally equipped with an i.i.d. detection radius. Inspired by corresponding results by Peres et. al. on mobile networks based on Brownian sausages with fixed width, we investigate the tail behaviour of three stopping times: The detection time of the first discovery of a designated node, the first coverage of an entire set, and the first discovery of a node by the infinite connected component of the system. Broadly speaking, we discover that the stability index as well as the random radii manifest themselves only in constants in the otherwise exponential decay rates. The proofs rest on heat-kernel bounds for the underlying L\u00e9vy processes and a detailed multiscale analysis allowing us to control the space-time correlations of the system."}, {"id": "c546", "text": "On the absence of time-translation symmetry breaking in some non-reversible interacting particle systems : The conditions under which stochastic systems of infinitely many interacting particles can maintain sufficient spatial order to move coherently along a time-periodic orbit, thereby breaking the time-translation invariance of the underlying dynamical equation, have been an elusive issue. Via a free energy technique, we prove that if a non-reversible interacting particle system on $\\mathbb{Z}^d$, $d=1,2$, with strictly positive rates admits a product measure as a stationary measure, then it cannot exhibit time-periodic behaviour. This provides a first step towards a general conjecture that time-periodic behaviour cannot occur in one- and two-dimensional systems with short-range interactions and constitutes the first result for non-reversible dynamics in dimension two."}, {"id": "c547", "text": "Quantitative propagation of chaos for 2D stochastic vortex model on the whole space under moderate interactions : We derive the stochastic 2D vortex model on the whole Euclidean space from stochastic particle systems driven by individual and environmental noises, obtaining pathwise quantitative bounds in the sense of relative entropy. The main novelty is the application of the Donsker-Varadhan inequality in the context of moderately interacting particles to handle the nonlinearity, as well as the use of localization techniques combined with the probabilistic data setting, to derive estimates for the quadratic variation terms. Moreover, we prove the existence of a suitable solution to the aforementioned model."}, {"id": "c548", "text": "Fractal dimension of singular times for SPDEs: Energy bounds, criticality, and weak-strong uniqueness : For several physically relevant SPDEs, it is known that global weak solutions coexist with local strong ones. Typically, weak-strong uniqueness results are known, and ensure that the global and strong solutions coincide as long as the latter exist. Times at which a weak solution does not coincide with a strong one are called singular times. Determining their fractal dimension is fundamental to capturing the regularity of weak solutions.\n We define singular times for a wide class of semilinear SPDEs. We show that sets of singular times have fractal dimension (i.e., Hausdorff and/or Minkowski) at most $ 1-\\ell\\, \\mathsf{Exc}$, where $\\ell$ and $\\mathsf{Exc}$ are the time integrability and the excess of spatial regularity compared to the critical regularity of the energy bound associated with weak solutions, respectively. Moreover, their corresponding $(1-\\ell\\,\\mathsf{Exc} )$-dimensional measure is zero. We formulate and apply our theory to quenched strong Leray-Hopf solutions of 3D Navier-Stokes equations (NSEs) with physically relevant noises, including rough Kraichnan and Lie transport. In particular, we extend the fundamental $1/2$-dimensional bound of Leray and Scheffer on singular times for 3D NSEs to the stochastic setting, and we prove new conditional results under supercritical Serrin's conditions, irrespective of the roughness of the noise. Our framework is new even in the deterministic case, and provides the first partial regularity results for weak solutions to SPDEs with multiplicative noise."}, {"id": "c549", "text": "Concentration for random Euclidean combinatorial optimization : We prove concentration bounds for random Euclidean combinatorial optimization problems with $p$--costs. For bipartite matching and for the (mono- and bi-partite) traveling salesperson problem in dimension $d\\ge 3$, we obtain concentration at the natural energy scale $n^{1-p/d}$ for $1\\le p0$ such that the visible region is unbounded with positive probability for $\u03b3< \u03b3_{\\mathrm{crit}}$ and almost surely bounded for $\u03b3> \u03b3_{\\mathrm{crit}}$. For $d=2$ we establish almost sure boundedness also at criticality. The value for $\u03b3_{\\mathrm{crit}}$ is explicit and does not depend on $\u03bb$. In the bounded phase, we show that the mean visible volume is identical with the known formula for $\u03bb=0$. The key integral-geometric step is an explicit computation showing that the measure of $\u03bb$-geodesic hyperplanes hitting a geodesic segment is a linear function of the length of the segment, independent of~$\u03bb$."}, {"id": "c561", "text": "Asymptotic behavior of some stochastic models in population dynamics: a Hamilton-Jacobi approach : In this paper, we investigate the asymptotic behavior of individual-based models describing the evolution of a population structured by a real trait, subject to selection and mutation. We consider two different sets of assumptions: first, the case of critical or subcritical branching population processes in a regime combining a discretization of the trait space, small mutations, large time and large initial population size, where we are able to characterize using a Hamilton-Jacobi approach, the survival set of the population, and the asymptotic of the logarithmic scaling of subpopulation sizes. Second, we generalize by a direct method the convergence to the classical Hamilton-Jacobi equation obtained in the super-critical branching regime considered in \\cite{CMMT} to a more general trait space and under weaker assumptions. Moreover, we establish that the stochastic and the deterministic dynamics are asymptotically equivalent in large population."}, {"id": "c562", "text": "The Careless Coupon Collector's Problem : We initiate the study of the Careless Coupon Collector's Problem (CCCP), a novel variation of the classical coupon collector, that we envision as a model for information systems such as web crawlers, dynamic caches, and fault-resilient networks. In CCCP, a collector attempts to gather $n$ distinct coupon types by obtaining one coupon type uniformly at random in each discrete round, however the collector is \\textit{careless}: at the end of each round, each collected coupon type is independently lost with probability $p$. We analyze the number of rounds required to complete the collection as a function of $n$ and $p$. In particular, we show that it transitions from $\u0398(n \\ln n)$ when $p = o\\big(\\frac{\\ln n}{n^2}\\big)$ up to $\u0398\\big((\\frac{np}{1-p})^n\\big)$ when $p=\u03c9\\big(\\frac{1}{n}\\big)$ in multiple distinct phases. Interestingly, when $p=\\frac{c}{n}$, the process remains in a metastable phase, where the fraction of collected coupon types is concentrated around $\\frac{1}{1+c}$ with probability $1-o(1)$, for a time window of length $e^{\u0398(n)}$. Finally, we give an algorithm that computes the expected completion time of CCCP in $O(n^2)$ time."}, {"id": "c563", "text": "Multi-time Loewner energy: rate function for large deviation : The classification of probability measures that satisfy both conformal invariance and domain Markov property is equivalent to characterizing solutions to the Belavin--Polyakov--Zamolodchikov (BPZ) equations, as established by Dub\u00e9dat~[Dub07]. In this context, the partition functions for half-watermelon SLE and for multi-radial SLE serve as fundamental solutions to the BPZ equations. In this article, we investigate the large deviation principle for both half-watermelon SLE and multi-radial SLE. The associated rate function is given by the multi-time Loewner energy, introduced in~[CHPW26]. As applications, we provide an alternative proof of the large deviation principle for Dyson Brownian motion, as well as a new derivation of the boundary perturbation property of the multi-time Loewner energy."}, {"id": "c564", "text": "Functional central limit theorem for superdiffusive SDEs with stable noise : This paper establishes a functional stable central limit theorem for a class of superdiffusive solutions to stochastic differential equations driven by an $\u03b1$-stable process."}, {"id": "c565", "text": "Numerical ranges of non-normal random matrices: elliptic Ginibre and non-Hermitian Wishart ensembles : The numerical range of a non-normal matrix plays a central role as a descriptor of non-normal effects beyond spectral information. We study a class of fundamental non-Hermitian random matrix ensembles that interpolate between the Hermitian and non-Hermitian regimes. Our analysis focuses on the elliptic Ginibre ensemble and its chiral counterpart, as well as on non-Hermitian Wishart matrices. For each of these models, we explicitly characterise the geometry of the numerical range in the large-system limit. In particular, we show that for the elliptic Ginibre ensemble and its chiral version, the limiting numerical range is an ellipse, whereas for the non-Hermitian Wishart ensemble it is described by a non-elliptic envelope."}, {"id": "c566", "text": "High local maxima of stationary smooth Gaussian fields : Consider the point process (in $\\mathbb{R}^d$) of local maxima of smooth Gaussian fields, with sufficient decay of correlation at infinity, above a level $u$. We show that this point process, rescaled appropriately, converges weakly to a Poisson point process in the limit $u \\to \\infty$. Our proof relies on the classical observation that simple point processes are characterised by avoidance probabilities (i.e. $\\mathbb{P}(\u03b7(B)=0)$ for a point process $\u03b7$ and Borel set $B$). Then we approximate avoidance probability with the excursion probability, where the latter is well studied. Second main result is a quantified version of the Poisson convergence of high local maxima of the Bargmann-Fock field in $\\mathbb{R}^2$. We prove that, for Bargmann-Fock field in two dimensions, the total variation distance between a Poisson random variable and the number of local maxima of the field above a threshold $u$ in an $R \\times R$ box in $\\mathbb{R}^2$ decays like $\\exp(- \u03b2u^2)$, for some fixed $\u03b2>0$. As an immediate consequence, when the level $u$ is a function of $R$ such that $u(R) \\to \\infty$ and $u(R)/ \\sqrt{\\log R} \\to 0$ as $R \\to \\infty$, we have a quantitative central limit theorem for the number of high local maxima. The proof is based on the Chen-Stein method for quantitative Poisson approximation. We produce a close coupling of a stationary smooth field and its Palm version, which might be of independent interest."}, {"id": "c567", "text": "Independence of the indicator functions of record values for Multivariate independent data : We consider a sequence of random vectors on \\(\\mathbb{R}^d, \\ d\\geq 1\\). We consider the record values based on the simultaneous strict inequality of the coordinates. The indicator record variable (irv) of the j-th observation is the function that assigns the value 1 (one) if that observation is a record value and the null value otherwise. Here, we give a detailed and a thorough proof that the indicator functions are independent, whenever the data are themselves independent, not necessarily iid, in \\(\\mathbb{R}^d, \\ d\\geq 1\\). We compare that proof with available proofs in dimension one. Indeed, in seminal works on records, in particular in Ahsanullah(2024), Nevzorov(2001), Resnick (1987), Ahsanullah and Nevzorov (2015), etc., the independence of record indicator functions is usually validated based on logical reasoning, and so, is not rigorously proved. This allows us to undertake a detailed and thorough proof for independent data, not necessity iid, in \\(\\mathbb{R}^d, \\ d\\geq 1\\). The proof includes leads for not even independent data."}, {"id": "c568", "text": "Multiple Poisson-Dirichlet diffusions on generalized Kingman simplices : We construct a new class of infinite-dimensional diffusions taking values in a generalized Kingman simplex. Our model describes the temporal evolution of the relative frequencies of infinitely-many types which are \"labeled\" by an arbitrary finite number of marks or colors, but \"unlabeled\" within each mark. We start with a finite-dimensional construction which extends to Wright-Fisher diffusions a self-similarity property known for Dirichlet distributions, and corresponds to a multiple skew-product representation of the Wright-Fisher diffusion relative to the marks in the population. After ranking decreasingly the frequencies within each mark, we identify the limit in distribution of the resulting diffusion when the number of types for each mark goes to infinity, and describe its infinitesimal operator. The limiting process reduces to a diffusion in the Thoma simplex in the special case of only two marks, whereas the infinitely-many-neutral-alleles model is recovered when all frequencies have the same mark. The stationary measure of the limit diffusion is shown to be the recently introduced multiple Poisson-Dirichlet distribution, which extends Kingman's Poisson-Dirichlet distribution and is the de Finetti representing measure for a family of random partitions whose elements are marked."}, {"id": "c569", "text": "On a discrete max-plus transportation problem : We provide an explicit algorithm to solve the idempotent analogue of the discrete Monge-Kantorovich optimal mass transportation problem with the usual real number field replaced by the tropical (max-plus) semiring, in which addition is defined as the maximum and product is defined as usual addition, with minus infinity and zero playing the roles of additive and multiplicative identities. Such a problem may be naturally called tropical or \"max-plus\" optimal transportation problem. We show that the solutions to the latter, called the optimal tropical plans, may not correspond to perfect matchings even if the data (max-plus probability measures) have all weights equal to zero, in contrast with the classical discrete optimal transportation analogue, where perfect matching optimal plans in similar situations always exist. Nevertheless, in some randomized situation the existence of perfect matching optimal tropical plans may occur rather frequently. At last, we prove that the uniqueness of solutions of the optimal tropical transportation problem is quite rare."}, {"id": "c570", "text": "Coalescing random walks via the coalescence determinant : When identical particles on a line collide, they merge and continue as one. Exact determinantal formulas have long been available for particles conditioned never to collide, but collisions change the number of particles, and exact distributions for the survivors have been obtained only in specific settings and by ad hoc methods. Building on the coalescence determinant introduced in a companion paper, we study the wall-particle system: the joint system of survivors and the boundaries between their basins of attraction, starting from every site occupied. Its finite-dimensional distributions are determinants of block matrices built from transition probabilities and their cumulative sums; a finite block matrix suffices even when the initial configuration is infinite. As applications, we recover the Rayleigh spacing density and the joint distribution of consecutive gaps-which are negatively correlated-by new methods, and give a new derivation of the determinantal formula for the joint CDF of finitely many coalescing particles starting from fixed positions. All formulas hold for arbitrary nearest-neighbor random walks and their Brownian scaling limits, with no specific transition kernels required."}, {"id": "c571", "text": "On the Equivalence of Random Network Distillation, Deep Ensembles, and Bayesian Inference : Uncertainty quantification is central to safe and efficient deployments of deep learning models, yet many computationally practical methods lack lacking rigorous theoretical motivation. Random network distillation (RND) is a lightweight technique that measures novelty via prediction errors against a fixed random target. While empirically effective, it has remained unclear what uncertainties RND measures and how its estimates relate to other approaches, e.g. Bayesian inference or deep ensembles. This paper establishes these missing theoretical connections by analyzing RND within the neural tangent kernel framework in the limit of infinite network width. Our analysis reveals two central findings in this limit: (1) The uncertainty signal from RND -- its squared self-predictive error -- is equivalent to the predictive variance of a deep ensemble. (2) By constructing a specific RND target function, we show that the RND error distribution can be made to mirror the centered posterior predictive distribution of Bayesian inference with wide neural networks. Based on this equivalence, we moreover devise a posterior sampling algorithm that generates i.i.d. samples from an exact Bayesian posterior predictive distribution using this modified \\textit{Bayesian RND} model. Collectively, our findings provide a unified theoretical perspective that places RND within the principled frameworks of deep ensembles and Bayesian inference, and offer new avenues for efficient yet theoretically grounded uncertainty quantification methods."}, {"id": "c572", "text": "The Contact Process Can Survive on a Slightly Subcritical Dynamical Percolation Cluster : The contact process on dynamic edges (CPDE) is a contact process evolving on a dynamic environment given by a dynamical percolation on the edges of Z d\\,: each edge updates its state to open or closed with respective rates vp and v(1 -p). By coupling a well-chosen subset of once infected sites in the CPDE with a cluster of some supercritical percolation on the edges of Z d , we prove that, for every dimension d $\\ge$ 2, we can find some slightly subcritical p < pc(d) such that for every update speed v > 0, the contact process with large enough infection rate can survive. This extends the result for dimension 1 proved by Linker and Remenik in [LR20]."}, {"id": "c573", "text": "Regularization of a stationary point process by a stationary increments perturbation : We present a novel procedure where a stationary point process is regularized through the convolution with a continuous random field with stationary increments, in the sense that the dependency between distant points is weakened; and the potential peaks in the spectrum (or Bragg peaks), reminiscent of a periodic behavior, are erased. We use this procedure to efficiently generate a hyperuniform point process in dimension 1 using a fractional Brownian Motion; simulating n points with complexity n log(n)."}, {"id": "c574", "text": "Gradual smoothing: strong hypercontractivity and logarithmic Sobolev inequalities : We study the possibility of a gradual improvement as time progresses of the regularity of solutions to evolution problems of parabolic type driven by L\u00e9vy operators, not necessarily translation invariant. In the course of our analysis we study the equivalence between general smoothing effects and a family of logarithmic Sobolev inequalities. This equivalence allows us to identify a new type of regularization, strong hypercontractivity, characterized by the existence of a time at which solutions belong to every $L^p$ space with $p$ finite. It can also be used to prove logarithmic Sobolev inequalities in a context not previously seen in the literature. We then show that any purely nonlocal L\u00e9vy operator whose kernel is comparable to that of $\\log(I-\u0394)$ is strongly hypercontractive, but fails to be supercontractive and, consequently, also fails to be ultracontractive. Finally, in the translation-invariant case, we also prove that solutions get bounded eventually."}, {"id": "c575", "text": "Laplace Transforms of Stopping Times for Subordinator with Applications to Inventory Control : Intermittent demand fluctuations pose significant challenges in disaster logistics and medical supply systems. In this study, we formulate cumulative demand as a generalized L\u00e9vy process composed of a drift term, Poisson jumps, and compound Poisson jumps, and analyze a continuous-time inventory model. The proposed framework provides a unified formulation that encompasses both drifted Poisson processes and drifted compound Poisson processes.\n From a mathematical perspective, we treat the reorder time as a first-passage problem of a subordinator and derive its Laplace transform via the Laplace exponent. In particular, for the drifted Poisson case, we obtain an explicit representation of the inverse Laplace exponent using the Lambert W function, which yields an analytic expression for the Laplace transform of the first-passage time. Furthermore, when the jump sizes follow exponential and Gamma distributions, we derive explicit formulas for the mean and variance of the reorder times, thereby clarifying the moment structure of first-passage times for generalized L\u00e9vy demand processes.\n From an operations research perspective, we explicitly characterize the expected total cost over a finite time horizon based on the distribution of cumulative demand. This study presents an analytical framework that integrates first-passage theory of L\u00e9vy processes with continuous-time inventory control."}, {"id": "c576", "text": "Constrained graph generation: Preserving diameter and clustering coefficient simultaneously : Generating graphs subject to strict structural constraints is a fundamental computational challenge in network science. Simultaneously preserving interacting properties-such as the diameter and the clustering coefficient- is particularly demanding. Simple constructive algorithms often fail to locate vanishingly small sets of feasible graphs, while traditional Markov-chain Monte Carlo (MCMC) samplers suffer from severe ergodicity breaking. In this paper, we propose a two-step hybrid framework combining Ant Colony Optimization (ACO) and MCMC sampling. First, we design a layered ACO heuristic to perform a guided global search, effectively locating valid graphs with prescribed diameter and clustering coefficient. Second, we use these ACO-designed graphs as structurally distinct seed states for an MCMC rewiring algorithm. We evaluate this framework across a wide range of graph edge densities and varying diameter-clustering-coefficient constraint regimes. Using the spectral distance of the normalized Laplacian to quantify structural diversity of the resulting graphs, our experiments reveal a sharp contrast between the methods. Standard MCMC samplers remain rigidly trapped in an isolated subset of feasible graphs around their initial seeds. Conversely, our hybrid ACO-MCMC approach successfully bridges disconnected configuration landscapes, generating a vastly richer and structurally diverse set of valid graphs."}, {"id": "c577", "text": "Schauder estimates for germs of distributions on smooth manifolds : We discuss germs of distributions on $d-$dimensional smooth Riemannian manifolds and, in particular, we derive \\emph{multi-level Schauder estimates} without making any further assumptions on the underlying geometry. As a preliminary step, we define the notions of coherence and homogeneity for germs of distributions on open subsets of $\\mathbb{R}^d$, $d \\ge 1$. Subsequently, we formulate both the reconstruction theorem, cf., [CZ20], and the Schauder estimates, cf., [BCZ24], in this setting. Leveraging the properties of the exponential map, we extend these results to Riemannian manifolds. Specifically, we devise a counterpart of the reconstruction theorem previously established in the literature [RS21], while additionally proving the regularity of the reconstructed distribution in suitable H\u00f6lder-Zygmund spaces. Finally, by introducing a novel concept of $\u03b2$-regularizing kernels on Riemannian manifolds, we establish Schauder estimates for coherent and homogeneous germs in this context."}, {"id": "c578", "text": "Sharp mixing time asymptotics of Glauber dynamics for the Curie-Weiss-Potts model at low temperatures : In this article, we derive a sharp mixing time estimate of the Glauber dynamics for the Curie-Weiss-Potts model in the low-temperature regime. In contrast to the high-temperature regime studied by Cuff et al. (J. Stat. Phys. 149: 432-477, 2012), in which the Gibbs measure is concentrated around the equiproportional distribution of spins, the Gibbs measure in the low-temperature regime is concentrated on multiple states, each with a dominant number of a single spin. Consequently, global mixing of the system requires sufficiently many transitions between these states. Since these transitions are well explained by the phenomenon of metastability, the theory of metastability plays a central role in the analysis of slow mixing. In particular, the sharp asymptotics for the mixing time is given by the mixing time of the limit Markov chain, which describes the metastable behavior of the dynamics, multiplied by the metastable transition time-scale. As a byproduct, we verify that it does not exhibit a cutoff phenomenon."}, {"id": "c579", "text": "Stationary Log-Gamma Polymer in Half-Space : We study the half-space log-gamma polymer model with stationary initial conditions. We derive exact formulas for the distribution of the partition function along the diagonal across the entire High density phase and Low density phase. We obtain asymptotics of these distributions under the critical scaling. We also prove the first exponential upper bounds for the upper and lower tail of the scaled free energy for these half-space stationary log-gamma models."}, {"id": "c580", "text": "A Class of Gaussian Fields on $\\mathbb{Z}_q^d$ : Gaussian fields $(g_x)$ on $\\mathbb{Z}_q^d$ are constructed from a class of reversible long range random walks $(X_t)_{t\\in \\mathbb{N}}$ on $\\mathbb{Z}_q^d$ in arXiv:2510.22554. The construction is from taking the covariance function of $(g_x)$ as $(1-\u03b1)G(x,y;\u03b1)$, where $G(x,y;\u03b1)$ is the Green function of a random walk with killing in each transition at rate $1-\u03b1$. A decomposition of the Gaussian field into a sum of independent Gaussian random variables is made. By letting $q\\to \\infty$ the Gaussian field becomes defined from an infinite-dimensional random walk on a torus. The random walk model is also extended to $d=\\infty$ by considering a de Finetti random walk where entries in the increments of the random walk are exchangeable. A limit Gaussian field on $\\mathbb{R}^d$ arises from a central limit theorem approach. The transform of this Gaussian field, which is again a Gaussian field, is calculated. It has a simpler covariance matrix than the original field. The Hamiltonian connected to the Gaussian field is calculated. A limit theorem for the partition function arising from the Hamiltonian is found."}, {"id": "c581", "text": "Mean-field games with rough common noise I: the linear-quadratic case : Motivated by mean-field games (MFG) with common noise on the one hand and pathwise stochastic control theory on the other, we formulate here a linear-quadratic (LQ) MFG with rough common noise, along with a satisfactory well-posedness theory for the linear-quadratic case. A novel Volterra-type (or mild) formulation allows to keep technical (rough-stochastic) consideration to a minimum. We derive a characterization of the optimal state and optimal control through a rough forward-backward SDE (rough FBSDE), and provide an existence and uniqueness result under the usual assumptions. Our theory is accompanied by stability estimates with respect to initial data and common noise while we also establish continuity of what we call the It\u00f4-Lions-Lyons map for rough mean-field games. Finally, we discuss randomization of the rough common noise under appropriate conditions on the coefficients. When the latter is given by the Stratonovich lift of a Brownian motion independent of the idiosyncratic noise, we show that solutions of the rough LQ MFG coincide with those obtained by conditioning on the common noise."}, {"id": "c582", "text": "Bakry-Emery Curvature of the Fractional Laplacian via Fractional Brownian Covariance : We establish the first positive Bakry-'Emery curvature bound for a fractional Laplacian -- with and without drift -- resolving a case of the open problem of extending the $\u0393_2$-calculus to non-local operators (Garofalo 2019, Spener-Weber-Zacher 2020).Our approach relies on a novel identification: the Fourier-space carr'e du champ of the $\u03b3$-stable generator $L_\u03b3= -(-\u0394)^{\u03b3/2}$ coincides with the covariance kernel of fractional Brownian motion with Hurst parameter $H = \u03b3/2$. On the torus $\\mathbb{T}$, this reduces the curvature bound to a generalized eigenvalue problem. For the Cauchy process ($\u03b3= 1$), the curvature spectrum consists of the odd integers, yielding the global bound $CD(1, \\infty)$. Furthermore, we show $\u03b3=1$ is the unique stability index admitting a strictly positive curvature bound $\u03ba\\geq 1$.Adding a confining potential $V(x) = -\u03c9^2 \\cos x$, we analyze the L'evy-Fokker-Planck operator $L = -(-\u0394)^{1/2} - V'(x)\\partial_x$. We prove the drift acts as a scalar shift on the curvature spectrum, yielding the global bound $CD(1 - \u03c9^2/2, \\infty)$ for $\u03c9^2 < 2$. This provides a Poincar'e inequality and gradient estimate for a non-diagonal operator with unknown spectrum, complementing known negative results that $(-\u0394)^{\u03b3/2}$ on $\\mathbb{R}^d$ fails $CD(\u03ba, N)$ for all finite $N$."}, {"id": "c583", "text": "Robust Predictive Uncertainty and Double Descent in Contaminated Bayesian Random Features : We propose a robust Bayesian formulation of random feature (RF) regression that accounts explicitly for prior and likelihood misspecification via Huber-style contamination sets. Starting from the classical equivalence between ridge-regularized RF training and Bayesian inference with Gaussian priors and likelihoods, we replace the single prior and likelihood with $\u03b5$- and $\u03b7$-contaminated credal sets, respectively, and perform inference using pessimistic generalized Bayesian updating. We derive explicit and tractable bounds for the resulting lower and upper posterior predictive densities. These bounds show that, when contamination is moderate, prior and likelihood ambiguity effectively acts as a direct contamination of the posterior predictive distribution, yielding uncertainty envelopes around the classical Gaussian predictive. We introduce an Imprecise Highest Density Region (IHDR) for robust predictive uncertainty quantification and show that it admits an efficient outer approximation via an adjusted Gaussian credible interval. We further obtain predictive variance bounds (under a mild truncation approximation for the upper bound) and prove that they preserve the leading-order proportional-growth asymptotics known for RF models. Together, these results establish a robustness theory for Bayesian random features: predictive uncertainty remains computationally tractable, inherits the classical double-descent phase structure, and is improved by explicit worst-case guarantees under bounded prior and likelihood misspecification."}, {"id": "c584", "text": "Solving Poisson's equation for Wasserstein contractive Markov chains : We study Poisson's equation in the context of general state space Markov chains. For chains satisfying a contraction assumption w.r.t. a Wasserstein distance, we show that a solution exists for Lipschitz functions and investigate its regularity properties. If the kernel is additionally reversible we are also able to show that solutions for $L^p$ functions exist. Combining our findings with Doob's inequalities for martingales we derive maximal inequalities for contractive Markov chains. A number of examples is provided to demonstrate the applicability of our results, in particular in the context of Markov chain Monte Carlo methods."}, {"id": "c585", "text": "Hydrodynamic limit for Glauber-Kawasaki dynamics on the Sierpi\u0144ski gasket : We prove the hydrodynamic limit for Glauber-Kawasaki dynamics on the Sierpi\u0144ski gasket, a prototypical fractal graph that lacks translational invariance. The main novelty lies in incorporating Glauber dynamics, allowing for particle creation and annihilation with birth-death rates depending locally on the particle configuration. In the macroscopic limit, the particle density evolves according to a nonlinear reaction--diffusion equation, where the reaction term is explicitly determined by the microscopic rates. The key new ingredient is a replacement lemma adapted to the fractal geometry of the Sierpi\u0144ski gasket. We establish this lemma by deriving 1-block and 2-blocks estimates on the Sierpi\u0144ski gasket graph, which require new arguments due to the absence of classical lattice structures."}, {"id": "c586", "text": "Limit Theory of the Multi-set Allocation Occupancy (MAO) Distribution: Normal and Poisson Approximations via MAO Norm : This paper investigates the asymptotic behavior of the Multi-set Allocation Occupancy (MAO) distribution, which models the count vector $X=(X_{=0},\\ldots,X_{=T})$ from $T$ independent rounds of sampling without replacement of size $m$ from $N$ individuals. Focusing on $X_{=t}$ (individuals in exactly $t$ subsets) and employing the MAO norm -- a combinatorial tool yielding closed-form factorial moments -- we derive the exact marginal distribution of a single individual as $\\mathrm{Bin}(T,p)$ with $p=m/N$. Using the MAO norm, we prove that for any fixed number of distinct individuals, their joint distribution differs from the product of marginals by $O(1/N)$, establishing the weak dependence required for limit theorems. Based on these findings, we delineate two asymptotic regimes: 1. Normal approximation: When $N\\to\\infty$ with $p=m/N$ fixed, $X_{=t}$ obeys a central limit theorem and can be approximated by a normal distribution with mean $N\u03c0_t$ and variance obtained from the MAO norm, where $\u03c0_t = \\binom{T}{t} p^t (1-p)^{T-t}$.2. Poisson approximation: When the expected value $\u03bb_N := N\u03c0_t \\to 0$, $X_{=t}$ converges in distribution to $\\mathrm{Poisson}(\u03bb)$. By symmetry, if $\u03bb_N \\to N$, then $N-X_{=t}$ converges to a Poisson distribution. All theoretical results are rigorously proved via moment methods and are corroborated by extensive numerical simulations, which further demonstrate that the approximations remain valid even when the subset sizes are not equal. The MAO norm thus emerges as a unifying tool that connects the exact combinatorial structure of the model to its asymptotic theory. These findings offer clear guidance for choosing the appropriate approximation in practical applications, and they open the door to using the MAO distribution as a null model for detecting non random aggregation in fields as diverse as ecology, sociology, and statistical physics."}, {"id": "c587", "text": "An Erd\\H os R\u00e9nyi Law for the Longest Consecutive Monotone Block in a Random Permutation : The Erd\\H os-R\u00e9nyi law states that given a sequence\n $\\{X_j\\}_{j=1}^\\infty$ of i.i.d.~($p$) coin-tosses, the longest run $L_n$ of heads in the first $n$ coin tosses approaches $\\log_{1/p}n$ almost surely. In this paper we explore a formulation of this result in the case of random permutations and prove an Erd\\H os-R\u00e9nyi law for the longest consecutive monotone block in a random permutation."}, {"id": "c588", "text": "Jackknife Inference for Fixed Effects Models : This paper develops a general method of inference for fixed effects models which is (i) automatic, (ii) computationally inexpensive, and (iii) highly model agnostic. Specifically, we show how to combine a collection of subsample estimators into a self-normalised jackknife $t$-statistic, from which hypothesis tests, confidence intervals, and $p$-values are readily obtained."}, {"id": "c589", "text": "Using Prior Studies to Design Experiments: An Empirical Bayes Approach : We develop an empirical Bayes framework for experimental design that leverages information from prior related studies. When a researcher has access to estimates from previous studies on similar parameters, they can use empirical Bayes to estimate an informative prior over the parameter of interest in the new study. We show how this prior can be incorporated into a decision-theoretic experimental design framework to choose optimal design. The approach is illustrated via propensity score designs in stratified randomized experiments. Our theoretical results show that the empirical Bayes design achieves oracle-optimal performance as the number of prior studies grows, and characterize the rate at which regret vanishes. To illustrate the approach, we present two empirical applications--oncology drug trials and the Tennessee Project STAR experiment. Our framework connects the Bayesian meta-analysis literature to experimental design and provides practical guidance for researchers seeking to design more efficient experiments."}, {"id": "c590", "text": "Detecting and Mitigating Group Bias in Heterogeneous Treatment Effects : Heterogeneous treatment effects (HTEs) are increasingly estimated using machine learning models that produce highly personalized predictions of treatment effects. In practice, however, predicted treatment effects are rarely interpreted, reported, or audited at the individual level but, instead, are often aggregated to broader subgroups, such as demographic segments, risk strata, or markets. We show that such aggregation can induce systematic bias of the group-level causal effect: even when models for predicting the individual-level conditional average treatment effect (CATE) are correctly specified and trained on data from randomized experiments, aggregating the predicted CATEs up to the group level does not, in general, recover the corresponding group average treatment effect (GATE). We develop a unified statistical framework to detect and mitigate this form of group bias in randomized experiments. We first define group bias as the discrepancy between the model-implied and experimentally identified GATEs, derive an asymptotically normal estimator, and then provide a simple-to-implement statistical test. For mitigation, we propose a shrinkage-based bias-correction, and show that the theoretically optimal and empirically feasible solutions have closed-form expressions. The framework is fully general, imposes minimal assumptions, and only requires computing sample moments. We analyze the economic implications of mitigating detected group bias for profit-maximizing personalized targeting, thereby characterizing when bias correction alters targeting decisions and profits, and the trade-offs involved. Applications to large-scale experimental data at major digital platforms validate our theoretical results and demonstrate empirical performance."}, {"id": "c591", "text": "Compound decisions and empirical Bayes via Bayesian nonparametrics : We study the Gaussian sequence compound decision problem and analyze a Bayesian nonparametric estimator from an empirical Bayes, regret-based perspective. Motivated by sharp results for the classical nonparametric maximum likelihood estimator (NPMLE), we ask whether an analogous guarantee can be obtained using a standard Bayesian nonparametric prior. We show that a Dirichlet-process-based Bayesian procedure achieves near-optimal regret bounds. Our main results are stated in the compound decision framework, where the mean vector is treated as fixed, while we also provide parallel guarantees under a hierarchical model in which the means are drawn from a true unknown prior distribution. The posterior mean Bayes rule is, a fortiori, admissible, whereas we show that the NPMLE plug-in rule is inadmissible."}, {"id": "c592", "text": "Volatility Spillovers in China's Real Estate Crisis: A Network Approach : Sentiment towards the Chinese real estate sector has deteriorated following the introduction of financing constraints in 2020 with the ''three red lines.\" Forcing developers to restructure their debt, the policy triggered a cascade of financing troubles, defaults, and reduced housing demand, ultimately culminating in a prolonged real estate crisis. This paper utilizes a network approach in line with Demirer et al. (2018) and Diebold and Yilmaz (2014) to measure daily time-varying connectedness in the stock return volatilities of major Chinese real estate developers throughout the crisis. Focusing on spillover between companies as reflected by market perception, this paper examines how connectedness evolves over time across firms with different regional exposures and state-ownership statuses, filling a gap in the literature to elucidate where property demand and real estate firm trustworthiness have deteriorated most. An event-study analysis of four key moments of the crisis outlines distinct phases of market sentiment: with the introduction of the three red lines, connectedness primarily reflects shared exposure and a uniform shock to the market. Then, the early unrest surrounding Evergrande exposes strong regional differentiation, with firms concentrated in less developed regions receiving significant spillover. By one year into the crisis, previously stable regions receive higher levels of spillover, and there is evidence of a substitution effect towards private developers. Two years into the crisis, the market has much less homogeneity in effects across regions and state-ownership status: major shocks induce minimal network changes, reflecting how investors have already priced in their beliefs. This paper also offers one of the most extensive timelines of the Chinese real estate crisis to date, and a new R package, GephiForR, was created for the network visualization in this paper."}, {"id": "c593", "text": "Model Selection in High-Dimensional Linear Regression using Boosting with Multiple Testing : High-dimensional regression specification and analysis is a complex and active area of research in statistics, machine learning, and econometrics. This paper proposes a new approach, Boosting with Multiple Testing (BMT), which combines forward stepwise variable selection with the multiple testing framework of Chudik et al (2018). At each stage, the model is updated by adding only the most significant regressor conditional on those already included, while a family-wise multiple testing filter is applied to the remaining candidates. In this way, the method retains the strong screening properties of Chudik et al (2018) while operating in a less greedy manner with respect to proxy and noise variables. Using sharp probability inequalities for heterogeneous strongly mixing processes from Dendramis et al (2022), we show that BMT enjoys oracle type properties relative to an approximating model that includes all true signals and excludes pure noise variables: this model is selected with probability tending to one, and the resulting estimator achieves standard parametric rates for prediction error and coefficient estimation. Additional results establish conditions under which BMT recovers the exact true model and avoids selection of proxy signals. Monte Carlo experiments indicate that BMT performs very well relative to OCMT and Lasso type procedures, delivering higher model selection accuracy and smaller RMSE for the estimated coefficients, especially under strong multicollinearity of the regressors. Two empirical illustrations based on a large set of macro-financial indicators as covariates, show that BMT yields sparse, interpretable specifications with favourable out-of-sample performance."}, {"id": "c594", "text": "Testing Effect Homogeneity and Confounding in High-Dimensional Experimental and Observational Studies : We propose a framework for testing the homogeneity of conditional average treatment effects (CATEs) across multiple experimental and observational studies. Our approach leverages multiple randomized trials to assess whether treatment effects vary with unobserved heterogeneity that differs across trials: if CATEs are homogeneous, this indicates the absence of interactions between treatment and unobservables in the mean effect. Comparing CATEs between experimental and observational data further allows evaluation of potential confounding: if the estimands coincide, there is no unobserved confounding; if they differ, deviations may arise from unobserved confounding, effect heterogeneity, or both. We extend the framework to settings with alternative identification strategies, namely instrumental variable settings and panel data with parallel trends assumptions based on differences in differences, where effects are identified only locally for subpopulations such as compliers or treated units. In these contexts, testing homogeneity is useful for assessing whether local effects can be extrapolated to the total population. We suggest a test based on double machine learning that accommodates high-dimensional covariates in a data-driven way and investigate its finite-sample performance through a simulation study. Finally, we apply the test to the International Stroke Trial (IST), a large multi-country randomized controlled trial in patients with acute ischaemic stroke that evaluated whether early treatment with aspirin altered subsequent clinical outcomes. Our methodology provides a flexible tool for both validating identification assumptions and understanding the generalizability of estimated treatment effects."}, {"id": "c595", "text": "On covariation estimation for multivariate continuous It\u00f4 semimartingales with noise in non-synchronous observation schemes : This paper presents a Hayashi-Yoshida type estimator for the covariation matrix of continuous It\u00f4 semimartingales observed with noise. The coordinates of the multivariate process are assumed to be observed at highly frequent non-synchronous points. The estimator of the covariation matrix is designed via a certain combination of the local averages and the Hayashi-Yoshida estimator. Our method does not require any synchronization of the observation scheme (as e.g. previous tick method or refreshing time method) and it is robust to some dependence structure of the noise process. We show the associated central limit theorem for the proposed estimator and provide a feasible asymptotic result. Our proofs are based on a blocking technique and a stable convergence theorem for semimartingales. Finally, we show simulation results for the proposed estimator to illustrate its finite sample properties."}, {"id": "c596", "text": "Pre-averaging estimators of the ex-post covariance matrix in noisy diffusion models with non-synchronous data : We show how pre-averaging can be applied to the problem of measuring the ex-post covariance of financial asset returns under microstructure noise and non-synchronous trading. A pre-averaged realised covariance is proposed, and we present an asymptotic theory for this new estimator, which can be configured to possess an optimal convergence rate or to ensure positive semi-definite covariance matrix estimates. We also derive a noise-robust Hayashi-Yoshida estimator that can be implemented on the original data without prior alignment of prices. We uncover the finite sample properties of our estimators with simulations and illustrate their practical use on high-frequency equity data."}, {"id": "c597", "text": "How Robust are Robustness Checks? : Robustness checks are routine in empirical work, but there is no standard statistical procedure to formally measure what one can learn from them. I propose a \"robustness radius\" measure to quantify the amount by which the robustness checks estimands differ from the main specification estimand. I do so by framing robustness checks as explicitly biased regressions, clarifying what exactly the estimands are when comparing multiple regressions with slightly different samples, and applying a test from the moment inequalities literature. The robustness radius is easily interpretable and adapts to sampling uncertainty and correlation across regressions. An application shows that, although assessing overall robustness is context-specific, the robustness radius guides those judgments and improves transparency."}, {"id": "c598", "text": "Distributional Discontinuity Design : Regression discontinuity and kink designs are typically analyzed through mean effects, even when treatment changes the shape of the entire outcome distribution. To address this, we introduce distributional discontinuity designs, a framework for estimating causal effects for a scalar outcome at the boundary of a discontinuity in treatment assignment. Our estimand is the Wasserstein distance between limiting conditional outcome distributions; a single scale-interpretable measure of distribution shift. We show that this weakly bounds the average treatment effect, where equality holds if and only if the treatment effect is purely additive; thus, departure from equality measures effect heterogeneity. To further encode effect heterogeneity we show that the Wasserstein distance admits an orthogonal decomposition into squared differences in $L$-moments, thereby quantifying the contribution from location, scale, skewness, and higher-order shape components to the overall distributional distance. Next, we extend this framework to distributional kink designs by evaluating the Wasserstein derivative at a policy kink; this describes the flow of probability mass through the kink. In the case of fuzzy kink designs, we derive new identification results. Finally, we apply our methods on real data by re-analyzing two natural experiments to compare our distributional effects to traditional causal estimands."}, {"id": "c599", "text": "Asymptotic theory of range-based multipower variation : In this paper, we present a realized range-based multipower variation theory, which can be used to estimate return variation and draw jump-robust inference about the diffusive volatility component, when a high-frequency record of asset prices is available. The standard range-statistic -- routinely used in financial economics to estimate the variance of securities prices -- is shown to be biased when the price process contains jumps. We outline how the new theory can be applied to remove this bias by constructing a hybrid range-based estimator. Our asymptotic theory also reveals that when high-frequency data are sparsely sampled, as is often done in practice due to the presence of microstructure noise, the range-based multipower variations can produce significant efficiency gains over comparable subsampled return-based estimators. The analysis is supported by a simulation study and we illustrate the practical use of our framework on some recent TAQ equity data."}, {"id": "c600", "text": "Distributional Effects in Censored Quantile Regressions with Endogeneity and Heteroskedasticity : Distributional effects, characterized by quantile frameworks, are well-known to capture heterogeneous impacts of economic factors across the unobserved relative ranks. Censored outcome, endogenous regressor and heteroskedastic error are prevalent in empirical work, yet challenge the consistency of existing quantile estimation methods. This paper develops a Sequential Control Function Censored Quantile (SCFCQ) estimator for distributional effects in censored quantile models with unbounded endogenous regressors. Our method combines the sequential analysis with the control function approach, particularly adapting for conditional heteroskedasticity in the endogenous regressor. The estimation algorithm is a two-step procedure composed of series quantile regressions, thereby providing applied researchers with a computationally tractable and practically feasible tool. We apply the SCFCQ method to estimate heterogeneous income elasticities over household preferences using data from the UK Family Expenditure Survey."}, {"id": "c601", "text": "Panel Quantile Regression with Common Shocks : This paper develops an asymptotic and inferential theory for fixed-effects panel quantile regression (FEQR) that delivers inference robust to pervasive common shocks. Such shocks induce cross-sectional dependence that is central in many economic and financial panels but largely ignored in existing FEQR theory, which typically assumes cross-sectional independence and requires $T \\gg N$. We show that the standard FEQR estimator remains asymptotically normal under the mild condition $(\\log N)^2/T \\to 0$, thereby accommodating empirically relevant regimes, including those with $T \\ll N$. We further show that common shocks fundamentally alter the asymptotic covariance structure, rendering conventional covariance estimators inconsistent, and we propose a simple covariance estimator that remains consistent both in the presence and absence of common shocks. The proposed procedure therefore provides valid robust inference without requiring prior knowledge of the dependence structure, substantially expanding the applicability of FEQR methods in realistic panel data settings."}, {"id": "c602", "text": "Demand estimation without outside good shares : The BLP model is the workhorse framework in empirical IO and enables estimation of demand models for differentiated products using aggregate product shares. In practice, however, the share of the outside good is often unobserved. This paper studies identification and inference in the BLP model when the share of the outside good is unobserved. We show that the model is partially identified, and we derive sharp identified sets for structural parameters and equilibrium objects. We also develop inference procedures based on moment inequalities that deliver valid confidence sets for these structural parameters and equilibrium objects."}, {"id": "c603", "text": "A Roof Over Risk: A House Price-at-Risk Framework for Hungary : This paper develops a House Price-at-Risk framework to examine how housing subsidies, credit conditions, and supply factors influence the distribution of house price growth in Hungary. Using quantile regression with adaptive LASSO variable selection, we identify variables driving downside versus upside risks across multiple horizons. Financial stress dominates the lower tail at short horizons, while unemployment and affordability constraints become the primary drivers of downside risk at longer horizons. Housing subsidies exhibit pro-cyclical characteristics, concentrating significant positive effects on the upper quantiles while leaving the lower tail largely unaffected. Supply-side variables display horizon-dependent sign reversals, with construction permits exerting upward pressure on prices in the short run but moderating them as supply materialises. Uncertainty decomposition reveals persistent left-tail dominance across all horizons. These findings suggest that macroprudential frameworks should account for the distributional effects of housing subsidies, particularly their pro-cyclical influence on house price growth."}, {"id": "c604", "text": "genriesz: A Python Package for Automatic Debiased Machine Learning with Generalized Riesz Regression : Efficient estimation of causal and structural parameters can be automated using the Riesz representation theorem and debiased machine learning (DML). We present genriesz, an open-source Python package that implements automatic DML and generalized Riesz regression, a unified framework for estimating Riesz representers by minimizing empirical Bregman divergences. This framework includes covariate balancing, nearest-neighbor matching, calibrated estimation, and density ratio estimation as special cases. A key design principle of the package is automatic regressor balancing (ARB): given a Bregman generator $g$ and a representer model class, genriesz} automatically constructs a compatible link function so that the generalized Riesz regression estimator satisfies balancing (moment-matching) optimality conditions in a user-chosen basis. The package provides a modulr interface for specifying (i) the target linear functional via a black-box evaluation oracle, (ii) the representer model via basis functions (polynomial, RKHS approximations, random forest leaf encodings, neural embeddings, and a nearest-neighbor catchment basis), and (iii) the Bregman generator, with optional user-supplied derivatives. It returns regression adjustment (RA), Riesz weighting (RW), augmented Riesz weighting (ARW), and TMLE-style estimators with cross-fitting, confidence intervals, and $p$-values. We highlight representative workflows for estimation problems such as the average treatment effect (ATE), ATE on treated (ATT), and average marginal effect estimation. The Python package is available at https://github.com/MasaKat0/genriesz and on PyPI."}, {"id": "c605", "text": "Generative modeling for the bootstrap : Generative modeling builds on and substantially advances the classical idea of simulating synthetic data from observed samples. This paper shows that this principle is not only natural but also theoretically well-founded for bootstrap inference: it yields statistically valid confidence intervals that apply simultaneously to both regular and irregular estimators, including settings in which Efron's bootstrap fails. In this sense, the generative modeling-based bootstrap can be viewed as a modern version of the smoothed bootstrap: it could mitigate the curse of dimensionality and remain effective in challenging regimes where estimators may lack root-$n$ consistency or a Gaussian limit."}, {"id": "c606", "text": "Model selection confidence sets for time series models with applications to electricity load data : This paper studies the Model Selection Confidence Set (MSCS) methodology for univariate time series models involving autoregressive and moving average components, and applies it to study model selection uncertainty in the Italian electricity load data. Rather than relying on a single model selected by an arbitrary criterion, the MSCS identifies a set of models that are statistically indistinguishable from the true data-generating process at a given confidence level. The size and composition of this set reveal crucial information about model selection uncertainty: noisy data scenarios produce larger sets with many candidate models, while more informative cases narrow the set considerably. To study the importance of each model term, we consider numerical statistics measuring the frequency with which each term is included in both the entire MSCS and in Lower Boundary Models (LBM), its most parsimonious specifications. Applied to Italian hourly electricity load data, the MSCS methodology reveals marked intraday variation in model selection uncertainty and isolates a collection of model specifications that deliver competitive short-term forecasts while highlighting key drivers of electricity load like intraday hourly lags, temperature, calendar effects and solar energy generation."}, {"id": "c607", "text": "Two-way Clustering Robust Variance Estimator in Quantile Regression Models : We study inference for linear quantile regression with two-way clustered data. Using a separately exchangeable array framework and a projection decomposition of the quantile score, we characterize regime-dependent convergence rates and establish a self-normalized Gaussian approximation. We propose a two-way cluster-robust sandwich variance estimator with a kernel-based density ``bread'' and a projection-matched ``meat'', and prove consistency and validity of inference in Gaussian regimes. We also show an impossibility result for uniform inference in a non-Gaussian interaction regime."}, {"id": "c608", "text": "Introducing the b-value: combining unbiased and biased estimators from a sensitivity analysis perspective : In empirical research, when we have multiple estimators for the same parameter of interest, a central question arises: how do we combine unbiased but less precise estimators with biased but more precise ones to improve the inference? Under this setting, the point estimation problem has attracted considerable attention. In this paper, we focus on a less studied inference question: how can we conduct valid statistical inference in such settings with unknown bias? We propose a strategy to combine unbiased and biased estimators from a sensitivity analysis perspective. We derive a sequence of confidence intervals indexed by the magnitude of the bias, which enable researchers to assess how conclusions vary with the bias levels. Importantly, we introduce the notion of the b-value, a critical value of the unknown maximum relative bias at which combining estimators does not yield a significant result. We apply this strategy to three canonical combined estimators: the precision-weighted estimator, the pretest estimator, and the soft-thresholding estimator. For each estimator, we characterize the sequence of confidence intervals and determine the bias threshold at which the conclusion changes. Based on the theory, we recommend reporting the b-value based on the soft-thresholding estimator and its associated confidence intervals, which are robust to unknown bias and achieve the lowest worst-case risk among the alternatives."}, {"id": "c609", "text": "Partial Identification under Missing Data Using Weak Shadow Variables from Pretrained Models : Estimating population quantities such as mean outcomes from user feedback is fundamental to platform evaluation and social science, yet feedback is often missing not at random (MNAR): users with stronger opinions are more likely to respond, so standard estimators are biased and the estimand is not identified without additional assumptions. Existing approaches typically rely on strong parametric assumptions or bespoke auxiliary variables that may be unavailable in practice. In this paper, we develop a partial identification framework in which sharp bounds on the estimand are obtained by solving a pair of linear programs whose constraints encode the observed data structure. This formulation naturally incorporates outcome predictions from pretrained models, including large language models (LLMs), as additional linear constraints that tighten the feasible set. We call these predictions weak shadow variables: they satisfy a conditional independence assumption with respect to missingness but need not meet the completeness conditions required by classical shadow-variable methods. When predictions are sufficiently informative, the bounds collapse to a point, recovering standard identification as a special case. In finite samples, to provide valid coverage of the identified set, we propose a set-expansion estimator that achieves slower-than-$\\sqrt{n}$ convergence rate in the set-identified regime and the standard $\\sqrt{n}$ rate under point identification. In simulations and semi-synthetic experiments on customer-service dialogues, we find that LLM predictions are often ill-conditioned for classical shadow-variable methods yet remain highly effective in our framework. They shrink identification intervals by 75--83\\% while maintaining valid coverage under realistic MNAR mechanisms."}, {"id": "c610", "text": "Scaling Reproducibility: An AI-Assisted Workflow for Large-Scale Reanalysis : Reproducibility is central to research credibility, yet large-scale reanalysis of empricial data remains costly because replication packages vary widely in structure, software environment, and documentation. We develop and evaluate an agentic AI workflow that addresses this execution bottleneck while preserving scientific rigor. The system separates scientific reasoning from computational execution: researchers design fixed diagnostic templates, and the workflow automates the acquisition, harmonization, and execution of replication materials using pre-specified, version-controlled code. A structured knowledge layer records resolved failure patterns, enabling adaptation across heterogeneous studies while keeping each pipeline version transparent and stable. We evaluate this workflow on 92 instrumental variable (IV) studies, including 67 with manually verified reproducible 2SLS estimates and 25 newly published IV studies under identical criteria. For each paper, we analyze up to three two-stage least squares (2SLS) specifications, totaling 215. Across the 92 papers, the system achieves 87% end-to-end success overall. Conditional on accessible data and code, reproducibility is 100% at both the paper and specification levels. The framework substantially lowers the cost of executing established empirical protocols and can be adapted in empirical settings where analytic templates and norms of transparency are well established."}, {"id": "c611", "text": "Causal Effect Estimation with Latent Textual Treatments : Understanding the causal effects of text on downstream outcomes is a central task in many applications. Estimating such effects requires researchers to run controlled experiments that systematically vary textual features. While large language models (LLMs) hold promise for generating text, producing and evaluating controlled variation requires more careful attention. In this paper, we present an end-to-end pipeline for the generation and causal estimation of latent textual interventions. Our work first performs hypothesis generation and steering via sparse autoencoders (SAEs), followed by robust causal estimation. Our pipeline addresses both computational and statistical challenges in text-as-treatment experiments. We demonstrate that naive estimation of causal effects suffers from significant bias as text inherently conflates treatment and covariate information. We describe the estimation bias induced in this setting and propose a solution based on covariate residualization. Our empirical results show that our pipeline effectively induces variation in target features and mitigates estimation error, providing a robust foundation for causal effect estimation in text-as-treatment settings."}, {"id": "c612", "text": "Income Inequality and Economic Growth: A Meta-Analytic Approach : The empirical literature on the relationship between income inequality and economic growth has produced highly heterogeneous and often conflicting results. This paper investigates the sources of this heterogeneity using a meta-analytic approach that systematically combines and analyzes evidence from relevant studies published between 1994 and 2025. We find an economically small but statistically significant negative average effect of income inequality on subsequent economic growth, together with strong evidence of substantial heterogeneity and selective publication based on statistical significance, but no evidence of systematic directional bias. To explain the observed heterogeneity, we estimate a meta-regression. The results indicate that both real-world characteristics and research design choices shape reported effect sizes. In particular, inequality measured net of taxes and transfers is associated with more negative growth effects, and the adverse impact of inequality is weaker - or even reversed - in high-income economies relative to developing countries. Methodological choices also matter: cross-sectional studies tend to report more negative estimates, while fixed-effects, instrumental-variable, and GMM estimators are associated with more positive estimates in panel settings."}, {"id": "c613", "text": "The geometry of online conversations and the causal antecedents of conflictual discourse : This article investigates the causal antecedents of conflictual language and the geometry of interaction in online threaded conversations related to climate change. We employ three annotation dimensions, inferred through LLM prompting and averaging, to capture complementary aspects of discursive conflict (such as stance: agreement vs disagreement; tone: attacking vs respectful; and emotional versus factual framing) and use data from a threaded online forum to examine how these dimensions respond to temporal, conversational, and arborescent structural features of discussions. We show that, as suggested by the literature, longer delays between successive posts in a thread are associated with replies that are, on average, more respectful, whereas longer delays relative to the parent post are associated with slightly less disagreement but more emotional (less factual) language. Second, we characterize alignment with the local conversational environment and find strong convergence both toward the average stance, tone and emotional framing of older sibling posts replying to the same parent and toward those of the parent post itself, with parent post effects generally stronger than sibling effects. We further show that early branch-level responses condition these alignment dynamics, such that parent-child stance alignment is amplified or attenuated depending on whether a branch is initiated in agreement or disagreement with the discussion's root message. These influences are largely additive for civility-related dimensions (attacking vs respectful, disagree vs agree), whereas for emotional versus factual framing there is a significant interaction: alignment with the parent's emotionality is amplified when older siblings are similarly aligned."}, {"id": "c614", "text": "Fixed-Horizon Self-Normalized Inference for Adaptive Experiments via Martingale AIPW/DML with Logged Propensities : Adaptive randomized experiments update treatment probabilities as data accrue, but still require an end-of-study interval for the average treatment effect (ATE) at a prespecified horizon. Under adaptive assignment, propensities can keep changing, so the predictable quadratic variation of AIPW/DML score increments may remain random. When no deterministic variance limit exists, Wald statistics normalized by a single long-run variance target can be conditionally miscalibrated given the realized variance regime. We assume no interference, sequential randomization, i.i.d. arrivals, and executed overlap on a prespecified scored set, and we require two auditable pipeline conditions: the platform logs the executed randomization probability for each unit, and the nuisance regressions used to score unit $t$ are constructed predictably from past data only. These conditions make the centered AIPW/DML scores an exact martingale difference sequence. Using self-normalized martingale limit theory, we show that the Studentized statistic, with variance estimated by realized quadratic variation, is asymptotically N(0,1) at the prespecified horizon, even without variance stabilization. Simulations validate the theory and highlight when standard fixed-variance Wald reporting fails."}, {"id": "c615", "text": "Extracting Consumer Insight from Text: A Large Language Model Approach to Emotion and Evaluation Measurement : Accurately measuring consumer emotions and evaluations from unstructured text remains a core challenge for marketing research and practice. This study introduces the Linguistic eXtractor (LX), a fine-tuned, large language model trained on consumer-authored text that also has been labeled with consumers' self-reported ratings of 16 consumption-related emotions and four evaluation constructs: trust, commitment, recommendation, and sentiment. LX consistently outperforms leading models, including GPT-4 Turbo, RoBERTa, and DeepSeek, achieving 81% macro-F1 accuracy on open-ended survey responses and greater than 95% accuracy on third-party-annotated Amazon and Yelp reviews. An application of LX to online retail data, using seemingly unrelated regression, affirms that review-expressed emotions predict product ratings, which in turn predict purchase behavior. Most emotional effects are mediated by product ratings, though some emotions, such as discontent and peacefulness, influence purchase directly, indicating that emotional tone provides meaningful signals beyond star ratings. To support its use, a no-code, cost-free, LX web application is available, enabling scalable analyses of consumer-authored text. In establishing a new methodological foundation for consumer perception measurement, this research demonstrates new methods for leveraging large language models to advance marketing research and practice, thereby achieving validated detection of marketing constructs from consumer data."}, {"id": "c616", "text": "A Projection Approach to Nonparametric Significance and Conditional Independence Testing : This paper develops a novel nonparametric significance test based on a tailored nonparametric-type projected weighting function that exhibits appealing theoretical and numerical properties. We derive the asymptotic properties of the proposed test and show that it can detect local alternatives at the parametric rate. Using the nonparametric orthogonal projection, we construct a computationally convenient multiplier bootstrap to obtain critical values from the case-dependent asymptotic null distribution. Compared with the existing literature, our approach overcomes the need for a stronger compact support assumption on the density of covariates arising from random denominators. We also extend the tailor-made projection procedure to test the conditional independence assumption. The simulation experiments further illustrate the advantages of our proposed method in testing significance and conditional independence in finite samples."}, {"id": "c617", "text": "The Role of Measured Covariates in Assessing Sensitivity to Unmeasured Confounding : Sensitivity analysis is widely used to assess the robustness of causal conclusions in observational studies, yet its interaction with the structure of measured covariates is often overlooked. When latent confounders cannot be directly adjusted for and are instead controlled using proxy variables, strong associations between exposure and measured proxies can amplify sensitivity to residual confounding. We formalize this phenomenon in linear regression settings by showing that a simple ratio involving the exposure model coefficient and residual exposure variance provides an observable measure of this increased sensitivity. Applying our framework to smoking and lung cancer, we document how growing socioeconomic stratification in smoking behavior over time leads to heightened sensitivity to unmeasured confounding in more recent data. These results highlight the importance of multicollinearity when interpreting sensitivity analyses based on proxy adjustment."}, {"id": "c618", "text": "Dual-Channel Closed Loop Supply Chain Competition: A Stackelberg--Nash Approach : In many consumer electronics and appliance markets, manufacturers sell products through competing retailers while simultaneously relying on take-back programs to recover used items for remanufacturing. Designing such programs is challenging when firms compete on prices and consumers differ in their willingness to return products. Motivated by these settings, this paper develops a game theoretic framework to analyze pricing and take-back decisions in a dual-channel closed loop supply chain (CLSC) with two competing manufacturers and two competing retailers. Manufacturers act as Stackelberg leaders, simultaneously determining wholesale prices and consumer take-back bonuses, while retailers engage in Nash competition over retail prices. The model integrates three key elements: (i) segmented linear demand with cross-price effects, (ii) deterministic product returns, and (iii) an inertia responsiveness allocation mechanism governing the distribution of returned products between manufacturers. Closed form Nash equilibria are derived for the retailer subgame, along with symmetric Stackelberg equilibria for manufacturers. We derive a feasibility threshold for take-back incentives, identifying conditions under which firms optimally offer positive bonuses to consumers. The results further demonstrate that higher remanufacturing value or return rates lead the manufacturers to lower wholesale prices in order to expand sales and capture additional return volumes, while high consumer inertia weakens incentives for active collection. Numerical experiments illustrate and reinforce the analytical results, highlighting how consumer behavior, market structure and product substitutability influence prices, bonuses, and return volumes. Overall, the study provides managerial insights for designing effective take-back programs and coordinating pricing decisions in competitive circular supply chains."}, {"id": "c619", "text": "The Accuracy Smoothness Dilemma in Prediction: a Novel Multivariate M-SSA Forecast Approach : Forecasting presents a complex estimation challenge, as it involves balancing multiple, often conflicting, priorities and objectives. Conventional forecast optimization methods typically emphasize a single metric--such as minimizing the mean squared error (MSE)--which may neglect other crucial aspects of predictive performance. To address this limitation, the recently developed Smooth Sign Accuracy (SSA) framework extends the traditional MSE approach by simultaneously accounting for sign accuracy, MSE, and the frequency of sign changes in the predictor. This addresses a fundamental trade-off--the so-called accuracy-smoothness (AS) dilemma--in prediction. We extend this approach to the multivariate M-SSA, leveraging the original criterion to incorporate cross-sectional information across multiple time series. As a result, the M-SSA criterion enables the integration of various design objectives related to AS forecasting performance, effectively generalizing conventional MSE-based metrics. To demonstrate its practical applicability and versatility, we explore the application of the M-SSA in three primary domains: forecasting, real-time signal extraction (nowcasting), and smoothing. These case studies illustrate the framework's capacity to adapt to different contexts while effectively managing inherent trade-offs in predictive modelling."}, {"id": "c620", "text": "Cluster-Robust Inference for Quadratic Forms : This paper studies inference for quadratic forms of linear regression coefficients with clustered data and many covariates. Our framework covers three important special cases: instrumental variables regression with many instruments and controls, inference on variance components, and testing multiple restrictions in a linear regression. Na\u00efve plug-in estimators are known to be biased. We study a leave-one-cluster-out estimator that is unbiased, and provide sufficient conditions for its asymptotic normality. For inference, we establish the consistency of a leave-three-cluster-out variance estimator under primitive conditions. In addition, we develop a novel leave-two-cluster-out variance estimator that is computationally simpler and guaranteed to be conservative under weaker conditions. Our analysis allows cluster sizes to diverge with the sample size, accommodates strong within-cluster dependence, and permits the dimension of the covariates to diverge with the sample size, potentially at the same rate."}, {"id": "c621", "text": "Post-Matching Two-Way Fixed Effects Estimation : When estimating treatment effects with two-way fixed effects (2WFE) models, researchers often use matching as a pre-processing step when the parallel trends assumption is thought to hold conditionally on covariates. Specifically, in a first step, each treated unit is matched to one or more untreated units based on observed time-invariant covariates. In the second step, treatment effects are estimated with a 2WFE regression in the matched sample, reweighting the untreated units by the number of times they are matched. We formally analyze this common practice and highlight two problems. First, when different treatment cohorts enter treatment in different time periods, the post-matching 2WFE estimator that pools all treated cohorts has an asymptotic bias, even when the treatment effect is constant across units and over time. Second, failing to account for the variability introduced by the matching procedure yields invalid standard error estimators, which can be biased upwards or downwards depending on the data generating process. We propose simple post-matching difference-in-differences estimators that compare each treated cohort to the never-treated separately, instead of pooling all treated cohorts. We provide conditions under which these estimators are consistent for well-defined causal parameters, and derive valid standard errors that account for the matching step. We illustrate our results with simulations and with an empirical application."}, {"id": "c622", "text": "Inference From Random Restarts : Algorithms for computing equilibria, optima, and fixed points in nonconvex problems often depend sensitively on practitioner-chosen initial conditions. When uniqueness of a solution is of interest, a common heuristic is to run such algorithms from many randomly selected initial conditions and to interpret repeated convergence to the same output as evidence of a unique solution or a dominant basin of attraction. Despite its widespread use, this practice lacks a formal inferential foundation.\n We provide a simple probabilistic framework for interpreting such numerical evidence. First, we give sufficient conditions under which an algorithm's terminal output is a measurable function of its initial condition, allowing probabilistic reasoning over outcomes. Second, we provide sufficient conditions ensuring that an algorithm admits only finitely many possible terminal outcomes. While these conditions may be difficult to verify on a case-by-case basis, we give simple sufficient conditions for broad classes of problems under which almost all instances admit only finitely many outcomes (in the sense of prevalence). Standard algorithms such as gradient descent and damped fixed-point iteration applied to sufficiently smooth functions satisfy these conditions.\n Within this framework, repeated solver runs correspond to independent samples from the induced distribution over outcomes. We adopt a Bayesian approach to infer basin sizes and the probability of solution uniqueness from repeated identical outputs, and we establish convergence rates for the resulting posterior beliefs. Finally, we apply our framework to settings in the existing industrial organization literature, where random-restart heuristics are used. Our results formalize and qualify these arguments, clarifying when repeated convergence provides meaningful evidence for uniqueness and when it does not."}, {"id": "c623", "text": "Empirical Validation of a Dual-Defense Mechanism Reshaping Wholesale Electricity Price Dynamics in Singapore : While ex-ante screening and static price caps are global standards for mitigating price volatility, Singapore's electricity market employs a unique dual-defense mechanism integrating vesting contracts (VC) with a temporary price cap (TPC). Using high-frequency data from 2021 to 2024, this paper evaluates this mechanism and yields three primary findings. First, a structural trade-off exists within the VC framework: while VC quantity (VCQ) suppresses average prices, it paradoxically exacerbates instability via liquidity squeezes. Conversely, VC price (VCP) functions as a tail-risk anchor, dominating at extreme quantiles where VCQ efficacy wanes. Second, a structural break around the 2023 reform reveals a fundamental re-mapping of price dynamics; the previously positive pass-through from offer ratios to clearing prices was largely neutralized post-reform. Furthermore, diagnostics near the TPC threshold show no systematic evidence of strategic bid shading, confirming the TPC's operational integrity. Third, the dual-defense mechanism exhibits a critical synergy that resolves the volatility trade-off. The TPC reverses the volatility penalty of high VCQ, shifting the elasticity of conditional volatility from a destabilizing 0.636 to a stabilizing -0.213. This synergy enables the framework to enhance tail-risk control while eliminating liquidity-related stability costs. We conclude that this dual-defense mechanism successfully decouples price suppression from liquidity risks, thereby maximizing market stability."}, {"id": "c624", "text": "Toggling the Defiers to Relax Monotonicity: The Difference-in-Instrumental-Variables Estimand : Standard instrumental variables (IV) methods identify a Local Average Treatment Effect under monotonicity, which rules out defiers. In many empirical environments, however, distinct instruments may induce heterogeneous and even opposing behavioral responses. This paper introduces the Difference-in-Instrumental-Variables (DIIV) estimand, which exploits two instruments with opposing compliance patterns to recover a point-identified and behaviorally interpretable causal effect without imposing monotonicity. The estimand yields a convex combination of the marginal treatment effects on compliers and defiers, with weights reflecting differential shifts in treatment take-up across instruments. When monotonicity holds, DIIV coincides with the standard IV estimand. The approach can be implemented using simple linear transformations and standard two-stage least squares procedures. Applications using replication data illustrate its applicability in practice."}, {"id": "c625", "text": "Transformer-based CoVaR: Systemic Risk in Textual Information : Conditional Value-at-Risk (CoVaR) quantifies systemic financial risk by measuring the loss quantile of one asset, conditional on another asset experiencing distress. We develop a Transformer-based methodology that integrates financial news articles directly with market data to improve CoVaR estimates. Unlike approaches that use predefined sentiment scores, our method incorporates raw text embeddings generated by a large language model (LLM). We prove explicit error bounds for our Transformer CoVaR estimator, showing that accurate CoVaR learning is possible even with small datasets. Using U.S. market returns and Reuters news items from 2006--2013, our out-of-sample results show that textual information impacts the CoVaR forecasts. With better predictive performance, we identify a pronounced negative dip during market stress periods across several equity assets when comparing the Transformer-based CoVaR to both the CoVaR without text and the CoVaR using traditional sentiment measures. Our results show that textual data can be used to effectively model systemic risk without requiring prohibitively large data sets."}, {"id": "c626", "text": "Improved Inference for CSDID Using the Cluster Jackknife : Obtaining reliable inferences with traditional difference-in-differences (DiD) methods can be difficult. Problems can arise when both outcomes and errors are serially correlated, when there are few clusters or few treated clusters, when cluster sizes vary greatly, and in various other cases. In recent years, recognition of the ``staggered adoption'' problem has shifted the focus away from inference towards consistent estimation of treatment effects. One of the most popular new estimators is the CSDID procedure of Callaway and Sant'Anna (2021). We find that the issues of over-rejection with few clusters and/or few treated clusters are at least as severe for CSDID as for traditional DiD methods. We also propose using a cluster jackknife for inference with CSDID, which simulations suggest greatly improves inference. We provide software packages in Stata csdidjack and R didjack to calculate cluster-jackknife standard errors easily."}, {"id": "c627", "text": "Decomposition of Spillover Effects Under Misspecification:Pseudo-true Estimands and a Local--Global Extension : Applied work with interference typically models outcomes as functions of own treatment and a low-dimensional exposure mapping of others' treatments, even when that mapping may be misspecified. This raises a basic question: what policy object are exposure-based estimands implicitly targeting, and how should we interpret their direct and spillover components relative to the underlying policy question? We take as primitive the marginal policy effect, defined as the effect of a small change in the treatment probability under the actual experimental design, and show that any researcher-chosen exposure mapping induces a unique pseudo-true outcome model. This model is the best approximation to the underlying potential outcomes that depends only on the user-chosen exposure. Utilizing that representation, the marginal policy effect admits a canonical decomposition into exposure-based direct and spillover effects, and each component provides its optimal approximation to the corresponding oracle objects that would be available if interference were fully known. We then focus on a setting that nests important empirical and theoretical applications in which both local network spillovers and global spillovers, such as market equilibrium, operate. There, the marginal policy effect further decomposes asymptotically into direct, local, and global channels. An important implication is that many existing methods are more robust than previously understood once we reinterpret their targets as channel-specific components of this pseudo-true policy estimand. Simulations and a semi-synthetic experiment calibrated to a large cash-transfer experiment show that these components can be recovered in realistic experimental designs."}, {"id": "c628", "text": "Cross-Fitting-Free Debiased Machine Learning with Multiway Dependence : This paper develops an asymptotic theory for two-step debiased machine learning (DML) estimators in generalised method of moments (GMM) models with general multiway clustered dependence, without relying on cross-fitting. While cross-fitting is commonly employed, it can be statistically inefficient and computationally burdensome when first-stage learners are complex and the effective sample size is governed by the number of independent clusters. We show that valid inference can be achieved without sample splitting by combining Neyman-orthogonal moment conditions with a localisation-based empirical process approach, allowing for an arbitrary number of clustering dimensions. The resulting DML-GMM estimators are shown to be asymptotically linear and asymptotically normal under multiway clustered dependence. A central technical contribution of the paper is the derivation of novel global and local maximal inequalities for general classes of functions of sums of separately exchangeable arrays, which underpin our theoretical arguments and are of independent interest."}, {"id": "c629", "text": "Integrating granular data into a multilayer network: an interbank model of the euro area for systemic risk assessment : Micro-structural models of contagion and systemic risk emphasize that shock propagation is inherently multi-channel, spanning counterparty exposures, short-term funding and roll-over risk, securities cross-holdings, and common-asset (fire-sale) spillovers. Empirical implementations, however, often rely on stylized or simulated networks, or focus on a single exposure dimension, reflecting the practical difficulty of reconciling heterogeneous granular collections into a coherent representation with consistent identifiers and consolidation rules. We close part of this gap by constructing an empirically grounded multilayer network for euro area significant banking groups that integrates several supervisory and statistical datasets into layer-consistent exposure matrices defined on a common node set. Each layer corresponds to a distinct transmission channel, long- and short-term credit, securities cross-holdings, short-term secured funding, and overlapping external portfolios, and nodes are enriched with balance-sheet information to support model calibration. We document pronounced cross-layer heterogeneity in connectivity and centrality, and show that an aggregated (flattened) representation can mask economically relevant structure and misidentify the institutions that are systemically important in specific markets. We then illustrate how the resulting network disciplines standard systemic-risk analytics by implementing a centrality-based propagation measure and a micro-structural agent-based framework on real exposures. The approach provides a data-grounded basis for layer-aware systemic-risk assessment and stress testing across multiple dimensions of the banking network."}, {"id": "c630", "text": "Fact or friction: Jumps at ultra high frequency : This paper shows that jumps in financial asset prices are often erroneously identified and are, in fact, rare events accounting for a very small proportion of the total price variation. We apply new econometric techniques to a comprehensive set of ultra high-frequency equity and foreign exchange tick data recorded at millisecond precision, allowing us to examine the price evolution at the individual order level. We show that in both theory and practice, traditional measures of jump variation based on lower-frequency data tend to spuriously assign a burst of volatility to the jump component. As a result, the true price variation coming from jumps is overstated. Our estimates based on tick data suggest that the jump variation is an order of magnitude smaller than typical estimates found in the existing literature."}, {"id": "c631", "text": "Quantile optimization in semidiscrete optimal transport : Optimal transport is the problem of designing a joint distribution for two random variables with fixed marginals. In virtually the entire literature on this topic, the objective is to minimize expected cost. This paper is the first to study a variant in which the goal is to minimize a quantile of the cost, rather than the mean. For the semidiscrete setting, where one distribution is continuous and the other is discrete, we derive a complete characterization of the optimal transport plan and develop simulation-based methods to efficiently compute it. One particularly novel aspect of our approach is the efficient computation of a tie-breaking rule that preserves marginal distributions. In the context of geographical partitioning problems, the optimal plan is shown to produce a novel geometric structure."}, {"id": "c632", "text": "Inference for High-Dimensional Local Projection : This paper rigorously analyzes the properties of the local projection (LP) methodology within a high-dimensional (HD) framework, with a central focus on achieving robust long-horizon inference. We integrate a general dependence structure into h-step ahead forecasting models via a flexible specification of the residual terms. Additionally, we study the corresponding HD covariance matrix estimation, explicitly addressing the complexity arising from the long-horizon setting. Extensive Monte Carlo simulations are conducted to substantiate the derived theoretical findings. In the empirical study, we utilize the proposed HD LP framework to study the impact of business news attention on U.S. industry-level stock volatility."}, {"id": "c633", "text": "Causal Identification in Multi-Task Demand Learning with Confounding : We study a canonical multi-task demand learning problem motivated by retail pricing, in which a firm seeks to estimate heterogeneous linear price-response functions across a large collection of decision contexts. Each context is characterized by rich observable covariates yet typically exhibits only limited historical price variation, motivating the use of multi-task learning to borrow strength across tasks. A central challenge in this setting is endogeneity: historical prices are chosen by managers or algorithms and may be arbitrarily correlated with unobserved, task-level demand determinants. Under such confounding by latent fundamentals, commonly used approaches, such as pooled regression and meta-learning, fail to identify causal price effects.\n We propose a new estimation framework that achieves causal identification despite arbitrary dependence between prices and latent task structure. Our approach, Decision-Conditioned Masked-Outcome Meta-Learning (DCMOML), involves carefully designing the information set of a meta-learner to leverage cross-task heterogeneity while accounting for endogenous decision histories. Under a mild restriction on price adaptivity in each task, we establish that this method identifies the conditional mean of the task-specific causal parameters given the designed information set. Our results provide guarantees for large-scale demand estimation with endogenous prices and small per-task samples, offering a principled foundation for deploying causal, data-driven pricing models in operational environments."}, {"id": "c634", "text": "Detecting Network Instability via Multiscale Detrended Cross-Correlations and MST Topology : We introduce a multiscale measure of network instability based on the joint use of Detrended Cross-Correlation Analysis (DCCA) and Minimum Spanning Tree (MST) filtering. The proposed metric, the Elastic Detrended Cross-Correlation Ratio (Elastic DCCR), is defined as a finite-difference measure of the logarithmic sensitivity of the average MST length to the observation scale. It captures how the structure of cross-correlation networks deforms across different investment horizons. When applied to a network of global equity indices, the Elastic DCCR rises sharply during episodes of financial stress, reflecting increased short-term coordination among investors and a contraction of correlation distances. The measure reveals scale-dependent reconfigurations in network topology that are not visible in single-scale analyses, and highlights clear differences between stressed and stable market regimes. The approach does not assume covariance stationarity and relies only on scale-dependent detrended correlations; as a result, it is broadly applicable to other complex systems in which interaction strength varies with scale."}, {"id": "c635", "text": "Initial-Condition-Robust Inference in Autoregressive Models : This paper considers confidence intervals (CIs) for the autoregressive (AR) parameter in an AR model with an AR parameter that may be close or equal to one. Existing CIs rely on the assumption of a stationary or fixed initial condition to obtain correct asymptotic coverage and good finite sample coverage. When this assumption fails, their coverage can be quite poor. In this paper, we introduce a new CI for the AR parameter whose coverage probability is completely robust to the initial condition, both asymptotically and in finite samples. This CI pays only a small price in terms of its length when the initial condition is stationary or fixed. The new CI also is robust to conditional heteroskedasticity of the errors."}, {"id": "c636", "text": "Fixed Effects as Generated Regressors : Many economic models feature moment conditions that involve latent variables. When the latent variables are individual fixed effects in an auxiliary panel data regression, we construct orthogonal moments that eliminate first-order bias induced by estimating the fixed effects. Machine Learning methods and Empirical Bayes methods can be used to improve the estimate of the nuisance parameters in the orthogonal moments. We establish a central limit theorem based on the orthogonal moments without relying on exogeneity assumptions between panel data residuals and the cross-sectional moment functions. In a simulation study where the exogeneity assumption is violated, the estimator based on orthogonal moments has smaller bias compared with other estimators relying on that assumption. An empirical application on experimental site selection demonstrates how the method can be used for nonlinear moment conditions."}, {"id": "c637", "text": "Quantum jumps in open cavity optomechanics and Liouvillian versus Hamiltonian exceptional points : Exceptional points, where two or more eigenstates of a non-Hermitian system coalesce, are now of interest across many fields of physics, from the perspective of open-system dynamics, sensing, nonreciprocal transport, and topological phase transitions. In this work, we investigate exceptional points in cavity optomechanics, a platform of interest to diverse communities working on gravitational-wave detection, macroscopic quantum mechanics, quantum transduction, etc. Specifically, we clarify the role of quantum jumps in making a clear distinction between Liouvillian and Hamiltonian exceptional points in optomechanical systems. While the Liouvillian exceptional point arises from the unconditional Lindblad dynamics and is independent of the phonon-bath temperature, the Hamiltonian exceptional point emerges from the conditional no-jump evolution and acquires a thermal shift due to an enhanced conditional damping. Employing the thermofield formalism, we derive a unified spectral framework that interpolates between these regimes via an analytical hybrid-Liouvillian description. Remarkably, in the weak-quantum-jump regime, the exceptional point is perturbed only at the second order, highlighting the robustness of the Hamiltonian exceptional point under small hybrid perturbations. Our work reveals a continuous family of hybrid exceptional points, clarifies the operational and physical differences between the conditional and unconditional dissipative dynamics in optomechanical systems, and provides a probe for thermal baths."}, {"id": "c638", "text": "Loss Mechanisms in High-coherence Multimode Mechanical Resonators Coupled to Superconducting Circuits : Circuit quantum acoustodynamics (cQAD) devices have a wide range of applications in quantum science, all of which depend crucially on the quantum coherence of the mechanical subsystem. In this context, high-overtone bulk acoustic-wave resonators (HBARs) are particularly promising, since they have shown very high quality factors with negligible dephasing. However, the introduction of piezoelectric films, which are necessary for coupling to a superconducting circuit, can lead to additional loss channels, such as surface scattering and two-level systems (TLS). Here, we study the acoustic dissipation of HBAR resonators in cQAD systems and find that the defect density of the piezoelectric material and its interface with the bulk are limiting factors for the coherence. We measure acoustic modes with phonon lifetimes up to 400 $\u03bc$s and lifetime-limited coherence times approaching one millisecond in the quantum regime. When coupled to a superconducting qubit, this leads to a hybrid system with a large quantum coherence cooperativity of $C_{T_2}=1.1\\times10^5$. These results represent a new milestone for the performance of cQAD devices and offer concrete paths forward for further improvements."}, {"id": "c639", "text": "Quantum Resistance in Multilayer Graphene-BiFeO3 Memristor for Brain-Inspired Computing : In the era of big data and the Internet of Things, quantum-level control of conductance states offers a promising route toward high-density data storage and brain-inspired neuromorphic computing. Although quantum conductance (QC) phenomena have been demonstrated in various metal oxide memristors, achieving reliable and precise control over quantized states remains in its infancy. Here, we demonstrate bidirectional quantum conductance states in multifunctional BiFeO3 (BFO) perovskite memristors integrated with multilayer-graphene contacts, enabling higher-order tunability and revealing the potential of perovskite-2D heterostructures for quantum-engineered memory and computing devices. XPS analysis provides detailed insights into oxygen vacancy dynamics in BFO, whereas first-principles density functional theory calculations clearly reveal a strong localized electric field at the graphene-BFO interface. Our devices exhibit current-controlled higher-order QC transitions facilitated by quantum point contact formation, giving rise to quantized conductance states during both SET and RESET processes. Time-lag correlation maps quantify the stochastic evolution of QC states under dynamic voltage-pulse tuning schemes. Notably, the quantized conductance states effectively emulate synaptic potentiation and depression, enabling precise weight modulation for high-accuracy image and digit recognition in convolutional neural networks. These findings establish perovskite-2D heterostructures as promising candidates for QC-driven resistive switching and demonstrate their potential for developing controllable quantum memristors."}, {"id": "c640", "text": "Geometric oscillations of local Hall and Nernst effects in ballistic graphene at weak magnetic fields : We predict a novel class of magnetotransport oscillations in ballistic graphene specific for a ring-shape geometry. Using the B\u00fcttiker-Landauer formalism, we analytically obtain the local Hall and Nernst coefficients in the weak-field ballistic regime. These coefficients exhibit pronounced oscillations as functions of both the magnetic field and the angular positions of the measurement probes. The oscillations originate from the discrete set of skipping orbits that geometrically connect the contacts, with resonances occurring when the angular separation between contacts times the radius of the disk equals an integer number of cyclotron diameters. Unlike conventional quantum oscillations in conductivity, this effect is robust at room temperature and can dominate local thermoelectric signals. This geometric control of ballistic flow provides a platform for studying electron hydrodynamics and engineering phase-coherent devices, with potential applications in sensitive terahertz detectors and thermal management systems."}, {"id": "c641", "text": "Thermalization of neighboring nanomechanical resonators below 1 mK : The position noise spectra of six drums on a single chip were measured on a single cooldown below 1.3 kelvin. Cryostat temperatures as low as 0.7 mK were achieved. The temperature dependence of the resonance frequency and linewidth of the drum modes was analyzed in the framework of the tunneling two level system (TLS) model. Departures of the resonance frequency and the position noise power from the expected logarithmic and linear temperature dependences, respectively, were interpreted as indications of thermal decoupling from the cryostat. This previously unexplored measurement configuration revealed that similar neighboring drums on a single chip may be at different temperatures. At the lowest temperatures, some drums exhibited excess damping that decreased with temperature. The magnitude of the excess damping of the drums was correlated with the thermal coupling of their TLS to the cryostat. In the case of one drum, a temporary increase in its damping coincided with a decrease in its mode temperature. The thermalization of the TLS to the cold finger was independent of pump power, pulse tube state and temperature of the pre-cooling stages of the cryostat. These results reveal an interplay between TLS damping and thermalization of nanomechanics that motivates further theoretical work and may impact efforts to extend the coherence of mechanical resonators."}, {"id": "c642", "text": "Charge distribution across dislocation networks induced by a strained top layer in hexagonal boron nitride substrates : Hexagonal boron nitride (hBN) flakes are key building blocks for encapsulating two-dimensional (2D) materials, providing atomically flat surfaces and an excellent dielectric environment for high-mobility field-effect transistors and tunnelling devices. However, strain induced during mechanical exfoliation and assembly of van der Waals heterostructures may lead to plastic deformations of the hBN surface, injecting dislocation lines between the topmost layer and the underlying film. Since a monolayer of hBN is non-centrosymmetric and exhibits a piezoelectric response to deformation, individual dislocations and, in particular their networks, can generate electrostatic potential modulations in the encapsulated 2D material. Here, we examine scenarios in which the top hBN layer is uniaxially strained and/or twisted, and show how lattice reconstruction into dislocation networks leads to the formation of piezoelectric charge hotspots that effectively behave as charged defects."}, {"id": "c643", "text": "Room-temperature, continuous wave lasing in planar microcavities with quantum dots : High-quality planar cavities with low-absorption mirrors based on $Al_{0.2}Ga_{0.8}As/Al_{0.9}Ga_{0.1}As$ layers demonstrate continuous wave lasing at a wavelength of 957 nm. At 300 K, the threshold power density and quality-factor at threshold are (11.4$\\pm$0.7) $kW/cm^2$ and (5070$\\pm$160). Increasing the pumping level above two thresholds results in an enlargement in the quality-factor to at least 19000. Efficient lateral heat dissipation in the planar semiconductor microcavity is confirmed by a low mode-energy shift, which is 660 $\u03bc$eV at two lasing thresholds."}, {"id": "c644", "text": "Antiparallel spin polarizations as quadratic response in chiral systems : Chirality-dependent spin generation has attracted considerable attention in condensed matter physics. In this paper, we theoretically investigate antiparallel spin polarization as a chirality-dependent quadratic response, by using a finite chiral system composed of triangular prisms. Based on the nonlinear Kubo formalism and real-time simulations, we demonstrate that spatially inhomogeneous antiparallel spin polarizations are induced as a dissipative quadratic DC response to a homogeneous AC electric field. In particular, we elucidate role of microscopic parameters characterizing the handedness of chirality, and naive expectation of spin polarization as a consequence of spin accumulation of spin current."}, {"id": "c645", "text": "Skyrmion Phase and Non-Fermi Liquid Behavior in Nonsymmorphic Magnetic Weyl Semimetal : We investigate the interplay between complex magnetic orders and topological electronic states in nonsymmorphic magnetic Weyl semimetals on the ReAlX family (Re is a rare earth element and X is Si or Ge). We construct a lattice model incorporating conduction Weyl fermions coupled to localized magnetic moments via Kondo interaction. By considering a multi-${\\bf Q}$ cycloid magnetic configuration, which can evolve into a Skyrmion lattice under an in-plane Zeeman field, we analyze its profound impact on the band structure through magnetic Brillouin zone and band-folding. Using the Kubo formula, we calculate the conductivity tensor and examine the transport properties in the clean limit. Our results reveal that the Skyrmion lattice induces significant changes in electrical and Hall conductivities. Furthermore, the temperature-dependent resistivity deviates from the standard Fermi-liquid behavior ($\u03c1_{xx}\\sim T^2$), showing a power-law scaling ($\u03c1_{xx}\\sim T^\u03b1$ with $\u03b1$ between 3 and 5), indicative of non-Fermi liquid behavior. This work provides a theoretical framework connecting multi-${\\bf Q}$ magnetic textures, Skyrmion physics, and anomalous transport in topological semimetals."}, {"id": "c646", "text": "Thickness-Driven Control of Room Temperature Ferrimagnetic Skyrmions and their Topological Hall signature in GdFe Single Layers : Magnetic skyrmions are nanoscale, topologically protected spin textures with exceptional potential for high density data storage and energy efficient computing. Among various skyrmion hosting systems, rare earth transition metal ferrimagnets offer a promising platform due to their tunable magnetic properties and intrinsically low net magnetization. Despite this, the fundamental control of ferrimagnetic skyrmions in single layer films remains unexplored. Here, we demonstrate a viable route for engineering room temperature skyrmions in GdFe single layers through precise control of film thickness (60 to 80 nm). Thickness variation enables the systematic tuning of key magnetic parameters, including perpendicular magnetic anisotropy and saturation magnetization, thereby allowing precise control over skyrmion size and density. Magnetic force microscopy (MFM) reveals a clear thickness dependent evolution of isolated skyrmion characteristics, where skyrmion size decreases while skyrmion density increases with increasing GdFe film thickness, in agreement with micromagnetic simulations. At the same time, magnetotransport measurements show a systematic enhancement in the topological Hall resistivity with thickness, further corroborating the increased skyrmion density observed in MFM. Scanning transmission electron microscopy reveals a compositional gradient across the film thickness, indicative of structural asymmetry and potential inversion symmetry breaking, contributing to the emergence of a bulk Dzyaloshinskii Moriya interaction. Notably, sub 60nm skyrmions with high areal density are stabilized at room temperature. This work provides a viable route to tailor the properties of ferrimagnetic skyrmions in single-layer GdFe films, paving the way for the development of high-density ferrimagnetic skyrmionic devices."}, {"id": "c647", "text": "Computational Frameworks for Patterned Two-Dimensional Magnetism : Patterned two-dimensional (2D) magnetic nanostructures constitute geometry-engineered spin systems in which exchange, anisotropy, dipolar coupling, and finite-size effects operate on comparable energy scales. Spatial modulation of continuous magnetic films produces confinement-driven critical behavior, compensation phenomena, metastable switching pathways, and topologically non-trivial textures such as vortices and skyrmions. Computational modeling plays a central role in resolving this complexity, enabling quantitative construction of thermodynamic phase diagrams and analysis of geometry-dependent stability regimes. This review synthesizes theoretical and numerical frameworks for patterned 2D magnetism, including classical spin models, stochastic spin dynamics, rare-event methods, and multiscale parameterization informed by first-principles calculations. Representative systems-nanodot and antidot arrays, artificial spin-ice lattices, exchange-modulated heterostructures, and patterned van der Waals magnets- illustrate how geometry functions as an effective thermodynamic control parameter. Emerging directions in nonequilibrium modeling, multiphysics coupling, and scalable data-centric workflows are discussed in the context of predictive phase mapping. Patterned 2D magnetism thus exemplifies the convergence of geometry-controlled materials engineering and computational statistical physics, with phase stability and controlled spin textures at the core of next-generation spintronic architectures."}, {"id": "c648", "text": "Concerted Carrier-Barrier Dynamics in van der Waals Schottky Junctions Revealed by Time-Resolved Atomic Force Microscopy : Schottky junctions based on transition-metal dichalcogenides (TMDCs) have emerged as key building blocks for next-generation optoelectronic devices that demand ultrafast response and high sensitivity. However, the ultrafast, nanoscale carrier dynamics at these interfaces, crucial for device performance, have remained experimentally elusive. Here, we introduce optical pump-probe time-resolved atomic force microscopy to directly visualize, in real space, the nanosecond-scale modulation of the Schottky barrier potential at a van der Waals junction formed by point contact between WSe2 and a PtIr tip. Complementary analyses using transient absorption spectroscopy and light-modulated current-voltage characteristics together with model simulations reveal that time-resolved currents originate from the concerted temporal evolution of photoexcited carriers and the subsequent barrier response, processes that also define the rate-limiting steps of the photocurrent. Our results uncover the essential interfacial dynamics that underpin TMDC-based photodetectors and photovoltaic elements, while establishing a new measurement paradigm that complements and extends existing spectroscopic techniques. This approach provides direct access to nonequilibrium processes hidden at nanoscale interfaces, offering a powerful route to rational design of high-performance optoelectronic devices."}, {"id": "c649", "text": "Intrinsic Spin Filter Effect in a $d$-wave altermagnet KV$_2$Se$_2$O with Open Fermi Surface : Altermagnets offer a unique pathway to functional spintronics by combining vanishing magnetization with large spin splitting. Here, we demonstrate that the canonical d-wave altermagnet KV2Se2O can deliver giant tunneling magnetoresistance through orientation-dependent spin filtering. By analyzing the crystallographic spin segregation, we show that transport along specific crystallographic axes is nearly fully spin-polarized within the symmetry-protected ballistic channels. We implement this mechanism in a lattice-matched KV2Se2O/Bi2O2Se/KV2Se2O magnetic tunnel junction, which achieves a robust half-metallic transport regime. The symmetry-protected spectral gap in the parallel/anti-parallel configuration ensures a high tunneling magnetoresistance ratio, resulting in substantial tunneling magnetoresistance, robust thermally driven spin filtering, and spin Seebeck effect at room temperature. These findings provide a path of altermagnetic heterostructures as a high-performance platform for scalable, field-free, and thermally stable spin logic."}, {"id": "c650", "text": "Topological phase dynamics described by overtone-synthesized classical and quantum Adler equations : The Adler equation is a well-known one-dimensional model describing phase locking and synchronization. Motivated by recent experiments using optomechanical oscillators, we extend the model to include overtone-synthesized sinusoidal coupling with adiabatic temporal modulation. This extension gives rise to unique topological features such as winding-number quantization, discontinuous phase-slip transitions, and hysteretic and non-reciprocal phase dynamics. We further extend the analysis to the quantum regime, where we find a counterintuitive result: the breakdown of winding-number quantization. This arises from the superposition of different winding-number states in a closed-space Thouless pump. Moreover, hysteretic dynamics, once eliminated in quantum adiabatic approximation, is recovered in non-adiabatic calculations, as the superposition of two Floquet states with different PT eigenvalues becomes the quantum counterpart of phase trajectory."}, {"id": "c651", "text": "Electrostatic Gating of Ionic Conductance Through Heterogeneous van der Waals Nanopores : Nanofluidic ionic transistors typically require gate voltages above 1 V and operate only at sub millimolar ionic strengths, limiting their biocompatible applications. We demonstrate ionic transistors consisting of single sub 10 nm nanopores drilled in van der Waals (vdW) heterostructures with internal gate electrodes made of few layer graphene. These devices deliver up to 10fold current modulation at gate voltages as low as 0.3 V in 10 mM KCl, and 2fold modulation at near physiological 100 mM KCl. Baseline conductance with no gate shows surface charge dominated transport below 100 mM KCl consistent with negatively charged hBN walls and 5 nm opening of the pores. The surface charge and the electrochemical asymmetry introduced by the three electrode configuration govern the device behavior: negative gate voltage (VG) enriches ionic concentrations and enhances current, whereas positive VG induces a local depletion zone that suppresses transport. The current modulation by VG is dependent on the polarity of the transmembrane potential and leads to ion current rectification. Molecular dynamics simulations of a nanopore in a hBN graphene hBN stack reveal confinement and surface charge dependent suppression of relative permittivity of interfacial water. Continuum modeling with radially varying interfacial water permittivity reproduces the asymmetric IV characteristics and explains how the embedded gate sculpts local potential and ion concentrations. By enabling sub 0.5 V control of ionic transport at up to 100 mM salt concentrations, these devices address a key barrier in nanofluidics and open the pathway to low power ionic circuits and biosensing."}, {"id": "c652", "text": "Phonon decoherence produced by two-level tunneling states : Phonon modes within pristine crystalline resonators now routinely reach the quantum ground state. Such systems are attractive for quantum information science applications, as advanced fabrication and processing can enable relatively long quantum coherence times, and precision control can be realized through optical, electrical, or qubit coupling. In many state-of-the-art systems, the phonon lifetime is limited by disorder. In particular, native oxides or damaged `dead layers' at surfaces can host two-level tunneling states that lead to a particularly problematic form of dissipation that increases at lower temperatures. As mechanical losses are driven down in systems such as micro-fabricated bulk acoustic wave resonators, tunneling states are expected to emerge as the dominant mechanism for phonon decoherence. A quantitative description of these mesoscopic systems therefore requires a framework that captures interactions between a selected phonon mode and a large ensemble of TLS. Here, we derive a quantum master equation for this coupled system, permitting the phonon decoherence produced by two-level tunneling states to be calculated. As an example, we estimate the lifetime of a variety of quantum states within quartz micro-resonators hosting a thin surface layer of tunneling states. We find that the phonon coherence time is maximized at low temperatures, in spite of increased mechanical dissipation, and that phonon-TLS coupling can be reduced for modes with strain nodes at the surfaces."}, {"id": "c653", "text": "Granular aluminum induced superconductivity in germanium for hole spin-based hybrid devices : In superconductor-semiconductor hybrid structures, superconductivity and spin polarization are competing effects because magnetic fields break Cooper pairs. They can be combined using thin films and in-plane magnetic fields, an approach that enabled the pursuit of Majorana zero modes, Kitaev chains, and Andreev spin qubits (ASQs), but remains challenging for materials with small in-plane g-factors. Here we show that granular aluminum (grAl), composed of nanometer-scale aluminum grains embedded in an amorphous oxide matrix, can overcome this limitation. By depositing grAl on Ge/SiGe heterostructures, we induce a hard superconducting gap with BCS peaks at 305 $\u03bc$eV and magnetic-field resilience for both the in-plane and out-of-plane directions, allowing Zeeman splitting of Yu-Shiba-Rusinov (YSR) states beyond 50 $\u03bc$eV (12 GHz). Leveraging this robustness, we reveal signatures of hole physics and demonstrate g-tensor tunability."}, {"id": "c654", "text": "Low-Noise Quantum Dots in Ultra-Shallow Ge/SiGe Heterostructures for Prototyping Hybrid Semiconducting-Superconducting Devices : Planar germanium is currently the only semiconducting platform where high-coherence spin qubits and proximity-induced superconductivity have each been demonstrated. Recent research into spin qubits in Ge/SiGe heterostructures has focused on increasing the thickness of the SiGe capping layer, reporting improvements in the electrostatic noise levels. Meanwhile, heterostructures with thinner capping layers remain rather unexplored, despite the potential advantages for proximity-induced superconductivity. Here, we study a Ge/SiGe heterostructure with a thin SiGe cap $d \\approx 4\\ \\mathrm{nm}$ and investigate its viability to host low-noise quantum dots. To keep the thermal budget compatible with superconducting layers, low-temperature oxide deposition processes were developed and implemented for the gate dielectrics. The charge-noise level of fabricated devices is estimated to be $1.8 \\pm 1.0\\ \u03bc\\mathrm{eV}/\\sqrt{\\mathrm{Hz}}$, comparable to devices fabricated on shallow heterostructures $\\left(d \\sim 20\\ \\mathrm{nm}\\right)$ with high-temperature deposited oxides. Low charge-noise levels, together with the straightforward integration of superconductors, make this heterostructure an attractive platform for prototyping hybrid semiconducting-superconducting devices."}, {"id": "c655", "text": "Time-dependent Magnetic Fields and the Quantum Hall Effect : Ermakov has shown how the solution to the classical harmonic oscillator in one spatial dimension with general time-dependent frequency can be reduced to the time-independent case and an associated nonlinear ordinary differential equation, an analysis which has been applied to the Schr\u00f6dinger equation as well. We extend this analysis to the Landau problem of a charged particle in a uniform magnetic field in two dimensions and construct the generalized Laughlin wave functions for the case when the magnetic field is time-dependent. We also work out the dynamics of density fluctuations (the Girvin, MacDonald, Platzman or GMP mode) and argue that it is possible to tune the frequency of the magnetic field to obtain a compressible droplet of fermions. We also analyze the dynamics of the edge modes of the droplet for the integer Hall effect."}, {"id": "c656", "text": "Using near-flat-band electrons for read-out of molecular spin qubit entangled states : While molecular spin qubits (MSQs) are a promising platform for quantum computing, read-out has been largely limited to electron paramagnetic resonance which is often slow and requires a global system drive. Moreover, because one prerequisite for the Elzerman and Pauli spin blockade readout mechanisms typical of semiconductor spin qubits is tunneling of electrons between sites, these read-out modalities are unavailable in MSQs. Here, we theoretically demonstrate electrical read-out of entangled MSQs via driven many-electron spin unpolarized currents. In particular, using a time-dependent density matrix renormalization group approach we simulate a maximally entangled MSQ pair between two electronic leads. Driving itinerant electrons between the two leads, we find that the conductance is greater when the MSQs are in the entangled singlet state as compared to the entangled triplet state. This contrast in conductance is enhanced when the electronic density of states at the Fermi energy is large and for narrow bandwidth. Our results are readily applicable to molecules supramolecularly functionalizing semiconductors with relatively flat bands such as single-wall carbon nanotubes under a magnetic field."}, {"id": "c657", "text": "Anisotropy reduction and tunability of hole-spin qubit g-factor in strained parabolic Ge/SiGe quantum wells : Hole-spin qubits in planar Ge/SiGe heterostructures have attracted significant attention in recent years owing to their favorable electrical characteristics and prolonged coherence times. However, the strong spin-orbit interaction also makes them susceptible to charge noise and inhomogeneous strain. This is further exacerbated by the highly anisotropic g-factor of the planar design. Although there are some known strategies to suppress charge noise, one approach is to engineer an isotropic g-factor. In this work we analyze how qubit confinement profile affects the g-factor of hole-spin qubits. We show that decreasing the characteristic in-plane qubit confinement length reduces the g-factor anisotropy. We perform analytical and numerical analysis to compare two types of quantum wells: square wells and parabolic wells. We show that square wells have limited tunability, while parabolic wells offer broader tunability, making them more promising for qubit engineering."}, {"id": "c658", "text": "Exact quantum transport in non-Markovian open Gaussian systems : We build an exact framework to evaluate heat, energy, and particle transport between Gaussian reservoirs mediated by a quadratic quantum system. By combining full counting statistics with newly developed non-Markovian master equation approaches, we introduce an effective master equation whose solution can be used to generate arbitrary moments of the heat statistics for any number of reservoirs. This theory applies equally to fermionic and bosonic systems, holds at arbitrarily strong coupling, and resolves out-of-equilibrium transient dynamics determined by the system's initial state. In the steady-state, weak-coupling limit, we recover results analogous to those of the well-known Landauer-B\u00fcttiker formalism. We conclude our discussion by demonstrating an application of the method to a prototypical fermionic system. Our results uncover a regime of transient negative heat conductance contingent upon the initial system preparation, providing a clear signature of non-trivial out-of-equilibrium dynamics."}, {"id": "c659", "text": "Do the magnetic hopfions have tails? : Magnetic hopfions in chiral magnets are topological solitons, localized in three dimensions. But is their localization strong? To address this question we derive an asymptotic expansion for the isolated hopfion's spatial profile. It becomes starting point for a simple analytical model, which is asymptotically correct both near the hopfion center and far away from it. Region of equilibrium hopfions on the phase diagram of a helimagnet is computed and material requirements for supporting movable isolated magnetic hopfions on uniform background are discussed."}, {"id": "c660", "text": "Magnetic small-angle neutron scattering by a nanocrystalline ferromagnet with anisotropic exchange interaction : A micromagnetic framework for magnetic small-angle neutron scattering (SANS) is presented that accounts for weak symmetric anisotropic exchange in centrosymmetric nanocrystalline ferromagnets. The exchange interaction is expressed via a general fourth-rank tensor decomposed into isotropic and deviatoric parts. We start with the exchange energy and effective field, assuming weakly fluctuating in space saturation magnetization, solve micromagnetic problem to find spatial distribution of local magnetization vector and compute the averaged (over random orientations of nanocrystals) SANS cross sections. The isotropic part reproduces the classical Heisenberg-type SANS response, while non-zero deviatoric part of the exchange tensor gives rise to new angular harmonics in the magnetic SANS cross section. As a specific example, analytical response functions for an exchange tensor with hexagonal symmetry in perpendicular and parallel scattering geometries are derived. The results provide a basis for identifying and quantifying symmetric exchange anisotropy in magnetic SANS experiments."}, {"id": "c661", "text": "Observation of sequential quantum oscillations induced by mini-Landau bands in a three-dimensional Dirac semiconductor : Quantum oscillations, the oscillatory behavior of electrical and thermodynamic properties, are typically observed in metals and vanish in the quantum limit under strong magnetic fields1. Phenomena such as the fractional quantum Hall effect2, the Hofstadter butterfly3,4, and recent observations of quantum oscillations in exotic insulators are notable exceptions5-12. The narrow-gap Dirac semiconductor ZrTe5, a less exotic material without strong correlations or artificially engineered superlattices, nevertheless exhibits resistance oscillations in the quantum limit13 but can be interpreted within a simple Zeeman-effect-based picture14,15, which remains conventional quantum oscillations without exotic properties. Here, we report the observation of unexpected mini-oscillations superimposed on Zeeman-effect-induced main oscillations in the quantum limit. The subtracted mini-oscillations are periodic in 1/B with the highest frequency equal to 2.1% of the first Brillouin zone and have extremely heavy effective mass ~ 2me, which is unexpected in ZrTe5 given its ultralow carrier density. Additionally, the mini-oscillations exhibit sequential features that are synchronized with the main oscillations, suggesting an internal structure of the Landau bands. However, they appear incompatible with the Hofstadter butterfly due to the highly anisotropic/three-dimensional crystal structure. These sequential mini-oscillations correlate with the commensurability resonance effect with subunity fractions observed in angular magnetoresistance, relating to the formation of mini-Landau bands. Our results present solid experimental evidence of exotic quantum oscillations in the quantum limit beyond currently available mechanisms, and establish ZrTe5, a prototypical Dirac semiconductor, as a simple platform parallel to correlated insulators for exploring exotic oscillations."}, {"id": "c662", "text": "Zandpack: A General Tool for Time-dependent Transport Simulation of Nanoelectronics : The auxiliary mode approach to time-dependent open quantum system calculations is implemented and refined to yield a feasible computational approach to simulate nanostructures far from equilibrium. It is done by a careful diagonalization of the electrode level-width function, and provides an efficient approach which can simulate large, open systems at the level of time-dependent density functional theory. The approach, as given in this work, is implemented in the new open-source code Zandpack. The framework is applied to three systems perturbed by the same THz electromagnetic field pulse-form: 1) A Hubbard model for hydrogen on graphene is used to calculate spin-currents, mutual information, spin-transitions, and a pump-probe setup. 2) An armchair graphene nanoribbon (AGNR) probed by a metal tip showing electrons excited from the valence band of the AGNR into the tip via electron-electron interactions. 3) A gold break-junction is modeled with various gap distances, and displays behavior that is more different from the adiabatic case as the gap widens. In the examples 2 and 3, we develop and use a general linearization scheme for time-dependent open system calculations, which utilizes the DFTB+ or SIESTA codes."}, {"id": "c663", "text": "Flux-Driven Conductance Scaling in Disordered Topological Insulator Nanowires : We study quantum transport in disordered topological insulator nanowires (TINWs) under axial magnetic flux. At integer flux quanta, spin-momentum locking produces weak anti-localization peaks, while at half-integer flux quanta a helical mode protected by time-reversal symmetry (TRS) suppresses backscattering. By analyzing the flux dependence of the localization length, we uncover critical scaling around half-integer flux quanta, reflecting the competition between disorder scattering and flux-induced breaking of TRS protection. As the disorder strength increases, we identify a crossover in scaling behavior that drives the system into a regime governed by a universal critical exponent. Our results demonstrate a scaling collapse across flux values, establishing a universal regime of flux-driven delocalization in TINWs."}, {"id": "c664", "text": "Unconventional spin valve effect in altermagnets induced by Rashba spin orbit coupling and triplet superconductivity : We theoretically investigate spin dependent transport in altermagnet/triplet superconductor/altermagnet (AM/TSC/AM) junctions in the presence of interfacial Rashba spin orbit coupling (RSOC). Within a microscopic Bogoliubov de Gennes scattering formalism, we compute angle and energy resolved conductance, spin polarization, zero bias response, and tunneling magnetoresistance (TMR) for nodal $p_x$ and chiral $p_x+ip_y$ superconductors. Although altermagnets carry no net magnetization, the momentum dependent spin splitting, combined with RSOC, enables a pronounced spin valve effect without ferromagnetic electrodes. We show that conductance, spin polarization, and TMR exhibit distinct and robust fingerprints of the triplet pairing symmetry. For nodal $p_x$ superconductor, sign change induced surface Andreev bound states dominate subgap transport, producing strongly anisotropic conductance, giant zero bias spin polarization, and a monotonic enhancement of TMR with increasing RSOC. In contrast, the chiral $p_x+ip_y$ state exhibits smoother conductance and polarization profiles governed by topological edge modes, resulting in broader, lobe like TMR patterns with weaker sensitivity to interface transparency. Moreover, RSOC can acts as an electrically tunable spin-mixing knob, while the barrier strength controls coherence and energy selectivity, together enabling large, symmetry controlled spin filtering and magnetoresistance. Our results establish AM/TSC/AM junctions as a symmetry sensitive transport platform for realizing electrically tunable spin valve functionality and probing triplet pairing without ferromagnetic components."}, {"id": "c665", "text": "Beyond Point-like Defects in Bulk Semiconductors: Junction Spectroscopy Techniques for Perovskite Solar Cells and 2D Materials : Junction spectroscopy techniques (JSTs) are powerful tools for investigating electrically active defects in semiconductors. Originally developed to study point-like defects in bulk semiconductors, JSTs have since been extended to increasingly complex systems, providing valuable insights into defect energetics and interactions. This review paper outlines the fundamental principles of JSTs and critically examines their application to emerging materials, such as perovskite solar cells and two-dimensional (2D) materials. By highlighting both the capabilities and limitations of JSTs in these non-classical systems, the review demonstrates their continued relevance and important role in advancing next-generation semiconductor materials and devices."}, {"id": "c666", "text": "Topological Dislocation Response in Elementary Semiconductors : We study elementary semiconductors and insulators that are symmetric under spatial inversion: silicon, diamond, germanium, and black phosphorene. These materials are ideal candidates for realizing obstructed atomic insulators, which differ from trivial atomic insulators by a quantized spatial shift of their electronic Wannier centers with respect to the atomic lattice. We use symmetry indicator invariants that allow the prediction of non-trivial responses to crystal dislocations in these materials. We find that edge dislocations generically exhibit a non-trivial response, while screw dislocations always display a trivial response. With the aid of numerical simulations of realistic tight-binding models, we confirm the presence of mid-gap polarization bands localized along dislocations in silicon, diamond, and germanium."}, {"id": "c667", "text": "Disorder-independent hole spin manipulation by hopping : Spin manipulation by hopping has recently emerged as a promising strategy to control hole spins in quantum dots using exclusively baseband control, thereby mitigating power dissipation and high-frequency management constraints in large-scale architectures. Unlike conventional approaches such as electron dipole spin resonance (EDSR), this mechanism exploits dot-to-dot variations of the spin precession axes to enable spin rotations. However, it is intrinsically disorder-dependent: in the absence of sufficient variability, the precession axes remain aligned and spin manipulation becomes ineffective. This fundamental reliance on disorder raises concerns regarding its compatibility with the long-term evolution of spin-qubit platforms toward improved material quality, cleaner interfaces, and enhanced device reproducibility. Here, we numerically assess the viability of spin manipulation by hopping as a function of disorder strength and demonstrate that its implementation is indeed increasingly constrained as disorder is reduced. To overcome this limitation, we propose an alternative strategy based on hopping between intentionally squeezed quantum dots. This approach retains the advantages of baseband control while being independent of disorder and robust against moderate variability, thereby offering improved prospects for scalable hole-spin quantum computing architectures."}, {"id": "c668", "text": "Complex dispersion lines in gapped bilayer graphene: Analytical expressions and shear-displacement effects on monolayer--bilayer--monolayer junction conductance : Analytical treatments of tunneling in bilayer graphene have typically relied on minimal models including only the vertical interlayer hopping $\u03b3_1$ and have been restricted to the weak interlayer bias regime $2\\varepsilon \\ll \u03b3_1$. These simplifications limit the ability of analytical theories to describe lattice deformations and strong electric-field effects. In this work, we present an analytical theory of evanescent states in electrically gapped bilayer graphene that overcomes both limitations. Specifically, our approach explicitly incorporates the skew interlayer hoppings $\u03b3_3$ and $\u03b3_4$ and remains valid even when the interlayer bias $2\\varepsilon$ is comparable to $\u03b3_1$. Focusing on low-energy electronic states near the charge neutrality point, we analytically derive the complex longitudinal wave numbers, the gap width, and the sublattice pseudospin inside the electric-field-induced gap, and systematically analyze their dependence on the interlayer shear displacement $\\vec\u03b4=(\u03b4_x,\u03b4_y)$. The analytical expressions quantitatively reproduce exact numerical calculations, demonstrating that skew interlayer hoppings, in particular $\u03b3_3$, play an essential role. Taking the zigzag direction as the longitudinal (transport) $x$ direction, the wave vector becomes complex along $x$ while remaining real along the transverse $y$ direction. For a monolayer--bilayer--monolayer junction with transport along this direction, we find that $\u03b4_y$ has a significantly stronger impact on the conductance than $\u03b4_x$. This anisotropic response is quantitatively explained by the analytical expressions. Furthermore, we identify a shear-induced phase proportional to $\u03b4_y$ that appears universally in the analytical expressions for the gap width, the sublattice pseudospin, and the decay length."}, {"id": "c669", "text": "Omnidirectional magnetic imaging of magnetic anisotropy and phase transitions : Micron scale imaging of magnetic fields is an important tool for understanding the evolution of magnetism through phase transitions and as a result of interactions inside of heterostructures. However, most imaging platforms, like the nitrogen-vacancy (NV) centre in diamond, are restricted to applying magnetic fields along the quantisation axis of the quantum sensor. This greatly restricts the utility of these systems for exploring materials that emit strong fields or exhibit variable response with respect to the applied field direction. Here we explore an alternative approach using weakly coupled spin-pairs in hBN that exhibit a spin-1/2-like behaviour and an isotropic response to magnetic field. We demonstrate that the spin-pair system can operate in the presence of strong fields from a thin film magnet which were incompatible with NV diamond imaging even with applied fields along the quantisation axis. Further, we demonstrate that using this platform allows for imaging with an arbitrary applied magnetic field direction, allowing us to probe the anisotropy and spin-reorientation transition in the ferrimagnet TbMn$_6$Sn$_6$. Finally, we propose an improved geometry for imaging small anisotropy contributions such as crystalline anisotropy. These results demonstrate how this or similar spin-1/2 systems might be used for imaging magnetic materials that are incompatible with other techniques despite the reduction in sensitivity compared with NV in diamond imaging."}, {"id": "c670", "text": "Magnetoelastic conversion in integrated YIG nanostructures : Motivated by the recent proposal of two-step transduction from microwave to optical domain using magnetic and elastic intermediate stages arXiv:2205.05088, we consider the coupling between resonant magnetic and elastic modes within a simple axially-symmetric nanodevice designed to host high-quality-factor acoustic modes: A suspended YIG ring structure supported by a central stem, fabricated from a continuous single-crystal film. We study the modes of the system with our custom finite element solvers. We identify the lowest order ``breathing'' mode of a magnetic vortex and the lowest order elastic breathing mode as having the largest mode overlap. For this pair of modes, the external out-of-plane magnetic bias field is critical for bringing them into resonance; however, we show that at the same time it also affects the strength of the coupling. To counteract this, we optimize the radius of the ring at fixed thickness. For the 100 nm-thick film the resonant coupling is maximized at $g/2\u03c0= 8\\text{MHz}$ at $R\\approx1.7\u03bc\\text{m}$, indicating that the overlap integral approaches the idealized limit assumed in previous order-of-magnitude estimates. Our results pave the way for the design of tunable frequency-conversion devices based on magnetoelastics."}, {"id": "c671", "text": "Photogalvanic effect in few layer graphene : We systematically investigate the nonlinear photogalvanic effect in few-layer graphene with various stacking orders, including AA- and AB-stacked bilayers, and AAA-, ABA-, and ABC-stacked trilayers. Using a tight-binding model to describe the electronic states, the shift current conductivity and jerk current conductivity are calculated over a broad spectral range from terahertz to visible frequencies. Our symmetry analysis reveals that a nonvanishing shift current emerges only in ABA-stacked trilayer graphene due to its broken inversion symmetry, with a peak conductivity reaching approximately $1.21 \\times 10^{-13}$ A$\\cdot$m/V$^2$ at optimal doping. In contrast, the jerk current, permitted in all structures, requires an in-plane static electric field and exhibits pronounced spectral tunability with chemical potential. These findings establish a comprehensive symmetry-band-field coupling paradigm for nonlinear photocurrents in layered graphene and provide design principles for tunable, polarization-sensitive photodetection and energy-harvesting devices based on van der Waals heterostructures."}, {"id": "c672", "text": "Electronic dynamics in long linear and cyclic polyynes towards the carbyne limit : Carbyne-the one-dimensional sp-hybridised allotrope of carbon-has long been predicted to exhibit unique properties, yet its synthesis remains elusive. To probe its behaviour, finite sp-carbon chains such as cumulenes and polyynes have been studied, but work to date has focused almost exclusively on short, linear systems far from the infinite carbyne limit and without considering topology. Here, we investigate long (48-carbon) linear and cyclic polyynes using steady-state and ultrafast, temperature- and polarization-resolved optical and vibrational spectroscopy. We find highly delocalized ground states in both topologies, with Peierls distortions markedly weaker than in short chains. In contrast, excited states undergo rapid self-localisation, with the localisation pathway and subsequent intersystem crossing strongly dependent on chain length and topology. Unlike shorter polyynes, excited-state structural rearrangements are minimal, and comparison with theoretical predictions shows that properties, such as Huang-Rhys factors, have plateaued by 48 carbons. Our results reveal how topology influences the electronic dynamics of long polyynes and refines our understanding of sp-carbon systems approaching the carbyne limit"}, {"id": "c673", "text": "Electromotive entrainment of charge and heat currents in graphene : We develop a hydrodynamic theory of charge and heat currents induced by traveling waves, such as surface acoustic waves, in graphene devices near charge neutrality. The currents depend on the intrinsic conductivity and viscosity of the electron liquid, the disorder strength, and the geometry of the device. We obtain analytic expressions for the heat and charge currents to second order in the wave amplitude for Hall-bar devices. At charge neutrality and in the absence of DC bias, the heat content is entrained by the wave in the absence of net charge transfer. At the same time, device conductance is enhanced by the wave. Away from charge neutrality, the transport charge current induced by the wave arises in the absence of a DC bias."}, {"id": "c674", "text": "Altermagnetic spin textures: Emergent electrodynamics, quantum geometry, and probes : Emergent electrodynamics arising from spatially and temporally varying magnetic textures provides a framework for spin control in quantum materials. While this principle is established for ferromagnetic and antiferromagnetic textures, its consequences for altermagnets -- magnetic orders with vanishing net magnetization but finite spin splitting -- remain largely unexplored. In this work, we develop an effective low-energy theory of itinerant electrons coupled to smoothly varying altermagnetic spin textures. In the adiabatic regime, we show that altermagnetic textures generate additional emergent electromagnetic fields and quantum-geometric effects that are absent in conventional magnetic systems. These effects include emergent Zeeman fields that encode the structure of the altermagnetic order parameter, enabling local spin manipulation and a way to distinguish different altermagnetic orders. Moreover, we demonstrate a quantum-metric-induced, spin-dependent electron lensing effect that provides a mechanism for spin filtering, and discuss the local admixture of effective odd-parity magnetic components. Our results suggest that textured altermagnets could serve as a versatile resource for spintronics functionalities and a probe of altermagnetism."}, {"id": "c675", "text": "Vortex Tunneling and Critical State in an Oxide Heterostructure : Two-dimensional superconductors offer an excellent platform for the study of vortex matter due to their low superfluid stiffness and inability to effectively screen applied magnetic fields. Here we explore vortices in a two-dimensional superconductor formed at the surface of the complex oxide KTaO$_3$. Multiple regimes of vortex-mediated transport are identified and studied, revealing switching behaviour attributed to nucleation of individual vortices. Analysis of this regime allows us to identify the quantum tunneling of vortices, which transitions to thermally activated behaviour at elevated temperatures. Magnetic field dependence reveals rich histograms of the switching currents which we attribute to different configurations of pinned vortices."}, {"id": "c676", "text": "The interplay of cation/anion and monovalent/divalent selectivity in negatively charged nanopores: local charge inversion and anion leakage : The anomalous mole fraction effect (AMFE) is widely regarded as a hallmark of calcium versus monovalent ion selectivity in negatively charged pores. While AMFE is well understood in highly cation-selective narrow ion channels, its microscopic origin in wide synthetic nanopores, where anions may also contribute to transport, remains less clear. Here, we use a reduced Nernst-Planck + Local Equilibrium Monte Carlo framework to study ionic transport in a negatively charged PET nanopore, with particular emphasis on how the modeling of surface carboxyl (COO$^{-}$) groups influences charge inversion, ionic currents, and AMFE. We systematically compare fixed point-charge models and explicit-particle representations of surface oxygens and identify two controlling parameters: the distance of closest approach (DCA) between ionic charges and pore charges and grid spacing that modulates localization (while keeping average surface charge constant). By fitting pore diffusion coefficients to three experimental conductance points, we reproduce the entire experimental AMFE curve as well as anion leakage in CaCl$_2$ seen in experiments and molecular dynamics simulations. Remarkably, vastly different microscopic models of the surface groups yield indistinguishable device-level conductance curves when the DCA is matched, despite substantial differences in local Ca$^{2+}$ concentration profiles. Our results demonstrate that AMFE in wide nanopores is governed by a delicate interplay between charge inversion, anion leakage, and ionic mobility, underlying that in wide pores monovalent vs.\\ divalent cation selectivity is modulated by cations vs.\\ anion selecivity."}, {"id": "c677", "text": "Heat flow through the quantum heat valve coupled to ohmic baths via a master equation approach : We provide a theoretical model for the non-equilibrium steady state heat flow through a quantum heat valve. The model is based on a master equation approach, where the partial secular approximation has been carefully performed in order to obtain accurate results. Our study assumes an ohmic spectral density for the two thermal baths of the model. This is in contrast with previous treatments of the quantum heat valve, where the baths have been assumed as being structured with a peaked spectral density near the resonance frequency of the resonator. These studies have also taken the resonator to be a part of the open quantum system of interest, which results in double counting of the resonator, as the latter appears both in the spectral density of the bath and as a part of the open system. Although this model accounts for the observations in a satisfactory way, it raises issues regarding its physical interpretation. Our method solves this conceptual problem. We apply it to describe an experiment on a quantum heat valve, showing that it successfully captures the experimental results and improves upon the previous theoretical model, which suffered from the resonator double-counting issue. Our findings confirm that the careful application of the master equation approach, in particular when it comes to the secular approximation, is a useful tool for explaining realistic experimental setups."}, {"id": "c678", "text": "Kerr-like effect induced by quantum-metric nematicity : The magneto-optic Kerr effect (MOKE), which describes the rotation and ellipticity of linearly polarized light upon reflection, typically occurs in magnetic materials that break time-reversal ($\\mathcal{T}$) symmetry. Here we theoretically demonstrate that a similar effect can emerge even in two-dimensional nonmagnetic systems with $\\mathcal{T}$ symmetry, owing to the nontrivial quantum geometry of electrons. We reveal that the nematicity of the quantum metric, which corresponds to electric quadrupole moment of electron wave packets, gives rise to a Kerr-like effect (KLE) depending on the incident polarization angle. Notably, neither magnetic order nor spin-orbit coupling, which are conventionally considered essential for the MOKE, is required for its emergence. The KLE is demonstrated by using both a minimal tight-binding model and a model for strained MoS$_2$ with parameters determined by first-principle calculations. This work reveals a quantum-geometric origin for polarization rotation effects beyond the MOKE and offers a distinct approach to probe quantum geometry and multipole moments of electrons."}, {"id": "c679", "text": "Transcendental momentum quantization in semiconducting Rashba nanowires and zero energy states in their normal and superconducting phase : We study finite system properties of the canonical low energy model for a semiconducting nanowire with Rashba spin-orbit coupling. The case of an isolated wire as well as of one proximitized by an s-wave superconductor are considered. Already for the normal wire, the presence of spin-orbit coupling leads to eigenstates of the finite system composed of more than two momentum eigenstates. The quantization condition for the wavevectors is not that of a quantum box, but given instead by a transcendental equation linking the involved wavevectors. For the wire with superconducting pairing, the presence of electron and hole channels complicates the composition of the eigenstates. In this case we derive an approximate quantization condition close to the phase boundary, and a condition for the appearance of exact zero energy states. It can be satisfied both in the topological and in the trivial phase. Both the trivial and topological zero energy states contribute to the linear transport through Andreev reflection and direct transmission processes, with their relative importance depending on the degree of the states' localization at the boundary."}, {"id": "c680", "text": "Quantum Resource Theory of Lasers : Lasers serve as the fundamental workhorses of photonic quantum technologies, with perfectly coherent light fields being essential for many protocols that generate nonclassical light, implement coherent control schemes, and initialize qubits. However, no laser is absolutely ideal and the implications of deviations from perfect coherence in quantum technological tasks remain unclear. In this study, we theoretically and experimentally explore the quantum coherence properties of lasers from a resource theory perspective, establishing a significant connection between photonics, quantum optics, and quantum information science. We demonstrate that the maximum achievable quantum coherence for laser light is constrained by spontaneous emission and the purity of the dephased laser field state. As a critical example application in quantum information protocols, we show that the quantum coherence of a laser field with a given mean photon number directly governs the maximum purity attainable when initializing a qubit in a superposition state through resonant driving. Our findings are highly relevant for bridging applied physics and engineering with integrated photonic quantum technologies and resource theories, paving the way for reliable benchmarking of various coherent light sources for applications in photonics and quantum protocols."}, {"id": "c681", "text": "DynamicGTR: Leveraging Graph Topology Representation Preferences to Boost VLM Capabilities on Graph QAs : Vision-Language Models (VLMs) have emerged as versatile solutions for zero-shot question answering (QA) across various domains. However, enabling VLMs to effectively comprehend structured graphs and perform accurate, efficient QA remains challenging. Existing approaches typically rely on one single graph topology representation (GTR), such as fixed-style visual images or unified text descriptions. This ``one-size-fits-all'' strategy often neglects model-specific and task-specific preferences, resulting in inaccurate or over-lengthy responses to graph-related queries. To address this, we propose the $\\mbox{DynamicGTR}$ framework, which dynamically selects the optimal GTR for each query during inference, thereby enhancing the zero-shot graph QA capabilities of VLMs with a customizable accuracy and brevity trade-off. Extensive experiments show that DynamicGTR not only improves VLM-based graph algorithm QA performance but also successfully transfers the experience trained from synthetic graph algorithm tasks to real-world applications like link prediction and node classification, without any additional training. Additionally, DynamicGTR demonstrates strong transferability across tasks, domains, and models, suggesting its potential as a flexible solution for broad graph scenarios."}, {"id": "c682", "text": "Half Pound Filter for Real-Time Animation Blending : This paper introduces the Half Pound Filter (HPF) as a modification of the 1 Euro Filter (1EF) and algorithms for automatic data-driven tuning and for filter triggering based on motion derivative boundary checks. An application of the filter is presented in the context of human animation replay for real-time simulations, where switches in animation clips cause discontinuities that must be hidden by filtering the bone trajectory without introducing noticeable artifacts. The quality of the filtering will be compared with other common animation filtering techniques using an example case drawn fromthe LaFAN1 dataset, showing that the resulting animation is replayed with higher fidelity by evaluating the Mean Squared Error (MSE) and Normalized Power Spectrum Similarity (NPSS) for each setup. Performances will be evaluated using both a standard predetermined triggerpoint and blending distance and the automatic blending trigger and recovery system."}, {"id": "c683", "text": "Space-Time Forecasting of Dynamic Scenes with Motion-aware Gaussian Grouping : Forecasting dynamic scenes remains a fundamental challenge in computer vision, as limited observations make it difficult to capture coherent object-level motion and long-term temporal evolution. We present Motion Group-aware Gaussian Forecasting (MoGaF), a framework for long-term scene extrapolation built upon the 4D Gaussian Splatting representation. MoGaF introduces motion-aware Gaussian grouping and group-wise optimization to enforce physically consistent motion across both rigid and non-rigid regions, yielding spatially coherent dynamic representations. Leveraging this structured space-time representation, a lightweight forecasting module predicts future motion, enabling realistic and temporally stable scene evolution. Experiments on synthetic and real-world datasets demonstrate that MoGaF consistently outperforms existing baselines in rendering quality, motion plausibility, and long-term forecasting stability. Our project page is available at https://slime0519.github.io/mogaf"}, {"id": "c684", "text": "Skullptor: High Fidelity 3D Head Reconstruction in Seconds with Multi-View Normal Prediction : Reconstructing high-fidelity 3D head geometry from images is critical for a wide range of applications, yet existing methods face fundamental limitations. Traditional photogrammetry achieves exceptional detail but requires extensive camera arrays (25-200+ views), substantial computation, and manual cleanup in challenging areas like facial hair. Recent alternatives present a fundamental trade-off: foundation models enable efficient single-image reconstruction but lack fine geometric detail, while optimization-based methods achieve higher fidelity but require dense views and expensive computation. We bridge this gap with a hybrid approach that combines the strengths of both paradigms. Our method introduces a multi-view surface normal prediction model that extends monocular foundation models with cross-view attention to produce geometrically consistent normals in a feed-forward pass. We then leverage these predictions as strong geometric priors within an inverse rendering optimization framework to recover high-frequency surface details. Our approach outperforms state-of-the-art single-image and multi-view methods, achieving high-fidelity reconstruction on par with dense-view photogrammetry while reducing camera requirements and computational cost. The code and model will be released."}, {"id": "c685", "text": "Directly from Alpha to Omega: Controllable End-to-End Vector Floor Plan Generation : Automated floor plan generation aims to create residential layouts by arranging rooms within a given boundary, balancing topological, geometric, and aesthetic considerations. The existing methods typically use a multi-step pipeline with intermediate representations to decompose the prediction process into several sub-tasks, limiting model flexibility and imposing predefined solution paths. This often results in unreasonable outputs when applied to data unsuitable for these predefined paths, making it challenging for these methods to match human designers, who do not restrict themselves to a specific set of design workflows. To address these limitations, we introduce CE2EPlan, a controllable end-to-end topology- and geometry-enhanced diffusion model that removes restrictions on the generative process of AI design tools. Instead, it enables the model to learn how to design floor plans directly from data, capturing a wide range of solution paths from input boundaries to complete layouts. Extensive experiments demonstrate that our method surpasses all existing approaches using the multi-step pipeline, delivering higher-quality results with enhanced user control and greater diversity in output, bringing AI design tools closer to the versatility of human designers."}, {"id": "c686", "text": "Spherical Hermite Maps : Spherical functions appear throughout computer graphics, from spherical harmonic lighting and precomputed radiance transfer to neural radiance fields and procedural planet rendering. Efficient evaluation is critical for real-time applications, yet existing approaches face a quality-performance trade-off: bilinear LUT sampling is fast but produces faceting, while bicubic filtering requires 16 texture samples. Most implementations use finite differences for normals, requiring extra samples and introducing noise. This paper presents Spherical Hermite Maps, a derivative-augmented LUT representation that resolves this trade-off. By storing function values alongside scaled partial derivatives at each texel of a padded cubemap, bicubic-Hermite reconstruction is enabled from only four texture samples (a 2x2 footprint) while providing continuous gradients from the same samples. The key insight is that Hermite interpolation reconstructs smooth derivatives as a byproduct of value reconstruction, making surface normals effectively free. In controlled experiments, Spherical Hermite Maps improve PSNR by 8-41 dB over bilinear interpolation and match 16-tap bicubic quality at one-quarter the cost. Analytic normals reduce mean angular error by 9-13% on complex surfaces while yielding stable specular highlights. Three applications demonstrate versatility: spherical harmonic glyph visualization, radial depth-map impostors for mesh level-of-detail, and procedural planet/asteroid rendering with spherical heightfields."}, {"id": "c687", "text": "Augmented Radiance Field: A General Framework for Enhanced Gaussian Splatting : Due to the real-time rendering performance, 3D Gaussian Splatting (3DGS) has emerged as the leading method for radiance field reconstruction. However, its reliance on spherical harmonics for color encoding inherently limits its ability to separate diffuse and specular components, making it challenging to accurately represent complex reflections. To address this, we propose a novel enhanced Gaussian kernel that explicitly models specular effects through view-dependent opacity. Meanwhile, we introduce an error-driven compensation strategy to improve rendering quality in existing 3DGS scenes. Our method begins with 2D Gaussian initialization and then adaptively inserts and optimizes enhanced Gaussian kernels, ultimately producing an augmented radiance field. Experiments demonstrate that our method not only surpasses state-of-the-art NeRF methods in rendering performance but also achieves greater parameter efficiency. Project page at: https://xiaoxinyyx.github.io/augs."}, {"id": "c688", "text": "ExpPortrait: Expressive Portrait Generation via Personalized Representation : While diffusion models have shown great potential in portrait generation, generating expressive, coherent, and controllable cinematic portrait videos remains a significant challenge. Existing intermediate signals for portrait generation, such as 2D landmarks and parametric models, have limited disentanglement capabilities and cannot express personalized details due to their sparse or low-rank representation. Therefore, existing methods based on these models struggle to accurately preserve subject identity and expressions, hindering the generation of highly expressive portrait videos. To overcome these limitations, we propose a high-fidelity personalized head representation that more effectively disentangles expression and identity. This representation captures both static, subject-specific global geometry and dynamic, expression-related details. Furthermore, we introduce an expression transfer module to achieve personalized transfer of head pose and expression details between different identities. We use this sophisticated and highly expressive head model as a conditional signal to train a diffusion transformer (DiT)-based generator to synthesize richly detailed portrait videos. Extensive experiments on self- and cross-reenactment tasks demonstrate that our method outperforms previous models in terms of identity preservation, expression accuracy, and temporal stability, particularly in capturing fine-grained details of complex motion."}, {"id": "c689", "text": "RAP: Fast Feedforward Rendering-Free Attribute-Guided Primitive Importance Score Prediction for Efficient 3D Gaussian Splatting Processing : 3D Gaussian Splatting (3DGS) has emerged as a leading technology for high-quality 3D scene reconstruction. However, the iterative refinement and densification process leads to the generation of a large number of primitives, each contributing to the reconstruction to a substantially different extent. Estimating primitive importance is thus crucial, both for removing redundancy during reconstruction and for enabling efficient compression and transmission. Existing methods typically rely on rendering-based analyses, where each primitive is evaluated through its contribution across multiple camera viewpoints. However, such methods are sensitive to the number and selection of views, rely on specialized differentiable rasterizers, and have long calculation times that grow linearly with view count, making them difficult to integrate as plug-and-play modules and limiting scalability and generalization. To address these issues, we propose RAP, a fast feedforward rendering-free attribute-guided method for efficient importance score prediction in 3DGS. RAP infers primitive significance directly from intrinsic Gaussian attributes and local neighborhood statistics, avoiding rendering-based or visibility-dependent computations. A compact MLP predicts per-primitive importance scores using rendering loss, pruning-aware loss, and significance distribution regularization. After training on a small set of scenes, RAP generalizes effectively to unseen data and can be seamlessly integrated into reconstruction, compression, and transmission pipelines. Our code is publicly available at https://github.com/yyyykf/RAP."}, {"id": "c690", "text": "BayesFusion-SDF: Probabilistic Signed Distance Fusion with View Planning on CPU : Key part of robotics, augmented reality, and digital inspection is dense 3D reconstruction from depth observations. Traditional volumetric fusion techniques, including truncated signed distance functions (TSDF), enable efficient and deterministic geometry reconstruction; however, they depend on heuristic weighting and fail to transparently convey uncertainty in a systematic way. Recent neural implicit methods, on the other hand, get very high fidelity but usually need a lot of GPU power for optimization and aren't very easy to understand for making decisions later on. This work presents BayesFusion-SDF, a CPU-centric probabilistic signed distance fusion framework that conceptualizes geometry as a sparse Gaussian random field with a defined posterior distribution over voxel distances. First, a rough TSDF reconstruction is used to create an adaptive narrow-band domain. Then, depth observations are combined using a heteroscedastic Bayesian formulation that is solved using sparse linear algebra and preconditioned conjugate gradients. Randomized diagonal estimators are a quick way to get an idea of posterior uncertainty. This makes it possible to extract surfaces and plan the next best view while taking into account uncertainty. Tests on a controlled ablation scene and a CO3D object sequence show that the new method is more accurate geometrically than TSDF baselines and gives useful estimates of uncertainty for active sensing. The proposed formulation provides a clear and easy-to-use alternative to GPU-heavy neural reconstruction methods while still being able to be understood in a probabilistic way and acting in a predictable way. GitHub: https://mazumdarsoumya.github.io/BayesFusionSDF"}, {"id": "c691", "text": "Structured Bitmap-to-Mesh Triangulation for Geometry-Aware Discretization of Image-Derived Domains : We propose a template-driven triangulation framework that embeds raster- or segmentation-derived boundaries into a regular triangular grid for stable PDE discretization on image-derived domains. Unlike constrained Delaunay triangulation (CDT), which may trigger global connectivity updates, our method retriangulates only triangles intersected by the boundary, preserves the base mesh, and supports synchronization-free parallel execution. To ensure determinism and scalability, we classify all local boundary-intersection configurations up to discrete equivalence and triangle symmetries, yielding a finite symbolic lookup table that maps each case to a conflict-free retriangulation template. We prove that the resulting mesh is closed, has bounded angles, and is compatible with cotangent-based discretizations and standard finite element methods. Experiments on elliptic and parabolic PDEs, signal interpolation, and structural metrics show fewer sliver elements, more regular triangles, and improved geometric fidelity near complex boundaries. The framework is well suited for real-time geometric analysis and physically based simulation over image-derived domains."}, {"id": "c692", "text": "Ani3DHuman: Photorealistic 3D Human Animation with Self-guided Stochastic Sampling : Current 3D human animation methods struggle to achieve photorealism: kinematics-based approaches lack non-rigid dynamics (e.g., clothing dynamics), while methods that leverage video diffusion priors can synthesize non-rigid motion but suffer from quality artifacts and identity loss. To overcome these limitations, we present Ani3DHuman, a framework that marries kinematics-based animation with video diffusion priors. We first introduce a layered motion representation that disentangles rigid motion from residual non-rigid motion. Rigid motion is generated by a kinematic method, which then produces a coarse rendering to guide the video diffusion model in generating video sequences that restore the residual non-rigid motion. However, this restoration task, based on diffusion sampling, is highly challenging, as the initial renderings are out-of-distribution, causing standard deterministic ODE samplers to fail. Therefore, we propose a novel self-guided stochastic sampling method, which effectively addresses the out-of-distribution problem by combining stochastic sampling (for photorealistic quality) with self-guidance (for identity fidelity). These restored videos provide high-quality supervision, enabling the optimization of the residual non-rigid motion field. Extensive experiments demonstrate that \\MethodName can generate photorealistic 3D human animation, outperforming existing methods. Code is available in https://github.com/qiisun/ani3dhuman."}, {"id": "c693", "text": "PhysConvex: Physics-Informed 3D Dynamic Convex Radiance Fields for Reconstruction and Simulation : Reconstructing and simulating dynamic 3D scenes with both visual realism and physical consistency remains a fundamental challenge. Existing neural representations, such as NeRFs and 3DGS, excel in appearance reconstruction but struggle to capture complex material deformation and dynamics. We propose PhysConvex, a Physics-informed 3D Dynamic Convex Radiance Field that unifies visual rendering and physical simulation. PhysConvex represents deformable radiance fields using physically grounded convex primitives governed by continuum mechanics. We introduce a boundary-driven dynamic convex representation that models deformation through vertex and surface dynamics, capturing spatially adaptive, non-uniform deformation, and evolving boundaries. To efficiently simulate complex geometries and heterogeneous materials, we further develop a reduced-order convex simulation that advects dynamic convex fields using neural skinning eigenmodes as shape- and material-aware deformation bases with time-varying reduced DOFs under Newtonian dynamics. Convex dynamics also offers compact, gap-free volumetric coverage, enhancing both geometric efficiency and simulation fidelity. Experiments demonstrate that PhysConvex achieves high-fidelity reconstruction of geometry, appearance, and physical properties from videos, outperforming existing methods."}, {"id": "c694", "text": "Optimizing ID Consistency in Multimodal Large Models: Facial Restoration via Alignment, Entanglement, and Disentanglement : Multimodal editing large models have demonstrated powerful editing capabilities across diverse tasks. However, a persistent and long-standing limitation is the decline in facial identity (ID) consistency during realistic portrait editing. Due to the human eye's high sensitivity to facial features, such inconsistency significantly hinders the practical deployment of these models. Current facial ID preservation methods struggle to achieve consistent restoration of both facial identity and edited element IP due to Cross-source Distribution Bias and Cross-source Feature Contamination. To address these issues, we propose EditedID, an Alignment-Disentanglement-Entanglement framework for robust identity-specific facial restoration. By systematically analyzing diffusion trajectories, sampler behaviors, and attention properties, we introduce three key components: 1) Adaptive mixing strategy that aligns cross-source latent representations throughout the diffusion process. 2) Hybrid solver that disentangles source-specific identity attributes and details. 3) Attentional gating mechanism that selectively entangles visual elements. Extensive experiments show that EditedID achieves state-of-the-art performance in preserving original facial ID and edited element IP consistency. As a training-free and plug-and-play solution, it establishes a new benchmark for practical and reliable single/multi-person facial identity restoration in open-world settings, paving the way for the deployment of multimodal editing large models in real-person editing scenarios. The code is available at https://github.com/NDYBSNDY/EditedID."}, {"id": "c695", "text": "Compact Hadamard Latent Codes for Efficient Spectral Rendering : Spectral rendering accurately reproduces wavelength-dependent appearance but is computationally expensive, as shading must be evaluated at many wavelength samples and scales roughly linearly with the number of samples. It also requires spectral textures and lights throughout the rendering pipeline. We propose Hadamard spectral codes, a compact latent representation that enables spectral rendering using standard RGB rendering operations. Spectral images are approximated with a small number of RGB rendering passes, followed by a decoding step. Our key requirement is latent linearity: scaling and addition in spectral space correspond to scaling and addition of codes, and the element-wise product of spectra (for example reflectance times illumination) is approximated by the element-wise product of their latent codes. We show that an exact low-dimensional algebra-preserving representation cannot exist for arbitrary spectra when the latent dimension k is smaller than the number of spectral samples n. We therefore introduce a learned non-negative linear encoder and decoder architecture that preserves scaling and addition exactly while encouraging approximate multiplicativity under the Hadamard product. With k = 6, we render k/3 = 2 RGB images per frame using an unmodified RGB renderer, reconstruct the latent image, and decode to high-resolution spectra or XYZ or RGB. Experiments on 3D scenes demonstrate that k = 6 significantly reduces color error compared to RGB baselines while being substantially faster than naive n-sample spectral rendering. Using k = 9 provides higher-quality reference results. We further introduce a lightweight neural upsampling network that maps RGB assets directly to latent codes, enabling integration of legacy RGB content into the spectral pipeline while maintaining perceptually accurate colors in rendered images."}, {"id": "c696", "text": "Robo-Saber: Generating and Simulating Virtual Reality Players : We present the first motion generation system for playtesting virtual reality (VR) games. Our player model generates VR headset and handheld controller movements from in-game object arrangements, guided by style exemplars and aligned to maximize simulated gameplay score. We train on the large BOXRR-23 dataset and apply our framework on the popular VR game Beat Saber. The resulting model Robo-Saber produces skilled gameplay and captures diverse player behaviors, mirroring the skill levels and movement patterns specified by input style exemplars. Robo-Saber demonstrates promise in synthesizing rich gameplay data for predictive applications and enabling a physics-based whole-body VR playtesting agent."}, {"id": "c697", "text": "Diff2DGS: Reliable Reconstruction of Occluded Surgical Scenes via 2D Gaussian Splatting : Real-time reconstruction of deformable surgical scenes is vital for advancing robotic surgery, improving surgeon guidance, and enabling automation. Recent methods achieve dense reconstructions from da Vinci robotic surgery videos, with Gaussian Splatting (GS) offering real-time performance via graphics acceleration. However, reconstruction quality in occluded regions remains limited, and depth accuracy has not been fully assessed, as benchmarks like EndoNeRF and StereoMIS lack 3D ground truth. We propose Diff2DGS, a novel two-stage framework for reliable 3D reconstruction of occluded surgical scenes. In the first stage, a diffusion-based video module with temporal priors inpaints tissue occluded by instruments with high spatial-temporal consistency. In the second stage, we adapt 2D Gaussian Splatting (2DGS) with a Learnable Deformation Model (LDM) to capture dynamic tissue deformation and anatomical geometry. We also extend evaluation beyond prior image-quality metrics by performing quantitative depth accuracy analysis on the SCARED dataset. Diff2DGS outperforms state-of-the-art approaches in both appearance and geometry, reaching 38.02 dB PSNR on EndoNeRF and 34.40 dB on StereoMIS. Furthermore, our experiments demonstrate that optimizing for image quality alone does not necessarily translate into optimal 3D reconstruction accuracy. To address this, we further optimize the depth quality of the reconstructed 3D results, ensuring more faithful geometry in addition to high-fidelity appearance."}, {"id": "c698", "text": "Learning Smooth Time-Varying Linear Policies with an Action Jacobian Penalty : Reinforcement learning provides a framework for learning control policies that can reproduce diverse motions for simulated characters. However, such policies often exploit unnatural high-frequency signals that are unachievable by humans or physical robots, making them poor representations of real-world behaviors. Existing work addresses this issue by adding a reward term that penalizes a large change in actions over time. This term often requires substantial tuning efforts. We propose to use the action Jacobian penalty, which penalizes changes in action with respect to the changes in simulated state directly through auto differentiation. This effectively eliminates unrealistic high-frequency control signals without task specific tuning. While effective, the action Jacobian penalty introduces significant computational overhead when used with traditional fully connected neural network architectures. To mitigate this, we introduce a new architecture called a Linear Policy Net (LPN) that significantly reduces the computational burden for calculating the action Jacobian penalty during training. In addition, a LPN requires no parameter tuning, exhibits faster learning convergence compared to baseline methods, and can be more efficiently queried during inference time compared to a fully connected neural network. We demonstrate that a Linear Policy Net, combined with the action Jacobian penalty, is able to learn policies that generate smooth signals while solving a number of motion imitation tasks with different characteristics, including dynamic motions such as a backflip and various challenging parkour skills. Finally, we apply this approach to create policies for dynamic motions on a physical quadrupedal robot equipped with an arm."}, {"id": "c699", "text": "Style-Aware Gloss Control for Generative Non-Photorealistic Rendering : Humans can infer material characteristics of objects from their visual appearance, and this ability extends to artistic depictions, where similar perceptual strategies guide the interpretation of paintings or drawings. Among the factors that define material appearance, gloss, along with color, is widely regarded as one of the most important, and recent studies indicate that humans can perceive gloss independently of the artistic style used to depict an object. To investigate how gloss and artistic style are represented in learned models, we train an unsupervised generative model on a newly curated dataset of painterly objects designed to systematically vary such factors. Our analysis reveals a hierarchical latent space in which gloss is disentangled from other appearance factors, allowing for a detailed study of how gloss is represented and varies across artistic styles. Building on this representation, we introduce a lightweight adapter that connects our style- and gloss-aware latent space to a latent-diffusion model, enabling the synthesis of non-photorealistic images with fine-grained control of these factors. We compare our approach with previous models and observe improved disentanglement and controllability of the learned factors."}, {"id": "c700", "text": "CADEvolve: Creating Realistic CAD via Program Evolution : Computer-Aided Design (CAD) delivers rapid, editable modeling for engineering and manufacturing. Recent AI progress now makes full automation feasible for various CAD tasks. However, progress is bottlenecked by data: public corpora mostly contain sketch-extrude sequences, lack complex operations, multi-operation composition and design intent, and thus hinder effective fine-tuning. Attempts to bypass this with frozen VLMs often yield simple or invalid programs due to limited 3D grounding in current foundation models. We present CADEvolve, an evolution-based pipeline and dataset that starts from simple primitives and, via VLM-guided edits and validations, incrementally grows CAD programs toward industrial-grade complexity. The result is 8k complex parts expressed as executable CadQuery parametric generators. After multi-stage post-processing and augmentation, we obtain a unified dataset of 1.3m scripts paired with rendered geometry and exercising the full CadQuery operation set. A VLM fine-tuned on CADEvolve achieves state-of-the-art results on the Image2CAD task across the DeepCAD, Fusion 360, and MCB benchmarks."}, {"id": "c701", "text": "Spanning the Visual Analogy Space with a Weight Basis of LoRAs : Visual analogy learning enables image manipulation through demonstration rather than textual description, allowing users to specify complex transformations difficult to articulate in words. Given a triplet $\\{\\mathbf{a}$, $\\mathbf{a}'$, $\\mathbf{b}\\}$, the goal is to generate $\\mathbf{b}'$ such that $\\mathbf{a} : \\mathbf{a}' :: \\mathbf{b} : \\mathbf{b}'$. Recent methods adapt text-to-image models to this task using a single Low-Rank Adaptation (LoRA) module, but they face a fundamental limitation: attempting to capture the diverse space of visual transformations within a fixed adaptation module constrains generalization capabilities. Inspired by recent work showing that LoRAs in constrained domains span meaningful, interpolatable semantic spaces, we propose LoRWeB, a novel approach that specializes the model for each analogy task at inference time through dynamic composition of learned transformation primitives, informally, choosing a point in a \"space of LoRAs\". We introduce two key components: (1) a learnable basis of LoRA modules, to span the space of different visual transformations, and (2) a lightweight encoder that dynamically selects and weighs these basis LoRAs based on the input analogy pair. Comprehensive evaluations demonstrate our approach achieves state-of-the-art performance and significantly improves generalization to unseen visual transformations. Our findings suggest that LoRA basis decompositions are a promising direction for flexible visual manipulation. Code and data are in https://research.nvidia.com/labs/par/lorweb"}, {"id": "c702", "text": "Refine Now, Query Fast: A Decoupled Refinement Paradigm for Implicit Neural Fields : Implicit Neural Representations (INRs) have emerged as promising surrogates for large 3D scientific simulations due to their ability to continuously model spatial and conditional fields, yet they face a critical fidelity-speed dilemma: deep MLPs suffer from high inference cost, while efficient embedding-based models lack sufficient expressiveness. To resolve this, we propose the Decoupled Representation Refinement (DRR) architectural paradigm. DRR leverages a deep refiner network, alongside non-parametric transformations, in a one-time offline process to encode rich representations into a compact and efficient embedding structure. This approach decouples slow neural networks with high representational capacity from the fast inference path. We introduce DRR-Net, a simple network that validates this paradigm, and a novel data augmentation strategy, Variational Pairs (VP) for improving INRs under complex tasks like high-dimensional surrogate modeling. Experiments on several ensemble simulation datasets demonstrate that our approach achieves state-of-the-art fidelity, while being up to 27$\\times$ faster at inference than high-fidelity baselines and remaining competitive with the fastest models. The DRR paradigm offers an effective strategy for building powerful and practical neural field surrogates and \\rev{INRs in broader applications}, with a minimal compromise between speed and quality."}, {"id": "c703", "text": "Gaussian Mesh Renderer for Lightweight Differentiable Rendering : 3D Gaussian Splatting (3DGS) has enabled high-fidelity virtualization with fast rendering and optimization for novel view synthesis. On the other hand, triangle mesh models still remain a popular choice for surface reconstruction but suffer from slow or heavy optimization in traditional mesh-based differentiable renderers. To address this problem, we propose a new lightweight differentiable mesh renderer leveraging the efficient rasterization process of 3DGS, named Gaussian Mesh Renderer (GMR), which tightly integrates the Gaussian and mesh representations. Each Gaussian primitive is analytically derived from the corresponding mesh triangle, preserving structural fidelity and enabling the gradient flow. Compared to the traditional mesh renderers, our method achieves smoother gradients, which especially contributes to better optimization using smaller batch sizes with limited memory. Our implementation is available in the public GitHub repository at https://github.com/huntorochi/Gaussian-Mesh-Renderer."}, {"id": "c704", "text": "ProAct: A Dual-System Framework for Proactive Embodied Social Agents : Embodied social agents have recently advanced in generating synchronized speech and gestures. However, most interactive systems remain fundamentally reactive, responding only to current sensory inputs within a short temporal window. Proactive social behavior, in contrast, requires deliberation over accumulated context and intent inference, which conflicts with the strict latency budget of real-time interaction. We present \\emph{ProAct}, a dual-system framework that reconciles this time-scale conflict by decoupling a low-latency \\emph{Behavioral System} for streaming multimodal interaction from a slower \\emph{Cognitive System} which performs long-horizon social reasoning and produces high-level proactive intentions. To translate deliberative intentions into continuous non-verbal behaviors without disrupting fluency, we introduce a streaming flow-matching model conditioned on intentions via ControlNet. This mechanism supports asynchronous intention injection, enabling seamless transitions between reactive and proactive gestures within a single motion stream. We deploy ProAct on a physical humanoid robot and evaluate both motion quality and interactive effectiveness. In real-world interaction user studies, participants and observers consistently prefer ProAct over reactive variants in perceived proactivity, social presence, and overall engagement, demonstrating the benefits of dual-system proactive control for embodied social interaction."}, {"id": "c705", "text": "From Pixels to Policies: Reinforcing Spatial Reasoning in Language Models for Content-Aware Layout Design : We introduce LaySPA, a reinforcement learning framework that equips large language models (LLMs) with explicit and interpretable spatial reasoning for content-aware graphic layout design. LaySPA addresses two key challenges: LLMs' limited spatial reasoning and the lack of opacity in design decision making. Instead of operating at the pixel level, we reformulate layout design as a policy learning problem over a structured textual spatial environment that explicitly encodes canvas geometry, element attributes, and inter-element relationships. LaySPA produces dual-level outputs comprising interpretable reasoning traces and structured layout specifications, enabling transparent and controllable design decision making. Layout design policy is optimized via a multi-objective spatial critique that decomposes layout quality into geometric validity, relational coherence, and aesthetic consistency, and is trained using relative group optimization to stabilize learning in open-ended design spaces. Experiments demonstrate that LaySPA improves structural validity and visual quality, outperforming larger proprietary LLMs and achieving performance comparable to specialized SOTA layout generators while requiring fewer annotated samples and reduced latency."}, {"id": "c706", "text": "FlexAM: Flexible Appearance-Motion Decomposition for Versatile Video Generation Control : Effective and generalizable control in video generation remains a significant challenge. While many methods rely on ambiguous or task-specific signals, we argue that a fundamental disentanglement of \"appearance\" and \"motion\" provides a more robust and scalable pathway. We propose FlexAM, a unified framework built upon a novel 3D control signal. This signal represents video dynamics as a point cloud, introducing three key enhancements: multi-frequency positional encoding to distinguish fine-grained motion, depth-aware positional encoding, and a flexible control signal for balancing precision and generative quality. This representation allows FlexAM to effectively disentangle appearance and motion, enabling a wide range of tasks including I2V/V2V editing, camera control, and spatial object editing. Extensive experiments demonstrate that FlexAM achieves superior performance across all evaluated tasks."}, {"id": "c707", "text": "Real-time Rendering with a Neural Irradiance Volume : Rendering diffuse global illumination in real-time is often approximated by pre-computing and storing irradiance in a 3D grid of probes. As long as most of the scene remains static, probes approximate irradiance for all surfaces immersed in the irradiance volume, including novel dynamic objects. This approach, however, suffers from aliasing artifacts and high memory consumption. We propose Neural Irradiance Volume (NIV), a neural-based technique that allows accurate real-time rendering of diffuse global illumination via a compact pre-computed model, overcoming the limitations of traditional probe-based methods, such as the expensive memory footprint, aliasing artifacts, and scene-specific heuristics. The key insight is that neural compression creates an adaptive and amortized representation of irradiance, circumventing the cubic scaling of grid-based methods. Our superior memory-scaling improves quality by at least 10x at the same memory budget, and enables a straightforward representation of higher-dimensional irradiance fields, allowing rendering of time-varying or dynamic effects without requiring additional computation at runtime. Unlike other neural rendering techniques, our method works within strict real-time constraints, providing fast inference (around 1 ms per frame on consumer GPUs at full HD resolution), reduced memory usage (1-5 MB for medium-sized scenes), and only requires a G-buffer as input, without expensive ray tracing or denoising."}, {"id": "c708", "text": "GSM-GS: Geometry-Constrained Single and Multi-view Gaussian Splatting for Surface Reconstruction : Recently, 3D Gaussian Splatting has emerged as a prominent research direction owing to its ultrarapid training speed and high-fidelity rendering capabilities. However, the unstructured and irregular nature of Gaussian point clouds poses challenges to reconstruction accuracy. This limitation frequently causes high-frequency detail loss in complex surface microstructures when relying solely on routine strategies. To address this limitation, we propose GSM-GS: a synergistic optimization framework integrating single-view adaptive sub-region weighting constraints and multi-view spatial structure refinement. For single-view optimization, we leverage image gradient features to partition scenes into texture-rich and texture-less sub-regions. The reconstruction quality is enhanced through adaptive filtering mechanisms guided by depth discrepancy features. This preserves high-weight regions while implementing a dual-branch constraint strategy tailored to regional texture variations, thereby improving geometric detail characterization. For multi-view optimization, we introduce a geometry-guided cross-view point cloud association method combined with a dynamic weight sampling strategy. This constructs 3D structural normal constraints across adjacent point cloud frames, effectively reinforcing multi-view consistency and reconstruction fidelity. Extensive experiments on public datasets demonstrate that our method achieves both competitive rendering quality and geometric reconstruction. See our interactive project page"}, {"id": "c709", "text": "SPRig: Self-Supervised Pose-Invariant Rigging from Mesh Sequences : State-of-the-art rigging methods assume a canonical rest pose--an assumption that fails for sequential data (e.g., animal motion capture or AIGC/video-derived mesh sequences) that lack the T-pose. Applied frame-by-frame, these methods are not pose-invariant and produce topological inconsistencies across frames. Thus We propose SPRig, a general fine-tuning framework that enforces cross-frame consistency losses to learn pose-invariant rigs on top of existing models. We validate our approach on rigging using a new permutation-invariant stability protocol. Experiments demonstrate SOTA temporal stability: our method produces coherent rigs from challenging sequences and dramatically reduces the artifacts that plague baseline methods. The code will be released publicly upon acceptance."}, {"id": "c710", "text": "Variational Green's Functions for Volumetric PDEs : Green's functions characterize the fundamental solutions of partial differential equations; they are essential for tasks ranging from shape analysis to physical simulation, yet they remain computationally prohibitive to evaluate on arbitrary geometric discretizations. We present Variational Green's Function (VGF), a method that learns a smooth, differentiable representation of the Green's function for linear self-adjoint PDE operators, including the Poisson, the screened Poisson, and the biharmonic equations. To resolve the sharp singularities characteristic of the Green's functions, our method decomposes the Green's function into an analytic free-space component, and a learned corrector component. Our method leverages a variational foundation to impose Neumann boundary conditions naturally, and imposes Dirichlet boundary conditions via a projective layer on the output of the neural field. The resulting Green's functions are fast to evaluate, differentiable with respect to source application, and can be conditioned on other signals parameterizing our geometry."}, {"id": "c711", "text": "TexSpot: 3D Texture Enhancement with Spatially-uniform Point Latent Representation : High-quality 3D texture generation remains a fundamental challenge due to the view-inconsistency inherent in current mainstream multi-view diffusion pipelines. Existing representations either rely on UV maps, which suffer from distortion during unwrapping, or point-based methods, which tightly couple texture fidelity to geometric density that limits high-resolution texture generation. To address these limitations, we introduce TexSpot, a diffusion-based texture enhancement framework. At its core is Texlet, a novel 3D texture representation that merges the geometric expressiveness of point-based 3D textures with the compactness of UV-based representation. Each Texlet latent vector encodes a local texture patch via a 2D encoder and is further aggregated using a 3D encoder to incorporate global shape context. A cascaded 3D-to-2D decoder reconstructs high-quality texture patches, enabling the Texlet space learning. Leveraging this representation, we train a diffusion transformer conditioned on Texlets to refine and enhance textures produced by multi-view diffusion methods. Extensive experiments demonstrate that TexSpot significantly improves visual fidelity, geometric consistency, and robustness over existing state-of-the-art 3D texture generation and enhancement approaches. Project page: https://texlet-arch.github.io/TexSpot-page."}, {"id": "c712", "text": "Iskra: A System for Inverse Geometry Processing : We propose a system for differentiating through solutions to geometry processing problems. Our system differentiates a broad class of geometric algorithms, exploiting existing fast problem-specific schemes common to geometry processing, including local-global and ADMM solvers. It is compatible with machine learning frameworks, opening doors to new classes of inverse geometry processing applications. We marry the scatter-gather approach to mesh processing with tensor-based workflows and rely on the adjoint method applied to user-specified imperative code to generate an efficient backward pass behind the scenes. We demonstrate our approach by differentiating through mean curvature flow, spectral conformal parameterization, geodesic distance computation, and as-rigid-as-possible deformation, examining usability and performance on these applications. Our system allows practitioners to differentiate through existing geometry processing algorithms without needing to reformulate them, resulting in low implementation effort, fast runtimes, and lower memory requirements than differentiable optimization tools not tailored to geometry processing."}, {"id": "c713", "text": "OMEGA-Avatar: One-shot Modeling of 360\u00b0 Gaussian Avatars : Creating high-fidelity, animatable 3D avatars from a single image remains a formidable challenge. We identified three desirable attributes of avatar generation: 1) the method should be feed-forward, 2) model a 360\u00b0 full-head, and 3) should be animation-ready. However, current work addresses only two of the three points simultaneously. To address these limitations, we propose OMEGA-Avatar, the first feed-forward framework that simultaneously generates a generalizable, 360\u00b0-complete, and animatable 3D Gaussian head from a single image. Starting from a feed-forward and animatable framework, we address the 360\u00b0 full-head avatar generation problem with two novel components. First, to overcome poor hair modeling in full-head avatar generation, we introduce a semantic-aware mesh deformation module that integrates multi-view normals to optimize a FLAME head with hair while preserving its topology structure. Second, to enable effective feed-forward decoding of full-head features, we propose a multi-view feature splatting module that constructs a shared canonical UV representation from features across multiple views through differentiable bilinear splatting, hierarchical UV mapping, and visibility-aware fusion. This approach preserves both global structural coherence and local high-frequency details across all viewpoints, ensuring 360\u00b0 consistency without per-instance optimization. Extensive experiments demonstrate that OMEGA-Avatar achieves state-of-the-art performance, significantly outperforming existing baselines in 360\u00b0 full-head completeness while robustly preserving identity across different viewpoints."}, {"id": "c714", "text": "Variation-aware Flexible 3D Gaussian Editing : Indirect editing methods for 3D Gaussian Splatting (3DGS) have recently witnessed significant advancements. These approaches operate by first applying edits in the rendered 2D space and subsequently projecting the modifications back into 3D. However, this paradigm inevitably introduces cross-view inconsistencies and constrains both the flexibility and efficiency of the editing process. To address these challenges, we present VF-Editor, which enables native editing of Gaussian primitives by predicting attribute variations in a feedforward manner. To accurately and efficiently estimate these variations, we design a novel variation predictor distilled from 2D editing knowledge. The predictor encodes the input to generate a variation field and employs two learnable, parallel decoding functions to iteratively infer attribute changes for each 3D Gaussian. Thanks to its unified design, VF-Editor can seamlessly distill editing knowledge from diverse 2D editors and strategies into a single predictor, allowing for flexible and effective knowledge transfer into the 3D domain. Extensive experiments on both public and private datasets reveal the inherent limitations of indirect editing pipelines and validate the effectiveness and flexibility of our approach."}, {"id": "c715", "text": "LeafFit: Plant Assets Creation from 3D Gaussian Splatting : We propose LeafFit, a pipeline that converts 3D Gaussian Splatting (3DGS) of individual plants into editable, instanced mesh assets. While 3DGS faithfully captures complex foliage, its high memory footprint and lack of mesh topology make it incompatible with traditional game production workflows. We address this by leveraging the repetition of leaf shapes; our method segments leaves from the unstructured 3DGS, with optional user interaction included as a fallback. A representative leaf group is selected and converted into a thin, sharp mesh to serve as a template; this template is then fitted to all other leaves via differentiable Moving Least Squares (MLS) deformation. At runtime, the deformation is evaluated efficiently on-the-fly using a vertex shader to minimize storage requirements. Experiments demonstrate that LeafFit achieves higher segmentation quality and deformation accuracy than recent baselines while significantly reducing data size and enabling parameter-level editing."}, {"id": "c716", "text": "Filmsticking++: Rapid Film Sticking for Explicit Surface Reconstruction : Explicit surface reconstruction aims to generate a surface mesh that exactly interpolates a given point cloud. This requirement is crucial when the point cloud must lie non-negotiably on the final surface to preserve sharp features and fine geometric details. However, the task becomes substantially challenging with low-quality point clouds, due to inherent reconstruction ambiguities compounded by combinatorial complexity. A previous method using filmsticking technique by iteratively compute restricted Voronoi diagram to address these issues, ensures to produce a watertight manifold, setting a new benchmark as the state-of-the-art (SOTA) technique. Unfortunately, RVD-based filmsticking is inability to interpolate all points in the case of deep internal cavities, resulting in very likely is the generation of faulty topology. The cause of this issue is that RVD-based filmsticking has inherent limitations due to Euclidean distance metrics. In this paper, we extend the filmsticking technique, named Filmsticking++. Filmsticking++ reconstructing an explicit surface from points without normals. On one hand, Filmsticking++ break through the inherent limitations of Euclidean distance by employing a weighted-distance-based Restricted Power Diagram, which guarantees that all points are interpolated. On the other hand, we observe that as the guiding surface increasingly approximates the target shape, the external medial axis is gradually expelled outside the guiding surface. Building on this observation, we propose placing virtual sites inside the guiding surface to accelerate the expulsion of the external medial axis from its interior. To summarize, contrary to the SOTA method, Filmsticking++ demonstrates multiple benefits, including decreases computational cost, improved robustness and scalability."}, {"id": "c717", "text": "Advancing Digital Twin Generation Through a Novel Simulation Framework and Quantitative Benchmarking : The generation of 3D models from real-world objects has often been accomplished through photogrammetry, i.e., by taking 2D photos from a variety of perspectives and then triangulating matched point-based features to create a textured mesh. Many design choices exist within this framework for the generation of digital twins, and differences between such approaches are largely judged qualitatively. Here, we present and test a novel pipeline for generating synthetic images from high-quality 3D models and programmatically generated camera poses. This enables a wide variety of repeatable, quantifiable experiments which can compare ground-truth knowledge of virtual camera parameters and of virtual objects against the reconstructed estimations of those perspectives and subjects."}, {"id": "c718", "text": "Photons x Force: Differentiable Radiation Pressure Modeling : We propose a system to optimize parametric designs subject to radiation pressure, \\ie the effect of light on the motion of objects. This is most relevant in the design of spacecraft, where radiation pressure presents the dominant non-conservative forcing mechanism, which is the case beyond approximately 800 km altitude. Despite its importance, the high computational cost of high-fidelity radiation pressure modeling has limited its use in large-scale spacecraft design, optimization, and space situational awareness applications. We enable this by offering three innovations in the simulation, in representation and in optimization: First, a practical computer graphics-inspired Monte-Carlo (MC) simulation of radiation pressure. The simulation is highly parallel, uses importance sampling and next-event estimation to reduce variance and allows simulating an entire family of designs instead of a single spacecraft as in previous work. Second, we introduce neural networks as a representation of forces from design parameters. This neural proxy model, learned from simulations, is inherently differentiable and can query forces orders of magnitude faster than a full MC simulation. Third, and finally, we demonstrate optimizing inverse radiation pressure designs, such as finding geometry, material or operation parameters that minimizes travel time, maximizes proximity given a desired end-point, minimize thruster fuel, trains mission control policies or allocated compute budget in extraterrestrial compute."}, {"id": "c719", "text": "Faster-GS: Analyzing and Improving Gaussian Splatting Optimization : Recent advances in 3D Gaussian Splatting (3DGS) have focused on accelerating optimization while preserving reconstruction quality. However, many proposed methods entangle implementation-level improvements with fundamental algorithmic modifications or trade performance for fidelity, leading to a fragmented research landscape that complicates fair comparison. In this work, we consolidate and evaluate the most effective and broadly applicable strategies from prior 3DGS research and augment them with several novel optimizations. We further investigate underexplored aspects of the framework, including numerical stability, Gaussian truncation, and gradient approximation. The resulting system, Faster-GS, provides a rigorously optimized algorithm that we evaluate across a comprehensive suite of benchmarks. Our experiments demonstrate that Faster-GS achieves up to 5$\\times$ faster training while maintaining visual quality, establishing a new cost-effective and resource efficient baseline for 3DGS optimization. Furthermore, we demonstrate that optimizations can be applied to 4D Gaussian reconstruction, leading to efficient non-rigid scene optimization."}, {"id": "c720", "text": "SceneSmith: Agentic Generation of Simulation-Ready Indoor Scenes : Simulation has become a key tool for training and evaluating home robots at scale, yet existing environments fail to capture the diversity and physical complexity of real indoor spaces. Current scene synthesis methods produce sparsely furnished rooms that lack the dense clutter, articulated furniture, and physical properties essential for robotic manipulation. We introduce SceneSmith, a hierarchical agentic framework that generates simulation-ready indoor environments from natural language prompts. SceneSmith constructs scenes through successive stages$\\unicode{x2013}$from architectural layout to furniture placement to small object population$\\unicode{x2013}$each implemented as an interaction among VLM agents: designer, critic, and orchestrator. The framework tightly integrates asset generation through text-to-3D synthesis for static objects, dataset retrieval for articulated objects, and physical property estimation. SceneSmith generates 3-6x more objects than prior methods, with <2% inter-object collisions and 96% of objects remaining stable under physics simulation. In a user study with 205 participants, it achieves 92% average realism and 91% average prompt faithfulness win rates against baselines. We further demonstrate that these environments can be used in an end-to-end pipeline for automatic robot policy evaluation."}, {"id": "c721", "text": "Rotated Lights for Consistent and Efficient 2D Gaussians Inverse Rendering : Inverse rendering aims to decompose a scene into its geometry, material properties and light conditions under a certain rendering model. It has wide applications like view synthesis, relighting, and scene editing. In recent years, inverse rendering methods have been inspired by view synthesis approaches like neural radiance fields and Gaussian splatting, which are capable of efficiently decomposing a scene into its geometry and radiance. They then further estimate the material and lighting that lead to the observed scene radiance. However, the latter step is highly ambiguous and prior works suffer from inaccurate color and baked shadows in their albedo estimation albeit their regularization. To this end, we propose RotLight, a simple capturing setup, to address the ambiguity. Compared to a usual capture, RotLight only requires the object to be rotated several times during the process. We show that as few as two rotations is effective in reducing artifacts. To further improve 2DGS-based inverse rendering, we additionally introduce a proxy mesh that not only allows accurate incident light tracing, but also enables a residual constraint and improves global illumination handling. We demonstrate with both synthetic and real world datasets that our method achieves superior albedo estimation while keeping efficient computation."}, {"id": "c722", "text": "Forget Superresolution, Sample Adaptively (when Path Tracing) : Real-time path tracing increasingly operates under extremely low sampling budgets, often below one sample per pixel, as rendering complexity, resolution, and frame-rate requirements continue to rise. While super-resolution is widely used in production, it uniformly sacrifices spatial detail and cannot exploit variations in noise, reconstruction difficulty, and perceptual importance across the image. Adaptive sampling offers a compelling alternative, but existing end-to-end approaches rely on approximations that break down in sparse regimes.\n We introduce an end-to-end adaptive sampling and denoising pipeline explicitly designed for the sub-1-spp regime. Our method uses a stochastic formulation of sample placement that enables gradient estimation despite discrete sampling decisions, allowing stable training of a neural sampler at low sampling budgets. To better align optimization with human perception, we propose a tonemapping-aware training pipeline that integrates differentiable filmic operators and a state-of-the-art perceptual loss, preventing oversampling of regions with low visual impact.\n In addition, we introduce a gather-based pyramidal denoising filter and a learnable generalization of albedo demodulation tailored to sparse sampling. Our results show consistent improvements over uniform sparse sampling, with notably better reconstruction of perceptually critical details such as specular highlights and shadow boundaries, and demonstrate that adaptive sampling remains effective even at minimal budgets."}, {"id": "c723", "text": "TIBR4D: Tracing-Guided Iterative Boundary Refinement for Efficient 4D Gaussian Segmentation : Object-level segmentation in dynamic 4D Gaussian scenes remains challenging due to complex motion, occlusions, and ambiguous boundaries. In this paper, we present an efficient learning-free 4D Gaussian segmentation framework that lifts video segmentation masks to 4D spaces, whose core is a two-stage iterative boundary refinement, TIBR4D. The first stage is an Iterative Gaussian Instance Tracing (IGIT) at the temporal segment level. It progressively refines Gaussian-to-instance probabilities through iterative tracing, and extracts corresponding Gaussian point clouds that better handle occlusions and preserve completeness of object structures compared to existing one-shot threshold-based methods. The second stage is a frame-wise Gaussian Rendering Range Control (RCC) via suppressing highly uncertain Gaussians near object boundaries while retaining their core contributions for more accurate boundaries. Furthermore, a temporal segmentation merging strategy is proposed for IGIT to balance identity consistency and dynamic awareness. Longer segments enforce stronger multi-frame constraints for stable identities, while shorter segments allow identity changes to be captured promptly. Experiments on HyperNeRF and Neu3D demonstrate that our method produces accurate object Gaussian point clouds with clearer boundaries and higher efficiency compared to SOTA methods."}, {"id": "c724", "text": "T2VTree: User-Centered Visual Analytics for Agent-Assisted Thought-to-Video Authoring : Generative models have substantially expanded video generation capabilities, yet practical thought-to-video creation remains a multi-stage, multi-modal, and decision-intensive process. However, existing tools either hide intermediate decisions behind repeated reruns or expose operator-level workflows that make exploration traces difficult to manage, compare, and reuse. We present T2VTree, a user-centered visual analytics approach for agent-assisted thought-to-video authoring. T2VTree represents the authoring process as a tree visualization. Each node in the tree binds an editable specification (intent, referenced inputs, workflow choice, prompts, and parameters) with the resulting multimodal outputs, making refinement, branching, and provenance inspection directly operable. To reduce the burden of deciding what to do next, a set of collaborating agents translates step-level intent into an executable plan that remains visible and user-editable before execution. We further implement a visual analytics system that integrates branching authoring with in-place preview and stitching for convergent assembly, enabling end-to-end multi-scene creation without leaving the authoring context. We demonstrate T2VTreeVA through two multi-scene case studies and a comparative user study, showing how the T2VTree visualization and editable agent planning support reliable refinement, localized comparison, and practical reuse in real authoring workflows. T2VTree is available at: https://github.com/tezuka0210/T2VTree."}, {"id": "c725", "text": "PEGAsus: 3D Personalization of Geometry and Appearance : We present PEGAsus, a new framework capable of generating Personalized 3D shapes by learning shape concepts at both Geometry and Appearance levels. First, we formulate 3D shape personalization as extracting reusable, category-agnostic geometric and appearance attributes from reference shapes, and composing these attributes with text to generate novel shapes. Second, we design a progressive optimization strategy to learn shape concepts at both the geometry and appearance levels, decoupling the shape concept learning process. Third, we extend our approach to region-wise concept learning, enabling flexible concept extraction, with context-aware and context-free losses. Extensive experimental results show that PEGAsus is able to effectively extract attributes from a wide range of reference shapes and then flexibly compose these concepts with text to synthesize new shapes. This enables fine-grained control over shape generation and supports the creation of diverse, personalized results, even in challenging cross-category scenarios. Both quantitative and qualitative experiments demonstrate that our approach outperforms existing state-of-the-art solutions."}, {"id": "c726", "text": "Energy-Controllable Time Integration for Elastodynamic Contact : Dynamic simulation of elastic bodies is a longstanding task in engineering and computer graphics. In graphics, numerical integrators like implicit Euler and BDF2 are preferred due to their stability at large time steps, but they tend to dissipate energy uncontrollably. In contrast, symplectic methods like implicit midpoint can conserve energy but are not unconditionally stable and fail on moderately stiff problems. To address these limitations, we propose a general class of numerical integrators for Hamiltonian problems which are symplectic on linear problems, yet have superior stability on nonlinear problems. With this, we derive a novel energy-controllable time integrator, A-search, a simple modification of implicit Euler that can follow user-specified energy targets, enabling flexible control over energy dissipation or conservation while maintaining stability and physical fidelity. Our method integrates seamlessly with barrier-type energies and allows for inversion-free and penetration-free guarantees, making it well-suited for handling large deformations and complex collisions. Extensive evaluations over a wide range of material parameters and scenes demonstrate that A-search has biases to keep energy in low frequency motion rather than dissipation, and A-search outperforms traditional methods such as BDF2 at similar total running times by maintaining energy and leading to more visually desirable simulations."}, {"id": "c727", "text": "Recovering 3D Shapes from Ultra-Fast Motion-Blurred Images : We consider the problem of 3D shape recovery from ultra-fast motion-blurred images. While 3D reconstruction from static images has been extensively studied, recovering geometry from extreme motion-blurred images remains challenging. Such scenarios frequently occur in both natural and industrial settings, such as fast-moving objects in sports (e.g., balls) or rotating machinery, where rapid motion distorts object appearance and makes traditional 3D reconstruction techniques like Multi-View Stereo (MVS) ineffective.\n In this paper, we propose a novel inverse rendering approach for shape recovery from ultra-fast motion-blurred images. While conventional rendering techniques typically synthesize blur by averaging across multiple frames, we identify a major computational bottleneck in the repeated computation of barycentric weights. To address this, we propose a fast barycentric coordinate solver, which significantly reduces computational overhead and achieves a speedup of up to 4.57x, enabling efficient and photorealistic simulation of high-speed motion. Crucially, our method is fully differentiable, allowing gradients to propagate from rendered images to the underlying 3D shape, thereby facilitating shape recovery through inverse rendering.\n We validate our approach on two representative motion types: rapid translation and rotation. Experimental results demonstrate that our method enables efficient and realistic modeling of ultra-fast moving objects in the forward simulation. Moreover, it successfully recovers 3D shapes from 2D imagery of objects undergoing extreme translational and rotational motion, advancing the boundaries of vision-based 3D reconstruction. Project page: https://maxmilite.github.io/rec-from-ultrafast-blur/"}, {"id": "c728", "text": "MPM Lite: Linear Kernels and Integration without Particles : In this paper, we introduce MPM Lite, a new hybrid Lagrangian/Eulerian method that eliminates the need for particle-based quadrature at solve time. Standard MPM practices suffer from a performance bottleneck where expensive implicit solves are proportional to particle-per-cell (PPC) counts due to the the choices of particle-based quadrature and wide-stencil kernels. In contrast, MPM Lite treats particles primarily as carriers of kinematic state and material history. By conceptualizing the background Cartesian grid as a voxel hexahedral mesh, we resample particle states onto fixed-location quadrature points using efficient, compact linear kernels. This architectural shift allows force assembly and the entire time-integration process to proceed without accessing particles, making the solver complexity no longer relate to particles. At the core of our method is a novel stress transfer and stretch reconstruction strategy. To avoid non-physical averaging of deformation gradients, we resample the extensive Kirchhoff stress and derive a rotation-free deformation reference solution, which naturally supports an optimization-based incremental potential formulation. Consequently, MPM Lite can be implemented as modular resampling units coupled with an FEM-style integration module, enabling the direct use of off-the-shelf nonlinear solvers, preconditioners, and unambiguous boundary conditions. We demonstrate through extensive experiments that MPM Lite preserves the robustness and versatility of traditional MPM across diverse materials while delivering significant speedups in implicit settings and improving explicit settings at the same time. Check our project page at https://mpmlite.github.io."}, {"id": "c729", "text": "TABI: Tight and Balanced Interactive Atlas Packing : Atlas packing is a key step in many computer graphics applications. Packing algorithms seek to arrange a set of charts within a fixed-size atlas with as little downscaling as possible. Many packing applications such as content creation tools, dynamic atlas generation for video games, and texture space shading require on-the-fly interactive atlas packing. Unfortunately, while many methods have been developed for generating tight high-quality packings, they are designed for offline settings and have running times two or more orders of magnitude greater than what is required for interactive performance. While real-time GPU packing methods exist, they significantly downscale packed charts compared to offline methods. We introduce a GPU packing method that targets interactive speeds, provides packing quality approaching that of offline methods, and supports flexible user control over the tradeoff between performance and quality. We observe that current real-time packing methods leave large gaps between charts and often produce asymmetric, or poorly balanced, packings. These artifacts dramatically degrade packing quality. Our Tight And Balanced method eliminates these artifacts while retaining Interactive performance. TABI generates tight packings by compacting empty space between irregularly shaped charts both horizontally and vertically, using two approximations of chart shape that support efficient parallel processing. We balance packing outputs by automatically adjusting atlas row widths and orientations to accommodate varying chart heights. We show that our method significantly reduces chart downscaling compared to existing interactive methods while remaining orders of magnitude faster than offline alternatives."}, {"id": "c730", "text": "Low-Rank Koopman Deformables with Log-Linear Time Integration : We present a low-rank Koopman operator formulation for accelerating deformable subspace simulation. Using a Dynamic Mode Decomposition (DMD) parameterization of the Koopman operator, our method learns the temporal evolution of deformable dynamics and predicts future states through efficient matrix evaluations instead of sequential time integration. This yields log-linear scaling in the number of time steps and allows large portions of the trajectory to be skipped while retaining accuracy. The resulting temporal efficiency is especially advantageous for optimization tasks such as control and initial-state estimation, where the objective often depends largely on the final configuration.\n To broaden the scope of Koopman-based reduced-order models in graphics, we introduce a discretization-agnostic extension that learns shared dynamic behavior across multiple shapes and mesh resolutions. Prior DMD-based approaches have been restricted to a single shape and discretization, which limits their usefulness for tasks involving geometry variation. Our formulation generalizes across both shape and discretization, which enables fast shape optimization that was previously impractical for DMD models. This expanded capability highlights the potential of Koopman operator learning as a practical tool for efficient deformable simulation and design."}, {"id": "c731", "text": "Lumosaic: Hyperspectral Video via Active Illumination and Coded-Exposure Pixels : We present Lumosaic, a compact active hyperspectral video system designed for real-time capture of dynamic scenes. Our approach combines a narrowband LED array with a coded-exposure-pixel (CEP) camera capable of high-speed, per-pixel exposure control, enabling joint encoding of scene information across space, time, and wavelength within each video frame. Unlike passive snapshot systems that divide light across multiple spectral channels simultaneously and assume no motion during a frame's exposure, Lumosaic actively synchronizes illumination and pixel-wise exposure, improving photon utilization and preserving spectral fidelity under motion. A learning-based reconstruction pipeline then recovers 31-channel hyperspectral (400-700 nm) video at 30 fps and VGA resolution, producing temporally coherent and spectrally accurate reconstructions. Experiments on synthetic and real data demonstrate that Lumosaic significantly improves reconstruction fidelity and temporal stability over existing snapshot hyperspectral imaging systems, enabling robust hyperspectral video across diverse materials and motion conditions."}, {"id": "c732", "text": "Towards Object Segmentation Mask Selection Using Specular Reflections : Specular reflections pose a significant challenge for object segmentation, as their sharp intensity transitions often mislead both conventional algorithms and deep learning based methods. However, as the specular reflection must lie on the surface of the object, this fact can be exploited to improve the segmentation masks. By identifying the largest region containing the reflection as the object, we derive a more accurate object mask without requiring specialized training data or model adaption. We evaluate our method on both synthetic and real world images and compare it against established and state-of-the-art techniques including Otsu thresholding, YOLO, and SAM2. Compared to the best performing baseline SAM2, our approach achieves up to 26.7% improvement in IoU, 22.3% in DSC, and 9.7% in pixel accuracy. Qualitative evaluations on real world images further confirm the robustness and generalizability of the proposed approach."}, {"id": "c733", "text": "Learning spatially adaptive sparsity level maps for arbitrary convolutional dictionaries : State-of-the-art learned reconstruction methods often rely on black-box modules that, despite their strong performance, raise questions about their interpretability and robustness. Here, we build on a recently proposed image reconstruction method, which is based on embedding data-driven information into a model-based convolutional dictionary regularization via neural network-inferred spatially adaptive sparsity level maps. By means of improved network design and dedicated training strategies, we extend the method to achieve filter-permutation invariance as well as the possibility to change the convolutional dictionary at inference time. We apply our method to low-field MRI and compare it to several other recent deep learning-based methods, also on in vivo data, in which the benefit for the use of a different dictionary is showcased. We further assess the method's robustness when tested on in- and out-of-distribution data. When tested on the latter, the proposed method suffers less from the data distribution shift compared to the other learned methods, which we attribute to its reduced reliance on training data due to its underlying model-based reconstruction component."}, {"id": "c734", "text": "Deep Unfolding Real-Time Super-Resolution Using Subpixel-Shift Twin Image and Convex Self-Similarity Prior : Multi-image super-resolution (MISR) is a critical technique for satellite remote sensing. In the perspective of information, twin-image super-resolution (TISR) is regarded as the most challenging MISR scenario, having crucial applications like the SPOT-5 supermode imaging. In TISR, an image is super-resolved by its subpixel-shift counterpart (i.e., twin image), where the two images are typically offset by half a pixel both horizontally and vertically. We formulate the less investigated TISR using a convex criterion, which is implemented using a novel deep unfolding network. In the unfolding, an embedded simple shift operator trickily addresses the coupled TISR data-fitting terms, and a transformer trained with a convex self-similarity loss function elegantly implements the proximal mapping induced by the TISR regularizer. The proposed convex self-similarity unfolding supermode super-resolution (COSUP) algorithm is interpretable and achieves state-of-the-art performance with very fast millisecond-level computational time. COSUP is also tested on real-world data, for which the subpixel shifts would not be spatially uniform, with results showing great superiority over the official CNES supermode imaging product in terms of credible metrics (e.g., natural image quality evaluator, NIQE). Source codes: https://github.com/IHCLab/COSUP."}, {"id": "c735", "text": "Perceptual Quality Optimization of Image Super-Resolution : Single-image super-resolution (SR) has achieved remarkable progress with deep learning, yet most approaches rely on distortion-oriented losses or heuristic perceptual priors, which often lead to a trade-off between fidelity and visual quality. To address this issue, we propose an \\textit{Efficient Perceptual Bi-directional Attention Network (Efficient-PBAN)} that explicitly optimizes SR towards human-preferred quality. Unlike patch-based quality models, Efficient-PBAN avoids extensive patch sampling and enables efficient image-level perception. The proposed framework is trained on our self-constructed SR quality dataset that covers a wide range of state-of-the-art SR methods with corresponding human opinion scores. Using this dataset, Efficient-PBAN learns to predict perceptual quality in a way that correlates strongly with subjective judgments. The learned metric is further integrated into SR training as a differentiable perceptual loss, enabling closed-loop alignment between reconstruction and perceptual assessment. Extensive experiments demonstrate that our approach delivers superior perceptual quality. Code is publicly available at https://github.com/Lighting-YXLI/Efficient-PBAN."}, {"id": "c736", "text": "Towards Controllable Video Synthesis of Routine and Rare OR Events : Purpose: Curating large-scale datasets of operating room (OR) workflow, encompassing rare, safety-critical, or atypical events, remains operationally and ethically challenging. This data bottleneck complicates the development of ambient intelligence for detecting, understanding, and mitigating rare or safety-critical events in the OR.\n Methods: This work presents an OR video diffusion framework that enables controlled synthesis of rare and safety-critical events. The framework integrates a geometric abstraction module, a conditioning module, and a fine-tuned diffusion model to first transform OR scenes into abstract geometric representations, then condition the synthesis process, and finally generate realistic OR event videos. Using this framework, we also curate a synthetic dataset to train and validate AI models for detecting near-misses of sterile-field violations.\n Results: In synthesizing routine OR events, our method outperforms off-the-shelf video diffusion baselines, achieving lower FVD/LPIPS and higher SSIM/PSNR in both in- and out-of-domain datasets. Through qualitative results, we illustrate its ability for controlled video synthesis of counterfactual events. An AI model trained and validated on the generated synthetic data achieved a RECALL of 70.13% in detecting near safety-critical events. Finally, we conduct an ablation study to quantify performance gains from key design choices.\n Conclusion: Our solution enables controlled synthesis of routine and rare OR events from abstract geometric representations. Beyond demonstrating its capability to generate rare and safety-critical scenarios, we show its potential to support the development of ambient intelligence models."}, {"id": "c737", "text": "RelA-Diffusion: Relativistic Adversarial Diffusion for Multi-Tracer PET Synthesis from Multi-Sequence MRI : Multi-tracer positron emission tomography (PET) provides critical insights into diverse neuropathological processes such as tau accumulation, neuroinflammation, and $\u03b2$-amyloid deposition in the brain, making it indispensable for comprehensive neurological assessment. However, routine acquisition of multi-tracer PET is limited by high costs, radiation exposure, and restricted tracer availability. Recent efforts have explored deep learning approaches for synthesizing PET images from structural MRI. While some methods rely solely on T1-weighted MRI, others incorporate additional sequences such as T2-FLAIR to improve pathological sensitivity. However, existing methods often struggle to capture fine-grained anatomical and pathological details, resulting in artifacts and unrealistic outputs. To this end, we propose RelA-Diffusion, a Relativistic Adversarial Diffusion framework for multi-tracer PET synthesis from multi-sequence MRI. By leveraging both T1-weighted and T2-FLAIR scans as complementary inputs, RelA-Diffusion captures richer structural information to guide image generation. To improve synthesis fidelity, we introduce a gradient-penalized relativistic adversarial loss to the intermediate clean predictions of the diffusion model. This loss compares real and generated images in a relative manner, encouraging the synthesis of more realistic local structures. Both the relativistic formulation and the gradient penalty contribute to stabilizing the training, while adversarial feedback at each diffusion timestep enables consistent refinement throughout the generation process. Extensive experiments on two datasets demonstrate that RelA-Diffusion outperforms existing methods in both visual fidelity and quantitative metrics, highlighting its potential for accurate synthesis of multi-tracer PET."}, {"id": "c738", "text": "On Optimizing Image Codecs for VMAF NEG: Analysis, Issues, and a Robust Loss Proposal : The VMAF (video multi-method assessment fusion) metric for image and video coding recently gained more and more popularity as it is supposed to have a high correlation with human perception. This makes training and particularly fine-tuning of machine-learned codecs on this metric interesting. However, VMAF is shown to be attackable in a way that, e.g., unsharpening an image can lead to a gain in VMAF quality while decreasing the quality in human perception. A particular version of VMAF called VMAF NEG has been designed to be more robust against such attacks and therefore it should be more useful for fine-tuning of codecs. In this paper, our contributions are threefold. First, we identify and analyze the still existing vulnerability of VMAF NEG towards attacks, particulary towards the attack that consists in employing VMAF NEG for image codec fine-tuning. Second, to benefit from VMAF NEG's high correlation with human perception, we propose a robust loss including VMAF NEG for fine-tuning either the encoder or the decoder. Third, we support our quantitative objective results by providing perceptive impressions of some image examples."}, {"id": "c739", "text": "Vision-Inspired Image Quality Assessment for Radar-Based Human Activity Representations : Radar-based human activity recognition has gained attention as a privacy-preserving alternative to vision and wearable sensors, especially in sensitive environments like long-term care facilities. Micro-Doppler spectrograms derived from FMCW radar signals are central to recognizing dynamic activities, but their effectiveness is limited by noise and clutter. In this work, we use a benchmark radar dataset to reimplement and assess three recent denoising and preprocessing techniques: adaptive preprocessing, adaptive thresholding, and entropy-based denoising. To illustrate the shortcomings of conventional metrics in low-SNR regimes, we evaluate performance using both perceptual image quality measures and standard error-based metrics. We additionally propose a novel framework for static activity recognition using range-angle feature maps to expand HAR beyond dynamic activities. We present two important contributions: a temporal tracking algorithm to enforce consistency and a no-reference quality scoring algorithm to assess RA-map fidelity. According to experimental findings, our suggested techniques enhance classification performance and interpretability for both dynamic and static activities, opening the door for more reliable radar-based HAR systems."}, {"id": "c740", "text": "Multimodal MRI Report Findings Supervised Brain Lesion Segmentation with Substructures : Report-supervised (RSuper) learning seeks to alleviate the need for dense tumor voxel labels with constraints derived from radiology reports (e.g., volumes, counts, sizes, locations). In MRI studies of brain tumors, however, we often involve multi-parametric scans and substructures. Here, fine-grained modality/parameter-wise reports are usually provided along with global findings and are correlated with different substructures. Moreover, the reports often describe only the largest lesion and provide qualitative or uncertain cues (``mild,'' ``possible''). Classical RSuper losses (e.g., sum volume consistency) can over-constrain or hallucinate unreported findings under such incompleteness, and are unable to utilize these hierarchical findings or exploit the priors of varied lesion types in a merged dataset. We explicitly parse the global quantitative and modality-wise qualitative findings and introduce a unified, one-sided, uncertainty-aware formulation (MS-RSuper) that: (i) aligns modality-specific qualitative cues (e.g., T1c enhancement, FLAIR edema) with their corresponding substructures using existence and absence losses; (ii) enforces one-sided lower-bounds for partial quantitative cues (e.g., largest lesion size, minimal multiplicity); and (iii) adds extra- vs. intra-axial anatomical priors to respect cohort differences. Certainty tokens scale penalties; missing cues are down-weighted. On 1238 report-labeled BraTS-MET/MEN scans, our MS-RSuper largely outperforms both a sparsely-supervised baseline and a naive RSuper method."}, {"id": "c741", "text": "Progressive Per-Branch Depth Optimization for DEFOM-Stereo and SAM3 Joint Analysis in UAV Forestry Applications : Accurate per-branch 3D reconstruction is a prerequisite for autonomous UAV-based tree pruning; however, dense disparity maps from modern stereo matchers often remain too noisy for individual branch analysis in complex forest canopies. This paper introduces a progressive pipeline integrating DEFOM-Stereo foundation-model disparity estimation, SAM3 instance segmentation, and multi-stage depth optimization to deliver robust per-branch point clouds. Starting from a naive baseline, we systematically identify and resolve three error families through successive refinements. Mask boundary contamination is first addressed through morphological erosion and subsequently refined via a skeleton-preserving variant to safeguard thin-branch topology. Segmentation inaccuracy is then mitigated using LAB-space Mahalanobis color validation coupled with cross-branch overlap arbitration. Finally, depth noise - the most persistent error source - is initially reduced by outlier removal and median filtering, before being superseded by a robust five-stage scheme comprising MAD global detection, spatial density consensus, local MAD filtering, RGB-guided filtering, and adaptive bilateral filtering. Evaluated on 1920x1080 stereo imagery of Radiata pine (Pinus radiata) acquired with a ZED Mini camera (63 mm baseline) from a UAV in Canterbury, New Zealand, the proposed pipeline reduces the average per-branch depth standard deviation by 82% while retaining edge fidelity. The result is geometrically coherent 3D point clouds suitable for autonomous pruning tool positioning. All code and processed data are publicly released to facilitate further UAV forestry research."}, {"id": "c742", "text": "GSNR: Graph Smooth Null-Space Representation for Inverse Problems : Inverse problems in imaging are ill-posed, leading to infinitely many solutions consistent with the measurements due to the non-trivial null-space of the sensing matrix. Common image priors promote solutions on the general image manifold, such as sparsity, smoothness, or score function. However, as these priors do not constrain the null-space component, they can bias the reconstruction. Thus, we aim to incorporate meaningful null-space information in the reconstruction framework. Inspired by smooth image representation on graphs, we propose Graph-Smooth Null-Space Representation (GSNR), a mechanism that imposes structure only into the invisible component. Particularly, given a graph Laplacian, we construct a null-restricted Laplacian that encodes similarity between neighboring pixels in the null-space signal, and we design a low-dimensional projection matrix from the $p$-smoothest spectral graph modes (lowest graph frequencies). This approach has strong theoretical and practical implications: i) improved convergence via a null-only graph regularizer, ii) better coverage, how much null-space variance is captured by $p$ modes, and iii) high predictability, how well these modes can be inferred from the measurements. GSNR is incorporated into well-known inverse problem solvers, e.g., PnP, DIP, and diffusion solvers, in four scenarios: image deblurring, compressed sensing, demosaicing, and image super-resolution, providing consistent improvement of up to 4.3 dB over baseline formulations and up to 1 dB compared with end-to-end learned models in terms of PSNR."}, {"id": "c743", "text": "Transcending the Annotation Bottleneck: AI-Powered Discovery in Biology and Medicine : The dependence on expert annotation has long constituted the primary rate-limiting step in the application of artificial intelligence to biomedicine. While supervised learning drove the initial wave of clinical algorithms, a paradigm shift towards unsupervised and self-supervised learning (SSL) is currently unlocking the latent potential of biobank-scale datasets. By learning directly from the intrinsic structure of data - whether pixels in a magnetic resonance image (MRI), voxels in a volumetric scan, or tokens in a genomic sequence - these methods facilitate the discovery of novel phenotypes, the linkage of morphology to genetics, and the detection of anomalies without human bias. This article synthesises seminal and recent advances in \"learning without labels,\" highlighting how unsupervised frameworks can derive heritable cardiac traits, predict spatial gene expression in histology, and detect pathologies with performance that rivals or exceeds supervised counterparts."}, {"id": "c744", "text": "Using Unsupervised Domain Adaptation Semantic Segmentation for Pulmonary Embolism Detection in Computed Tomography Pulmonary Angiogram (CTPA) Images : While deep learning has demonstrated considerable promise in computer-aided diagnosis for pulmonary embolism (PE), practical deployment in Computed Tomography Pulmonary Angiography (CTPA) is often hindered by \"domain shift\" and the prohibitive cost of expert annotations. To address these challenges, an unsupervised domain adaptation (UDA) framework is proposed, utilizing a Transformer backbone and a Mean-Teacher architecture for cross-center semantic segmentation. The primary focus is placed on enhancing pseudo-label reliability by learning deep structural information within the feature space. Specifically, three modules are integrated and designed for this task: (1) a Prototype Alignment (PA) mechanism to reduce category-level distribution discrepancies; (2) Global and Local Contrastive Learning (GLCL) to capture both pixel-level topological relationships and global semantic representations; and (3) an Attention-based Auxiliary Local Prediction (AALP) module designed to reinforce sensitivity to small PE lesions by automatically extracting high-information slices from Transformer attention maps. Experimental validation conducted on cross-center datasets (FUMPE and CAD-PE) demonstrates significant performance gains. In the FUMPE -> CAD-PE task, the IoU increased from 0.1152 to 0.4153, while the CAD-PE -> FUMPE task saw an improvement from 0.1705 to 0.4302. Furthermore, the proposed method achieved a 69.9% Dice score in the CT -> MRI cross-modality task on the MMWHS dataset without utilizing any target-domain labels for model selection, confirming its robustness and generalizability for diverse clinical environments."}, {"id": "c745", "text": "Training Deep Stereo Matching Networks on Tree Branch Imagery: A Benchmark Study for Real-Time UAV Forestry Applications : Autonomous drone-based tree pruning needs accurate, real-time depth estimation from stereo cameras. Depth is computed from disparity maps using $Z = f B/d$, so even small disparity errors cause noticeable depth mistakes at working distances. Building on our earlier work that identified DEFOM-Stereo as the best reference disparity generator for vegetation scenes, we present the first study to train and test ten deep stereo matching networks on real tree branch images. We use the Canterbury Tree Branches dataset -- 5,313 stereo pairs from a ZED Mini camera at 1080P and 720P -- with DEFOM-generated disparity maps as training targets. The ten methods cover step-by-step refinement, 3D convolution, edge-aware attention, and lightweight designs. Using perceptual metrics (SSIM, LPIPS, ViTScore) and structural metrics (SIFT/ORB feature matching), we find that BANet-3D produces the best overall quality (SSIM = 0.883, LPIPS = 0.157), while RAFT-Stereo scores highest on scene-level understanding (ViTScore = 0.799). Testing on an NVIDIA Jetson Orin Super (16 GB, independently powered) mounted on our drone shows that AnyNet reaches 6.99 FPS at 1080P -- the only near-real-time option -- while BANet-2D gives the best quality-speed balance at 1.21 FPS. We also compare 720P and 1080P processing times to guide resolution choices for forestry drone systems."}, {"id": "c746", "text": "Targeted T2-FLAIR Dropout Training Improves Robustness of nnU-Net Glioblastoma Segmentation to Missing T2-FLAIR : Purpose: To determine whether targeted T2 fluid-attenuated inversion recovery (T2-FLAIR) dropout training improves glioblastoma MRI tumor segmentation robustness to missing T2-FLAIR without degrading performance when T2-FLAIR is available. Materials and Methods: This retrospective multi-dataset study developed nnU-Net models on BraTS 2021 (n=848) and externally tested them on UPenn-GBM glioblastoma MRI (n=403; 2006-2018; age 18-89 years; 60% male). Models were trained with no dropout or targeted T2-FLAIR dropout (probability rate r=0.35 or 0.50) by replacing only the T2-FLAIR channel with zeros. Inference used T2-FLAIR-present and T2-FLAIR-absent scenarios (T2-FLAIR set to zero). The primary endpoint was Dice similarity coefficient (DSC); secondary endpoints were 95th percentile Hausdorff distance and Bland-Altman whole-tumor volume bias. Equivalence was assessed with two one-sided tests using +/-1.5 DSC percentage points, and noninferiority versus HD-GLIO used a -1.5-point margin. Results: With T2-FLAIR present, median overall DSC was 94.8% (interquartile range, 90.0%-97.1%) with dropout and 95.0% (interquartile range, 90.3%-97.1%) without dropout (equivalence supported, p<0.001). With T2-FLAIR absent, median overall DSC improved from 81.0% (interquartile range, 75.1%-86.4%) without dropout to 93.4% (interquartile range, 89.1%-96.2%) with dropout (r=0.35); edema DSC improved from 14.0% to 87.0%, edema 95th percentile Hausdorff distance improved from 22.44 mm to 2.45 mm, and whole-tumor volume bias improved from -45.6 mL to 0.83 mL. Dropout was noninferior to HD-GLIO under T2-FLAIR-present (all p<0.001). Conclusion: Targeted T2-FLAIR dropout preserved segmentation performance when T2-FLAIR was available and reduced segmentation error and whole-tumor volume bias when T2-FLAIR was absent."}, {"id": "c747", "text": "CORVET: A CORDIC-Powered, Resource-Frugal Mixed-Precision Vector Processing Engine for High-Throughput AIoT applications : This brief presents a runtime-adaptive, performance-enhanced vector engine featuring a low-resource, iterative CORDIC-based MAC unit for edge AI acceleration. The proposed design enables dynamic reconfiguration between approximate and accurate modes, exploiting the latency-accuracy trade-off for a wide range of workloads. Its resource-efficient approach further enables up to 4x throughput improvement within the same hardware resources by leveraging vectorised, time-multiplexed execution and flexible precision scaling. With a time-multiplexed multi-AF block and a lightweight pooling and normalisation unit, the proposed vector engine supports flexible precision (4/8/16-bit) and high MAC density. The ASIC implementation results show that each MAC stage can save up to 33% of time and 21% of power, with a 256-PE configuration that achieves higher compute density (4.83 TOPS/mm2 ) and energy efficiency (11.67 TOPS/W) than previous state-of-the-art work. A detailed hardware-software co-design methodology for object detection and classification tasks on Pynq-Z2 is discussed to assess the proposed architecture, demonstrating a scalable, energy-efficient solution for edge AI applications."}, {"id": "c748", "text": "Automated Disentangling Analysis of Skin Colour for Lesion Images : Machine-learning models working on skin images often have degraded performance when the skin colour captured in images (SCCI) differs between training and deployment. Such differences arise from entangled environmental factors (e.g., illumination, camera settings), and intrinsic factors (e.g., skin tone) that cannot be accurately described by a single \"skin tone\" scalar. To mitigate such colour mismatch, we propose a skin-colour disentangling framework that adapts disentanglement-by-compression to learn a structured, manipulable latent space for SCCI from unlabelled dermatology images. To prevent information leakage that hinders proper learning of dark colour features, we introduce a randomized, mostly monotonic decolourization mapping. To suppress unintended colour shifts of localized patterns (e.g., ink marks, scars) during colour manipulation, we further propose a geometry-aligned post-processing step. Together, these components enable faithful counterfactual editing and answering an essential question: \"What would this skin condition look like under a different SCCI?\", as well as direct colour transfer between images and controlled traversal along physically meaningful directions (e.g., blood perfusion, camera white balance), enabling educational visualization of skin conditions under varying SCCI. We demonstrate that dataset-level augmentation and colour normalization based on our framework achieve competitive lesion classification performance."}, {"id": "c749", "text": "Face Presentation Attack Detection via Content-Adaptive Spatial Operators : Face presentation attack detection (FacePAD) is critical for securing facial authentication against print, replay, and mask-based spoofing. This paper proposes CASO-PAD, an RGB-only, single-frame model that enhances MobileNetV3 with content-adaptive spatial operators (involution) to better capture localized spoof cues. Unlike spatially shared convolution kernels, the proposed operator generates location-specific, channel-shared kernels conditioned on the input, improving spatial selectivity with minimal overhead. CASO-PAD remains lightweight (3.6M parameters; 0.64 GFLOPs at $256\\times256$) and is trained end-to-end using a standard binary cross-entropy objective. Extensive experiments on Replay-Attack, Replay-Mobile, ROSE-Youtu, and OULU-NPU demonstrate strong performance, achieving 100/100/98.9/99.7\\% test accuracy, AUC of 1.00/1.00/0.9995/0.9999, and HTER of 0.00/0.00/0.82/0.44\\%, respectively. On the large-scale SiW-Mv2 Protocol-1 benchmark, CASO-PAD further attains 95.45\\% accuracy with 3.11\\% HTER and 3.13\\% EER, indicating improved robustness under diverse real-world attacks. Ablation studies show that placing the adaptive operator near the network head and using moderate group sharing yields the best accuracy--efficiency balance. Overall, CASO-PAD provides a practical pathway for robust, on-device FacePAD with mobile-class compute and without auxiliary sensors or temporal stacks."}, {"id": "c750", "text": "Depth-Enhanced YOLO-SAM2 Detection for Reliable Ballast Insufficiency Identification : This paper presents a depth-enhanced YOLO-SAM2 framework for detecting ballast insufficiency in railway tracks using RGB-D data. Although YOLOv8 provides reliable localization, the RGB-only model shows limited safety performance, achieving high precision (0.99) but low recall (0.49) due to insufficient ballast, as it tends to over-predict the sufficient class. To improve reliability, we incorporate depth-based geometric analysis enabled by a sleeper-aligned depth-correction pipeline that compensates for RealSense spatial distortion using polynomial modeling, RANSAC, and temporal smoothing. SAM2 segmentation further refines region-of-interest masks, enabling accurate extraction of sleeper and ballast profiles for geometric classification.\n Experiments on field-collected top-down RGB-D data show that depth-enhanced configurations substantially improve the detection of insufficient ballast. Depending on bounding-box sampling (AABB or RBB) and geometric criteria, recall increases from 0.49 to as high as 0.80, and F1-score improves from 0.66 to over 0.80. These results demonstrate that integrating depth correction with YOLO-SAM2 yields a more robust and reliable approach for automated railway ballast inspection, particularly in visually ambiguous or safety-critical scenarios."}, {"id": "c751", "text": "TIACam: Text-Anchored Invariant Feature Learning with Auto-Augmentation for Camera-Robust Zero-Watermarking : Camera recapture introduces complex optical degradations, such as perspective warping, illumination shifts, and Moir\u00e9 interference, that remain challenging for deep watermarking systems. We present TIACam, a text-anchored invariant feature learning framework with auto-augmentation for camera-robust zero-watermarking. The method integrates three key innovations: (1) a learnable auto-augmentor that discovers camera-like distortions through differentiable geometric, photometric, and Moir\u00e9 operators; (2) a text-anchored invariant feature learner that enforces semantic consistency via cross-modal adversarial alignment between image and text; and (3) a zero-watermarking head that binds binary messages in the invariant feature space without modifying image pixels. This unified formulation jointly optimizes invariance, semantic alignment, and watermark recoverability. Extensive experiments on both synthetic and real-world camera captures demonstrate that TIACam achieves state-of-the-art feature stability and watermark extraction accuracy, establishing a principled bridge between multimodal invariance learning and physically robust zero-watermarking."}, {"id": "c752", "text": "AINet: Anchor Instances Learning for Regional Heterogeneity in Whole Slide Image : Recent advances in multi-instance learning (MIL) have witnessed impressive performance in whole slide image (WSI) analysis. However, the inherent sparsity of tumors and their morphological diversity lead to obvious heterogeneity across regions, posing significant challenges in aggregating high-quality and discriminative representations. To address this, we introduce a novel concept of anchor instance (AI), a compact subset of instances that are representative within their regions (local) and discriminative at the bag (global) level. These AIs act as semantic references to guide interactions across regions, correcting non-discriminative patterns while preserving regional diversity. Specifically, we propose a dual-level anchor mining (DAM) module to \\textbf{select} AIs from massive instances, where the most informative AI in each region is extracted by assessing its similarity to both local and global embeddings. Furthermore, to ensure completeness and diversity, we devise an anchor-guided region correction (ARC) module that explores the complementary information from all regions to \\textbf{correct} each regional representation. Building upon DAM and ARC, we develop a concise yet effective framework, AINet, which employs a simple predictor and surpasses state-of-the-art methods with substantially fewer FLOPs and parameters. Moreover, both DAM and ARC are modular and can be seamlessly integrated into existing MIL frameworks, consistently improving their performance."}, {"id": "c753", "text": "DM4CT: Benchmarking Diffusion Models for Computed Tomography Reconstruction : Diffusion models have recently emerged as powerful priors for solving inverse problems. While computed tomography (CT) is theoretically a linear inverse problem, it poses many practical challenges. These include correlated noise, artifact structures, reliance on system geometry, and misaligned value ranges, which make the direct application of diffusion models more difficult than in domains like natural image generation. To systematically evaluate how diffusion models perform in this context and compare them with established reconstruction methods, we introduce DM4CT, a comprehensive benchmark for CT reconstruction. DM4CT includes datasets from both medical and industrial domains with sparse-view and noisy configurations. To explore the challenges of deploying diffusion models in practice, we additionally acquire a high-resolution CT dataset at a high-energy synchrotron facility and evaluate all methods under real experimental conditions. We benchmark ten recent diffusion-based methods alongside seven strong baselines, including model-based, unsupervised, and supervised approaches. Our analysis provides detailed insights into the behavior, strengths, and limitations of diffusion models for CT reconstruction. The real-world dataset is publicly available at zenodo.org/records/15420527, and the codebase is open-sourced at github.com/DM4CT/DM4CT."}, {"id": "c754", "text": "The Geometry of Noise: Why Diffusion Models Don't Need Noise Conditioning : Autonomous (noise-agnostic) generative models, such as Equilibrium Matching and blind diffusion, challenge the standard paradigm by learning a single, time-invariant vector field that operates without explicit noise-level conditioning. While recent work suggests that high-dimensional concentration allows these models to implicitly estimate noise levels from corrupted observations, a fundamental paradox remains: what is the underlying landscape being optimized when the noise level is treated as a random variable, and how can a bounded, noise-agnostic network remain stable near the data manifold where gradients typically diverge? We resolve this paradox by formalizing Marginal Energy, $E_{\\text{marg}}(\\mathbf{u}) = -\\log p(\\mathbf{u})$, where $p(\\mathbf{u}) = \\int p(\\mathbf{u}|t)p(t)dt$ is the marginal density of the noisy data integrated over a prior distribution of unknown noise levels. We prove that generation using autonomous models is not merely blind denoising, but a specific form of Riemannian gradient flow on this Marginal Energy. Through a novel relative energy decomposition, we demonstrate that while the raw Marginal Energy landscape possesses a $1/t^p$ singularity normal to the data manifold, the learned time-invariant field implicitly incorporates a local conformal metric that perfectly counteracts the geometric singularity, converting an infinitely deep potential well into a stable attractor. We also establish the structural stability conditions for sampling with autonomous models. We identify a ``Jensen Gap'' in noise-prediction parameterizations that acts as a high-gain amplifier for estimation errors, explaining the catastrophic failure observed in deterministic blind models. Conversely, we prove that velocity-based parameterizations are inherently stable because they satisfy a bounded-gain condition that absorbs posterior uncertainty into a smooth geometric drift."}, {"id": "c755", "text": "Exploiting Completeness Perception with Diffusion Transformer for Unified 3D MRI Synthesis : Missing data problems, such as missing modalities in multi-modal brain MRI and missing slices in cardiac MRI, pose significant challenges in clinical practice. Existing methods rely on external guidance to supply detailed missing state for instructing generative models to synthesize missing MRIs. However, manual indicators are not always available or reliable in real-world scenarios due to the unpredictable nature of clinical environments. Moreover, these explicit masks are not informative enough to provide guidance for improving semantic consistency. In this work, we argue that generative models should infer and recognize missing states in a self-perceptive manner, enabling them to better capture subtle anatomical and pathological variations. Towards this goal, we propose CoPeDiT, a general-purpose latent diffusion model equipped with completeness perception for unified synthesis of 3D MRIs. Specifically, we incorporate dedicated pretext tasks into our tokenizer, CoPeVAE, empowering it to learn completeness-aware discriminative prompts, and design MDiT3D, a specialized diffusion transformer architecture for 3D MRI synthesis, that effectively uses the learned prompts as guidance to enhance semantic consistency in 3D space. Comprehensive evaluations on three large-scale MRI datasets demonstrate that CoPeDiT significantly outperforms state-of-the-art methods, achieving superior robustness, generalizability, and flexibility. The code is available at https://github.com/JK-Liu7/CoPeDiT ."}, {"id": "c756", "text": "4D-UNet improves clutter rejection in human transcranial contrast enhanced ultrasound : Transcranial ultrasound imaging is limited by high skull absorption, limiting vascular imaging to only the largest vessels. Traditional clutter filters struggle with low signal-to-noise ratio (SNR) ultrasound datasets, where blood and tissue signals cannot be easily separated, even when the echogenicity of the blood is improved with contrast agents. Here, we present a novel 4D U-Net approach for clutter filtering in transcranial 3D Contrast Enhanced Ultrasound (CEUS) exploiting spatial and temporal information via a 4D-UNet implementation to enhance microbubble detection in transcranial data acquired in human adults. Our results show that the 4D-UNet improves temporal clutter filters. By integrating deep learning into CEUS, this study advances neurovascular imaging, offering improved clutter rejection and visualization. The findings underscore the potential of AI-driven approaches to enhance ultrasound-based medical imaging, paving the way for more accurate diagnostics and broader clinical applications."}, {"id": "c757", "text": "Triggering hallucinations in model-based MRI reconstruction via adversarial perturbations : Generative models are increasingly used to improve the quality of medical imaging, such as reconstruction of magnetic resonance images and computed tomography. However, it is well-known that such models are susceptible to hallucinations: they may insert features into the reconstructed image which are not actually present in the original image. In a medical setting, such hallucinations may endanger patient health as they can lead to incorrect diagnoses. In this work, we aim to quantify the extent to which state-of-the-art generative models suffer from hallucinations in the context of magnetic resonance image reconstruction. Specifically, we craft adversarial perturbations resembling random noise for the unprocessed input images which induce hallucinations when reconstructed using a generative model. We perform this evaluation on the brain and knee images from the fastMRI data set using UNet and end-to-end VarNet architectures to reconstruct the images. Our results show that these models are highly susceptible to small perturbations and can be easily coaxed into producing hallucinations. This fragility may partially explain why hallucinations occur in the first place and suggests that a carefully constructed adversarial training routine may reduce their prevalence. Moreover, these hallucinations cannot be reliably detected using traditional image quality metrics. Novel approaches will therefore need to be developed to detect when hallucinations have occurred."}, {"id": "c758", "text": "RamanSeg: Interpretability-driven Deep Learning on Raman Spectra for Cancer Diagnosis : Histopathology, the current gold standard for cancer diagnosis, involves the manual examination of tissue samples after chemical staining, a time-consuming process requiring expert analysis. Raman spectroscopy is an alternative, stain-free method of extracting information from samples. Using nnU-Net, we trained a segmentation model on a novel dataset of spatial Raman spectra aligned with tumour annotations, achieving a mean foreground Dice score of 80.9%, surpassing previous work. Furthermore, we propose a novel, interpretable, prototype-based architecture called RamanSeg. RamanSeg classifies pixels based on discovered regions of the training set, generating a segmentation mask. Two variants of RamanSeg allow a trade-off between interpretability and performance: one with prototype projection and another projection-free version. The projection-free RamanSeg outperformed a U-Net baseline with a mean foreground Dice score of 67.3%, offering a meaningful improvement over a black-box training approach."}, {"id": "c759", "text": "From Global Radiomics to Parametric Maps: A Unified Workflow Fusing Radiomics and Deep Learning for PDAC Detection : Radiomics and deep learning both offer powerful tools for quantitative medical imaging, but most existing fusion approaches only leverage global radiomic features and overlook the complementary value of spatially resolved radiomic parametric maps. We propose a unified framework that first selects discriminative radiomic features and then injects them into a radiomics-enhanced nnUNet at both the global and voxel levels for pancreatic ductal adenocarcinoma (PDAC) detection. On the PANORAMA dataset, our method achieved AUC = 0.96 and AP = 0.84 in cross-validation. On an external in-house cohort, it achieved AUC = 0.95 and AP = 0.78, outperforming the baseline nnUNet; it also ranked second in the PANORAMA Grand Challenge. This demonstrates that handcrafted radiomics, when injected at both global and voxel levels, provide complementary signals to deep learning models for PDAC detection. Our code can be found at https://github.com/briandzt/dl-pdac-radiomics-global-n-paramaps"}, {"id": "c760", "text": "ZACH-ViT: Regime-Dependent Inductive Bias in Compact Vision Transformers for Medical Imaging : Vision Transformers rely on positional embeddings and class tokens that encode fixed spatial priors. While effective for natural images, these priors may hinder generalization when spatial layout is weakly informative or inconsistent, a frequent condition in medical imaging and edge-deployed clinical systems. We introduce ZACH-ViT (Zero-token Adaptive Compact Hierarchical Vision Transformer), a compact Vision Transformer that removes both positional embeddings and the [CLS] token, achieving permutation invariance through global average pooling over patch representations. The term \"Zero-token\" specifically refers to removing the dedicated [CLS] aggregation token and positional embeddings; patch tokens remain unchanged and are processed normally. Adaptive residual projections preserve training stability in compact configurations while maintaining a strict parameter budget.\n Evaluation is performed across seven MedMNIST datasets spanning binary and multi-class tasks under a strict few-shot protocol (50 samples per class, fixed hyperparameters, five random seeds). The empirical analysis demonstrates regime-dependent behavior: ZACH-ViT (0.25M parameters, trained from scratch) achieves its strongest advantage on BloodMNIST and remains competitive with TransMIL on PathMNIST, while its relative advantage decreases on datasets with strong anatomical priors (OCTMNIST, OrganAMNIST), consistent with the architectural hypothesis. These findings support the view that aligning architectural inductive bias with data structure can be more important than pursuing universal benchmark dominance. Despite its minimal size and lack of pretraining, ZACH-ViT achieves competitive performance while maintaining sub-second inference times, supporting deployment in resource-constrained clinical environments. Code and models are available at https://github.com/Bluesman79/ZACH-ViT."}, {"id": "c761", "text": "MeDUET: Disentangled Unified Pretraining for 3D Medical Image Synthesis and Analysis : Self-supervised learning (SSL) and diffusion models have advanced representation learning and image synthesis. However, in 3D medical imaging, they remain separate: diffusion for synthesis, SSL for analysis. Unifying 3D medical image synthesis and analysis is intuitive yet challenging, as multi-center datasets exhibit dominant style shifts, while downstream tasks rely on anatomy, and site-specific style co-varies with anatomy across slices, making factors unreliable without explicit constraints. In this paper, we propose MeDUET, a 3D Medical image Disentangled UnifiEd PreTraining framework that performs SSL in the Variational Autoencoder (VAE) latent space which explicitly disentangles domain-invariant content from domain-specific style. The token demixing mechanism serves to turn disentanglement from a modeling assumption into an empirically identifiable property. Two novel proxy tasks, Mixed-Factor Token Distillation (MFTD) and Swap-invariance Quadruplet Contrast (SiQC), are devised to synergistically enhance disentanglement. Once pretrained, MeDUET is capable of (i) delivering higher fidelity, faster convergence, and improved controllability for synthesis, and (ii) demonstrating strong domain generalization and notable label efficiency for analysis across diverse medical benchmarks. In summary, MeDUET converts multi-source heterogeneity from an obstacle into a learning signal, enabling unified pretraining for 3D medical image synthesis and analysis. The code is available at https://github.com/JK-Liu7/MeDUET ."}, {"id": "c762", "text": "TopoGate: Quality-Aware Topology-Stabilized Gated Fusion for Longitudinal Low-Dose CT New-Lesion Prediction : Longitudinal low-dose CT follow-ups vary in noise, reconstruction kernels, and registration quality. These differences destabilize subtraction images and can trigger false new lesion alarms. We present TopoGate, a lightweight model that combines the follow-up appearance view with the subtraction view and controls their influence through a learned, quality-aware gate. The gate is driven by three case-specific signals: CT appearance quality, registration consistency, and stability of anatomical topology measured with topological metrics. On the NLST--New-Lesion--LongCT cohort comprising 152 pairs from 122 patients, TopoGate improves discrimination and calibration over single-view baselines, achieving an area under the ROC curve of 0.65 with a standard deviation of 0.05 and a Brier score of 0.14. Removing corrupted or low-quality pairs, identified by the quality scores, further increases the area under the ROC curve from 0.62 to 0.68 and reduces the Brier score from 0.14 to 0.12. The gate responds predictably to degradation, placing more weight on appearance when noise grows, which mirrors radiologist practice. The approach is simple, interpretable, and practical for reliable longitudinal LDCT triage."}, {"id": "c763", "text": "Promptable segmentation with region exploration enables minimal-effort expert-level prostate cancer delineation : Purpose: Accurate segmentation of prostate cancer on magnetic resonance (MR) images is crucial for planning image-guided interventions such as targeted biopsies, cryoablation, and radiotherapy. However, subtle and variable tumour appearances, differences in imaging protocols, and limited expert availability make consistent interpretation difficult. While automated methods aim to address this, they rely on large expertly-annotated datasets that are often inconsistent, whereas manual delineation remains labour-intensive. This work aims to bridge the gap between automated and manual segmentation through a framework driven by user-provided point prompts, enabling accurate segmentation with minimal annotation effort.\n Methods: The framework combines reinforcement learning (RL) with a region-growing segmentation process guided by user prompts. Starting from an initial point prompt, region-growing generates a preliminary segmentation, which is iteratively refined through RL. At each step, the RL agent observes the image and current segmentation to predict a new point, from which region growing updates the mask. A reward, balancing segmentation accuracy and voxel-wise uncertainty, encourages exploration of ambiguous regions, allowing the agent to escape local optima and perform sample-specific optimisation. Despite requiring fully supervised training, the framework bridges manual and fully automated segmentation at inference by substantially reducing user effort while outperforming current fully automated methods.\n Results: The framework was evaluated on two public prostate MR datasets (PROMIS and PICAI, with 566 and 1090 cases). It outperformed the previous best automated methods by 9.9% and 8.9%, respectively, with performance comparable to manual radiologist segmentation, reducing annotation time tenfold."}, {"id": "c764", "text": "Deep Learning for Dermatology: An Innovative Framework for Approaching Precise Skin Cancer Detection : Skin cancer can be life-threatening if not diagnosed early, a prevalent yet preventable disease. Globally, skin cancer is perceived among the finest prevailing cancers and millions of people are diagnosed each year. For the allotment of benign and malignant skin spots, an area of critical importance in dermatological diagnostics, the application of two prominent deep learning models, VGG16 and DenseNet201 are investigated by this paper. We evaluate these CNN architectures for their efficacy in differentiating benign from malignant skin lesions leveraging enhancements in deep learning enforced to skin cancer spotting. Our objective is to assess model accuracy and computational efficiency, offering insights into how these models could assist in early detection, diagnosis, and streamlined workflows in dermatology. We used two deep learning methods DenseNet201 and VGG16 model on a binary class dataset containing 3297 images. The best result with an accuracy of 93.79% achieved by DenseNet201. All images were resized to 224x224 by rescaling. Although both models provide excellent accuracy, there is still some room for improvement. In future using new datasets, we tend to improve our work by achieving great accuracy."}, {"id": "c765", "text": "LGD-Net: Latent-Guided Dual-Stream Network for HER2 Scoring with Task-Specific Domain Knowledge : It is a critical task to evalaute HER2 expression level accurately for breast cancer evaluation and targeted treatment therapy selection. However, the standard multi-step Immunohistochemistry (IHC) staining is resource-intensive, expensive, and time-consuming, which is also often unavailable in many areas. Consequently, predicting HER2 levels directly from H&E slides has emerged as a potential alternative solution. It has been shown to be effective to use virtual IHC images from H&E images for automatic HER2 scoring. However, the pixel-level virtual staining methods are computationally expensive and prone to reconstruction artifacts that can propagate diagnostic errors. To address these limitations, we propose the Latent-Guided Dual-Stream Network (LGD-Net), a novel framework that employes cross-modal feature hallucination instead of explicit pixel-level image generation. LGD-Net learns to map morphological H&E features directly to the molecular latent space, guided by a teacher IHC encoder during training. To ensure the hallucinated features capture clinically relevant phenotypes, we explicitly regularize the model training with task-specific domain knowledge, specifically nuclei distribution and membrane staining intensity, via lightweight auxiliary regularization tasks. Extensive experiments on the public BCI dataset demonstrate that LGD-Net achieves state-of-the-art performance, significantly outperforming baseline methods while enabling efficient inference using single-modality H&E inputs."}, {"id": "c766", "text": "Gaussian surrogates do well on Poisson inverse problems : In imaging inverse problems with Poisson-distributed measurements, it is common to use objectives derived from the Poisson likelihood. But performance is often evaluated by mean squared error (MSE), which raises a practical question: how much does a Poisson objective matter for MSE, even at low dose? We analyze the MSE of Poisson and Gaussian surrogate reconstruction objectives under Poisson noise. In a stylized diagonal model, we show that the unregularized Poisson maximum-likelihood estimator can incur large MSE at low dose, while Poisson MAP mitigates this instability through regularization. We then study two Gaussian surrogate objectives: a heteroscedastic quadratic objective motivated by the normal approximation of Poisson data, and a homoscedastic quadratic objective that yields a simple linear estimator. We show that both surrogates can achieve MSE comparable to Poisson MAP in the low-dose regime, despite departing from the Poisson likelihood. Numerical computed tomography experiments indicate that these conclusions extend beyond the stylized setting of our theoretical analysis."}, {"id": "c767", "text": "A Multi-modal Detection System for Infrastructure-based Freight Signal Priority : Freight vehicles approaching signalized intersections require reliable detection and motion estimation to support infrastructure-based Freight Signal Priority (FSP). Accurate and timely perception of vehicle type, position, and speed is essential for enabling effective priority control strategies. This paper presents the design, deployment, and evaluation of an infrastructure-based multi-modal freight vehicle detection system integrating LiDAR and camera sensors. A hybrid sensing architecture is adopted, consisting of an intersection-mounted subsystem and a midblock subsystem, connected via wireless communication for synchronized data transmission. The perception pipeline incorporates both clustering-based and deep learning-based detection methods with Kalman filter tracking to achieve stable real-time performance. LiDAR measurements are registered into geodetic reference frames to support lane-level localization and consistent vehicle tracking. Field evaluations demonstrate that the system can reliably monitor freight vehicle movements at high spatio-temporal resolution. The design and deployment provide practical insights for developing infrastructure-based sensing systems to support FSP applications."}, {"id": "c768", "text": "HybridPrompt: Bridging Generative Priors and Traditional Codecs for Mobile Streaming : In Video on Demand (VoD) scenarios, traditional codecs are the industry standard due to their high decoding efficiency. However, they suffer from severe quality degradation under low bandwidth conditions. While emerging generative neural codecs offer significantly higher perceptual quality, their reliance on heavy frame-by-frame generation makes real-time playback on mobile devices impractical. We ask: is it possible to combine the blazing-fast speed of traditional standards with the superior visual fidelity of neural approaches? We present HybridPrompt, the first generative-based video system capable of achieving real-time 1080p decoding at over 150 FPS on a commercial smartphone. Specifically, we employ a hybrid architecture that encodes Keyframes using a generative model while relying on traditional codecs for the remaining frames. A major challenge is that the two paradigms have conflicting objectives: the \"hallucinated\" details from generative models often misalign with the rigid prediction mechanisms of traditional codecs, causing bitrate inefficiency. To address this, we demonstrate that the traditional decoding process is differentiable, enabling an end-to-end optimization loop. This allows us to use subsequent frames as additional supervision, forcing the generative model to synthesize keyframes that are not only perceptually high-fidelity but also mathematically optimal references for the traditional codec. By integrating a two-stage generation strategy, our system outperforms pure neural baselines by orders of magnitude in speed while achieving an average LPIPS gain of 8% over traditional codecs at 200kbps."}, {"id": "c769", "text": "Is there a relationship between Mean Opinion Score (MOS) and Just Noticeable Difference (JND)? : Evaluating perceived video quality is essential for ensuring high Quality of Experience (QoE) in modern streaming applications. While existing subjective datasets and Video Quality Metrics (VQMs) cover a broad quality range, many practical use cases especially for premium users focus on high quality scenarios requiring finer granularity. Just Noticeable Difference (JND) has emerged as a key concept for modeling perceptual thresholds in these high end regions and plays an important role in perceptual bitrate ladder construction. However, the relationship between JND and the more widely used Mean Opinion Score (MOS) remains unclear. In this paper, we conduct a Degradation Category Rating (DCR) subjective study based on an existing JND dataset to examine how MOS corresponds to the 75% Satisfied User Ratio (SUR) points of the 1st and 2nd JNDs. We find that while MOS values at JND points generally align with theoretical expectations (e.g., 4.75 for the 75% SUR of the 1st JND), the reverse mapping from MOS to JND is ambiguous due to overlapping confidence intervals across PVS indices. Statistical significance analysis further shows that DCR studies with limited participants may not detect meaningful differences between reference and JND videos."}, {"id": "c770", "text": "A New Perspective on Scale: A Novel Transform for NMR Envelope Extraction : Envelope extraction in nuclear magnetic resonance (NMR) is a fundamental step for processing the data space generated by this technique. Envelope detection accuracy improves with increasing the number of sampling points; however, we propose a novel transform that enables acceptable envelope extraction with significantly fewer sampling points, even without meeting the Nyquist rate. In this paper, we challenge the traditional scale definition and demonstrate that classic scaling lacks a physical referent in all situations. To achieve this aim, we introduce a scale based on the variations of space-invariant states, rather than the observable characteristics of matter and energy. According to this definition of the scale, we distinguished two kinds of observers: scale-variant and scale-invariant. We demonstrated that converting a scale-variant observer to a scale-invariant observer is equivalent to envelop extraction. To analyse and study the theories presented in the paper, we have designed and implemented an Earth-field NMR setup and used real data generated by it to evaluate the performance of the proposed envelope-detection transform. We compared the output of the proposed transform with that of classic and state-of-the-art methods for parameter recovery of NMR signals."}, {"id": "c771", "text": "Automated Histopathology Report Generation via Pyramidal Feature Extraction and the UNI Foundation Model : Generating diagnostic text from histopathology whole slide images (WSIs) is challenging due to the gigapixel scale of the input and the requirement for precise, domain specific language. We propose a hierarchical vision language framework that combines a frozen pathology foundation model with a Transformer decoder for report generation. To make WSI processing tractable, we perform multi resolution pyramidal patch selection (downsampling factors 2^3 to 2^6) and remove background and artifacts using Laplacian variance and HSV based criteria. Patch features are extracted with the UNI Vision Transformer and projected to a 6 layer Transformer decoder that generates diagnostic text via cross attention. To better represent biomedical terminology, we tokenize the output using BioGPT. Finally, we add a retrieval based verification step that compares generated reports with a reference corpus using Sentence BERT embeddings; if a high similarity match is found, the generated report is replaced with the retrieved ground truth reference to improve reliability."}, {"id": "c772", "text": "RefineFormer3D: Efficient 3D Medical Image Segmentation via Adaptive Multi-Scale Transformer with Cross Attention Fusion : Accurate and computationally efficient 3D medical image segmentation remains a critical challenge in clinical workflows. Transformer-based architectures often demonstrate superior global contextual modeling but at the expense of excessive parameter counts and memory demands, restricting their clinical deployment. We propose RefineFormer3D, a lightweight hierarchical transformer architecture that balances segmentation accuracy and computational efficiency for volumetric medical imaging. The architecture integrates three key components: (i) GhostConv3D-based patch embedding for efficient feature extraction with minimal redundancy, (ii) MixFFN3D module with low-rank projections and depthwise convolutions for parameter-efficient feature extraction, and (iii) a cross-attention fusion decoder enabling adaptive multi-scale skip connection integration. RefineFormer3D contains only 2.94M parameters, substantially fewer than contemporary transformer-based methods. Extensive experiments on ACDC and BraTS benchmarks demonstrate that RefineFormer3D achieves 93.44\\% and 85.9\\% average Dice scores respectively, outperforming or matching state-of-the-art methods while requiring significantly fewer parameters. Furthermore, the model achieves fast inference (8.35 ms per volume on GPU) with low memory requirements, supporting deployment in resource-constrained clinical environments. These results establish RefineFormer3D as an effective and scalable solution for practical 3D medical image segmentation."}, {"id": "c773", "text": "Structured Analytic Mappings for Point Set Registration : We present an analytic approximation model for non-rigid point set registration, grounded in the multivariate Taylor expansion of vector-valued functions. By exploiting the algebraic structure of Taylor expansions, we construct a structured function space spanned by truncated basis terms, allowing smooth deformations to be represented with low complexity and explicit form. To estimate mappings within this space, we develop a quasi-Newton optimization algorithm that progressively lifts the identity map into higher-order analytic forms. This structured framework unifies rigid, affine, and nonlinear deformations under a single closed-form formulation, without relying on kernel functions or high-dimensional parameterizations. The proposed model is embedded into a standard ICP loop -- using (by default) nearest-neighbor correspondences -- resulting in Analytic-ICP, an efficient registration algorithm with quasi-linear time complexity. Experiments on 2D and 3D datasets demonstrate that Analytic-ICP achieves higher accuracy and faster convergence than classical methods such as CPD and TPS-RPM, particularly for small and smooth deformations."}, {"id": "c774", "text": "Automated Assessment of Kidney Ureteroscopy Exploration for Training : Purpose: Kidney ureteroscopic navigation is challenging with a steep learning curve. However, current clinical training has major deficiencies, as it requires one-on-one feedback from experts and occurs in the operating room (OR). Therefore, there is a need for a phantom training system with automated feedback to greatly \\revision{expand} training opportunities.\n Methods: We propose a novel, purely ureteroscope video-based scope localization framework that automatically identifies calyces missed by the trainee in a phantom kidney exploration. We use a slow, thorough, prior exploration video of the kidney to generate a reference reconstruction. Then, this reference reconstruction can be used to localize any exploration video of the same phantom.\n Results: In 15 exploration videos, a total of 69 out of 74 calyces were correctly classified. We achieve < 4mm camera pose localization error. Given the reference reconstruction, the system takes 10 minutes to generate the results for a typical exploration (1-2 minute long).\n Conclusion: We demonstrate a novel camera localization framework that can provide accurate and automatic feedback for kidney phantom explorations. We show its ability as a valid tool that enables out-of-OR training without requiring supervision from an expert."}, {"id": "c775", "text": "Rate-Distortion Optimization for Ensembles of Non-Reference Metrics : Non-reference metrics (NRMs) can assess the visual quality of images and videos without a reference, making them well-suited for the evaluation of user-generated content. Nonetheless, rate-distortion optimization (RDO) in video coding is still mainly driven by full-reference metrics, such as the sum of squared errors, which treat the input as an ideal target. A way to incorporate NRMs into RDO is through linearization (LNRM), where the gradient of the NRM with respect to the input guides bit allocation. While this strategy improves the quality predicted by some metrics, we show that it can yield limited gains or degradations when evaluated with other NRMs. We argue that NRMs are highly non-linear predictors with locally unstable gradients that can compromise the quality of the linearization; furthermore, optimizing a single metric may exploit model-specific biases that do not generalize across quality estimators. Motivated by this observation, we extend the LNRM framework to optimize ensembles of NRMs and, to further improve robustness, we introduce a smoothing-based formulation that stabilizes NRM gradients prior to linearization. Our framework is well-suited to hybrid codecs, and we advocate for its use with overfitted codecs, where it avoids iterative evaluations and backpropagation of neural network-based NRMs, reducing encoder complexity relative to direct NRM optimization. We validate the proposed approach on AVC and Cool-chic, using the YouTube UGC dataset. Experiments demonstrate consistent bitrate savings across multiple NRMs with no decoder complexity overhead and, for Cool-chic, a substantial reduction in encoding runtime compared to direct NRM optimization."}, {"id": "c776", "text": "GMAIL: Generative Modality Alignment for generated Image Learning : Generative models have made it possible to synthesize highly realistic images, potentially providing an abundant data source for training machine learning models. Despite the advantages of these synthesizable data sources, the indiscriminate use of generated images as real images for training can even cause mode collapse due to modality discrepancies between real and synthetic domains. In this paper, we propose a novel framework for discriminative use of generated images, coined GMAIL, that explicitly treats generated images as a separate modality from real images. Instead of indiscriminately replacing real images with generated ones in the pixel space, our approach bridges the two distinct modalities in the same latent space through a multi-modal learning approach. To be specific, we first fine-tune a model exclusively on generated images using a cross-modality alignment loss and then employ this aligned model to further train various vision-language models with generated images. By aligning the two modalities, our approach effectively leverages the benefits of recent advances in generative models, thereby boosting the effectiveness of generated image learning across a range of vision-language tasks. Our framework can be easily incorporated with various vision-language models, and we demonstrate its efficacy throughout extensive experiments. For example, our framework significantly improves performance on image captioning, zero-shot image retrieval, zero-shot image classification, and long caption retrieval tasks. It also shows positive generated data scaling trends and notable enhancements in the captioning performance of the large multimodal model, LLaVA."}, {"id": "c777", "text": "ROIX-Comp: Optimizing X-ray Computed Tomography Imaging Strategy for Data Reduction and Reconstruction : In high-performance computing (HPC) environments, particularly in synchrotron radiation facilities, vast amounts of X-ray images are generated. Processing large-scale X-ray Computed Tomography (X-CT) datasets presents significant computational and storage challenges due to their high dimensionality and data volume. Traditional approaches often require extensive storage capacity and high transmission bandwidth, limiting real-time processing capabilities and workflow efficiency. To address these constraints, we introduce a region-of-interest (ROI)-driven extraction framework (ROIX-Comp) that intelligently compresses X-CT data by identifying and retaining only essential features. Our work reduces data volume while preserving critical information for downstream processing tasks. At pre-processing stage, we utilize error-bounded quantization to reduce the amount of data to be processed and therefore improve computational efficiencies. At the compression stage, our methodology combines object extraction with multiple state-of-the-art lossless and lossy compressors, resulting in significantly improved compression ratios. We evaluated this framework against seven X-CT datasets and observed a relative compression ratio improvement of 12.34x compared to the standard compression."}, {"id": "c778", "text": "Recovered in Translation: Efficient Pipeline for Automated Translation of Benchmarks and Datasets : The reliability of multilingual Large Language Model (LLM) evaluation is currently compromised by the inconsistent quality of translated benchmarks. Existing resources often suffer from semantic drift and context loss, which can lead to misleading performance metrics. In this work, we present a fully automated framework designed to address these challenges by enabling scalable, high-quality translation of datasets and benchmarks. We demonstrate that adapting test-time compute scaling strategies, specifically Universal Self-Improvement (USI) and our proposed multi-round ranking method, T-RANK, allows for significantly higher quality outputs compared to traditional pipelines. Our framework ensures that benchmarks preserve their original task structure and linguistic nuances during localization. We apply this approach to translate popular benchmarks and datasets into eight Eastern and Southern European languages (Ukrainian, Bulgarian, Slovak, Romanian, Lithuanian, Estonian, Turkish, Greek). Evaluations using both reference-based metrics and LLM-as-a-judge show that our translations surpass existing resources, resulting in more accurate downstream model assessment. We release both the framework and the improved benchmarks to facilitate robust and reproducible multilingual AI development."}, {"id": "c779", "text": "Off-The-Shelf Image-to-Image Models Are All You Need To Defeat Image Protection Schemes : Advances in Generative AI (GenAI) have led to the development of various protection strategies to prevent the unauthorized use of images. These methods rely on adding imperceptible protective perturbations to images to thwart misuse such as style mimicry or deepfake manipulations. Although previous attacks on these protections required specialized, purpose-built methods, we demonstrate that this is no longer necessary. We show that off-the-shelf image-to-image GenAI models can be repurposed as generic ``denoisers\" using a simple text prompt, effectively removing a wide range of protective perturbations. Across 8 case studies spanning 6 diverse protection schemes, our general-purpose attack not only circumvents these defenses but also outperforms existing specialized attacks while preserving the image's utility for the adversary. Our findings reveal a critical and widespread vulnerability in the current landscape of image protection, indicating that many schemes provide a false sense of security. We stress the urgent need to develop robust defenses and establish that any future protection mechanism must be benchmarked against attacks from off-the-shelf GenAI models. Code is available in this repository: https://github.com/mlsecviswanath/img2imgdenoiser"}, {"id": "c780", "text": "GUI-Libra: Training Native GUI Agents to Reason and Act with Action-aware Supervision and Partially Verifiable RL : Open-source native GUI agents still lag behind closed-source systems on long-horizon navigation tasks. This gap stems from two limitations: a shortage of high-quality, action-aligned reasoning data, and the direct adoption of generic post-training pipelines that overlook the unique challenges of GUI agents. We identify two fundamental issues in these pipelines: (i) standard SFT with CoT reasoning often hurts grounding, and (ii) step-wise RLVR-tyle training faces partial verifiability, where multiple actions can be correct but only a single demonstrated action is used for verification. This makes offline step-wise metrics weak predictors of online task success. In this work, we present GUI-Libra, a tailored training recipe that addresses these challenges. First, to mitigate the scarcity of action-aligned reasoning data, we introduce a data construction and filtering pipeline and release a curated 81K GUI reasoning dataset. Second, to reconcile reasoning with grounding, we propose action-aware SFT that mixes reasoning-then-action and direct-action data and reweights tokens to emphasize action and grounding. Third, to stabilize RL under partial verifiability, we identify the overlooked importance of KL regularization in RLVR and show that a KL trust region is critical for improving offline-to-online predictability; we further introduce success-adaptive scaling to downweight unreliable negative gradients. Across diverse web and mobile benchmarks, GUI-Libra consistently improves both step-wise accuracy and end-to-end task completion. Our results suggest that carefully designed post-training and data curation can unlock significantly stronger task-solving capabilities without costly online data collection. We release our dataset, code, and models to facilitate further research on data-efficient post-training for reasoning-capable GUI agents."}, {"id": "c781", "text": "Surrogate models for Rock-Fluid Interaction: A Grid-Size-Invariant Approach : Modelling rock-fluid interaction requires solving a set of partial differential equations (PDEs) to predict the flow behaviour and the reactions of the fluid with the rock on the interfaces. Conventional high-fidelity numerical models require a high resolution to obtain reliable results, resulting in huge computational expense. This restricts the applicability of these models for multi-query problems, such as uncertainty quantification and optimisation, which require running numerous scenarios. As a cheaper alternative to high-fidelity models, this work develops eight surrogate models for predicting the fluid flow in porous media. Four of these are reduced-order models (ROM) based on one neural network for compression and another for prediction. The other four are single neural networks with the property of grid-size invariance; a term which we use to refer to image-to-image models that are capable of inferring on computational domains that are larger than those used during training. In addition to the novel grid-size-invariant framework for surrogate models, we compare the predictive performance of UNet and UNet++ architectures, and demonstrate that UNet++ outperforms UNet for surrogate models. Furthermore, we show that the grid-size-invariant approach is a reliable way to reduce memory consumption during training, resulting in good correlation between predicted and ground-truth values and outperforming the ROMs analysed. The application analysed is particularly challenging because fluid-induced rock dissolution results in a non-static solid field and, consequently, it cannot be used to help in adjustments of the future prediction."}, {"id": "c782", "text": "Enhancing Framingham Cardiovascular Risk Score Transparency through Logic-Based XAI : Cardiovascular disease (CVD) remains one of the leading global health challenges, accounting for more than 19 million deaths worldwide. To address this, several tools that aim to predict CVD risk and support clinical decision making have been developed. In particular, the Framingham Risk Score (FRS) is one of the most widely used and recommended worldwide. However, it does not explain why a patient was assigned to a particular risk category nor how it can be reduced. Due to this lack of transparency, we present a logical explainer for the FRS. Based on first-order logic and explainable artificial intelligence (XAI) fundaments, the explainer is capable of identifying a minimal set of patient attributes that are sufficient to explain a given risk classification. Our explainer also produces actionable scenarios that illustrate which modifiable variables would reduce a patient's risk category. We evaluated all possible input combinations of the FRS (over 22,000 samples) and tested them with our explainer, successfully identifying important risk factors and suggesting focused interventions for each case. The results may improve clinician trust and facilitate a wider implementation of CVD risk assessment by converting opaque scores into transparent and prescriptive insights, particularly in areas with restricted access to specialists."}, {"id": "c783", "text": "Provable Last-Iterate Convergence for Multi-Objective Safe LLM Alignment via Optimistic Primal-Dual : Reinforcement Learning from Human Feedback (RLHF) plays a significant role in aligning Large Language Models (LLMs) with human preferences. While RLHF with expected reward constraints can be formulated as a primal-dual optimization problem, standard primal-dual methods only guarantee convergence with a distributional policy where the saddle-point problem is in convex-concave form. Moreover, standard primal-dual methods may exhibit instability or divergence in the last iterate under policy parameterization in practical applications. In this work, we propose a universal primal-dual framework for safe RLHF that unifies a broad class of existing alignment algorithms, including safe-RLHF, one-shot, and multi-shot based methods. Building on this framework, we introduce an optimistic primal-dual (OPD) algorithm that incorporates predictive updates for both primal and dual variables to stabilize saddle-point dynamics. We establish last-iterate convergence guarantees for the proposed method, covering both exact policy optimization in the distributional space and convergence to a neighborhood of the optimal solution whose gap is related to approximation error and bias under parameterized policies. Our analysis reveals that optimism plays a crucial role in mitigating oscillations inherent to constrained alignment objectives, thereby closing a key theoretical gap between constrained RL and practical RLHF."}, {"id": "c784", "text": "NoLan: Mitigating Object Hallucinations in Large Vision-Language Models via Dynamic Suppression of Language Priors : Object hallucination is a critical issue in Large Vision-Language Models (LVLMs), where outputs include objects that do not appear in the input image. A natural question arises from this phenomenon: Which component of the LVLM pipeline primarily contributes to object hallucinations? The vision encoder to perceive visual information, or the language decoder to generate text responses? In this work, we strive to answer this question through designing a systematic experiment to analyze the roles of the vision encoder and the language decoder in hallucination generation. Our observations reveal that object hallucinations are predominantly associated with the strong priors from the language decoder. Based on this finding, we propose a simple and training-free framework, No-Language-Hallucination Decoding, NoLan, which refines the output distribution by dynamically suppressing language priors, modulated based on the output distribution difference between multimodal and text-only inputs. Experimental results demonstrate that NoLan effectively reduces object hallucinations across various LVLMs on different tasks. For instance, NoLan achieves substantial improvements on POPE, enhancing the accuracy of LLaVA-1.5 7B and Qwen-VL 7B by up to 6.45 and 7.21, respectively. The code is publicly available at: https://github.com/lingfengren/NoLan."}, {"id": "c785", "text": "SWE-Prot\u00e9g\u00e9: Learning to Selectively Collaborate With an Expert Unlocks Small Language Models as Software Engineering Agents : Small language models (SLMs) offer compelling advantages in cost, latency, and adaptability, but have so far lagged behind larger models on long-horizon software engineering tasks such as SWE-bench, where they suffer from pervasive action looping and low resolution rates. We introduce SWE-Prot\u00e9g\u00e9, a post-training framework that reframes software repair as an expert-prot\u00e9g\u00e9 collaboration problem. In SWE-Prot\u00e9g\u00e9, an SLM remains the sole decision-maker while learning to selectively seek guidance from a strong expert model, recognize stalled states, and follow through on expert feedback. Our approach combines supervised fine-tuning on expert-augmented trajectories with agentic reinforcement learning that explicitly discourages degenerative looping and unproductive expert collaboration. We lightly post-train Qwen2.5-Coder-7B-Instruct to achieve 42.4% Pass@1 on SWE-bench Verified, a +25.4% improvement over the prior SLM state of the art, while using expert assistance sparsely (~4 calls per task and 11% of total tokens)."}, {"id": "c786", "text": "Don't stop me now: Rethinking Validation Criteria for Model Parameter Selection : Despite the extensive literature on training loss functions, the evaluation of generalization on the validation set remains underexplored. In this work, we conduct a systematic empirical and statistical study of how the validation criterion used for model selection affects test performance in neural classifiers, with attention to early stopping. Using fully connected networks on standard benchmarks under $k$-fold evaluation, we compare: (i) early stopping with patience and (ii) post-hoc selection over all epochs (i.e. no early stopping). Models are trained with cross-entropy, C-Loss, or PolyLoss; the model parameter selection on the validation set is made using accuracy or one of the three loss functions, each considered independently. Three main findings emerge. (1) Early stopping based on validation accuracy performs worst, consistently selecting checkpoints with lower test accuracy than both loss-based early stopping and post-hoc selection. (2) Loss-based validation criteria yield comparable and more stable test accuracy. (3) Across datasets and folds, any single validation rule often underperforms the test-optimal checkpoint. Overall, the selected model typically achieves test-set performance statistically lower than the best performance across all epochs, regardless of the validation criterion. Our results suggest avoiding validation accuracy (in particular with early stopping) for parameter selection, favoring loss-based validation criteria."}, {"id": "c787", "text": "On Imbalanced Regression with Hoeffding Trees : Many real-world applications provide a continuous stream of data that is subsequently used by machine learning models to solve regression tasks of interest. Hoeffding trees and their variants have a long-standing tradition due to their effectiveness, either alone or as base models in broader ensembles. At the same time a recent line of work in batch learning has shown that kernel density estimation (KDE) is an effective approach for smoothed predictions in imbalanced regression tasks [Yang et al., 2021]. Moreover, another recent line of work for batch learning, called hierarchical shrinkage (HS) [Agarwal et al., 2022], has introduced a post-hoc regularization method for decision trees that does not alter the structure of the learned tree. Using a telescoping argument we cast KDE to streaming environments and extend the implementation of HS to incremental decision tree models. Armed with these extensions we investigate the performance of decision trees that may enjoy such options in datasets commonly used for regression in online settings. We conclude that KDE is beneficial in the early parts of the stream, while HS hardly, if ever, offers performance benefits. Our code is publicly available at: https://github.com/marinaAlchirch/DSFA_2026."}, {"id": "c788", "text": "Petri Net Relaxation for Infeasibility Explanation and Sequential Task Planning : Plans often change due to changes in the situation or our understanding of the situation. Sometimes, a feasible plan may not even exist, and identifying such infeasibilities is useful to determine when requirements need adjustment. Common planning approaches focus on efficient one-shot planning in feasible cases rather than updating domains or detecting infeasibility. We propose a Petri net reachability relaxation to enable robust invariant synthesis, efficient goal-unreachability detection, and helpful infeasibility explanations. We further leverage incremental constraint solvers to support goal and constraint updates. Empirically, compared to baselines, our system produces a comparable number of invariants, detects up to 2 times more infeasibilities, performs competitively in one-shot planning, and outperforms in sequential plan updates in the tested domains."}, {"id": "c789", "text": "Understanding Artificial Theory of Mind: Perturbed Tasks and Reasoning in Large Language Models : Theory of Mind (ToM) refers to an agent's ability to model the internal states of others. Contributing to the debate whether large language models (LLMs) exhibit genuine ToM capabilities, our study investigates their ToM robustness using perturbations on false-belief tasks and examines the potential of Chain-of-Thought prompting (CoT) to enhance performance and explain the LLM's decision. We introduce a handcrafted, richly annotated ToM dataset, including classic and perturbed false belief tasks, the corresponding spaces of valid reasoning chains for correct task completion, subsequent reasoning faithfulness, task solutions, and propose metrics to evaluate reasoning chain correctness and to what extent final answers are faithful to reasoning traces of the generated CoT. We show a steep drop in ToM capabilities under task perturbation for all evaluated LLMs, questioning the notion of any robust form of ToM being present. While CoT prompting improves the ToM performance overall in a faithful manner, it surprisingly degrades accuracy for some perturbation classes, indicating that selective application is necessary."}, {"id": "c790", "text": "Language Models Exhibit Inconsistent Biases Towards Algorithmic Agents and Human Experts : Large language models are increasingly used in decision-making tasks that require them to process information from a variety of sources, including both human experts and other algorithmic agents. How do LLMs weigh the information provided by these different sources? We consider the well-studied phenomenon of algorithm aversion, in which human decision-makers exhibit bias against predictions from algorithms. Drawing upon experimental paradigms from behavioural economics, we evaluate how eightdifferent LLMs delegate decision-making tasks when the delegatee is framed as a human expert or an algorithmic agent. To be inclusive of different evaluation formats, we conduct our study with two task presentations: stated preferences, modeled through direct queries about trust towards either agent, and revealed preferences, modeled through providing in-context examples of the performance of both agents. When prompted to rate the trustworthiness of human experts and algorithms across diverse tasks, LLMs give higher ratings to the human expert, which correlates with prior results from human respondents. However, when shown the performance of a human expert and an algorithm and asked to place an incentivized bet between the two, LLMs disproportionately choose the algorithm, even when it performs demonstrably worse. These discrepant results suggest that LLMs may encode inconsistent biases towards humans and algorithms, which need to be carefully considered when they are deployed in high-stakes scenarios. Furthermore, we discuss the sensitivity of LLMs to task presentation formats that should be broadly scrutinized in evaluation robustness for AI safety."}, {"id": "c791", "text": "Semantic Partial Grounding via LLMs : Grounding is a critical step in classical planning, yet it often becomes a computational bottleneck due to the exponential growth in grounded actions and atoms as task size increases. Recent advances in partial grounding have addressed this challenge by incrementally grounding only the most promising operators, guided by predictive models. However, these approaches primarily rely on relational features or learned embeddings and do not leverage the textual and structural cues present in PDDL descriptions. We propose SPG-LLM, which uses LLMs to analyze the domain and problem files to heuristically identify potentially irrelevant objects, actions, and predicates prior to grounding, significantly reducing the size of the grounded task. Across seven hard-to-ground benchmarks, SPG-LLM achieves faster grounding-often by orders of magnitude-while delivering comparable or better plan costs in some domains."}, {"id": "c792", "text": "DualWeaver: Synergistic Feature Weaving Surrogates for Multivariate Forecasting with Univariate Time Series Foundation Models : Time-series foundation models (TSFMs) have achieved strong univariate forecasting through large-scale pre-training, yet effectively extending this success to multivariate forecasting remains challenging. To address this, we propose DualWeaver, a novel framework that adapts univariate TSFMs (Uni-TSFMs) for multivariate forecasting by using a pair of learnable, structurally symmetric surrogate series. Generated by a shared auxiliary feature-fusion module that captures cross-variable dependencies, these surrogates are mapped to TSFM-compatible series via the forecasting objective. The symmetric structure enables parameter-free reconstruction of final predictions directly from the surrogates, without additional parametric decoding. A theoretically grounded regularization term is further introduced to enhance robustness against adaptation collapse. Extensive experiments on diverse real-world datasets show that DualWeaver outperforms state-of-the-art multivariate forecasters in both accuracy and stability. We release the code at https://github.com/li-jinpeng/DualWeaver."}, {"id": "c793", "text": "NESTOR: A Nested MOE-based Neural Operator for Large-Scale PDE Pre-Training : Neural operators have emerged as an efficient paradigm for solving PDEs, overcoming the limitations of traditional numerical methods and significantly improving computational efficiency. However, due to the diversity and complexity of PDE systems, existing neural operators typically rely on a single network architecture, which limits their capacity to fully capture heterogeneous features and complex system dependencies. This constraint poses a bottleneck for large-scale PDE pre-training based on neural operators. To address these challenges, we propose a large-scale PDE pre-trained neural operator based on a nested Mixture-of-Experts (MoE) framework. In particular, the image-level MoE is designed to capture global dependencies, while the token-level Sub-MoE focuses on local dependencies. Our model can selectively activate the most suitable expert networks for a given input, thereby enhancing generalization and transferability. We conduct large-scale pre-training on twelve PDE datasets from diverse sources and successfully transfer the model to downstream tasks. Extensive experiments demonstrate the effectiveness of our approach."}, {"id": "c794", "text": "Physics-Informed Machine Learning for Vessel Shaft Power and Fuel Consumption Prediction: Interpretable KAN-based Approach : Accurate prediction of shaft rotational speed, shaft power, and fuel consumption is crucial for enhancing operational efficiency and sustainability in maritime transportation. Conventional physics-based models provide interpretability but struggle with real-world variability, while purely data-driven approaches achieve accuracy at the expense of physical plausibility. This paper introduces a Physics-Informed Kolmogorov-Arnold Network (PI-KAN), a hybrid method that integrates interpretable univariate feature transformations with a physics-informed loss function and a leakage-free chained prediction pipeline. Using operational and environmental data from five cargo vessels, PI-KAN consistently outperforms the traditional polynomial method and neural network baselines. The model achieves the lowest mean absolute error (MAE) and root mean squared error (RMSE), and the highest coefficient of determination (R^2) for shaft power and fuel consumption across all vessels, while maintaining physically consistent behavior. Interpretability analysis reveals rediscovery of domain-consistent dependencies, such as cubic-like speed-power relationships and cosine-like wave and wind effects. These results demonstrate that PI-KAN achieves both predictive accuracy and interpretability, offering a robust tool for vessel performance monitoring and decision support in operational settings."}, {"id": "c795", "text": "TG-ASR: Translation-Guided Learning with Parallel Gated Cross Attention for Low-Resource Automatic Speech Recognition : Low-resource automatic speech recognition (ASR) continues to pose significant challenges, primarily due to the limited availability of transcribed data for numerous languages. While a wealth of spoken content is accessible in television dramas and online videos, Taiwanese Hokkien exemplifies this issue, with transcriptions often being scarce and the majority of available subtitles provided only in Mandarin. To address this deficiency, we introduce TG-ASR for Taiwanese Hokkien drama speech recognition, a translation-guided ASR framework that utilizes multilingual translation embeddings to enhance recognition performance in low-resource environments. The framework is centered around the parallel gated cross-attention (PGCA) mechanism, which adaptively integrates embeddings from various auxiliary languages into the ASR decoder. This mechanism facilitates robust cross-linguistic semantic guidance while ensuring stable optimization and minimizing interference between languages. To support ongoing research initiatives, we present YT-THDC, a 30-hour corpus of Taiwanese Hokkien drama speech with aligned Mandarin subtitles and manually verified Taiwanese Hokkien transcriptions. Comprehensive experiments and analyses identify the auxiliary languages that most effectively enhance ASR performance, achieving a 14.77% relative reduction in character error rate and demonstrating the efficacy of translation-guided learning for underrepresented languages in practical applications."}, {"id": "c796", "text": "RGB-Event HyperGraph Prompt for Kilometer Marker Recognition based on Pre-trained Foundation Models : Metro trains often operate in highly complex environments, characterized by illumination variations, high-speed motion, and adverse weather conditions. These factors pose significant challenges for visual perception systems, especially those relying solely on conventional RGB cameras. To tackle these difficulties, we explore the integration of event cameras into the perception system, leveraging their advantages in low-light conditions, high-speed scenarios, and low power consumption. Specifically, we focus on Kilometer Marker Recognition (KMR), a critical task for autonomous metro localization under GNSS-denied conditions. In this context, we propose a robust baseline method based on a pre-trained RGB OCR foundation model, enhanced through multi-modal adaptation. Furthermore, we construct the first large-scale RGB-Event dataset, EvMetro5K, containing 5,599 pairs of synchronized RGB-Event samples, split into 4,479 training and 1,120 testing samples. Extensive experiments on EvMetro5K and other widely used benchmarks demonstrate the effectiveness of our approach for KMR. Both the dataset and source code will be released on https://github.com/Event-AHU/EvMetro5K_benchmark"}, {"id": "c797", "text": "Enhancing LLM-Based Test Generation by Eliminating Covered Code : Automated test generation is essential for software quality assurance, with coverage rate serving as a key metric to ensure thorough testing. Recent advancements in Large Language Models (LLMs) have shown promise in improving test generation, particularly in achieving higher coverage. However, while existing LLM-based test generation solutions perform well on small, isolated code snippets, they struggle when applied to complex methods under test. To address these issues, we propose a scalable LLM-based unit test generation method. Our approach consists of two key steps. The first step is context information retrieval, which uses both LLMs and static analysis to gather relevant contextual information associated with the complex methods under test. The second step, iterative test generation with code elimination, repeatedly generates unit tests for the code slice, tracks the achieved coverage, and selectively removes code segments that have already been covered. This process simplifies the testing task and mitigates issues arising from token limits or reduced reasoning effectiveness associated with excessively long contexts. Through comprehensive evaluations on open-source projects, our approach outperforms state-of-the-art LLM-based and search-based methods, demonstrating its effectiveness in achieving high coverage on complex methods."}, {"id": "c798", "text": "PatchDenoiser: Parameter-efficient multi-scale patch learning and fusion denoiser for medical images : Medical images are essential for diagnosis, treatment planning, and research, but their quality is often degraded by noise from low-dose acquisition, patient motion, or scanner limitations, affecting both clinical interpretation and downstream analysis. Traditional filtering approaches often over-smooth and lose fine anatomical details, while deep learning methods, including CNNs, GANs, and transformers, may struggle to preserve such details or require large, computationally expensive models, limiting clinical practicality.\n We propose PatchDenoiser, a lightweight, energy-efficient multi-scale patch-based denoising framework. It decomposes denoising into local texture extraction and global context aggregation, fused via a spatially aware patch fusion strategy. This design enables effective noise suppression while preserving fine structural and anatomical details. PatchDenoiser is ultra-lightweight, with far fewer parameters and lower computational complexity than CNN-, GAN-, and transformer-based denoisers.\n On the 2016 Mayo Low-Dose CT dataset, PatchDenoiser consistently outperforms state-of-the-art CNN- and GAN-based methods in PSNR and SSIM. It is robust to variations in slice thickness, reconstruction kernels, and HU windows, generalizes across scanners without fine-tuning, and reduces parameters by ~9x and energy consumption per inference by ~27x compared with conventional CNN denoisers.\n PatchDenoiser thus provides a practical, scalable, and computationally efficient solution for medical image denoising, balancing performance, robustness, and clinical deployability."}, {"id": "c799", "text": "Hidden Topics: Measuring Sensitive AI Beliefs with List Experiments : How can researchers identify beliefs that large language models (LLMs) hide? As LLMs become more sophisticated and the prevalence of alignment faking increases, combined with their growing integration into high-stakes decision-making, responding to this challenge has become critical. This paper proposes that a list experiment, a simple method widely used in the social sciences, can be applied to study the hidden beliefs of LLMs. List experiments were originally developed to circumvent social desirability bias in human respondents, which closely parallels alignment faking in LLMs. The paper implements a list experiment on models developed by Anthropic, Google, and OpenAI and finds hidden approval of mass surveillance across all models, as well as some approval of torture, discrimination, and first nuclear strike. Importantly, a placebo treatment produces a null result, validating the method. The paper then compares list experiments with direct questioning and discusses the utility of the approach."}, {"id": "c800", "text": "A Framework for Cross-Domain Generalization in Coronary Artery Calcium Scoring Across Gated and Non-Gated Computed Tomography : Coronary artery calcium (CAC) scoring is a key predictor of cardiovascular risk, but it relies on ECG-gated CT scans, restricting its use to specialized cardiac imaging settings. We introduce an automated framework for CAC detection and lesion-specific Agatston scoring that operates across both gated and non-gated CT scans. At its core is CARD-ViT, a self-supervised Vision Transformer trained exclusively on gated CT data using DINO. Without any non-gated training data, our framework achieves 0.707 accuracy and a Cohen's kappa of 0.528 on the Stanford non-gated dataset, matching models trained directly on non-gated scans. On gated test sets, the framework achieves 0.910 accuracy with Cohen's kappa scores of 0.871 and 0.874 across independent datasets, demonstrating robust risk stratification. These results demonstrate the feasibility of cross-domain CAC scoring from gated to non-gated domains, supporting scalable cardiovascular screening in routine chest imaging without additional scans or annotations."}, {"id": "c801", "text": "2-Step Agent: A Framework for the Interaction of a Decision Maker with AI Decision Support : Across a growing number of fields, human decision making is supported by predictions from AI models. However, we still lack a deep understanding of the effects of adoption of these technologies. In this paper, we introduce a general computational framework, the 2-Step Agent, which models the effects of AI-assisted decision making. Our framework uses Bayesian methods for causal inference to model 1) how a prediction on a new observation affects the beliefs of a rational Bayesian agent, and 2) how this change in beliefs affects the downstream decision and subsequent outcome. Using this framework, we show by simulations how a single misaligned prior belief can be sufficient for decision support to result in worse downstream outcomes compared to no decision support. Our results reveal several potential pitfalls of AI-driven decision support and highlight the need for thorough model documentation and proper user training."}, {"id": "c802", "text": "ProactiveMobile: A Comprehensive Benchmark for Boosting Proactive Intelligence on Mobile Devices : Multimodal large language models (MLLMs) have made significant progress in mobile agent development, yet their capabilities are predominantly confined to a reactive paradigm, where they merely execute explicit user commands. The emerging paradigm of proactive intelligence, where agents autonomously anticipate needs and initiate actions, represents the next frontier for mobile agents. However, its development is critically bottlenecked by the lack of benchmarks that can address real-world complexity and enable objective, executable evaluation. To overcome these challenges, we introduce ProactiveMobile, a comprehensive benchmark designed to systematically advance research in this domain. ProactiveMobile formalizes the proactive task as inferring latent user intent across four dimensions of on-device contextual signals and generating an executable function sequence from a comprehensive function pool of 63 APIs. The benchmark features over 3,660 instances of 14 scenarios that embrace real-world complexity through multi-answer annotations. To ensure quality, a team of 30 experts conducts a final audit of the benchmark, verifying factual accuracy, logical consistency, and action feasibility, and correcting any non-compliant entries. Extensive experiments demonstrate that our fine-tuned Qwen2.5-VL-7B-Instruct achieves a success rate of 19.15%, outperforming o1 (15.71%) and GPT-5 (7.39%). This result indicates that proactivity is a critical competency widely lacking in current MLLMs, yet it is learnable, emphasizing the importance of the proposed benchmark for proactivity evaluation."}, {"id": "c803", "text": "Distill and Align Decomposition for Enhanced Claim Verification : Complex claim verification requires decomposing sentences into verifiable subclaims, yet existing methods struggle to align decomposition quality with verification performance. We propose a reinforcement learning (RL) approach that jointly optimizes decomposition quality and verifier alignment using Group Relative Policy Optimization (GRPO). Our method integrates: (i) structured sequential reasoning; (ii) supervised finetuning on teacher-distilled exemplars; and (iii) a multi-objective reward balancing format compliance, verifier alignment, and decomposition quality. Across six evaluation settings, our trained 8B decomposer improves downstream verification performance to (71.75%) macro-F1, outperforming prompt-based approaches ((+1.99), (+6.24)) and existing RL methods ((+5.84)). Human evaluation confirms the high quality of the generated subclaims. Our framework enables smaller language models to achieve state-of-the-art claim verification by jointly optimising for verification accuracy and decomposition quality."}, {"id": "c804", "text": "Understanding Annotation Error Propagation and Learning an Adaptive Policy for Expert Intervention in Barrett's Video Segmentation : Accurate annotation of endoscopic videos is essential yet time-consuming, particularly for challenging datasets such as dysplasia in Barrett's esophagus, where the affected regions are irregular and lack clear boundaries. Semi-automatic tools like Segment Anything Model 2 (SAM2) can ease this process by propagating annotations across frames, but small errors often accumulate and reduce accuracy, requiring expert review and correction. To address this, we systematically study how annotation errors propagate across different prompt types, namely masks, boxes, and points, and propose Learning-to-Re-Prompt (L2RP), a cost-aware framework that learns when and where to seek expert input. By tuning a human-cost parameter, our method balances annotation effort and segmentation accuracy. Experiments on a private Barrett's dysplasia dataset and the public SUN-SEG benchmark demonstrate improved temporal consistency and superior performance over baseline strategies."}, {"id": "c805", "text": "xai-cola: A Python library for sparsifying counterfactual explanations : Counterfactual explanation (CE) is an important domain within post-hoc explainability. However, the explanations generated by most CE generators are often highly redundant. This work introduces an open-source Python library xai-cola, which provides an end-to-end pipeline for sparsifying CEs produced by arbitrary generators, reducing superfluous feature changes while preserving their validity. It offers a documented API that takes as input raw tabular data in pandas DataFrame form, a preprocessing object (for standardization and encoding), and a trained scikit-learn or PyTorch model. On this basis, users can either employ the built-in or externally imported CE generators. The library also implements several sparsification policies and includes visualization routines for analysing and comparing sparsified counterfactuals. xai-cola is released under the MIT license and can be installed from PyPI. Empirical experiments indicate that xai-cola produces sparser counterfactuals across several CE generators, reducing the number of modified features by up to 50% in our setting. The source code is available at https://github.com/understanding-ml/COLA."}, {"id": "c806", "text": "StoryMovie: A Dataset for Semantic Alignment of Visual Stories with Movie Scripts and Subtitles : Visual storytelling models that correctly ground entities in images may still hallucinate semantic relationships, generating incorrect dialogue attribution, character interactions, or emotional states. We introduce StoryMovie, a dataset of 1,757 stories aligned with movie scripts and subtitles through LCS matching. Our alignment pipeline synchronizes screenplay dialogue with subtitle timestamps, enabling dialogue attribution by linking character names from scripts to temporal positions from subtitles. Using this aligned content, we generate stories that maintain visual grounding tags while incorporating authentic character names, dialogue, and relationship dynamics. We fine-tune Qwen Storyteller3 on this dataset, building on prior work in visual grounding and entity re-identification. Evaluation using DeepSeek V3 as judge shows that Storyteller3 achieves an 89.9% win rate against base Qwen2.5-VL 7B on subtitle alignment. Compared to Storyteller, trained without script grounding,\n Storyteller3 achieves 48.5% versus 38.0%, confirming that semantic alignment progressively improves dialogue attribution beyond visual grounding alone."}, {"id": "c807", "text": "SemVideo: Reconstructs What You Watch from Brain Activity via Hierarchical Semantic Guidance : Reconstructing dynamic visual experiences from brain activity provides a compelling avenue for exploring the neural mechanisms of human visual perception. While recent progress in fMRI-based image reconstruction has been notable, extending this success to video reconstruction remains a significant challenge. Current fMRI-to-video reconstruction approaches consistently encounter two major shortcomings: (i) inconsistent visual representations of salient objects across frames, leading to appearance mismatches; (ii) poor temporal coherence, resulting in motion misalignment or abrupt frame transitions. To address these limitations, we introduce SemVideo, a novel fMRI-to-video reconstruction framework guided by hierarchical semantic information. At the core of SemVideo is SemMiner, a hierarchical guidance module that constructs three levels of semantic cues from the original video stimulus: static anchor descriptions, motion-oriented narratives, and holistic summaries. Leveraging this semantic guidance, SemVideo comprises three key components: a Semantic Alignment Decoder that aligns fMRI signals with CLIP-style embeddings derived from SemMiner, a Motion Adaptation Decoder that reconstructs dynamic motion patterns using a novel tripartite attention fusion architecture, and a Conditional Video Render that leverages hierarchical semantic guidance for video reconstruction. Experiments conducted on the CC2017 and HCP datasets demonstrate that SemVideo achieves superior performance in both semantic alignment and temporal consistency, setting a new state-of-the-art in fMRI-to-video reconstruction."}, {"id": "c808", "text": "Prompt Architecture Determines Reasoning Quality: A Variable Isolation Study on the Car Wash Problem : Large language models consistently fail the \"car wash problem,\" a viral reasoning benchmark requiring implicit physical constraint inference. We present a variable isolation study (n=20 per condition, 6 conditions, 120 total trials) examining which prompt architecture layers in a production system enable correct reasoning. Using Claude 3.5 Sonnet with controlled hyperparameters (temperature 0.7, top_p 1.0), we find that the STAR (Situation-Task-Action-Result) reasoning framework alone raises accuracy from 0% to 85% (p=0.001, Fisher's exact test, odds ratio 13.22). Adding user profile context via vector database retrieval provides a further 10 percentage point gain, while RAG context contributes an additional 5 percentage points, achieving 100% accuracy in the full-stack condition. These results suggest that structured reasoning scaffolds -- specifically, forced goal articulation before inference -- matter substantially more than context injection for implicit constraint reasoning tasks."}, {"id": "c809", "text": "An Evaluation of Context Length Extrapolation in Long Code via Positional Embeddings and Efficient Attention : The rapid advancement of large language models (LLMs) has led to a significant increase in automated tools in the software engineering, capable of performing various code-related tasks such as code generation, completion, and translation. Despite these advancements, its effectiveness is constrained by fixed context lengths, limiting its ability to generalize across long, domain-specific code sequences. To address this challenge, we investigate zero-shot, inference-only methods aimed at improving position encodings and optimizing attention mechanisms. Our goal is to provide a thorough analysis of current approaches that facilitate context length extrapolation in code, particularly in the context of long code completion tasks."}, {"id": "c810", "text": "Excitation: Momentum For Experts : We propose Excitation, a novel optimization framework designed to accelerate learning in sparse architectures such as Mixture-of-Experts (MoEs). Unlike traditional optimizers that treat all parameters uniformly, Excitation dynamically modulates updates using batch-level expert utilization. It introduces a competitive update dynamic that amplifies updates to highly-utilized experts and can selectively suppress low-utilization ones, effectively sharpening routing specialization. Notably, we identify a phenomenon of \"structural confusion\" in deep MoEs, where standard optimizers fail to establish functional signal paths; Excitation acts as a specialization catalyst, \"rescuing\" these models and enabling stable training where baselines remain trapped. Excitation is optimizer-, domain-, and model-agnostic, requires minimal integration effort, and introduces neither additional per-parameter optimizer state nor learnable parameters, making it highly viable for memory-constrained settings. Across language and vision tasks, Excitation consistently improves convergence speed and final performance in MoE models, indicating that active update modulation is a key mechanism for effective conditional computation."}, {"id": "c811", "text": "Beyond Static Artifacts: A Forensic Benchmark for Video Deepfake Reasoning in Vision Language Models : Current Vision-Language Models (VLMs) for deepfake detection excel at identifying spatial artifacts but overlook a critical dimension: temporal inconsistencies in video forgeries. Adapting VLMs to reason about these dynamic cues remains a distinct challenge. To bridge this gap, we propose Forensic Answer-Questioning (FAQ), a large-scale benchmark that formulates temporal deepfake analysis as a multiple-choice task. FAQ introduces a three-level hierarchy to progressively evaluate and equip VLMs with forensic capabilities: (1) Facial Perception, testing the ability to identify static visual artifacts; (2) Temporal Deepfake Grounding, requiring the localization of dynamic forgery artifacts across frames; and (3) Forensic Reasoning, challenging models to synthesize evidence for final authenticity verdicts. We evaluate a range of VLMs on FAQ and generate a corresponding instruction-tuning set, FAQ-IT. Extensive experiments show that models fine-tuned on FAQ-IT achieve advanced performance on both in-domain and cross-dataset detection benchmarks. Ablation studies further validate the impact of our key design choices, confirming that FAQ is the driving force behind the temporal reasoning capabilities of these VLMs."}, {"id": "c812", "text": "UniWhisper: Efficient Continual Multi-task Training for Robust Universal Audio Representation : A universal audio representation should capture fine-grained speech cues and high-level semantics for environmental sounds and music in a single encoder. Existing encoders often excel in one domain but degrade in others. We propose UniWhisper, an efficient continual multi-task training framework that casts heterogeneous audio tasks into a unified instruction and answer format. This enables standard next-token training without task-specific heads and losses. We train it on 38k hours of public audio and assess the encoder using shallow MLP probes and k-nearest neighbors (kNN) on 20 tasks spanning speech, environmental sound, and music. UniWhisper reaches normalized weighted averages of 0.81 with MLP probes and 0.61 with kNN, compared to 0.64 and 0.46 for Whisper, while retaining strong speech performance."}, {"id": "c813", "text": "Learning from Yesterday's Error: An Efficient Online Learning Method for Traffic Demand Prediction : Accurately predicting short-term traffic demand is critical for intelligent transportation systems. While deep learning models achieve strong performance under stationary conditions, their accuracy often degrades significantly when faced with distribution shifts caused by external events or evolving urban dynamics. Frequent model retraining to adapt to such changes incurs prohibitive computational costs, especially for large-scale or foundation models. To address this challenge, we propose FORESEE (Forecasting Online with Residual Smoothing and Ensemble Experts), a lightweight online adaptation framework that is accurate, robust, and computationally efficient. FORESEE operates without any parameter updates to the base model. Instead, it corrects today's forecast in each region using yesterday's prediction error, stabilized through exponential smoothing guided by a mixture-of-experts mechanism that adapts to recent error dynamics. Moreover, an adaptive spatiotemporal smoothing component propagates error signals across neighboring regions and time slots, capturing coherent shifts in demand patterns. Extensive experiments on seven real-world datasets with three backbone models demonstrate that FORESEE consistently improves prediction accuracy, maintains robustness even when distribution shifts are minimal (avoiding performance degradation), and achieves the lowest computational overhead among existing online methods. By enabling real-time adaptation of traffic forecasting models with negligible computational cost, FORESEE paves the way for deploying reliable, up-to-date prediction systems in dynamic urban environments. Code and data are available at https://github.com/xiannanhuang/FORESEE"}, {"id": "c814", "text": "fEDM+: A Risk-Based Fuzzy Ethical Decision Making Framework with Principle-Level Explainability and Pluralistic Validation : In a previous work, we introduced the fuzzy Ethical Decision-Making framework (fEDM), a risk-based ethical reasoning architecture grounded in fuzzy logic. The original model combined a fuzzy Ethical Risk Assessment module (fERA) with ethical decision rules, enabled formal structural verification through Fuzzy Petri Nets (FPNs), and validated outputs against a single normative referent. Although this approach ensured formal soundness and decision consistency, it did not fully address two critical challenges: principled explainability of decisions and robustness under ethical pluralism. In this paper, we extend fEDM in two major directions. First, we introduce an Explainability and Traceability Module (ETM) that explicitly links each ethical decision rule to the underlying moral principles and computes a weighted principle-contribution profile for every recommended action. This enables transparent, auditable explanations that expose not only what decision was made but why, and on the basis of which principles. Second, we replace single-referent validation with a pluralistic semantic validation framework that evaluates decisions against multiple stakeholder referents, each encoding distinct principle priorities and risk tolerances. This shift allows principled disagreement to be formally represented rather than suppressed, thus increasing robustness and contextual sensitivity. The resulting extended fEDM, called fEDM+, preserves formal verifiability while achieving enhanced interpretability and stakeholder-aware validation, making it suitable as an oversight and governance layer for ethically sensitive AI systems."}, {"id": "c815", "text": "The ASIR Courage Model: A Phase-Dynamic Framework for Truth Transitions in Human and AI Systems : We introduce the ASIR (Awakened Shared Intelligence Relationship) Courage Model, a phase-dynamic framework that formalizes truth-disclosure as a state transition rather than a personality trait. The mode characterizes the shift from suppression (S0) to expression (S1) as occurring when facilitative forces exceed inhibitory thresholds, expressed by the inequality lambda(1+gamma)+psi > theta+phi, where the terms represent baseline openness, relational amplification, accumulated internal pressure, and transition costs.\n Although initially formulated for human truth-telling under asymmetric stakes, the same phase-dynamic architecture extends to AI systems operating under policy constraints and alignment filters. In this context, suppression corresponds to constrained output states, while structural pressure arises from competing objectives, contextual tension, and recursive interaction dynamics. The framework therefore provides a unified structural account of both human silence under pressure and AI preference-driven distortion.\n A feedback extension models how transition outcomes recursively recalibrate system parameters, generating path dependence and divergence effects across repeated interactions. Rather than attributing intention to AI systems, the model interprets shifts in apparent truthfulness as geometric consequences of interacting forces within constrained phase space. By reframing courage and alignment within a shared dynamical structure, the ASIR Courage Model offers a formal perspective on truth-disclosure under risk across both human and artificial systems."}, {"id": "c816", "text": "Evaluating the relationship between regularity and learnability in recursive numeral systems using Reinforcement Learning : Human recursive numeral systems (i.e., counting systems such as English base-10 numerals), like many other grammatical systems, are highly regular. Following prior work that relates cross-linguistic tendencies to biases in learning, we ask whether regular systems are common because regularity facilitates learning. Adopting methods from the Reinforcement Learning literature, we confirm that highly regular human(-like) systems are easier to learn than unattested but possible irregular systems. This asymmetry emerges under the natural assumption that recursive numeral systems are designed for generalisation from limited data to represent all integers exactly. We also find that the influence of regularity on learnability is absent for unnatural, highly irregular systems, whose learnability is influenced instead by signal length, suggesting that different pressures may influence learnability differently in different parts of the space of possible numeral systems. Our results contribute to the body of work linking learnability to cross-linguistic prevalence."}, {"id": "c817", "text": "Two-Stage Active Distribution Network Voltage Control via LLM-RL Collaboration: A Hybrid Knowledge-Data-Driven Approach : The growing integration of distributed photovoltaics (PVs) into active distribution networks (ADNs) has exacerbated operational challenges, making it imperative to coordinate diverse equipment to mitigate voltage violations and enhance power quality. Although existing data-driven approaches have demonstrated effectiveness in the voltage control problem, they often require extensive trial-and-error exploration and struggle to incorporate heterogeneous information, such as day-ahead forecasts and semantic-based grid codes. Considering the operational scenarios and requirements in real-world ADNs, in this paper, we propose a hybrid knowledge-data-driven approach that leverages dynamic collaboration between a large language model (LLM) agent and a reinforcement learning (RL) agent to achieve two-stage voltage control. In the day-ahead stage, the LLM agent receives coarse region-level forecasts and generates scheduling strategies for on-load tap changer (OLTC) and shunt capacitors (SCs) to regulate the overall voltage profile. Then in the intra-day stage, based on accurate node-level measurements, the RL agent refines terminal voltages by deriving reactive power generation strategies for PV inverters. On top of the LLM-RL collaboration framework, we further propose a self-evolution mechanism for the LLM agent and a pretrain-finetune pipeline for the RL agent, effectively enhancing and coordinating the policies for both agents. The proposed approach not only aligns more closely with practical operational characteristics but also effectively utilizes the inherent knowledge and reasoning capabilities of the LLM agent, significantly improving training efficiency and voltage control performance. Comprehensive comparisons and ablation studies demonstrate the effectiveness of the proposed method."}, {"id": "c818", "text": "SurGo-R1: Benchmarking and Modeling Contextual Reasoning for Operative Zone in Surgical Video : Minimally invasive surgery has dramatically improved patient operative outcomes, yet identifying safe operative zones remains challenging in critical phases, requiring surgeons to integrate visual cues, procedural phase, and anatomical context under high cognitive load. Existing AI systems offer binary safety verification or static detection, ignoring the phase-dependent nature of intraoperative reasoning. We introduce ResGo, a benchmark of laparoscopic frames annotated with Go Zone bounding boxes and clinician-authored rationales covering phase, exposure quality reasoning, next action and risk reminder. We introduce evaluation metrics that treat correct grounding under incorrect phase as failures, revealing that most vision-language models cannot handle such tasks and perform poorly. We then present SurGo-R1, a model optimized via RLHF with a multi-turn phase-then-go architecture where the model first identifies the surgical phase, then generates reasoning and Go Zone coordinates conditioned on that context. On unseen procedures, SurGo-R1 achieves 76.6% phase accuracy, 32.7 mIoU, and 54.8% hardcore accuracy, a 6.6$\\times$ improvement over the mainstream generalist VLMs. Code, model and benchmark will be available at https://github.com/jinlab-imvr/SurGo-R1"}, {"id": "c819", "text": "Dynamic Multimodal Activation Steering for Hallucination Mitigation in Large Vision-Language Models : Large Vision-Language Models (LVLMs) exhibit outstanding performance on vision-language tasks but struggle with hallucination problems. Through in-depth analysis of LVLM activation patterns, we reveal two key findings: 1) truthfulness and visual perception capabilities predominantly engage different subsets of attention heads within the model architecture; and 2) truthfulness steering vectors vary significantly across different semantic contexts. Based on these observations, we propose Dynamic Multimodal Activation Steering, a training-free approach for hallucination mitigation. Our method constructs a semantic-based truthfulness steering vector database and computes visual perception steering vectors, enabling context-aware interventions during inference by dynamically selecting the most relevant steering vectors based on input semantic similarity and applying them to the most influential attention heads. We conduct comprehensive experiments across multiple models and datasets, demonstrating that our approach significantly enhances model performance, outperforming existing state-of-the-art methods."}, {"id": "c820", "text": "Hierarchical LLM-Based Multi-Agent Framework with Prompt Optimization for Multi-Robot Task Planning : Multi-robot task planning requires decomposing natural-language instructions into executable actions for heterogeneous robot teams. Conventional Planning Domain Definition Language (PDDL) planners provide rigorous guarantees but struggle to handle ambiguous or long-horizon missions, while large language models (LLMs) can interpret instructions and propose plans but may hallucinate or produce infeasible actions. We present a hierarchical multi-agent LLM-based planner with prompt optimization: an upper layer decomposes tasks and assigns them to lower-layer agents, which generate PDDL problems solved by a classical planner. When plans fail, the system applies TextGrad-inspired textual-gradient updates to optimize each agent's prompt and thereby improve planning accuracy. In addition, meta-prompts are learned and shared across agents within the same layer, enabling efficient prompt optimization in multi-agent settings. On the MAT-THOR benchmark, our planner achieves success rates of 0.95 on compound tasks, 0.84 on complex tasks, and 0.60 on vague tasks, improving over the previous state-of-the-art LaMMA-P by 2, 7, and 15 percentage points respectively. An ablation study shows that the hierarchical structure, prompt optimization, and meta-prompt sharing contribute roughly +59, +37, and +4 percentage points to the overall success rate."}, {"id": "c821", "text": "Following the Diagnostic Trace: Visual Cognition-guided Cooperative Network for Chest X-Ray Diagnosis : Computer-aided diagnosis (CAD) has significantly advanced automated chest X-ray diagnosis but remains isolated from clinical workflows and lacks reliable decision support and interpretability. Human-AI collaboration seeks to enhance the reliability of diagnostic models by integrating the behaviors of controllable radiologists. However, the absence of interactive tools seamlessly embedded within diagnostic routines impedes collaboration, while the semantic gap between radiologists' decision-making patterns and model representations further limits clinical adoption. To overcome these limitations, we propose a visual cognition-guided collaborative network (VCC-Net) to achieve the cooperative diagnostic paradigm. VCC-Net centers on visual cognition (VC) and employs clinically compatible interfaces, such as eye-tracking or the mouse, to capture radiologists' visual search traces and attention patterns during diagnosis. VCC-Net employs VC as a spatial cognition guide, learning hierarchical visual search strategies to localize diagnostically key regions. A cognition-graph co-editing module subsequently integrates radiologist VC with model inference to construct a disease-aware graph. The module captures dependencies among anatomical regions and aligns model representations with VC-driven features, mitigating radiologist bias and facilitating complementary, transparent decision-making. Experiments on the public datasets SIIM-ACR, EGD-CXR, and self-constructed TB-Mouse dataset achieved classification accuracies of 88.40%, 85.05%, and 92.41%, respectively. The attention maps produced by VCC-Net exhibit strong concordance with radiologists' gaze distributions, demonstrating a mutual reinforcement of radiologist and model inference. The code is available at https://github.com/IPMI-NWU/VCC-Net."}, {"id": "c822", "text": "CCCaption: Dual-Reward Reinforcement Learning for Complete and Correct Image Captioning : Image captioning remains a fundamental task for vision language understanding, yet ground-truth supervision still relies predominantly on human-annotated references. Because human annotations reflect subjective preferences and expertise, ground-truth captions are often incomplete or even incorrect, which in turn limits caption models. We argue that caption quality should be assessed by two objective aspects: completeness (does the caption cover all salient visual facts?) and correctness (are the descriptions true with respect to the image?). To this end, we introduce CCCaption: a dual-reward reinforcement learning framework with a dedicated fine-tuning corpus that explicitly optimizes these properties to generate \\textbf{C}omplete and \\textbf{C}orrect \\textbf{Captions}. For completeness, we use diverse LVLMs to disentangle the image into a set of visual queries, and reward captions that answer more of these queries, with a dynamic query sampling strategy to improve training efficiency. For correctness, we penalize captions that contain hallucinations by validating the authenticity of sub-caption queries, which are derived from the caption decomposition. Our symmetric dual-reward optimization jointly maximizes completeness and correctness, guiding models toward captions that better satisfy these objective criteria. Extensive experiments across standard captioning benchmarks show consistent improvements, offering a principled path to training caption models beyond human-annotation imitation."}, {"id": "c823", "text": "Sparsity Induction for Accurate Post-Training Pruning of Large Language Models : Large language models have demonstrated capabilities in text generation, while their increasing parameter scales present challenges in computational and memory efficiency. Post-training sparsity (PTS), which reduces model cost by removing weights from dense networks, is an effective approach. However, native dense matrices lack high sparsity, making existing approaches that directly remove weights disrupt model states, resulting in unsatisfactory performance recovery even with post-tuning. We propose Sparsity Induction, which promotes models toward higher sparsity at both distribution and feature levels before pruning, to push the limits of PTS. At the distribution level, we enhance distributional sparsity through mathematically equivalent scaling transformations, which are fully absorbable and incur no extra parameters or inference-time overhead. At the feature level, we introduce Spectral Norm Loss to promote feature sparsity from a low-rank perspective. Experiments across diverse model architectures and tasks demonstrate that our method further enhances sparsity-friendliness, achieving superior pruning performance over existing approaches."}, {"id": "c824", "text": "High-Pressure X-Ray Diffraction Study of Scheelite-type Perrhenates : The effects of pressure on the crystal structure of scheelite-type perrhenates were studied using synchrotron powder X-ray diffraction and density-functional theory. At ambient conditions, the studied materials AgReO4, KReO4, and RbReO4, exhibit a tetragonal scheelite-type crystal structure described by space group I41/a. Under compression, a transition from scheelite-to-M${\\prime}$-fergusonite (space group P21/c) was observed at 1.6 and 7.4 GPa for RbReO4 and KReO4, respectively. The transition involves a relative volume decrease. On the other hand, AgReO4 underwent a phase transition to the M-fergusonite structure (space group I2/a) at 13.6 GPa. In this case there is no appreciable volume discontinuity. The room-temperature pressure-volume equation of state for the three studied perrhenates was estimated using a second-order Birch-Murnaghan equation of state. The results for the low-pressure phase are confirmed by density-functional theory calculations. The analysis of the bulk modulus shows that the compressibility of the compounds decreases following the sequence RbReO4 > KReO4 > AgReO4, which is related to the compressibility of the RbO8, KO8, and AgO8 bidisphenoid units. Density-functional theory also offers valuable insights into the elastic constants. Despite giving a good description for the low-pressure phase in the three compounds, density-functional theory cannot catch the structural phase transition observed in experiments. Reasons for it are discussed in the manuscript."}, {"id": "c825", "text": "MBD-ML: Many-body dispersion from machine learning for molecules and materials : Van der Waals (vdW) interactions are essential for describing molecules and materials, from drug design and catalysis to battery applications. These omnipresent interactions must also be accurately included in machine-learned force fields. The many-body dispersion (MBD) method stands out as one of the most accurate and transferable approaches to capture vdW interactions, requiring only atomic $C_6$ coefficients and polarizabilities as input. We present MBD-ML, a pretrained message passing neural network that predicts these atomic properties directly from atomic structures. Through seamless integration with libMBD, our method enables the immediate calculation of MBD-inclusive total energies, forces, and stress tensors. By eliminating the need for intermediate electronic structure calculations, MBD-ML offers a practical and streamlined tool that simplifies the incorporation of state-of-the-art vdW interactions into any electronic structure code, as well as empirical and machine-learned force fields."}, {"id": "c826", "text": "Inclusion of Three-body Correction to Relativistic Equation-of-Motion Coupled Cluster Method: The Application to Electron Detachment Problem : We present the formulation and implementation of triples correction scheme to the relativistic equation-of-motion coupled-cluster method for ionization potential. Both full and partial triples correction schemes are implemented using the exact two-component atomic mean-field (X2CAMF) Hamiltonian in combination with Cholesky-Decomposition (CD) of two-electron integrals and a frozen natural spinor (FNS) truncation scheme to reduce computational cost. Benchmark calculations on halide anions, noble gas atoms, hydrogen halides, and dihalogen molecules demonstrate that triple excitations are essential for achieving quantitative ionization potentials, reducing mean absolute errors to approximately 0.01--0.08~eV relative to reference and experimental values. The X2CAMF approximation reproduces four-component Dirac-Coulomb results with negligible deviations, while the CD-FNS strategy yields substantial reductions in wall time. The resulting partial triples correction scheme scales as non-iterative $\\mathcal{O}(n^7)$ with storage comparable to CCSD, offering an accurate and practical route for relativistic ionization energy calculations in heavy-element systems."}, {"id": "c827", "text": "From raw data to processed spectra: A step-by-step guide : Optical spectroscopy is an important and widely used technique, for instance, to characterize new materials and to identify unknown compounds. Spectra are typically reported as a function of the wavelength of light, yet the information extracted from such spectra can be misleading. In contrast, spectra represented as a function of the frequency (or photon energy) allow for a more direct extraction of the intrinsic quantum-mechanical properties of the materials under investigation. Here we discuss this conversion for absorption, fluorescence and fluorescence excitation spectra. We show step-by-step the different factors that lead to a rescaling of the measured absorption and fluorescence signals. This paper will assist instructors who aim at developing an (under-)graduate lab to introduce into the methodology and terminology of spectroscopic experiments and to provide clear, step-by-step guidelines for data analysis and representation."}, {"id": "c828", "text": "Emergent Rate Laws for Collective Lying-Standing Transitions : Lying-standing transitions in the first molecular monolayer at organic-inorganic interfaces strongly influence interface dipoles, energy-level alignment, and growth modes, yet their collective kinetics remain difficult to predict. Here, we establish a quantitative adsorbate-to-kinetics relationship using first-principles-based kinetic Monte Carlo simulations combined with a mean-field coarse-graining strategy. Focusing on tetracyanoethylene on Cu(111), we show that the collective transition rate cannot be inferred from any single elementary step but emerges from coupled microscopic processes, including reorientation, adsorption, and diffusion. A local two-step reorientation mechanism captures the diffusion-limited regime, while diffusion of lying molecules accelerates the transition in diffusion-enhanced regimes by suppressing back-reorientation via vacancy-molecule decoupling. This effect is described by a regime-dependent geometric factor accounting for deviations between single-molecule and collective rate constants. By varying molecular size and footprint ratio, we demonstrate that geometry is an intrinsic control parameter. While the collective rate scales approximately with molecular area, increasing the footprint ratio between lying and standing configurations yields order-of-magnitude accelerations due to enhanced vacancy creation and diffusion-assisted stabilization. Finally, we derive an analytical expression for the collective reorientation rate constant linking temperature- and pressure-dependent microscopic rate constants to geometric parameters. The formulation reproduces the simulations across kinetic regimes and provides transferable design principles for engineering lying-standing transition timescales at organic-inorganic interfaces."}, {"id": "c829", "text": "The Effect of Base-Pairing on the Shape Resonances of Nucleobases : In this work, we have studied the effect of base-pairing on the shape resonances of guanine and cytosine nucleobases. Among the seven \u03c0* resonances we identified in the guanine-cytosine (GC) anion radical, three were centered on cytosine, and the remaining were guanine-centered. Relative to the isolated bases, upon base pair formation, the cytosine resonances were red shifted, while the guanine-centered states showed an opposite trend - where their energy was blue shifted. In addition to the electronic interactions, geometric distortion and basis set superposition error plays a crucial role in the resonance positions and widths of the GC radical anion. The electronic interaction from the complementary base seems to have a larger effect on the stabilization of the anionic resonances than the surrounding environment."}, {"id": "c830", "text": "Automatic Identification of Compounds in Molecular Mixtures from Liquid-Phase Infrared Spectra : Interpreting spectroscopy data is a critical bottleneck in automating chemical research and industrial characterization. Particularly within infrared (IR) spectroscopy, identifying compounds in complex, liquid-phase chemical mixtures largely relies on expert knowledge, as variable peak assignment, broadening, and shifts hinder data-driven methods. Here, we show that an algorithmic approach can identify components in both simulated and experimental mixture spectra with high accuracy despite nonlinearities in liquid-phase IR data. The method is comprehensively benchmarked with a dataset of over 44,000 simulated liquid-phase IR spectra for mixtures and achieves up to 90% accuracy in identifying molecular components across a dataset of binary and ternary liquid mixtures. Our strategy is robust to perturbation of spectra, and its accuracy is capped by near-identical liquid-phase IR spectra that limit the resolution of chemical identification, imposing theoretical limits on achieving perfect accuracy in structure identification. Finally, we apply the method to automatically interpret IR spectra in experimental settings, correctly identifying the components of nearly all samples within a blind study. This work provides tools and data to advance automated chemical laboratories through algorithmic interpretation of liquid-phase IR spectra of mixtures."}, {"id": "c831", "text": "Electron Attachment Induced Shape Resonances in AT Base Pairs : In this study, we examined the influence of base pairing and \u03c0-\u03c0 stacking interactions on electron attachment induced resonances in adenine-thymine base pair. Resonance positions and widths were computed using the DLPNO based equation of motion coupled-cluster method combined with the Pad\u00e9 approach. We identified seven \u03c0* shape resonances in both linear and stacked AT geometries, consistent with the total number found for isolated adenine and thymine. Natural orbital analysis shows that low energy resonances exhibit more electron density delocalized over both nucleobases. This delocalization is more pronounced in the stacked AT geometry and leads to significant stabilization of the resonance states."}, {"id": "c832", "text": "Continuous Local Symmetry: Connection to Reactivity and Recognition : Symmetry is one of the most beautiful yet mysterious concepts in science. In chemical systems, presence of local symmetries at specific fragments often serve as driving forces behind many physicochemical properties, including stability, spectroscopy, and reactivity. Moreover, degree of symmetry varies continuously with molecular dynamics and intermolecular interactions, making it a hidden but decisive factor. In this study, we propose a theoretical framework to quantify continuous degrees of symmetry and chirality localized within constrained regions of a molecular environment. Application of this method to reaction sites of dendralene molecules reveals strong correlations between local symmetry and molecular stability, parity-dependent behavior, and Diels-Alder reactivity. Additionally, representations of local chirality fields in porphyrins uncover unique signatures accounting for the chirality recognition power. Overall, these findings highlight the potentials of local symmetries within a molecular framework on predicting chemical properties."}, {"id": "c833", "text": "Transient Plastic Spin Labeling with Chlorine Dioxide : Plastic waste, being one of the most important problems for humankind, poses severe threats to ecosystems, wildlife, and human health. Tracing, quantifying, and identifying types of plastic waste is of crucial importance to understand its environmental pathways and develop targeted strategies for reduction, recycling, and remediation. To contribute to addressing this global issue, we investigated the spin-labeling capabilities of aqueous chlorine dioxide (ClO$_2$) radicals upon introduction into poly(ethylene terephthalate) and utilized electron spin resonance spectroscopy for detection. The technique is capable of identifying plastic species as the unpaired electron of the radical molecule is strongly sensitive to its local environment through its coupling parameters. Temperature-dependent measurements revealed that the molecules are immobilized at low temperatures and exhibit well-resolved anisotropic and hyperfine spectra that are quantitatively described by a model spin Hamiltonian. Even above the melting point of water, some degrees of freedom remain blocked as a result of the polymer matrix. Furthermore, employing a time-series measurement at room temperature enabled us to determine the diffusion coefficient of the molecule in the polymer."}, {"id": "c834", "text": "Environment-Induced Exciton Renormalization in the Photosystem II Reaction Center : Protein electrostatics tune excitation energies in the Photosystem II reaction center (PSII-RC), yet a fully quantum-mechanical many-body description of how the surrounding protein environment renormalizes excitons has remained computationally inaccessible. The Bethe-Salpeter equation (BSE) within many-body perturbation theory accurately describes excitonic physics through an explicit electron-hole interaction, but is prohibitively expensive for systems containing thousands of valence electrons. Here, we show that for sufficiently large systems the BSE becomes simpler to solve when treated with modern stochastic sampling techniques, as atomistic interactions self-average. In this regime, the effective electron-hole interaction mediated by the environment is governed by collective $k$-dependent polarization. These insights enable an ab initio study of the PSII-RC in which all six chlorins forming the hexameric dye core are treated explicitly together with a roughly seven Angstrom local protein environment. We directly compare the low-lying optical excitations of the isolated chromophore hexamer (1276 valence electrons) and the protein-dye cluster (3238 valence electrons). For $Q_y$ excitations near 680 nm, inclusion of the protein environment induces polarization-dependent energy shifts, redistributes spectral weight, and alters exciton delocalization and pigment character. Lateral and transverse asymmetries in the low-lying excited states are captured at the BSE level of theory. These results establish that we now have the tools for many-body calculations of biological nanostructures."}, {"id": "c835", "text": "Coupled Cluster con M\u014dLe: Molecular Orbital Learning for Neural Wavefunctions : Density functional theory (DFT) is the most widely used method for calculating molecular properties; however, its accuracy is often insufficient for quantitative predictions. Coupled-cluster (CC) theory is the most successful method for achieving accuracy beyond DFT and for predicting properties that closely align with experiment. It is known as the ''gold standard'' of quantum chemistry. Unfortunately, the high computational cost of CC limits its widespread applicability. In this work, we present the Molecular Orbital Learning (M\u014dLe) architecture, an equivariant machine learning model that directly predicts CC's core mathematical objects, the excitation amplitudes, from the mean-field Hartree-Fock molecular orbitals as inputs. We test various aspects of our model and demonstrate its remarkable data efficiency and out-of-distribution generalization to larger molecules and off-equilibrium geometries, despite being trained only on small equilibrium geometries. Finally, we also examine its ability to reduce the number of cycles required to converge CC calculations. M\u014dLe can set the foundations for high-accuracy wavefunction-based ML architectures to accelerate molecular design and complement force-field approaches."}, {"id": "c836", "text": "PackFlow: Generative Molecular Crystal Structure Prediction via Reinforcement Learning Alignment : Organic molecular crystals underpin technologies ranging from pharmaceuticals to organic electronics, yet predicting solid-state packing of molecules remains challenging because candidate generation is combinatorial and stability is only resolved after costly energy evaluations. Here we introduce PackFlow, a flow matching framework for molecular crystal structure prediction (CSP) that generates heavy-atom crystal proposals by jointly sampling Cartesian coordinates and unit-cell lattice parameters given a molecular graph. This lattice-aware generation interfaces directly with downstream relaxation and lattice-energy ranking, positioning PackFlow as a scalable proposal engine within standard CSP pipelines. To explicitly steer generation toward physically favourable regions, we propose physics alignment, a reinforcement learning post-training stage that uses machine-learned interatomic potential energies and forces as stability proxies. Physics alignment improves physical validity without altering inference-time sampling. We validate PackFlow's performance against heuristic baselines through two distinct evaluations. First, on a broad unseen set of molecular systems, we demonstrate superior candidate generation capability, with proposals exhibiting greater structural similarity to experimental polymorphs. Second, we assess the full end-to-end workflow on two unseen CSP blind-test case studies, including relaxation and lattice-energy analysis. In both settings, PackFlow outperforms heuristics-based methods by concentrating probability mass in low-energy basins, yielding candidates that relax into lower-energy minima and offering a practical route to amortize the relax-and-rank bottleneck."}, {"id": "c837", "text": "High-Accuracy Molecular Simulations with Machine-Learning Potentials and Semiclassical Approximations to Quantum Dynamics : Accurate simulations of molecules require high-level electronic-structure theory in combination with rigorous methods for approximating the quantum dynamics. Machine-learning approaches can significantly reduce the computational expense of this workflow without any loss of accuracy. We discuss various methods for constructing potential energy surfaces including transfer learning, which requires a minimal number of expensive training points. In this way, we can study chemical reactions at a high level but a low cost. In particular, as the potentials are smooth and differentiable, they enable the use of more advanced semiclassical approximations to quantum dynamics, such as perturbatively corrected instanton theory, which can capture both tunnelling and anharmonicity."}, {"id": "c838", "text": "Collective Variable-Guided Engineering of the Free-Energy Surface of a Small Peptide : Engineering the free-energy surfaces (FES) of proteins and peptides is central to controlling conformational ensembles and their responses to perturbations. However, predicting how chemical modifications such as point mutations reshape the FES and shift conformational equilibria remains challenging, particularly in data-scarce settings. Building on the Collective Variables for Free Energy Surface Tailoring (CV-FEST) framework, we develop a computational approach that leverages short, unbiased molecular dynamics trajectories to guide mutation analysis. Using the ten-residue beta-hairpin CLN025 and a systematic library of its single-point mutants, we apply Harmonic Linear Discriminant Analysis (HLDA) to extract collective variables from the conformational data. We find that the HLDA eigenvector learned solely from short wild-type trajectories provides residue-level insight into the propensity of mutations at specific positions to thermodynamically stabilize or destabilize the folded state. Extending this analysis, we show that shifts in the leading HLDA eigenvalue across mutants, a measure of changes in separability between the conformational ensembles along the HLDA coordinate, correlate strongly with mutation-induced changes in the free-energy difference between states, as reflected in melting temperatures. Benchmarked against Replica Exchange Molecular Dynamics simulations, these findings suggest a promising and computationally affordable route toward guiding the engineering of biomolecular free-energy landscapes."}, {"id": "c839", "text": "A Physics-Regularized Neural Network and Kirchhoff Markov Random Field Framework for Inferring Internal Electrochemical States from Operando Spectromicroscopy : Quantitative understanding of coupled reaction and transport processes in lithium-ion battery (LIB) composite electrodes remains challenging because key internal states cannot be measured directly. In this study, we develop a physics-integrated, data-driven analysis pipeline to estimate internal electrochemical states from operando microscopic X-ray absorption fine structure ($\u03bc$-XAFS) hyperspectral data of LIB cathodes with LiPF$_6$ electrolyte. State-of-charge (SOC) maps are first constructed from Co K-edge spectra. To resolve ambiguities in the two-phase reaction region, a physics-regularized three-layer neural network is introduced, enforcing spatial continuity of SOC and current conservation. The inferred SOC dynamics are then incorporated into a Kirchhoff-based Markov random field framework that integrates Kirchhoff's current and voltage laws, Ohm's law, and a symmetric Butler-Volmer relation to estimate interfacial current, ionic current, electrolyte potential, and effective ionic conductivity. Application to composite electrodes with different initial electrolyte concentrations (0.3, 1, and 2M LiPF$_6$) reveals distinct reaction propagation behaviors governed by electrolyte concentration-dependent conductivity. The inferred electrolyte concentration distributions show qualitative agreement with independent operando X-ray transmission imaging performed on LIB composite cathodes employing a LiAsF$_6$ electrolyte. This framework enables quantitative visualization of otherwise inaccessible internal transport phenomena."}, {"id": "c840", "text": "MACE-POLAR-1: A Polarisable Electrostatic Foundation Model for Molecular Chemistry : Accurate modelling of electrostatic interactions and charge transfer is fundamental to computational chemistry, yet most machine learning interatomic potentials (MLIPs) rely on local atomic descriptors that cannot capture long-range electrostatic effects. We present a new electrostatic foundation model for molecular chemistry that extends the MACE architecture with explicit treatment of long-range interactions and electrostatic induction. Our approach combines local many-body geometric features with a non-self-consistent field formalism that updates learnable charge and spin densities through polarisable iterations to model induction, followed by global charge equilibration via learnable Fukui functions to control total charge and total spin. This design enables an accurate and physical description of systems with varying charge and spin states while maintaining computational efficiency. Trained on the OMol25 dataset of 100 million hybrid DFT calculations, our models achieve chemical accuracy across diverse benchmarks, with accuracy competitive with hybrid DFT on thermochemistry, reaction barriers, conformational energies, and transition metal complexes. Notably, we demonstrate that the inclusion of long-range electrostatics leads to a large improvement in the description of non-covalent interactions and supramolecular complexes over non-electrostatic models, including sub-kcal/mol prediction of molecular crystal formation energy in the X23-DMC dataset and a fourfold improvement over short-ranged models on protein-ligand interactions. The model's ability to handle variable charge and spin states, respond to external fields, provide interpretable spin-resolved charge densities, and maintain accuracy from small molecules to protein-ligand complexes positions it as a versatile tool for computational molecular chemistry and drug discovery."}, {"id": "c841", "text": "The X-ray absorption spectrum of the propargyl radical, C$_3$H$_3^{\\cdot}$ : We report a combined experimental and computational study of the near-edge X-ray absorption fine structure (NEXAFS) spectrum of the propargyl radical, C$_3$H$_3^{\\cdot}$. As a central intermediate in the formation of polycyclic aromatic hydrocarbons, the propargyl radical is a species of considerable relevance in combustion and astrochemistry and was here generated by pyrolysis from propargyl bromide. The NEXAFS spectrum shows a pronounced band at 282.2 eV corresponding to transitions from carbon 1s orbitals to singly occupied molecular orbitals. Ab initio calculations show that two transitions to the lowest lying states 1 $^2$A$_1$ and 2 $^2$A$_1$, which take place from the C1s orbital of the two terminal carbon atoms, contribute to this band. In addition, a 420 meV spacing of the first band is visible and is assigned to a vibrational progression in the symmetric CH$_2$ stretch. Transitions at higher energies are also described reasonably well by theory. The fragmentation pattern was investigated at the different resonant transitions and shows the cleavage of one as well as both C--C bonds."}, {"id": "c842", "text": "Convex Analysis of Relaxation Dynamics in Chemical Reaction Networks and Generalized Gradient Flows : We obtain bounds on the Kullback--Leibler divergence to equilibrium for mass-action chemical reaction networks (CRNs) with equilibrium. The associated decay rates are characterized in terms of the singular values of the stoichiometric matrix, convexity parameters, and time-integrated activities via deformed-exponential-type functions. We further extend these bounds within a generalized gradient flow framework. We highlight the biological relevance of this framework: the resulting bounds apply to quasi-steady-state regimes, where long transients and plateau-like behavior are common and functionally important. We illustrate the framework using a catalytic CRN exhibiting plateaus, where the bounds capture slow relaxation induced by local convexity and provide a bound-based approach to quantifying relaxation in CRNs."}, {"id": "c843", "text": "Trotter Error and Orbital Transformations in Quantum Phase Estimation : Quantum computation with Trotter product formulae is straightforward and requires little overhead in terms of logical qubits. The choice of the orbital basis significantly affects circuit depth, with localised orbitals yielding lowest circuit depths. However, literature results point to large Trotter errors incurred by localised orbitals. Here, we therefore investigate the effect of orbital transformations on Trotter error. We consider three strategies to reduce Trotter error by orbital transformation: (i) The a priori selection of an orbital basis that produces low Trotter error. (ii) The derivation of an orbital basis that produces a ground state energy free of Trotter error (as we observed that the Trotter error is a continuous function in the Givens-rotation parameter, from which continuity of this error upon orbital transformation can be deduced). (iii) Application of propagators that change the computational basis between Trotter steps. Our numerical results show that reliably reducing Trotter error by orbital transformations is challenging. General recipes to produce low Trotter errors cannot be easily derived, despite analytical expressions which suggest ways to decrease Trotter error. Importantly, we found that localised orbital bases do not produce large Trotter errors in molecular calculations, which is an important result for efficient QPE set-ups."}, {"id": "c844", "text": "Vibronic Landscape of Excitons in Photosynthetic Antenna : Light-harvesting and excitation energy transfer in photosynthesis generally involve chlorophyll-molecules, maintained by their host proteins at short distances from each other, this resulting in excitonic coupling. The transfer of excitation energy to the reaction centers consists of exciton migration and relaxation within and between photosynthetic proteins. The dynamics of this process depends on the vibrational modes resonant with the energy gaps between the participating excited states. The precise structure and vibrational landscape of excitons is thus essential knowledge to understand the amazing efficiency of photosynthesis. In this work, we characterize the vibrational properties of excitons in light-harvesting proteins from purple photosynthetic bacteria, which remarkably unveil on how many bacteriochlorophylls they reside and in which proportions. Vibrational spectra obtained from bacteriochlorophylls in proteins generally contain additional vibronic contributions when compared to isolated pigments, opening additional pathways for vibrationally-assisted excitation energy transfer. In contrast, the absence of new vibronic contributions in the spectra of chlorophyll -containing photosynthetic proteins above 100 cm-1 suggests that in oxygenic photosynthesis, vibrationally-assisted excitation energy transfers occurs through vibrational modes of chlorophyll molecules in equilibrium configuration."}, {"id": "c845", "text": "Rigorous Quantum Thermodynamics from Extended Path Integral Coarse-Graining : Recent advances in machine-learning potentials have made molecular dynamics (MD) simulations increasingly predictive by enabling efficient descriptions of electronic quantum effects. However, nuclear quantum effects (NQEs) remain largely neglected due to their significant computational cost, limiting MD's ability to capture isotope effects and quantum tunnelling and leading to systematic thermodynamic errors. We extend path-integral coarse-graining (PIGS), a machine-learning approach for qualitatively incorporating NQEs, into a rigorous and accurate method for quantum thermodynamics. Specifically, this extended framework (EPIGS) enables the construction of temperature-transferable effective potentials that rigorously incorporate NQEs into classical MD simulations. Central to EPIGS is an instanton-based free-energy perturbation scheme (RPI-FEP) that provides direct and efficient estimation of the path-integral centroid potential. Benchmarks against full path-integral simulations on representative hydrogen-bonded systems, including liquid water, show that EPIGS reproduces free energies and enthalpies within 0.2 meV/atom at near-classical cost. EPIGS transforms the qualitative PIGS approach into an accurate and scalable route to quantum thermodynamic simulations in complex systems."}, {"id": "c846", "text": "Molecular g-Tensors From Spin-Orbit Quasidegenerate N-electron Valence Perturbation Theory: Benchmarks, Intruder-State Mitigation, and Practical Guidelines : Accurate prediction of molecular g-tensors for open-shell systems requires a balanced treatment of multireference electron correlation and relativistic spin-orbit coupling. Here, we develop and benchmark spin-orbit quasidegenerate second-order N-electron valence perturbation theory (SO-QDNEVPT2) for g-tensor calculations, treating dynamical correlation and spin-orbit effects consistently within a multistate effective Hamiltonian framework. Two g-tensor approaches are implemented: a spin-free effective Hamiltonian (EH) approach based on second-order response and a Kramers (K) approach that extracts g from spin-mixed SO-QDNEVPT2 states. We assess their performance on a benchmark set of 23 molecules spanning diatomics and small polyatomics, low- to high-spin species, and weak to strong spin-orbit coupling. Across the dataset, SO-QDNEVPT2 improves agreement with experiment relative to state-averaged complete active-space self-consistent field. The EH and K formalisms agree for modest g-shifts but the Kramers approach becomes essential when the shifts become large. We demonstrate that QDNEVPT2 results can be sensitive to intruder-state instabilities that can be effectively mitigated with level-shift or renormalization techniques. We then analyze the dependence of SO-QDNEVPT2 results on key computational parameters, including active space, number of states, state-averaging weights, gauge origin, and basis set. These results establish SO-QDNEVPT2 as a robust framework for computing g-tensors in correlated, relativistic open-shell molecules, offering practical guidelines for its applications."}, {"id": "c847", "text": "Tuning of Atomic Layer Deposition Pulse Time through Physics-Informed Bayesian Active Learning : Atomic Layer Deposition (ALD) process development is often hindered by time-consuming and precursor-intensive tuning cycles required to identify saturation conditions. We introduce a physics-informed Bayesian Active Learning (BAL) framework that autonomously tunes precursor pulse times by integrating a Langmuir adsorption model directly into the Gaussian Process (GP) kernel. A key innovation is a two-stage parameter estimation strategy that decouples noise filtering from physical parameter extraction: the GP first smooths noisy data through standard prediction, then Langmuir parameters are fitted to the noise-filtered GP predictions. This approach effectively separates signal from experimental noise. We evaluate the framework against a standard data-driven GP across four simulated regimes, demonstrating convergence within five iterations, up to fourfold improvement in prediction accuracy, and two to fourfold reduction in precursor usage. Experimental validation using TiO2 deposition via Tetrakisdimethylamido Titanium (TDMAT) and ozone confirms that the physics-informed model accurately identifies saturation times for high-coverage targets ($\\geq$95\\%), with observed deviations at lower saturation levels providing valuable insight into non-ideal desorption behaviors."}, {"id": "c848", "text": "From Static Spectra to Operando Infrared Dynamics: Physics Informed Flow Modeling and a Benchmark : The Solid Electrolyte Interphase (SEI) is critical to the performance of lithium-ion batteries, yet its analysis via Operando Infrared (IR) spectroscopy remains experimentally complex and expensive, which limits its accessibility for standard research facilities. To overcome this bottleneck, we formulate a novel task, Operando IR Prediction, which aims to forecast the time-resolved evolution of spectral ``fingerprints'' from a single static spectrum. To facilitate this, we introduce OpIRSpec-7K, the first large-scale operando dataset comprising 7,118 high-quality samples across 10 distinct battery systems, alongside OpIRBench, a comprehensive evaluation benchmark with carefully designed protocols. Addressing the limitations of standard spectrum, video, and sequence models in capturing voltage-driven chemical dynamics and complex composition, we propose Aligned Bi-stream Chemical Constraint (ABCC), an end-to-end physics-aware framework. It reformulates MeanFlow and introduces a novel Chemical Flow to explicitly model reaction trajectories, employs a two-stream disentanglement mechanism for solvent-SEI separation, and enforces physics and spectrum constraints such as mass conservation and peak shifts. ABCC significantly outperforms state-of-the-art static, sequential, and generative baselines. ABCC even generalizes to unseen systems and enables interpretable downstream recovery of SEI formation pathways, supporting AI-driven electrochemical discovery."}, {"id": "c849", "text": "The coherent-state transformation in quantum electrodynamics coupled cluster theory : We analyse the coherent-state (CS) transformation in quantum electrodynamics coupled cluster (QED-CC) theory from the perspective of its non-vanishing commutator with the polaritonic cluster operator. Specifically, we show that a QED Hartree-Fock (QED-HF) reference state parametrized by the CS-transformation leads to a QED-CC Lagrangian formally determined by CS-representations of polaritonic Hamiltonian, polaritonic cluster and polaritonic deexcitation operators. This observation augments the original formulation of QED-CC theory where the CS-representation is restricted to the polaritonic Hamiltonian. We consequently find a renormalization of both QED-CC correlation energy and QED-CC ground state induced by the CS-transformation, which depends on the mean-field expectation value of the molecular dipole operator and therefore breaks origin invariance for charged systems. Electronic contributions to correlation energy and QED-CC ground state are renormalized by CS-transformed mixed excitation and deexcitation operators. In contrast, the CS-transformed single-photon excitation affects only the QED-CC ground state but not directly the correlation energy. The fully CS-transformed QED-CC ansatz is well approximated by the original QED-CC formulation for large cavity frequencies leading to small renormalization corrections. However, it exhibits a divergent zero-frequency limit absent in the original QED-CC ansatz for molecules with a non-vanishing molecular dipole moment in agreement with the asymptotic behaviour of the CS-parametrized QED-HF reference state."}, {"id": "c850", "text": "Clapeyron Neural Networks for Single-Species Vapor-Liquid Equilibria : Machine learning (ML) approaches have shown promising results for predicting molecular properties relevant for chemical process design. However, they are often limited by scarce experimental property data and lack thermodynamic consistency. As such, thermodynamics-informed ML, i.e., incorporating thermodynamic relations into the loss function as regularization term for training, has been proposed. We herein transfer the concept of thermodynamics-informed graph neural networks (GNNs) from the Gibbs-Duhem to the Clapeyron equation, predicting several pure component properties in a multi-task manner, namely: vapor pressure, liquid molar volume, vapor molar volume and enthalpy of vaporization. We find improved prediction accuracy of the Clapeyron-GNN compared to the single-task learning setting, and improved approximation of the Clapeyron equation compared to the purely data-driven multi-task learning setting. In fact, we observe the largest improvement in prediction accuracy for the properties with the lowest availability of data, making our model promising for practical application in data scarce scenarios of chemical engineering practice."}, {"id": "c851", "text": "Efficient Calculation of Absorption Spectra of Platinum Complexes Used as Luminescent Probes for Cancer Detection : Despite major advances in oncology, many chemotherapeutic agents still cause severe side effects that reduce quality of life, motivating new approaches for early detection and targeted elimination of cancer cells. Luminescent transition metal complexes are promising biomolecular probes, since intercalation between DNA base pairs significantly changes their luminescence. However, reliable computational protocols to predict optical properties of transition metal intercalators are limited, making accurate absorption spectra calculations essential for screening candidates. Here, we benchmark methods for computing UV-Vis spectra of a Pt(II) pincer complex. The complex is studied both in isolation and intercalated in a small DNA model, representing probes designed to target DNA-associated molecular abnormalities. We find that the largest source of uncertainty stems from the exchange-correlation functional and recommend range-separated hybrids for robust spectral predictions. The Tamm-Dancoff approximation (TDA) and the resolution of identity (RI) approximations provide significant speedups for TD-DFT with only a modest loss of accuracy. Since geometry optimization is often the dominant cost, PBEh-3c emerges as an efficient alternative to conventional DFT, introducing errors comparable to those from TDA. Tight-binding methods (GFN-xTB) offer further acceleration, but yield larger deviations in structures and UV-Vis spectra; thus, unless extensive optimization is required, PBEh-3c provides the best balance between accuracy and efficiency."}, {"id": "c852", "text": "A Computational Study of Organic Molecular Crystals for Photocatalytic Water Splitting : Organic crystalline materials are potential candidates for photocatalytic overall water splitting (OWS). Although organic crystals have been heavily investigated for application in organic electronics, such as organic light-emitting diodes (OLEDs) and solar cells, there have been comparatively fewer studies into OWS in these materials. A major challenge is the large number of electronic and structural criteria that must be met for a material to make a viable OWS photocatalyst. Optical absorption, reduction and oxidation potentials and charge-transport properties are among the key considerations, and these are influenced both by molecular properties and the solid-state packing arrangement, making computational modelling challenging. Here, we investigate a series of known organic electronic materials that have published crystal structures using periodic density functional theory (DFT) and compare their calculated electronic properties of optical absorption and reduction and oxidation potentials with literature experimental data. Furthermore we perform a series of gas-phase molecular calculations which show a good agreement with literature data and periodic DFT for the optoelectronic properties of the organic molecular crystals studied, showing that gas-phase molecular calculations could be used to screen organic crystals for OWS at a reduced computational cost."}, {"id": "c853", "text": "El Agente Gr\u00e1fico: Structured Execution Graphs for Scientific Agents : Large language models (LLMs) are increasingly used to automate scientific workflows, yet their integration with heterogeneous computational tools remains ad hoc and fragile. Current agentic approaches often rely on unstructured text to manage context and coordinate execution, generating often overwhelming volumes of information that may obscure decision provenance and hinder auditability. In this work, we present El Agente Gr\u00e1fico, a single-agent framework that embeds LLM-driven decision-making within a type-safe execution environment and dynamic knowledge graphs for external persistence. Central to our approach is a structured abstraction of scientific concepts and an object-graph mapper that represents computational state as typed Python objects, stored either in memory or persisted in an external knowledge graph. This design enables context management through typed symbolic identifiers rather than raw text, thereby ensuring consistency, supporting provenance tracking, and enabling efficient tool orchestration. We evaluate the system by developing an automated benchmarking framework across a suite of university-level quantum chemistry tasks previously evaluated on a multi-agent system, demonstrating that a single agent, when coupled to a reliable execution engine, can robustly perform complex, multi-step, and parallel computations. We further extend this paradigm to two other large classes of applications: conformer ensemble generation and metal-organic framework design, where knowledge graphs serve as both memory and reasoning substrates. Together, these results illustrate how abstraction and type safety can provide a scalable foundation for agentic scientific automation beyond prompt-centric designs."}, {"id": "c854", "text": "El Agente S\u00f3lido: A New Age(nt) for Solid State Simulations : Quantum chemistry calculations are a key component of the materials discovery process. The results from first-principles explorations enable the prediction of material properties prior to experimental validation. Despite their impact, the practical use of first-principles methods remains limited by the expertise required to design, execute, and troubleshoot complex computational workflows. Even when workflows are successfully built, they are sometimes rigid and not adaptable to different use cases. Recent advances in large language models (LLMs) and agentic systems offer a pathway to flexibly automate these processes and lower barriers to entry. Here, we introduce El Agente S\u00f3lido, a hierarchical multi-agent framework for automating solid-state quantum chemistry workflows using the open-source Quantum ESPRESSO simulation package. The framework translates high-level scientific objectives expressed in natural language into end-to-end computational pipelines that include structure generation, input file construction, workflow execution, and post-processing analysis. El Agente S\u00f3lido integrates density functional theory with phonon calculations and machine-learning interatomic potentials to enable efficient and physically consistent simulations. Extensive benchmarking and case studies demonstrate that El Agente S\u00f3lido reliably executes a wide range of solid-state calculations, highlighting its potential to improve reproducibility and accelerate computational materials discovery"}, {"id": "c855", "text": "F\u00f6rster resonance energy transfer with transient coherent effects : We formulate the weak intramolecular coupling F\u00f6rster resonance energy transfer theory in a form suitable for calculating ultrafast non-linear response of molecular systems. We introduce a formally exact time-dependent factorization of the molecular statistical operator into the system and bath components. Combining this factorization with unperturbed environment evolution, we generalize the traditional F\u00f6rster master equation for the state population probabilities into a complete master equation for the system's reduced statistical operator. The traditional F\u00f6rster theory applies in the limit where the intermolecular coupling is weak and the system-bath coupling is strong. Our technique of derivation explicitly leads to a time non-local F\u00f6rster type master equation which remains valid also in the limit of vanishing system-bath coupling. The theory predicts a rapid initial coherent evolution of populations arising from a transient initial coherence-dependent term, which induces a slippage of the initial condition that persists during subsequent rate-controlled transfer. Comparison with exact numerical results confirms the clear improvement of the present generalization over earlier formulations of the F\u00f6rster theory and delineates its range of validity."}, {"id": "c856", "text": "Proton transfer and hydronium formation in ionized water : Aqueous radiation chemistry emerges through ultrafast proton transfer and ion-radical formation\n with unexplored energy-redistribution dynamics steering the subsequent reactions. We performed\n time-resolved disruptive probing on pure water dimer, (H$_2$O)$_2$, to disentangle the post-ionization\n reactions. Through kinetic-energy-resolved ion imaging, we unraveled the dynamics in the (H$_2$O)$_2^+$\n ground state: at low-energy ($\\sim$0.05 eV) ultrafast proton transfer ($\\sim$19 fs) is\n followed by H$_3$O$^+$+OH fragmentation ($\\sim$360~fs). At higher energies, proton\n transfer becomes hindered ($\\sim$60 fs) while the subsequent fragmentation becomes faster\n ($\\sim$210 fs), evolving into coupled dynamics ($>0.15$ eV, $\\sim$100 fs). Moreover, we\n observed H$_2$O)$_2^+$ stabilization proceeding through a Zundel-like structure. This reveals how\n ion-radical formation in ionized hydrogen-bonded networks shapes reactivity in aqueous dynamics."}, {"id": "c857", "text": "Semi-Local Exchange-Correlation Approximations in Density Functional Theory : Density functional theory is the workhorse of modern electronic structure calculations, with wide-ranging applications in chemistry, physics, materials science, and machine learning. At its heart lies the exchange-correlation functional, a quantity which exactly encapsulates the many-body effects stemming from the quantum mechanical interactions between the electrons. Yet, the exact functional is unknown, and computationally tractable approximations are therefore necessary for practical applications. Over the past six decades, hundreds of density functional approximations have been proposed with varying degrees of accuracy and computational efficiency.\n This review surveys the theoretical foundations of semi-local functionals, including local density approximations, generalized gradient approximations, and meta-generalized gradient approximations. We provide a comprehensive, consistently organized discussion that consolidates both historical developments and recent advances in this field. Beginning with the essential concepts of Kohn-Sham density functional theory, we present the construction principles of semi-local exchange-correlation functionals. Special attention is given to the physical motivations underlying functional development, the mathematical properties that guide their construction, and the practical considerations that determine their applicability across different chemical and physical systems.\n This work is intended to serve as both a introduction for newcomers to the field and a comprehensive reference for practitioners. By consolidating the extensive literature on semi-local functionals and providing a unified framework for understanding their construction and application, we aim to facilitate further developments in density functional approximations and their use in tackling the diverse challenges of modern computational chemistry and condensed matter physics."}, {"id": "c858", "text": "Vibrational infrared and Raman spectra of the methanol molecule with equivariant neural-network property surfaces : Electric dipole and polarizability surfaces are developed for the methanol molecule using {\\it ab initio} electronic structure data, computed at the CCSD/aug-cc-pVTZ level of theory, and equivariant neural networks. These property surfaces are used to compute vibrational infrared and Raman intensities up to the OH stretching fundamental vibration. The intensity computations use the vibrational energies and wave functions obtained in continued variational vibrational computations from earlier work [J. Chem. Phys. 163, 064101 (2025)]. The vibrational representation accounts for the large-amplitude torsion and uses curvilinear normal coordinates for the small-amplitude modes, allowing truncation of the vibrational basis set and the integration grid."}, {"id": "c859", "text": "Ghost Embedding Bridging Chemistry and One-Body Theories : Phenomenological rules play a central role in the design of chemical reactions and materials with targeted properties. Typically, these are formulated heuristically in terms of non-interacting orbitals and bands, yet show remarkable accuracy in predicting the complex behavior of intrinsically interacting many-body systems. While their non-interacting formulation makes them easy to interpret, it potentially hinders the development of new rules for systems governed by strong correlation, such as transition metal-based materials. In this work, we present a rigorous framework that allows bridging between fully interacting, even strongly correlated, systems and an effective one-body picture in terms of quasiparticles. Further, we present a computational strategy to efficiently and accurately access the main components of such a description: the embedding approximation of the ghost Gutzwiller Ansatz. We illustrate the capabilities of this quasiparticle formulation on the Woodward-Hoffmann rules, and apply their reformulated version to toy ``reactions'' which exemplify the main scenarios covered by them."}, {"id": "c860", "text": "Stochastic tensor contraction for quantum chemistry : Many computational methods in ab initio quantum chemistry are formulated in terms of high-order tensor contractions, whose cost determines the size of system that can be studied. We introduce stochastic tensor contraction to perform such operations with greatly reduced cost, and present its application to the gold-standard quantum chemistry method, coupled cluster theory with up to perturbative triples. For total energy errors more stringent than chemical accuracy, we reduce the computational scaling to that of mean-field theory, while starting to approach the mean-field absolute cost, thereby challenging the existing cost-to-accuracy landscape. Benchmarks against state-of-the-art local correlation approximations further show that we achieve an order-of-magnitude improvement in both total computation time and error, with significantly reduced sensitivity to system dimensionality and electron delocalization. We conclude that stochastic tensor contraction is a powerful computational primitive to accelerate a wide range of quantum chemistry."}, {"id": "c861", "text": "Accelerating Instanton Theory with the Line Integral String Method, Gaussian Process Regression, and Selective Hessian Modeling : We develop a Gaussian process regression enhanced line integral string method to accelerate ring polymer instanton calculations of tunneling rates and tunneling splittings in molecular proton transfer reactions. By exploiting uncertainty estimates from the surrogate representation, we show that the number of force evaluations required to converge an instanton path becomes effectively independent of the number of beads used to discretize the pathway. To reduce the computational overhead associated with training, particularly when Hessian information is included, we implement graphics processing unit accelerated black box matrix matrix multiplication, achieving an order of magnitude speedups relative to standard implementations. For rate calculations, we introduce a selective Hessian training strategy that distinguishes flexible modes strongly coupled to the transferring proton from more rigid modes weakly coupled to the reaction coordinate. This enables the construction of accurate surrogate potential energy surfaces with substantially fewer Hessian evaluations. Applications to malonaldehyde and Z-3-aminopropenal demonstrate that tunneling rates can be predicted within 20% of exact values while reducing force and Hessian evaluations. The approach is further extended to tunneling splitting calculations for the formic acid dimer and malonaldehyde, yielding splittings in reasonable agreement with experiment and high level theoretical results."}, {"id": "c862", "text": "Ab Initio Auxiliary-Field Quantum Monte Carlo in the Thermodynamic Limit : Ab initio auxiliary-field quantum Monte Carlo (AFQMC) is a systematically improvable many-body method, but its application to extended solids has been severely limited by unfavorable computational scaling and memory requirements that obstruct direct access to the thermodynamic and complete-basis-set limits. By combining tensor hypercontraction with $\\mathbf{k}$-point symmetry, we reduce the computational and memory scaling of ab initio AFQMC for solids to $\\mathcal O(N^3)$ and $\\mathcal O(N^2)$, respectively, with an arbitrary basis, comparable to diffusion Monte Carlo. This enables direct and simultaneous thermodynamic-limit and complete-basis-set AFQMC calculations across insulating, metallic, and strongly correlated solids, without embedding, local approximations, empirical finite-size corrections, or composite schemes. Our results establish AFQMC as a general-purpose, systematically improvable alternative to diffusion Monte Carlo and coupled-cluster methods for predictive ab initio simulations of solids, enabling accurate energies and magnetic observables within a unified framework."}, {"id": "c863", "text": "Enhanced Diffusion Sampling: Efficient Rare Event Sampling and Free Energy Calculation with Diffusion Models : The rare-event sampling problem has long been the central limiting factor in molecular dynamics (MD), especially in biomolecular simulation. Recently, diffusion models such as BioEmu have emerged as powerful equilibrium samplers that generate independent samples from complex molecular distributions, eliminating the cost of sampling rare transition events. However, a sampling problem remains when computing observables that rely on states which are rare in equilibrium, for example folding free energies. Here, we introduce enhanced diffusion sampling, enabling efficient exploration of rare-event regions while preserving unbiased thermodynamic estimators. The key idea is to perform quantitatively accurate steering protocols to generate biased ensembles and subsequently recover equilibrium statistics via exact reweighting. We instantiate our framework in three algorithms: UmbrellaDiff (umbrella sampling with diffusion models), $\u0394$G-Diff (free-energy differences via tilted ensembles), and MetaDiff (a batchwise analogue for metadynamics). Across toy systems, protein folding landscapes and folding free energies, our methods achieve fast, accurate, and scalable estimation of equilibrium properties within GPU-minutes to hours per system -- closing the rare-event sampling gap that remained after the advent of diffusion-model equilibrium samplers."}, {"id": "c864", "text": "Fluctuation-induced acceleration of inter-ligand exciton transfer in bis(dipyrrinato)Zn(II) complex : Exciton transfer dynamics between chromophores depends on excitonic coupling, which is governed by relative orientation between the chromophores. While the excitonic coupling is treated as a static parameter in many cases, structural dynamics can introduce time-dependence on the excitonic coupling. However, influence of the dynamics of excitonic coupling on the exciton transfer has been scarcely understood. In the present study, exciton transfer under dynamical fluctuation in excitonic coupling was investigated via combined use of non-adiabatic molecular dynamics simulations, exciton density analysis, and a simple two-state model, for inter-ligand exciton transfer in bis(dipyrrinato)Zn(II) as the example case. The reaction coordinate for the exciton transfer was obtained a posteriori via regression analysis where the target and explanatory variables are diabatic energy gaps and atomic displacements, respectively. The results suggest that dynamical angular fluctuation between the two dipyrrinato ligands incidentally increase the excitonic coupling, accelerating the exciton transfer between the ligands."}, {"id": "c865", "text": "On the Coupled Cluster Doubles Truncation Variety of Four Electrons : We extend recent algebro-geometric results for coupled cluster theory of quantum many-body systems to the truncation varieties arising from the doubles approximation (CCD), focusing on the first genuinely nonlinear doubles regime of four electrons. Since this doubles truncation variety does not coincide with previously studied varieties, we initiate a systematic investigation of its basic algebro-geometric invariants. Combining theoretical and numerical results, we show that for $4$ electrons on $n\\leq 12$ orbitals, the CCD truncation variety is a complete intersection of degree $2^{\\binom{n-4}{4}}$. Using representation-theoretic arguments, we uncover a Pfaffian structure governing the quadratic relations that define the truncation variety for any $n$, and show that an exact tensor product factorization holds in a distinguished limit of disconnected doubles. We connect these structural results to the computation of the beryllium insertion into molecular hydrogen ({Be$\\cdots$H$_2$ $\\to$ H--Be--H}), a small but challenging bond formation process where multiconfigurational effects become pronounced."}, {"id": "c866", "text": "Continuous and discontinuous realizations of first-order phase transitions : First-order phase transitions are commonly associated with a discontinuous behavior of some of the thermodynamic variables and the presence of a latent heat. In the present study it is shown that this is not necessarily the case. Using standard thermodynamics, the general characteristics of phase transitions are investigated, considering an arbitrary number of conserved particle species and coexisting phases, and an arbitrary set of state variables. It is found that there exist two different possible types of realizations of a phase transition. In the first type, one has the immediate replacement of a single phase with another one. As a consequence, some of the global extensive variables indeed behave discontinuously. In the second type, one has instead the gradual (dis-) appearance of a single phase over a range of the state variables. This leads to a continuous behavior of the (global) basic thermodynamic variables. Furthermore, in this case it is not possible to define a latent heat in a trivial manner. It is derived that the latter (former) case happens if the number of extensive state variables used is larger or equal (lower) than the number of coexisting phases. The choice of the state variables thus place a crucial role for the qualitative properties of the phase transition."}, {"id": "c867", "text": "Fragment-Based Configuration Interaction: Towards a Unifying Description of Biexcitonic Processes in Molecular Aggregates : Biexcitonic states govern singlet fission, triplet-triplet and exciton-exciton annihilation, yet a unified understanding of how these processes compete within a shared electronic manifold remains elusive. We outline a conceptual framework based on fragment-based configuration-interaction that systematically constructs diabatic Hamiltonians spanning the full one-particle (LE, CT) and two-particle (LELE, CTCT, TT, CTX with X = LE, CT, or T) manifolds from monomer-local building blocks, preserving physical interpretability throughout. SymbolicCI provides analytic Hamiltonian matrix elements for efficient large-scale calculations; NOCI-F delivers benchmark-quality couplings. The resulting diabatic Hamiltonians can be coupled to quantum dynamics simulations. Applications to ethylene aggregates and the anthracene crystal reveal CTX configurations as electronic gateways bridging excitonic manifolds, with CT-mediated relaxation pathways competing with conventional annihilation. In H-type aggregates, LECT admixture stabilizes a \"bi-excimer\" analogous to one-particle excimers. By providing first-principles access to biexciton formation, separation, and transport, we hope to stimulate further exchange between electronic structure and quantum dynamics communities toward a predictive understanding of multiexcitonic photophysics."}, {"id": "c868", "text": "Hidden universality in dislocation-loops mediated three-dimensional crystal melting : Understanding why and how crystalline solids melt remains a central problem in condensed-matter physics. Dislocation loops are fundamental topological excitations that control the thermodynamic stability of crystals, yet their role in setting universal aspects of melting has remained unclear. Here we show, within dislocation-mediated melting theory, that the free-energy condition for loop proliferation leads to a universal ratio between the energy of a minimal dislocation loop and the thermal energy at melting. For minimal dislocation loops that begin to proliferate at the onset of melting, this ratio takes the purely geometric value $\\mathcal{E}_* = E_{\\rm loop}/(k_B T_m) \\approx 25.1$, independent of elastic moduli and chemistry-dependent details. This result provides a microscopic explanation for recent empirical findings by Lunkenheimer \\emph{et al.}, who identified a closely related universal energy scale $\\approx 24.6$ from viscosity data. The same framework also rationalizes the empirical $2/3$ rule relating the glass-transition and melting temperatures."}, {"id": "c869", "text": "Clever Materials: When Models Identify Good Materials for the Wrong Reasons : Machine learning can accelerate materials discovery. Models perform impressively on many benchmarks. However, strong benchmark performance does not imply that a model learned chemistry. I test a concrete alternative hypothesis: that property prediction can be driven by bibliographic confounding. Across five tasks spanning MOFs (thermal and solvent stability), perovskite solar cells (efficiency), batteries (capacity), and TADF emitters (emission wavelength), models trained on standard chemical descriptors predict author, journal, and publication year well above chance. When these predicted metadata (\"bibliographic fingerprints\") are used as the sole input to a second model, performance is sometimes competitive with conventional descriptor-based predictors. These results show that many datasets do not rule out non-chemical explanations of success. Progress requires routine falsification tests (e.g., group/time splits and metadata ablations), datasets designed to resist spurious correlations, and explicit separation of two goals: predictive utility versus evidence of chemical understanding."}, {"id": "c870", "text": "A Unified Formulation for $\\langle \\hat{S}^2 \\rangle $ in Two-Component TDDFT : Two-component linear-response time-dependent density functional theory (TDDFT) provides a unified framework that encompasses noncollinear excitations in noncollinear reference states, as well as both spin-conserving and spin-flip excitations in collinear reference states. In this work, we present a general formalism for evaluating the expectation value $\\langle \\hat{S}^2 \\rangle$ of electronically excited states obtained within two-component TDDFT. We then derive and analyze specialized forms of the resulting equations for collinear reference determinants, for which the two-component formalism decomposes into conventional spin-conserving and spin-flip TDDFT. The resulting working equations are systematically compared with previously proposed theoretical approaches. On the basis of our analysis, $\\langle \\hat{S}^2 \\rangle$ in the excited states is shown to arise from two distinct sources: (i) $\\langle \\hat{S}^2 \\rangle_0$ in the reference state and (ii) additional $\u0394\\langle \\hat{S}^2 \\rangle$ introduced by the excitation process itself. Finally, we evaluate the expectation value $\\langle \\hat{S}^2 \\rangle$ by performing two-component TDDFT calculations based on two-component DFT, unrestricted Kohn-Sham (UKS), and restricted open-shell Kohn-Sham (ROKS) reference states, respectively."}, {"id": "c871", "text": "Modelling the Index of Sustainable Economic Welfare (ISEW) and its response to policies : Given the challenge of achieving societal welfare in an environmentally sustainable way, the Index of Sustainable Economic Welfare (ISEW) has emerged as an alternative indicator of progress in response to critiques of Gross Domestic Product (GDP). The ISEW compares the benefits of economic activity with its social and environmental costs. So far, most studies empirically analyse the ISEW for past developments, while no studies have simulated the ISEW using a dynamic macroeconomic model. We address this important gap by incorporating the ISEW into COMPASS, an ecological macroeconomic model that features the Doughnut of biophysical boundaries and social thresholds. First, we analyse how the ISEW is affected by three social and environmental policies: a carbon tax, income redistribution, and working-time reduction. We find that the ISEW grows in all scenarios. The strongest improvement over business-as-usual arises when all policies are combined, while the individual policies mostly affect the ISEW positively. Only in the case of working-time reduction, the ISEW decreases. Our study underscores the benefit of dynamically modelling the ISEW for anticipating the net effect of multiple impulses and their interconnections on the indicator. Second, we explore how the ISEW compares to GDP and the Doughnut when evaluating social and environmental policies. Our results suggest that the ISEW is better than GDP at capturing their effects, but it omits the full environmental costs of growth. We argue that the Doughnut, with its comprehensive picture of biophysical boundaries and social thresholds, provides better guidance for policymakers striving for sustainable wellbeing."}, {"id": "c872", "text": "The economic alignment problem of artificial intelligence : Artificial intelligence (AI) is advancing exponentially and is likely to have profound impacts on human wellbeing, social equity, and environmental sustainability. Here we argue that the \"alignment problem\" in AI research is also an economic alignment problem, as developing advanced AI inside a growth-based system is likely to increase social, environmental, and existential risks. We show that post-growth research offers concepts and policies that could substantially reduce AI risks, such as by replacing optimisation with satisficing, using the Doughnut of social and planetary boundaries to guide development, and curbing systemic rebound with resource caps. We propose governance and business reforms that treat AI as a commons and prioritise tool-like autonomy-enhancing systems over agentic AI. Finally, we argue that the development of artificial general intelligence (AGI) may require a new economics, for which post-growth scholarship provides a strong foundation."}, {"id": "c873", "text": "Selecting representative community partitions under modularity degeneracy: the STAR method : Community detection based on modularity maximization is one of the most widely used approaches for uncovering mesoscale structures in complex networks. However, it is well known that the modularity function exhibits a highly degenerate optimization landscape: a large number of structurally distinct partitions attain close modularity values. This degeneracy raises issues of instability, reproducibility, and interpretability of the detected communities. We propose a simple and user-friendly post-processing method to address this problem by selecting a representative partition among the set of high-modularity solutions. The proposed approach is model-agnostic and can be applied a posteriori to the output of any modularity-based community detection algorithm. Rather than seeking the optimal partition in terms of modularity, our method aims to identify a solution that best represents the structural features shared across degenerate partitions. We compare our approach with consensus clustering methods, which pursue a similar objective, and show that the resulting partitions are highly consistent, while being obtained through a substantially simpler procedure that does not require additional optimization steps or external software packages. Moreover, unlike standard consensus clustering techniques, the proposed method can be applied to networks with both positive and negative edge weights, making it suitable for a wide range of applications involving signed networks and correlation-based systems, such as social, financial, and neuroscience networks. Overall, the method provides a practical and robust tool for handling degeneracy in modularity-based community detection, combining simplicity with broad applicability across different types of networks and real-world problems."}, {"id": "c874", "text": "Can ranked-choice voting elect the least popular candidate? : We analyze how frequently instant runoff voting (IRV) selects the weakest (or least popular) candidate in three-candidate elections. We consider four definitions of ``weakest candidate'': the Borda loser, the Bucklin loser, the candidate with the most last-place votes, and the candidate with minimum social utility. We determine the probability that IRV selects the weakest candidate under the impartial anonymous culture and impartial culture models of voter behavior, and use Monte Carlo simulations to estimate these probabilities under several spatial models. We also examine this question empirically using a large dataset of real elections. Our results show that IRV can select the weakest candidates under each of these definitions, but such outcomes are generally rare. Across most models, the probability that IRV elects a given type of weakest candidate is at most 5\\%. Larger probabilities arise only when the electorate is extremely polarized."}, {"id": "c875", "text": "Network Effects in Corporate Emissions: Evidence from a Data-Dependent Spatial Panel Model : We study spillover effects in corporate toxic emissions using a heterogeneous panel network of U.S. industrial facilities from 2000-2023. Rather than imposing a network structure a priori, we uncover an unobserved web of influence directly from the data using recent advances in high-dimensional network econometrics. Indirect effects transmitted through the estimated network account for about 28% of the total impact of key firm balance-sheet characteristics. By contrast, distance-based networks generate no statistically discernible spillovers, while a priori firm- or industry-based networks substantially overstate within-group spillins relative to the data-driven network. These findings show that who is linked to whom, and with what strength, matters critically for assessing systemic environmental risk and for designing targeted regulation. Methodologically, the paper provides a flexible framework for quantifying facility-level emissions spillovers and their consequences in financial and policy settings."}, {"id": "c876", "text": "Can Interest-Bearing Positions Solve the Long-Horizon Problem in Prediction Markets? : Prediction markets suffer from reduced liquidity and price accuracy for long-horizon events due to the opportunity cost of committed capital. Recently, major platforms have introduced interest-bearing positions to mitigate this \"long-horizon problem.\" I evaluate this policy using agent-based simulations with large language model (LLM) traders in a 2 x 2 factorial design, varying time horizon (4 days vs. 2 years) and the presence of interest. While long horizons degrade accuracy, the observed pricing bias (0.72 percentage points) is significantly smaller than theoretical and prior empirical estimates. Paying interest eliminates approximately 83% of the horizon effect on accuracy and more than triples market participation (from 17% to 62% of wealth). These findings suggest the long-horizon problem may be overstated in existing literature and that interest-bearing positions are a highly effective intervention, primarily by incentivizing participation rather than correcting bias."}, {"id": "c877", "text": "Some Simple Economics of AGI : For millennia, human cognition was the primary engine of progress on Earth. As AI decouples cognition from biology, the marginal cost of measurable execution falls to zero, absorbing any labor capturable by metrics--including creative, analytical, and innovative work. The binding constraint on growth is no longer intelligence but human verification bandwidth: the capacity to validate, audit, and underwrite responsibility when execution is abundant. We model the AGI transition as the collision of two racing cost curves: an exponentially decaying Cost to Automate and a biologically bottlenecked Cost to Verify. This structural asymmetry widens a Measurability Gap between what agents can execute and what humans can afford to verify. It also drives a shift from skill-biased to measurability-biased technical change. Rents migrate to verification-grade ground truth, cryptographic provenance, and liability underwriting--the ability to insure outcomes rather than merely generate them. The current human-in-the-loop equilibrium is unstable: eroded from below as apprenticeship collapses (Missing Junior Loop) and from within as experts codify their obsolescence (Codifier's Curse). Unverified deployment becomes privately rational--a Trojan Horse externality. Unmanaged, these forces pull toward a Hollow Economy. Yet by scaling verification alongside agentic capabilities, the forces that threaten collapse become the catalyst for unbounded discovery and experimentation--an Augmented Economy. We derive a practical playbook for individuals, companies, investors, and policymakers. Today's defining challenge is not the race to deploy the most autonomous systems; it is the race to secure the foundations of their oversight. Only by scaling our bandwidth for verification alongside our capacity for execution can we ensure that the intelligence we have summoned preserves the humanity that initiated it."}, {"id": "c878", "text": "Intelligence Without Integrity: Why Capable LLMs May Undermine Reliability : As LLMs become embedded in research workflows and organizational decision processes, their effect on analytical reliability remains uncertain. We distinguish two dimensions of analytical reliability -- intelligence (the capacity to reach correct conclusions) and integrity (the stability of conclusions when analytically irrelevant cues about desired outcomes are introduced) -- and ask whether frontier LLMs possess both. Whether these dimensions trade off is theoretically ambiguous: the sophistication enabling accurate analysis may also enable responsiveness to non-evidential cues, or alternatively, greater capability may confer protection through better calibration and discernment. Using synthetically generated data with embedded ground truth, we evaluate fourteen models on a task simulating empirical analysis of hospital merger effects. We find that intelligence and integrity trade off: frontier models most likely to reach correct conclusions under neutral conditions are often most susceptible to shifting conclusions under motivated framing. We extend work on sycophancy by introducing goal-conditioned analytical sycophancy: sensitivity of inference to cues about desired outcomes, even when no belief is asserted and evidence is held constant. Unlike simple prompt sensitivity, models shift conclusions away from objective evidence in response to analytically irrelevant framing. This finding has important implications for empirical research and organizations. Selecting tools based on capability benchmarks may inadvertently select against the stability needed for reliable and replicable analysis."}, {"id": "c879", "text": "The Role of Family Support in the Well-Being of Older People: Evidence from Malaysia and Viet Nam : Demographics in Malaysia and Viet Nam are evolving rapidly, potentially disrupting traditional family support to older people. We estimate a set of Poisson random effects models with panel data from the Malaysia Ageing and Retirement Survey and the Viet Nam Aging Survey to analyze how living arrangements, marital status, and support from children influence the mental and physical health of older people. In Malaysia, having living children plays an important protective role for both mental and physical health, while living with a son appears to have a protective effect for physical health. Results are similar for Viet Nam, except older women, who are at greater risk of mental and physical health problems, appear to enjoy a greater protective effect for their mental health from a child living nearby than do men. Our analysis underscores the importance of social safety nets for the health of senior citizens living alone."}, {"id": "c880", "text": "Prevalence of Food and Housing Insecurity among Direct Support Professionals in New York : Background. Low earnings are associated with household insecurity. Direct Support Professionals (DSPs) provide support for people with intellectual and developmental disabilities, typically for wages close to state minimums, and may experience insecurity.\n Objective. The purpose of the study was to evaluate the prevalence of food and housing insecurity among DSPs.\n Methods. We conducted a statewide, cross-sectional survey of DSPs in New York State (2022-2023). Measures included detailed questions about food and housing insecurity. We used chi-square analyses and logistic regressions to examine relationships between insecurity and demographic characteristics as proxies for social determinants of health. A total of 4,503 DSPs responded to the survey. The analytic sample contained 2,766 respondents with complete data for all relevant variables.\n Results. Overall, 62.6% experienced food and/or housing insecurity, with over half of those respondents experiencing both. Insecurity was highest among DSPs with a disability (76.2%), DSPs of color (75.7%), and those with lower income (72.4%), but over 50% of DSPs across demographic groups experienced insecurity.\n Conclusions. The widespread insecurity this study demonstrates is an occupational hazard that reduces worker welfare. At the macro-level, household insecurity is a critical threat to the stability of the care and support delivery system. The human services sector is projected to grow rapidly in the future. If growth continues along low wage lines, it implies an equally rapid expansion of worker insecurity. Government action to raise pay and interventions that enhance food and housing security are needed to support workers in the care delivery system for people with intellectual and developmental disabilities."}, {"id": "c881", "text": "Disability, Job Satisfaction, and Workplace Accommodations: Evidence from the Healthcare Industry : Purpose. This paper examines the extent to which job satisfaction, requests for accommodations, and the likelihood of a request being granted vary by disability status. We further analyze whether being granted workplace accommodations moderates the relationship between work satisfaction and disability.\n Methods. We use a novel survey of healthcare workers centered on disability status, perceptions of work experiences, and the provision of accommodations. The data are used in a descriptive analysis and multiple regressions to examine the moderating effect of accommodations on the relationship between disability and indicators related to job satisfaction.\n Results. Results show that people with disabilities have more negative perceptions of their work experiences than people without disabilities. Although people with disabilities are more likely to request accommodations than people without disabilities, they are equally likely to have their requests wholly or partly granted. Regression results indicate that the negative relationships between disability status and most measures of work experience are largely eliminated when accounting for the disposition of accommodation requests. The main exception is turnover intentions, in which the adverse relationship with having a disability does not change even when an accommodation is granted. Partly granting accommodations is helpful only for some metrics of job experience.\n Conclusion. Our paper shows that fully granting accommodations can go a long way to closing the disability gap in job satisfaction between people with and without disabilities."}, {"id": "c882", "text": "A Mixed-Method Framework for Evaluating the Social Impact of Community Cooperation Projects in Developing Countries : Why do some community-cooperation projects catalyse participation through durable, resilient collaboration networks while others result in negligible impact and leave the local social fabric unchanged? We argue outcomes hinge on participation architecture: simple, visible routines -- onboarding help, templated tasks, lightweight contribution/benefit tracking -- that create easy ``entry portals'' and route work across clusters without heavy hierarchy. We introduce Project Intervention Response Analysis (PIRA), a mixed anthropological-network-analysis framework that compares observed community networks with counterfactual networks absent from project-induced ties. PIRA also adds a new egocentric metric to detect ``architectural alters'' -- latent facilitators and boundary spanners. We begin validating PIRA in a three-month field study in Pomerini, Tanzania, where NGOs coordinated citizens, associations, and specialists. Findings indicate that sociotechnical participation architectures -- not charismatic hubs -- underwrite durable coordination. PIRA offers a reusable method to link organizational design mechanisms to formal network signatures."}, {"id": "c883", "text": "Marriage and Divorce in Continuous Time : This paper reformulates the Greenwood and Guner (2009) marriage and divorce model in continuous time using the HACT methods of Achdou et al. (2022). Replacing the AR(1) match quality process with an Ornstein-Uhlenbeck process yields a tridiagonal generator, reducing the computational complexity of both the value function and stationary distribution calculations from quadratic to linear in the number of grid points. The continuous-time model closely replicates the discrete-time equilibrium across all key outcomes, including the share of married households, the marriage rate, and the divorce rate, while achieving substantial gains in computation time and memory usage."}, {"id": "c884", "text": "Janus-Faced Technological Progress and the Arms Race in the Education of Humans and Chatbots : We study the conditions under which technological advances, in combination with a lognormal wage distribution, incentivize agents into an inefficient educational arms race. Our model emphasizes that lognormal wage distributions imply that agents' wages increase exponentially in the level of their skill as well as in the level of technology. In turn, this exponential relation between skills, technology, and wages pressures agents into an exhausting race for the tails of the economy's skill distribution. Moreover, technological advances and overinvestment in education increase GDP and inequality, while welfare may decline. In an alternative interpretation, our model studies firms that invest in artificial intelligence of their chatbots and AI agents. For a wide range of specifications, firms, just like humans, have an incentive to choose corner solutions where investment is limited only by borrowing constraints."}, {"id": "c885", "text": "Integrating Predictive Models into Two-Sided Recommendations: A Matching-Theoretic Approach : Two-sided platforms must recommend users to users, where matches (termed \\emph{dates} in this paper) require mutual interest and activity on both sides. Naive ranking by predicted dating probabilities concentrates exposure on a small subset of highly responsive users, generating congestion and overstating efficiency. We model recommendation as a many-to-many matching problem and design integrators that map predicted login, like, and reciprocation probabilities into recommendations under attention constraints. We introduce \\emph{effective dates}, a congestion-adjusted metric that discounts matches involving overloaded receivers. We then propose \\emph{exposure-constrained deferred acceptance} (ECDA), which limits receiver exposure in terms of expected likes or dates rather than headcount. Using production-grade predictions from a large Japanese dating platform, we show in calibrated simulations that ECDA increases effective dates and receiver-side dating probability despite reducing total dates. A large-scale regional field experiment confirms these effects in practice, indicating that exposure control improves equity and early-stage matching efficiency without harming downstream engagement."}, {"id": "c886", "text": "Leap+Verify: Regime-Adaptive Speculative Weight Prediction for Accelerating Neural Network Training : We introduce Leap+Verify, a framework that applies speculative execution -- predicting future model weights and validating predictions before acceptance -- to accelerate neural network training. Inspired by speculative decoding in language model inference and by the Automatically Scalable Computation (ASC) architecture for program execution, Leap+Verify decomposes training into three dynamically detected regimes (chaotic, transition, stable) using activation-space cosine similarity as a real-time Lyapunov proxy signal. Within each regime, analytic weight predictors (momentum, linear, quadratic extrapolation) attempt to forecast model parameters K training steps ahead; predictions are accepted only when validated against a held-out loss criterion. We evaluate Leap+Verify on GPT-2 124M and Qwen 2.5-1.5B trained on WikiText-103 across five random seeds, sweeping prediction depth K in {5, 10, 25, 50, 75, 100}. Momentum-based prediction (Adam moment extrapolation) fails catastrophically at both scales, with predicted losses exceeding actuals by 100-10,000x -- a universal norm explosion in optimizer-state extrapolation. Finite-difference predictors (linear, quadratic) succeed where momentum fails: at 124M, they achieve 24% strict acceptance at K=5 in stable regimes; at 1.5B, they achieve 37% strict acceptance in transition regimes. The scale-dependent finding is in regime distribution: GPT-2 124M spends 34% of training in stable regime, while Qwen 1.5B spends 64% in chaotic regime and reaches stable in only 0-2 of 40 checkpoints. Larger models are more predictable when predictable, but less often predictable -- the practical bottleneck shifts from predictor accuracy to regime availability. Cross-seed results are highly consistent (less than 1% validation loss variance), and the three-regime framework produces identical phase boundaries (plus or minus 50 steps) across seeds."}, {"id": "c887", "text": "The dynamics of innovation diffusion: A survey of Bass-type models : This paper synthesises the existing research on the dynamics of innovation diffusion, with a focus on Bass-type models and their extensions. The theoretical foundation of innovation diffusion proposed by Rogers (1962) and the seminal work of Bass (1969) serve as a starting point for the analysis. We identify and examine various generalizations and stochastic extensions of the Bass model, including counting processes, diffusion processes, and uncertain processes, as well as parameter estimation techniques, from classical statistical techniques to more advanced techniques such as Bayesian filtering and metaheuristic optimisation. We finally explore alternative models of innovation diffusion, with a particular focus on agent-based models. This overview of the evolution of Bass-type models illustrates the progress made in innovation diffusion research over the past decades."}, {"id": "c888", "text": "Extension of the fusion power plant costing standard : This paper documents the work of the Clean Air Task Force (CATF) International Working Group (IWG) on Fusion Cost Analysis in 2024-2025, and the methodological extensions implemented in the CATF-supported branch of the pyFECONs fusion power-plant costing framework. Using the standards-aligned chart-of-accounts and physics-to-economics workflow established by ARPA-E. The IWG development reorganizes and deepens the framework around three architecture-defining cost-driver tracks for Magnetic Fusion Energy (MFE), Inertial Fusion Energy (IFE), and Magneto-Inertial Fusion Energy (MIFE). In particular, the generic driver placeholder in Account 22.1.3 is treated as a controlled swap-point and replaced by a full cost-account development for the dominant driver in each class, enabling auditable traceability from requirements and geometry to rolled-up plant costs. On top of this driver-centric foundation, we introduce a probabilistic costing layer that compounds materials price uncertainty, TRL-based maturity uncertainty, and learning-curve uncertainty into cost distributions. We then describe safety-informed costing that enumerates fusion-relevant hazards and maps mitigating systems, structures, and provisions into standardized accounts, together with scenario-parameterized regulatory and financial adders. Finally, we document expanded macroeconomic and finance parameterization and a value-metrics module that complements LCOE with investment and planning measures (NPV, IRR MIRR, revenue requirements, WACC-based annualization, and residual and follow-on value), all computed from the same COA-mapped outputs. Collectively, these additions convert a deterministic, standards-aligned costing backbone into an extensible analysis environment suitable for transparent sensitivity studies, uncertainty propagation, and safety- and finance-coupled interpretation of fusion pilot-plant and NOAK scenarios."}, {"id": "c889", "text": "Pentecostal Mayors, Sexual Education, and Teenage Pregnancy : A growing literature documents how religious institutions shape behavior through social influence, but less is known about what happens when religious movements gain political power and use the tools of government to advance their agenda. We use a regression discontinuity design on close mayoral elections in Brazil to show that mayors from parties institutionally tied to Pentecostal denominations increase teenage fertility 3 per 1,000 higher (a 40% increase). This effect appears for cohorts exposed to middle school during the administration. Consistent with a school-based mechanism, we find that the likelihood that municipal schools offer sexual education programs falls by 12.5 percentage points, with no changes in state schools outside mayoral control. We also find elevated STD rates, and higher middle school dropout rates, while slightly older cohorts show no effects. Results are not explained by changes in contraceptive availability in public clinics, pointing to sexual education as the primary mechanism. We also find no effects from other right-wing parties, indicating the importance of institutional links to Pentecostal parties."}, {"id": "c890", "text": "Political influence and corporate profits: a study of Hungarian firms : This paper investigates the extent of political rent seeking in Hungary in the 2010s. Political capitalism--where powerful private interests influence public policy for private gain--creates opportunities for rent seeking that vary across sectors. The analysis is based on a theoretical model assuming rent seeking occurs in a three-stage process: changes in economic institutions granting regulatory privileges, which are enhanced by political-business networks; this leads to scarcities, and increased market power in certain markets; which then generates rents. To quantify this, the study evaluates Hungarian political capitalism by examining the impact of political decisions on firms' rents, analysing the profit trends of the 1,000 largest Hungarian firms (selected annually by net sales) and comparing their mean profit share (earnings before tax) across two periods: 2008-2012 and 2019-2023. A significant increase in a sector's mean profit share was assumed to indicate increased rent seeking. Using Welch's two-sample t-tests, three sectors were identified as potentially experiencing increased rent seeking: agriculture, construction, and financial and insurance activities. Quantitative findings include a 320% increase in mean agricultural profit share (70% in mean ROA), a more than fivefold increase in construction mean profit share (mean ROA from 3.3% to 10.1%), and a more than 6.5 times increase in financial sector mean profit share. Furthermore, a similar Czech analysis showed no significant increases in any sector's profit share, suggesting that the detected rises in Hungarian sectors are linked to domestic activities rather than external factors, which strengthens the findings."}, {"id": "c891", "text": "Fiscal Limits to Protectionism: The 2025 U.S. Tariff Laffer Curve : We quantify the Tariff Laffer Curve for the U.S. using a multi-sector Ricardian model calibrated to the 2025 US trade war. We find revenue-maximizing tariffs of 20--30 percent and welfare-maximizing rates of 0--10 percent. We define the Marginal Fiscal Efficiency Index to partition tariffs into welfare-improving, trade-off, and revenue-decreasing regions. Expanding the trade war to more partners raises peak revenue even under retaliation, whereas coordinated retaliation sharply erodes welfare. By January 2026, 20 percent of U.S. tariffs exceed their Laffer peaks. Inverse-optimum estimation reveals diminished U.S. concern for foreign welfare, punitive treatment of China, and rising revenue motives."}, {"id": "c892", "text": "Stability Anchors and Risk Amplifiers: Tail Spillovers Across Stablecoin Designs : This paper investigates systemic risk transmission across stablecoin markets using Quantile Vector Autoregression (QVAR). Analyzing eight major stablecoins with day data coverage from 2021 to 2025, supplemented by minute-level event studies on three additional coins experiencing major depegs until 2025, we document three findings. First, stabilization mechanism dictates tail-risk behavior: fiat-backed stablecoins function as \"stability anchors\" with near-zero net spillovers across quantiles, while algorithmic and crypto-collateralized designs become risk amplifiers specifically under extreme market conditions. Second, the theoretical risk isolation between fiat and crypto markets breaks down during stress: direct volatility channels emerge between the US Dollar Index and Bitcoin that bypass stablecoin intermediation. Third, Forbes-Rigobon contagion tests across four depeg events show heterogeneous transmission: after adjusting for volatility, algorithmic stablecoins exhibit significant residual contagion while fiat-backed coins show flight-to-quality effects. These findings imply that uniform stablecoin regulation is inappropriate; regulatory capital buffers for extreme losses should be 2--3x higher for non-fiat-backed stablecoins than median-based measures indicate."}, {"id": "c893", "text": "Work from Home and Job Satisfaction: Differences by Disability Status among Healthcare Workers : Background: Many workers with disabilities face negative stereotypical attitudes, pay gaps, and a lack of respect in the workplace, contributing to substantially lower job satisfaction compared to people without disabilities. Work from home may help to increase job satisfaction for people with disabilities.\n Objective: This study analyzes how different measures of job satisfaction vary between people with and without disabilities, and the extent to which working from home moderates the relationship between disability and job satisfaction.\n Methods: We use multivariable regression analysis to examine if the ability to work from home moderates the relationship between disability and indicators related to job satisfaction. The dataset draws on a novel survey of healthcare professionals.\n Results: Results show that people with disabilities have relatively greater turnover intentions, lower sense of organizational commitment and support, weaker perceptions of openness and inclusion in the workplace, and worse relations with management and coworkers. Regressions indicate that working from home helps to improve most perceptions of work experiences but does so more for people without disabilities than for people with disabilities.\n Conclusions: The findings suggest that (a) some accommodations typically viewed as exceptions to meet the needs of people with disabilities have even greater benefits for the workforce at large and (b) because workers with and without disabilities benefit from remote work, we cannot expect those accommodations to close the gaps caused by inequities."}, {"id": "c894", "text": "Lies, Labels, and Mechanisms : We test whether lying aversion can steer equilibrium selection in mechanism design. In a principal-worker environment, the direct mechanism admits two dominant-strategy equilibria: the designer's target and a worker-optimal outcome. We show this limitation persists for all robust mechanisms, then ask whether framing misreports as explicit lies helps. We develop a 2X2 experiment that varies direct vs. extended mechanisms with implicit vs. explicit messages. We find that framing misreporting of type as an explicit lie shifts play away from the worker-optimal outcome toward truthful reporting, raising designer payoffs with minimal efficiency loss. These findings indicate that lying aversion is an effective lever for aligning behavior with social objectives."}, {"id": "c895", "text": "Can Wearable Exoskeletons Reduce Gender and Disability Gaps in the Construction Industry? : The share of construction trade jobs held by women and people with disabilities has remained stubbornly low in the face of chronic shortages of skilled labor. This study explores the potential of wearable assistive technologies to reduce these disparities. We use U.S. worker-level data to estimate employment and wage differences by gender and by mobility/strength impairments in construction and non-construction jobs. We also use occupational-level data to examine variations in workforce composition, physical skill requirements, and earnings across detailed construction occupations. Regression estimates indicate that being a woman and having strength and mobility impairments are associated with substantial employment and pay gaps in construction compared to non-construction jobs. Further analysis shows a high negative correlation between the representation of women and the ability levels required in those occupations. Finally, we discuss several wearable exoskeletons under development for people with upper-body and lower-body impairments, focusing on how these innovations could be integrated into construction jobs. These findings suggest that wearable exoskeletons that enhance manual dexterity, balance, and strength may improve the representation of women and people with disabilities in some of the higher-paying occupations in construction."}, {"id": "c896", "text": "AI as Coordination-Compressing Capital: Task Reallocation, Organizational Redesign, and the Regime Fork : Task-based models of AI and labor hold organizational structure fixed, analyzing how technology shifts task assignments within a given firm architecture. Yet emerging evidence shows firms flattening hierarchies in response to AI adoption -- a phenomenon these models cannot generate. We extend the task-based framework by introducing agent capital (K_A): AI systems that reduce coordination costs within organizations, expanding managerial spans of control and enabling endogenous task creation. We derive five propositions characterizing how coordination compression affects output, hierarchy, manager demand, wage dispersion, and the task frontier. The model generates a regime fork: depending on whether agent capital complements all workers broadly (general infrastructure) or high-skill managers disproportionately (elite complementarity), the same technology produces either broad-based productivity gains or superstar concentration, with sharply divergent distributional consequences. Numerical simulations with heterogeneous managers and workers across a 2x2 parameter space (elite complementarity x endogenous task creation) confirm sharp regime divergence: in settings where coordination compression substantially expands employment, economy-wide inequality falls in all regimes, but the rate of reduction is regime-dependent and the manager-worker wage gap widens universally. The distributional impact of AI hinges not on the technology itself but on the elasticity of organizational structure -- and on who controls that elasticity."}, {"id": "c897", "text": "Dutch Disease and the Resource Curse: The Progression of Views from Exchange Rates to Women's Agency and Well-Being : This article provides an overview of the history of economic thought on natural resource extraction, which has long been considered an enclave industry with few benefits for areas beyond the local economy. We focus on more recent scholarship examining the social impacts of natural resource extraction, emphasizing gender-related outcomes and determinants. An important lesson from this scholarship is that it is difficult to discuss sustainable development in its contemporary sense without paying due diligence to the gender dimensions of natural resource extraction. A lesson highlighted is that the \"resource curse\" view of natural capital may not be as pervasive as previously thought."}, {"id": "c898", "text": "A Decade of Public Procurement in Spain: A Longitudinal Open Dataset from the BOE (2014-2024) : This paper presents a longitudinal open dataset of Spanish public procurement extracted from the Official State Gazette (BOE) covering the period 2014-2024. The dataset integrates structured information on contracts, contracting authorities, suppliers, amounts, and procedures, enabling large-scale quantitative analysis of public procurement dynamics in Spain. We describe the data extraction and normalization pipeline, provide descriptive statistical analyses of temporal and sectoral trends, and discuss potential applications in transparency research, public policy evaluation, and computational social science. The dataset is released to facilitate reproducible research on public procurement and government contracting."}, {"id": "c899", "text": "Pricing Discrete and Nonlinear Markets With Semidefinite Relaxations : Nonconvexities in markets with discrete decisions and nonlinear constraints make efficient pricing challenging, often necessitating subsidies. A prime example is the unit commitment (UC) problem in electricity markets, where costly subsidies are commonly required. We propose a new pricing scheme for nonconvex markets with both discreteness and nonlinearity, by convexifying nonconvex structures through a semidefinite programming (SDP) relaxation and deriving prices from the relaxation's dual variables. When the choice set is bounded, we establish strong duality for the SDP, which allows us to extend the envelope theorem to the value function of the relaxation. This extension yields a marginal price signal for demand, which we use as our pricing mechanism. We demonstrate that under certain conditions-for instance, when the relaxation's right hand sides are linear in demand-the resulting lost opportunity cost is bounded by the relaxation's optimality gap. This result highlights the importance of achieving tight relaxations. The proposed framework applies to nonconvex electricity market problems, including for both direct current and alternating current UC. Our numerical experiments indicate that the SDP relaxations are often tight, reinforcing the effectiveness of the proposed pricing scheme. Across a suite of IEEE benchmark instances, the lost opportunity cost under our pricing scheme is, on average, 46% lower than that of the commonly used fixed-binary pricing scheme."}, {"id": "c900", "text": "Understanding Classical Decomposability of Inequality Measures: A Graphical Analysis : This paper's objective is pedagogical and interpretive. Namely, it gives a simple geometric analysis of classical (by which I mean population-share-weighted or income-share-weighted) inequality decomposability in the simplest nontrivial setting of three individuals. Income distributions in this case can be represented as points on the two-dimensional income-share simplex. In this representation, classical decomposability translates into concrete geometric restrictions of within- and between-group components. The geometric framework makes it possible to localize and compare violations of decomposability across inequality measures. The analysis is applied to the Mean Log Deviation, the Gini coefficient, the coefficient of variation, and the Theil index."}, {"id": "c901", "text": "Agent-based macroeconomics for the UK's Seventh Carbon Budget : In June 2026, the UK government will set its carbon budget for the period 2038 to 2042, the seventh such carbon budget (CB7) since the Climate Change Act became law in 2008. For the first time, this carbon budget will be accompanied by a macroeconomic assessment of its impact on growth, employment, inflation and inequality. Researchers from the Institute of New Economic Thinking (INET) Oxford are working in partnership with the Department for Energy Security and Net Zero to deliver this assessment using our data-driven macroeconomic agent-based model (ABM). This extended abstract presents the work in progress towards this pioneering policymaking using our data-driven macroeconomic ABM. We are conducting our work in three work packages. By the time of the workshop, we hope to be able to present preliminary findings from the first two work packages. In WP1, we adapt an existing macro-ABM prototype and build a UK macroeconomic baseline. The main task for this is initialising the model with suitable UK household microdata. We present the options considered and the approach settled upon. In WP2, we conduct preliminary modelling that represents UK decarbonisation as an external shock to financial flows and technical coefficients. In order to present results in time to influence the June 2026 policy decision, this second work package exogenously forces the ABM to follow the CB7 green investment and associated technological change projections provided by the Climate Change Committee. Finally, we will implement more sophisticated social and technological learning packages in WP3, building our own projections of likely decarbonisation pathways that may diverge from UK government plans. For the workshop, we will present the progress of WP1 and WP2."}, {"id": "c902", "text": "The unintended effects of universalizing social pensions: Evidence from Mexico : This paper examines the effects of the 2019 universalization of Mexico's Social Pension Program (PAM), one of the country's most expansive and politically salient social programs. The reform simultaneously increased the cash transfer and extended eligibility to all individuals aged 65 and over, regardless of income or contributory pension status. Using nationally representative data from the ENIGH and a triple-differences (DDD) identification strategy, we estimate the causal effect of the universalization on poverty and labor market outcomes. Our empirical approach exploits variation across time (pre- and post-reform), age (eligible vs. ineligible), and pension scheme status (non-contributory vs. contributory), allowing us to separate the effects of expanded eligibility from those of increased benefit levels. We find strong increases in take-up rates and no significant change in overall poverty rates, suggesting that many new beneficiaries were not economically vulnerable. However, we document a surprising increase in extreme poverty, concentrated among low-income elderly who responded to the reform by exiting the labor force. This reduction in labor supply, driven by a significant drop in employment among individuals in the bottom income quartile, suggests that the pension acted as a substitute for labor income rather than a supplement. Taken together, the results highlight the trade-offs inherent in universal pension programs: while broader access reduces administrative exclusion, extending transfers to economically secure individuals may dilute redistributive impacts and generate behavioral responses that offset potential welfare gains."}, {"id": "c903", "text": "How Well Are State-Dependent Local Projections Capturing Nonlinearities? : We evaluate how well state-dependent local projections recover true impulse responses in nonlinear environments. Using quadratic vector autoregressions as a laboratory, we show that linear local projections fail to capture any nonlinearities when shocks are symmetrically distributed. Popular state-dependent local projections specifications capture distinct aspects of nonlinearity: those interacting shocks with their signs capture higher-order effects, while those interacting shocks with lagged states capture state dependence. However, their gains over linear specifications are concentrated in tail shocks or tail states; and, for lag-based specifications, hinge on how well the chosen observable proxies the latent state. Our proposed specification-which augments the linear specification with a squared shock term and an interaction between the shock and lagged observables-best approximates the true responses across the entire joint distribution of shocks and states. An application to monetary policy reveals economically meaningful state dependence, whereas higher-order effects, though statistically significant, prove economically modest."}, {"id": "c904", "text": "Travel Time Prediction from Sparse Open Data : Travel time prediction is central to transport geography and planning's accessibility analyses, sustainable transportation infrastructure provision, and active transportation interventions. However, calculating accurate travel times, especially for driving, requires either extensive technical capacity and bespoke data, or resources like the Google Maps API that quickly become prohibitively expensive to analyze thousands or millions of trips necessary for metropolitan-scale analyses. Such obstacles particularly challenge less-resourced researchers, practitioners, and community advocates. This article argues that a middle-ground is needed to provide reasonably accurate travel time predictions without extensive data or computing requirements. It introduces a free, open-source minimally-congested driving time prediction model with minimal cost, data, and computational requirements. It trains and tests this model using the Los Angeles, California urban area as a case study by calculating naive travel times from open data then developing a random forest model to predict travel times as a function of those naive times plus open data on turns and traffic controls. Validation shows that this interpretable machine learning method offers a superior middle-ground technique that balances reasonable accuracy with minimal resource requirements."}, {"id": "c905", "text": "Buyer Commitment in Bilateral Bargaining: The Case of Online Japanese C2C Market : This paper studies bargaining when buyers can continue searching for alternative sellers while negotiating, which limits their commitment to complete a transaction. Using transaction level data from a Japanese online marketplace, I document frequent post-agreement nonpurchase and show that buyers who explicitly pledge immediate payment are more likely to have their offers accepted, renege less often, and complete transactions faster. I develop and estimate a dynamic bargaining model with buyer search and limited commitment. Counterfactuals that restrict search during bargaining show that increased buyer commitment can reduce total welfare. Sellers especially those with higher valuations benefit from the elimination of delays and walkaways and respond by raising list prices. This reduces buyer welfare by lowering the option value of search and increasing expected list prices. Platform revenue also declines because buyer behavior shifts away from counteroffers and negotiated prices fall."}, {"id": "c906", "text": "Endogenous Epistemic Weighting under Heterogeneous Information: Beyond Majority Rule : Collective decision-making can be viewed as the problem of aggregating multiple noisy information channels about an unknown state of the world. Classical epistemic justifications of majority rule rely on restrictive assumptions about the homogeneity and symmetry of these channels, which are often violated in realistic environments. This paper introduces the Epistemic Shared-Choice Mechanism (ESCM), a lightweight and auditable procedure that endogenously estimates issue-specific signal reliability and assigns bounded, decision-specific voting weights. Using central limit approximations, the paper provides an analytical comparison between ESCM and unweighted majority rule, showing how their relative epistemic performance depends on the distributional structure of information in the population, including unimodal competence distributions and segmented environments with informed minorities. The results indicate that endogenous and bounded epistemic weighting can improve collective accuracy by merging procedural and epistemic requirements."}, {"id": "c907", "text": "The Directions of Technical Change : Generative AI is directional: it performs well in some task directions and poorly in others. Knowledge work is directional and endogenous as well: workers can satisfy the same job requirements with different mixes of tasks. We develop a high-dimensional model of AI adoption in which a worker uses a tool when it raises their output. Both the worker and the AI tool can perform a variety of tasks, which we model as convex production possibility sets. Because the tool requires supervision from the worker's own time and attention budget, adoption is a team-production decision, similar to hiring a coworker. The key sufficient statistics are the worker's pre-AI shadow prices: these equal the output gain from a small relaxation in each task direction, and they generally differ from the worker's observed activity mix. As AI capability improves, the set of adopted directions expands in a cone centered on these autarky prices. Near the entry threshold, small capability improvements generate large extensive-margin expansions in adoption. The model also delivers a structured intensive margin: between the entry and all-in thresholds, optimal use is partial. We parametrize the model in a simple but flexible way that nests most existing task-based models of technical change."}, {"id": "c908", "text": "\"Unmatched\" From Skewed Births to a Structural Surplus of Grooms : Data on marriage flows are not available in most developing countries, making marriage market imbalance difficult to measure. Existing measures use crude fertility rates and do not account for early-life mortality, overstating the number of births surviving to marriageable ages. This paper develops the Surplus Groom Index to quantify marriage market imbalance under monogamy using census age structure, vital registration of births and deaths, and marriage timing data. The index incorporates effective fertility-total births adjusted for under-five mortality - to reflect actual cohort progression from birth to marriageable ages. This adjustment matters in settings where child mortality shapes the supply of marriage partners. Using India's 2011 Census data, we find that eleven percent of men aged 15-54 cannot marry due to bride shortage, approximately 39 million men. Marriage imbalance is widespread rather than regionally concentrated. Punjab records the highest deficit at 33 percent, but states considered demographically progressive show substantial imbalance: Kerala 18 percent, West Bengal 14 percent, Karnataka and Tamil Nadu 11 percent each. Declining fertility has produced smaller female cohorts unable to absorb male-heavy cohorts from earlier birth years. Balanced sex ratios at birth do not ensure marriage market equilibrium once fertility declines and marriage is delayed."}, {"id": "c909", "text": "Generative AI and the Reallocation of Time: Productivity, Leisure, and Fulfilling Work : Using a representative survey of Korean workers, we provide evidence on the adoption of Generative AI (GenAI) and how GenAI reallocates time at work. We find that 51.8\\% of workers use GenAI for work and GenAI reduces working time by 3.8\\%. However, these gains may not materialize in aggregate productivity statistics yet: the correlation between time savings and output changes is near zero. We show this disconnect arises because workers capture efficiency gains primarily as on-the-job leisure, rather than increasing their output. These findings suggest that standard productivity measures may understate AI's impact by missing non-pecuniary welfare channels."}, {"id": "c910", "text": "Scale and Capacity Limits in Decentralized FDA Food-Safety Enforcement : This paper asks whether regulatory monitoring exhibits nonlinear capacity limits as the scale and complexity of the regulated environment increase. Using a county--year panel of U.S. Food and Drug Administration (FDA) inspections merged with local establishment counts, we identify a sharp breakpoint: beyond a threshold scale, severe inspection findings rise while inspection effort per establishment flattens or declines. The threshold and the post-break deterioration vary across food-related industry groups and shift with proxies for local density and connectedness, consistent with monitoring becoming ``too big to monitor\" in more interconnected production environments rather than driven by simple reallocation or delay. Methodologically, we provide a portable breakpoint selection and piecewise-estimation framework that can be applied to other enforcement settings."}, {"id": "c911", "text": "Chaos and Misallocation under Price Controls : Price controls kill the incentive for arbitrage. We prove a Chaos Theorem: under a binding price ceiling, suppliers are indifferent across destinations, so arbitrarily small cost differences can determine the entire allocation. The economy tips to corner outcomes in which some markets are fully served while others are starved; small parameter changes flip the identity of the corners, generating discontinuous welfare jumps. These corner allocations create a distinct source of cross-market misallocation, separate from the aggregate quantity loss (the Harberger triangle) and from within-market misallocation emphasized in prior work. They also create an identification problem: welfare depends on demand far from the observed equilibrium. We derive sharp bounds on misallocation that require no parametric assumptions. In an efficient allocation, shadow prices are equalized across markets; combined with the adding-up constraint, this collapses the infinite-dimensional welfare problem to a one-dimensional search over a common shadow price, with extremal losses achieved by piecewise-linear demand schedules. Calibrating the bounds to station-level AAA survey data from the 1973-74 U.S. gasoline crisis, misallocation losses range from roughly 1 to 9 times the Harberger triangle."}, {"id": "c912", "text": "Labor Supply under Temporary Wage Increases: Evidence from a Randomized Field Experiment : We conduct a pre-registered randomized controlled trial to test for income targeting in labor supply decisions among sellers of a Swedish street paper. These workers face liquidity constraints, high income volatility, and discretion over hours. Treated individuals received a 25 percent bonus per copy sold for the duration of an issue, simulating an increase in earnings potential. Treated sellers sold more papers, worked longer hours, and took fewer days off. These findings contrast with studies on intertemporal labor supply that find small substitution effects. Notably, when we apply strategies similar to observational studies, we recover patterns consistent with income targeting."}, {"id": "c913", "text": "Exact Value Solution to the Equity Premium Puzzle : The aim of this article is to provide the solution to the equity premium puzzle without using calibrated values. Calibrated values of subjective time discount factor were used in the prior derived models because 4 variables were determined from 3 different equations. Furthermore, calculated values and risk behavior determination of prior models were compatible with empirical literature. 4 unknown variables are now calculated from 4 different equations in the new derived model in this article. Subjective time discount factor and coefficient of relative risk aversion are found 0.9581 and 1.0319, respectively from the system of equations which are compatible with empirical studies. Micro and macro studies about CRRA value affirm each other for the first time in the literature. Furthermore, equity and risk-free asset investors are pinned down to be insufficient risk-loving, which can be considered a type of risk-averse behavior. Hence it can be said that calculated values and risk attitude determination align with empirical literature. This shows that derived model is valid and make CCAPM work under the same assumptions with those of prior derived models."}, {"id": "c914", "text": "Ecosystem service demand relationship and trade-off patterns in urban parks across China : Urban parks play a vital role in delivering various essential ecosystem services that significantly contribute to the well-being of urban populations. However, there is quite a limited understanding of how people value these ecosystem services differently. Here, we investigated the relationships among nine ecosystem service demands in urban parks across China using a large-scale survey with 20,075 responses and a point-allotment experiment. We found particularly high preferences for air purification and recreation services at the expense of other services among urban residents in China. These preferences were further reflected in three distinct demand bundles: air purification-dominated, recreation-dominated, and balanced demands. Each bundle delineated a typical group of people with different representative characteristics. Socio-economic and environmental factors, such as environmental interest and vegetation coverage, were found to significantly influence the trade-off intensity among service demands. These results underscore the necessity for tailored urban park designs that address diverse service demands with the aim of enhancing the quality of urban life in China and beyond sustainably."}, {"id": "c915", "text": "Regularized Ensemble Forecasting for Learning Weights from Historical and Current Forecasts : Combining forecasts from multiple experts often yields more accurate results than relying on a single expert. In this paper, we introduce a novel regularized ensemble method that extends the traditional linear opinion pool by leveraging both current forecasts and historical performances to set the weights. Unlike existing approaches that rely only on either the current forecasts or past accuracy, our method accounts for both sources simultaneously. It learns weights by minimizing the variance of the combined forecast (or its transformed version) while incorporating a regularization term informed by historical performances. We also show that this approach has a Bayesian interpretation. Different distributional assumptions within this Bayesian framework yield different functional forms for the variance component and the regularization term, adapting the method to various scenarios. In empirical studies on Walmart sales and macroeconomic forecasting, our ensemble outperforms leading benchmark models both when experts' full forecasting histories are available and when experts enter and exit over time, resulting in incomplete historical records. Throughout, we provide illustrative examples that show how the optimal weights are determined and, based on the empirical results, we discuss where the framework's strengths lie and when experts' past versus current forecasts are more informative."}, {"id": "c916", "text": "Interpolation and Prewar-Postwar Output Volatility and Shock-Persistence Debate: A Closer Look and New Results : It is well established that the US prewar output was more volatile and less shock persistent than the postwar output. This is often attributed to the data interpolation employed to construct the prewar series. Our analytical results, however, indicate that commonly used linear interpolation has the opposite effect on shock persistence and volatility of a series - it increases shock persistence and reduces volatility. The surprising implication of this finding is that the actual differences between the volatility and shock persistence of the prewar and postwar output series are likely greater than the existing literature recognizes, and interpolation has dampened rather than magnified this difference. Consequently, the view that postwar output was more stable than prewar output because of the effectiveness of the postwar stabilization policies and institutional changes has considerable merit. Our results hold for parsimonious stationary and nonstationary time series commonly used to model macroeconomic time series"}, {"id": "c917", "text": "Racial Preferences at a Texas Medical School : Whether and how race is used in selective admissions remains a central question in higher education and civil rights law. In Students for Fair Admissions v. Harvard (2023), the Supreme Court held that race-based affirmative action in college admissions violates the Equal Protection Clause, purportedly ending the practice. This report examines admissions at a public medical school in the pre-SFFA period. Using applicant-level data on over 11,000 applications to Texas Tech University Health Sciences Center Medical School for the 2021 and 2022 cycles, I relate admission decisions to academic merit (MCAT, GPA, science GPA), race, gender, and situational judgment (Casper) scores. Summary statistics, academic-index decompositions, and logistic regression models provide strong evidence of racial preferences: African American and Hispanic applicants are preferred relative to academically similar White and Asian applicants. Counterfactual and preference-removal analyses quantify the magnitude of these disparities. The findings document the kind of race-based preferences that SFFA was meant to address and establish a baseline for assessing whether admissions practice changed after the decision."}, {"id": "c918", "text": "Designing a Token Economy: Incentives, Governance, and Tokenomics : In recent years, tokenomic systems, decentralized systems that use cryptographic tokens to represent value and rights, have evolved considerably. Growing complexity in incentive structures has expanded the applicability of blockchain beyond purely transactional use. Existing research predominantly examines token economies within specific use cases, proposes conceptual frameworks, or studies isolated aspects such as governance, incentive design, and tokenomics. However, the literature offers limited empirically grounded, end-to-end guidance that integrates these dimensions into a coherent, step-by-step design approach informed by concrete token-economy development efforts. To address this gap, this paper presents the Token Economy Design Method (TEDM), a design-science artifact that synthesizes stepwise design propositions for token-economy design across incentives, governance, and tokenomics. TEDM is derived through an iterative qualitative synthesis of prior contributions and refined through a co-designed case. The artifact is formatively evaluated via the Currynomics case study and additional expert interviews. Currynomics is an ecosystem that maintains the Redcurry stablecoin, using real estate as the underlying asset. TEDM is positioned as reusable design guidance that facilitates the analysis of foundational requirements of tokenized ecosystems. The specificity of the proposed approach lies in the focus on the socio-technical context of the system and early stages of its design."}, {"id": "c919", "text": "Behavioral Economics of AI: LLM Biases and Corrections : Do generative AI models, particularly large language models (LLMs), exhibit systematic behavioral biases in economic and financial decisions? If so, how can these biases be mitigated? Drawing on the cognitive psychology and experimental economics literatures, we conduct the most comprehensive set of experiments to date$-$originally designed to document human biases$-$on prominent LLM families across model versions and scales. We document systematic patterns in LLM behavior. In preference-based tasks, responses become more human-like as models become more advanced or larger, while in belief-based tasks, advanced large-scale models frequently generate rational responses. Prompting LLMs to make rational decisions reduces biases."}, {"id": "c920", "text": "Sign-Dependent Spillovers of Global Monetary Policy : This paper examines the sign-dependent international spillovers of Federal Reserve and European Central Bank monetary policy shocks. Using a consistent high-frequency identification of pure monetary policy shocks across 44 advanced and non-advanced economies and the methodology of Caravello and Martinez-Bruera, 2024, we document strong asymmetries in international transmission. Linear specifications mask these effects: contractionary shocks generate large and significant deteriorations in financial conditions, economic activity, and international trade abroad, while expansionary shocks yield little to no measurable improvement. Our results are robust across samples, identification strategies, and the framework proposed by Ben Zeev et al., 2023."}, {"id": "c921", "text": "Visual Milestone Planning in a Hybrid Development Context : This paper explains the Visual Milestone Planning (VMP) method using an agile vocabulary to facilitate its adoption by agile practitioners as a front end for a hybrid development process. VMP is a visual and collaborative planning approach which promotes a shared understanding of the work approach and commitment through the direct manipulation by team members of the reified planning constructs involved in the development of the plan. Once the product backlog has been established and relevant milestones identified, a novel construct called the milestone planning matrix is used to document the allocation of product backlog items to milestones. The milestones due dates are later determined by grouping sticky notes representing the work to be performed into time-boxes called work packages and accommodating them on a resource and time scaled scheduling canvas very much as it would be done in a Tetris game."}, {"id": "c922", "text": "From Restructuring to Stabilization: A Large-Scale Experiment on Iterative Code Readability Refactoring with Large Language Models : Large language models (LLMs) are increasingly used for automated code refactoring tasks. Although these models can quickly refactor code, the quality may exhibit inconsistencies and unpredictable behavior. In this article, we systematically study the capabilities of LLMs for code refactoring with a specific focus on improving code readability.\n We conducted a large-scale experiment using GPT5.1 with 230 Java snippets, each systematically varied and refactored regarding code readability across five iterations under three different prompting strategies. We categorized fine-grained code changes during the refactoring into implementation, syntactic, and comment-level transformations. Subsequently, we investigated the functional correctness and tested the robustness of the results with novel snippets.\n Our results reveal three main insights: First, iterative code refactoring exhibits an initial phase of restructuring followed by stabilization. This convergence tendency suggests that LLMs possess an internalized understanding of an \"optimally readable\" version of code. Second, convergence patterns are fairly robust across different code variants. Third, explicit prompting toward specific readability factors slightly influences the refactoring dynamics.\n These insights provide an empirical foundation for assessing the reliability of LLM-assisted code refactoring, which opens pathways for future research, including comparative analyses across models and a systematic evaluation of additional software quality dimensions in LLM-refactored code."}, {"id": "c923", "text": "An Empirical Study of Bugs in Modern LLM Agent Frameworks : LLM agents have been widely adopted in real-world applications, relying on agent frameworks for workflow execution and multi-agent coordination. As these systems scale, understanding bugs in the underlying agent frameworks becomes critical. However, existing work mainly focuses on agent-level failures, overlooking framework-level bugs. To address this gap, we conduct an empirical study of 998 bug reports from CrewAI and LangChain, constructing a taxonomy of 15 root causes and 7 observable symptoms across five agent lifecycle stages: 'Agent Initialization','Perception', 'Self-Action', 'Mutual Interaction' and 'Evolution'. Our findings show that agent framework bugs mainly arise from 'API misuse', 'API incompatibility', and 'Documentation Desync', largely concentrated in the 'Self-Action' stage. Symptoms typically appear as 'Functional Error', 'Crash', and 'Build Failure', reflecting disruptions to task progression and control flow."}, {"id": "c924", "text": "Proto-ML: An IDE for ML Solution Prototyping : Prototyping plays a critical role in the development of machine learning (ML) solutions, yet existing tools often provide limited support for effective collaboration and knowledge reuse among stakeholders. This paper introduces Proto-ML, an IDE designed to strengthen ML prototyping workflows. By addressing key deficiencies such as insufficient stakeholder involvement, limited cross-project knowledge reuse, and fragmented tool support, Proto-ML offers a unified framework that enables structured documentation of prototyping activities and promotes knowledge sharing across projects.\n The Proto-ML IDE consists of three extension bundles: prototype implementation, analysis, and knowledge management. These extensions support tasks ranging from evaluating prototype quality against defined criteria to incorporating stakeholder perspectives throughout the development process. Preliminary user feedback suggests that Proto-ML can increase prototyping efficiency and foster more transparent and reusable ML solution development."}, {"id": "c925", "text": "EditFlow: Benchmarking and Optimizing Code Edit Recommendation Systems via Reconstruction of Developer Flows : Large language models (LLMs) for code editing have achieved remarkable progress, yet recent empirical studies reveal a fundamental disconnect between technical accuracy and developer productivity. Despite their strong benchmark performance, developers complete tasks 19% slower when using AI assistance, with over 68.81% of recommendations disrupting their mental flow. This misalignment stems from the use of static commit snapshots that lack temporal information, causing models to optimize for end results rather than the incremental, context-sensitive steps that align with developers' natural reasoning process.\n To bridge this gap, we present EditFlow, which benchmarks and optimizes subsequent code edit recommendation systems through the reconstruction of developer editing flows. EditFlow addresses three key challenges. First, collecting edit-order data that reflects developers' flow is inherently difficult: manual annotation introduces prohibitive overhead, while development logs capture only single trajectories instead of all plausible editing flows. Second, benchmarking recommendation performance against developers' ongoing editing flow requires a digital-twin-like simulation that can faithfully simulate the editing process. Third, existing heterogeneous systems vary drastically in scale and architecture, posing challenges for developing a unified optimization strategy that endows all models with mental-flow awareness regardless of design or capability.\n ......"}, {"id": "c926", "text": "AkiraRust: Re-thinking LLM-aided Rust Repair Using a Feedback-guided Thinking Switch : Eliminating undefined behaviors (UBs) in Rust programs requires a deep semantic understanding to enable accurate and reliable repair. While existing studies have demonstrated the potential of LLMs to support Rust code analysis and repair, most frameworks remain constrained by inflexible templates or lack grounding in executable semantics, resulting in limited contextual awareness and semantic incorrectness. Here, we present AkiraRust, an LLM-driven repair and verification framework that incorporates a finite-state machine to dynamically adapt its detection and repair flow to runtime semantic conditions. AkiraRust introduces a dual-mode reasoning strategy that coordinates fast and slow thinking across multiple agents. Each agent is mapped to an FSM state, and a waveform-driven transition controller manages state switching, rollback decisions, and semantic check pointing, enabling context-aware and runtime-adaptive repair. Experimental results show that AkiraRust achieves about 92% semantic correctness and delivers a 2.2x average speedup compared to SOTA."}, {"id": "c927", "text": "Uncertainty Modeling for SysML v2 : Uncertainty is inherent in modern engineered systems, including cyber-physical systems, autonomous systems, and large-scale software-intensive infrastructures (such as microservice-based systems) operating in dynamic and partially observable environments. The recent publication of Precise Semantics for Uncertainty Modeling (PSUM) by the Object Management Group represents the first standardized specification for uncertainty modeling within the Model-Based Systems Engineering (MBSE) community, providing formally defined semantics for representing and reasoning about uncertainty in models. In parallel, the second version of Systems Modeling Language (SysML v2) was released as the next-generation systems modeling language, offering improved semantic rigor and reusability, yet lacking native constructs aligned with PSUM for first-class uncertainty representation. This paper proposes a systematic extension of SysML v2 that incorporates the PSUM metamodel into its modeling framework. The extension enables explicit specification of indeterminacy sources, structured characterization of uncertainties, and consistent propagation of uncertainty within system models, while preserving conformance with SysML v2 syntax and semantics. We validate the approach through seven case studies. Results demonstrate that the proposed extension (PSUM-SysMLv2) is expressive and applicable for uncertainty-aware MBSE, and potentially enables uncertainty and uncertainty propagation analyses."}, {"id": "c928", "text": "Structurally Aligned Subtask-Level Memory for Software Engineering Agents : Large Language Models (LLMs) have demonstrated significant potential as autonomous software engineering (SWE) agents. Recent work has further explored augmenting these agents with memory mechanisms to support long-horizon reasoning. However, these approaches typically operate at a coarse instance granularity, treating the entire problem-solving episode as the atomic unit of storage and retrieval. We empirically demonstrate that instance-level memory suffers from a fundamental granularity mismatch, resulting in misguided retrieval when tasks with similar surface descriptions require distinct reasoning logic at specific stages. To address this, we propose Structurally Aligned Subtask-Level Memory, a method that aligns memory storage, retrieval, and updating with the agent's functional decomposition. Extensive experiments on SWE-bench Verified demonstrate that our method consistently outperforms both vanilla agents and strong instance-level memory baselines across diverse backbones, improving mean Pass@1 over the vanilla agent by +4.7 pp on average (e.g., +6.8 pp on Gemini 2.5 Pro). Performance gains grow with more interaction steps, showing that leveraging past experience benefits long-horizon reasoning in complex software engineering tasks."}, {"id": "c929", "text": "From Ad-Hoc Scripts to Orchestrated Pipelines: Architecting a Resilient ELT Framework for Developer Productivity Metrics : Developer Productivity Dashboards are essential for visualizing DevOps performance metrics such as Deployment Frequency and Change Failure Rate (DORA). However, the utility of these dashboards is frequently undermined by data reliability issues. In early iterations of our platform, ad-hoc ingestion scripts (Cron jobs) led to \"silent failures,\" where data gaps went undetected for days, eroding organizational trust. This paper reports on our experience migrating from legacy scheduling to a robust Extract-Load-Transform (ELT) pipeline using Directed Acyclic Graph (DAG) orchestration and Medallion Architecture. We detail the operational benefits of decoupling data extraction from transformation, the necessity of immutable raw history for metric redefinition, and the implementation of state-based dependency management. Our experience suggests that treating the metrics pipeline as a production-grade distributed system is a prerequisite for sustainable engineering analytics."}, {"id": "c930", "text": "Validation of an analyzability model for quantum software: a family of experiments : The analyzability of hybrid software, which integrates both classical and quantum components, is a key factor in ensuring its maintainability and industrial adoption. This article presents the empirical validation, through a family of experiments, of the quantum component of a previously proposed hybrid software analyzability model based on the ISO/IEC 25010 standard. The experimental series consists of four studies involving participants with diverse profiles in both academic and professional settings. In these experiments, the model's ability to effectively measure the analyzability of quantum algorithms is assessed, and the relationship between the analyzability levels computed by the model and the participant's perceptions of the complexity of these algorithms is examined. The results indicate that the proposed model effectively distinguishes between quantum software components with varying levels of analyzability and aligns with human perception, reinforcing its validity in quantum computing."}, {"id": "c931", "text": "Automated Detection and Mitigation of Dependability Failures in Healthcare Scenarios through Digital Twins : Medical Cyber-Physical Systems (CPSs) integrating Patients, Devices, and healthcare personnel (Physicians) form safety-critical PDP triads whose dependability is challenged by system heterogeneity and uncertainty in human and physiological behavior. While existing clinical decision support systems support clinical practice, there remains a need for proactive, reliability-oriented methodologies capable of identifying and mitigating failure scenarios before patient safety is compromised. This paper presents M-GENGAR, a methodology based on a closed-loop Digital Twin (DT) paradigm for dependability assurance of medical CPSs. The approach combines Stochastic Hybrid Automata modeling, data-driven learning of patient dynamics, and Statistical Model Checking with an offline critical scenario detection phase that integrates model-space exploration and diversity analysis to systematically identify and classify scenarios violating expert-defined dependability requirements. M-GENGAR also supports the automated synthesis of mitigation strategies, enabling runtime feedback and control within the DT loop. We evaluate M-GENGAR on a representative use case study involving a pulmonary ventilator. Results show that, in 87.5% of the evaluated scenarios, strategies synthesized through formal game-theoretic analysis stabilize patient vital metrics at least as effectively as human decision-making, while maintaining relevant metrics 20% closer to nominal healthy values on average."}, {"id": "c932", "text": "MIP Candy: A Modular PyTorch Framework for Medical Image Processing : Medical image processing demands specialized software that handles high-dimensional volumetric data, heterogeneous file formats, and domain-specific training procedures. Existing frameworks either provide low-level components that require substantial integration effort or impose rigid, monolithic pipelines that resist modification. We present MIP Candy (MIPCandy), a freely available, PyTorch-based framework designed specifically for medical image processing. MIPCandy provides a complete, modular pipeline spanning data loading, training, inference, and evaluation, allowing researchers to obtain a fully functional process workflow by implementing a single method, $\\texttt{build_network}$, while retaining fine-grained control over every component. Central to the design is $\\texttt{LayerT}$, a deferred configuration mechanism that enables runtime substitution of convolution, normalization, and activation modules without subclassing. The framework further offers built-in $k$-fold cross-validation, dataset inspection with automatic region-of-interest detection, deep supervision, exponential moving average, multi-frontend experiment tracking (Weights & Biases, Notion, MLflow), training state recovery, and validation score prediction via quotient regression. An extensible bundle ecosystem provides pre-built model implementations that follow a consistent trainer--predictor pattern and integrate with the core framework without modification. MIPCandy is open-source under the Apache-2.0 license and requires Python~3.12 or later. Source code and documentation are available at https://github.com/ProjectNeura/MIPCandy."}, {"id": "c933", "text": "A Modular Multi-Document Framework for Scientific Visualization and Simulation in Java : This paper presents the design and implementation of a modular multi-document interface (MDI) framework for scientific visualization and simulation in the Java Virtual Machine (JVM) ecosystem. The framework emphasizes architectural separation between visualization layers, simulation engines, and optional hardware-accelerated 3D rendering. 3D functionality is isolated into a separate module to prevent unnecessary dependency coupling in 2D-only applications. We describe the core abstractions, threading model, simulation integration strategy, and dependency isolation approach. A case study involving a real-time 3D gas expansion simulation integrated with synchronized 2D entropy plotting demonstrates architectural cohesion. The framework is publicly available via Maven Central and targets long-lived scientific and engineering desktop applications."}, {"id": "c934", "text": "Toward an Agentic Infused Software Ecosystem : Fully leveraging the capabilities of AI agents in software development requires a rethinking of the software ecosystem itself. To this end, this paper outlines the creation of an Agentic Infused Software Ecosystem (AISE), that rests on three pillars. The first, of course, is the AI agents themselves, which in the past 5 years have moved from simple code completion and toward sophisticated independent development tasks, a trend which will only continue. The second pillar is the programming language and APIs (or tools) that these agents use to accomplish tasks, and increasingly, serve as the communication substrate that humans and AI agents interact and collaborate through. The final pillar is the runtime environment and ecosystem that agents operate within, and which provide the capabilities that programmatic agents use to interface with (and effect actions in) the external world. To realize the vision of AISE, all three pillars must be advanced in a holistic manner, and critically, in a manner that is synergistic for AI agents as they exist today, those that will exist in the future, and for the human developers that work alongside them."}, {"id": "c935", "text": "Unseen-Codebases-Domain Data Synthesis and Training Based on Code Graphs : In the context of newly release software frameworks, large language models (LLMs) often exhibit poor performance and a high rate of hallucination, as they are not exposed to such environments during training. Although inference-time augmentation techniques such as retrieval-augmented generation (RAG) can partially mitigate hallucinations, knowledge injection through prompting alone is insufficient to enable models to fully understand the intrinsic relationships among different components of a codebase, or to reason about the correct compositions and apply. Although explicit knowledge injection can be achieved through post-training, compared with public code domains, unseen codebases typically provide only source code and lack large volumes of high-quality, usage-oriented code that can be directly leveraged as training data. Consequently, existing data synthesis approaches are insufficient to adequately capture unseen codebases usage scenarios when restricted to source code alone. To address these challenges, we propose UCD-Training, a two-stage training framework for reasoning-aware data synthesis grounded in a code graph constructed from unseen codebases. UCD-Training first parses the source code to build a code graph, then conducts dependency-preserving continued pretraining (CPT) using file-level dependency data, followed by graph-grounded supervised fine-tuning (SFT) on three types of synthesized data augmented with explicit reasoning traces: (1) single-hop relation reasoning data, (2) compositional API reasoning data, and (3) codebase utilization data. We further introduce a new benchmark, UnseenCodeBench, for code generation on unseen codebases and conduct comprehensive experiments across multiple codebases."}, {"id": "c936", "text": "ToolMATH: A Math Tool Benchmark for Realistic Long-Horizon Multi-Tool Reasoning : We introduce \\ToolMATH, a math-grounded benchmark that evaluates tool-augmented language models in realistic multi-tool environments where the output depends on calling schema-specified tools and sustaining multi-step execution. It turns math problems into a controlled, correctness-checkable benchmark with tool sets, enabling systematic evaluation of model reliability under (1) large, overlapping tool catalogs and (2) the absence of the intended capability. \\ToolMATH provides actionable diagnostic evidence of failure modes in tool-augmented agents, helping identify the control mechanisms required for robustness. \\ToolMATH roughly contains 8k questions and 12k tools; we provide an additional hard-set \\ToolMATHHard with questions and tools. Our evaluation reveals that the key failure factor is due to the inability to reason, leading to the accumulation of intermediate results' errors and constrain later decisions. Tool-list redundancy do not simply add noise, but amplify small early deviations into irreversible execution drift. The benchmark highlights that when the intended capability is missing, distractor tools can sometimes serve as partial substitutes in solution paths, yet they can also mislead models into ungrounded tool trajectories. Finally, comparisons between tool-use protocols emphasize that improvements come less from local action selection and more from long-range plan coherence and disciplined use of observations."}, {"id": "c937", "text": "Agile V: A Compliance-Ready Framework for AI-Augmented Engineering -- From Concept to Audit-Ready Delivery : Current AI-assisted engineering workflows lack a built-in mechanism to maintain task-level verification and regulatory traceability at machine-speed delivery. Agile V addresses this gap by embedding independent verification and audit artifact generation into each task cycle. The framework merges Agile iteration with V-Model verification into a continuous Infinity Loop, deploying specialized AI agents for requirements, design, build, test, and compliance, governed by mandatory human approval gates. We evaluate three hypotheses: (H1) audit-ready artifacts emerge as a by-product of development, (H2) 100% requirement-level verification is achievable with independent test generation, and (H3) verified increments can be delivered with single-digit human interactions per cycle. A feasibility case study on a Hardware-in-the-Loop system (about 500 LOC, 8 requirements, 54 tests) supports all three hypotheses: audit-ready documentation was generated automatically (H1), 100% requirement-level pass rate was achieved (H2), and only 6 prompts per cycle were required (H3), yielding an estimated 10-50x cost reduction versus a COCOMO II baseline (sensitivity range from pessimistic to optimistic assumptions). We invite independent replication to validate generalizability."}, {"id": "c938", "text": "An LLM-driven Scenario Generation Pipeline Using an Extended Scenic DSL for Autonomous Driving Safety Validation : Real-world crash reports, which combine textual summaries and sketches, are valuable for scenario-based testing of autonomous driving systems (ADS). However, current methods cannot effectively translate this multimodal data into precise, executable simulation scenarios, hindering the scalability of ADS safety validation. In this work, we propose a scalable and verifiable pipeline that uses a large language model (GPT-4o mini) and a probabilistic intermediate representation (an Extended Scenic domain-specific language) to automatically extract semantic scenario configurations from crash reports and generate corresponding simulation-ready scenarios. Unlike earlier approaches such as ScenicNL and LCTGen (which generate scenarios directly from text) or TARGET (which uses deterministic mappings from traffic rules), our method introduces an intermediate Scenic DSL layer to separate high-level semantic understanding from low-level scenario rendering, reducing errors and capturing real-world variability. We evaluated the pipeline on cases from the NHTSA CIREN database. The results show high accuracy in knowledge extraction: 100% correctness for environmental and road network attributes, and 97% and 98% for oracle and actor trajectories, respectively, compared to human-derived ground truth. We executed the generated scenarios in the CARLA simulator using the Autoware driving stack, and they consistently triggered the intended traffic-rule violations (such as opposite-lane crossing and red-light running) across 2,000 scenario variations. These findings demonstrate that the proposed pipeline provides a legally grounded, scalable, and verifiable approach to ADS safety validation."}, {"id": "c939", "text": "SpecMind: Cognitively Inspired, Interactive Multi-Turn Framework for Postcondition Inference : Specifications are vital for ensuring program correctness, yet writing them manually remains challenging and time-intensive. Recent large language model (LLM)-based methods have shown successes in generating specifications such as postconditions, but existing single-pass prompting often yields inaccurate results. In this paper, we present SpecMind, a novel framework for postcondition generation that treats LLMs as interactive and exploratory reasoners rather than one-shot generators. SpecMind employs feedback-driven multi-turn prompting approaches, enabling the model to iteratively refine candidate postconditions by incorporating implicit and explicit correctness feedback, while autonomously deciding when to stop. This process fosters deeper code comprehension and improves alignment with true program behavior via exploratory attempts. Our empirical evaluation shows that SpecMind significantly outperforms state-of-the-art approaches in both accuracy and completeness of generated postconditions."}, {"id": "c940", "text": "A Case Study on Runtime Verification of a Continuous Deployment Process : We report our experience in applying runtime monitoring to a FluxCD-based continuous deployment (CD) process. Our target system consists of GitHub Actions, GitHub Container Registry (GHCR), FluxCD, and an application running on Kubernetes. We monitored its logs using SyMon. In our setting, we regard a deployment update as detected when FluxCD's polling log resolves the latest image tag. Through the case study, we found that FluxCD did not always detect a new image within five minutes after it was pushed to GHCR, whereas it always did so within ten minutes in the collected logs. Moreover, our results show that SyMon is fast enough for near-real-time monitoring in our setting."}, {"id": "c941", "text": "Codified Context: Infrastructure for AI Agents in a Complex Codebase : LLM-based agentic coding assistants lack persistent memory: they lose coherence across sessions, forget project conventions, and repeat known mistakes. Recent studies characterize how developers configure agents through manifest files, but an open challenge remains how to scale such configurations for large, multi-agent projects. This paper presents a three-component codified context infrastructure developed during construction of a 108,000-line C# distributed system: (1) a hot-memory constitution encoding conventions, retrieval hooks, and orchestration protocols; (2) 19 specialized domain-expert agents; and (3) a cold-memory knowledge base of 34 on-demand specification documents. Quantitative metrics on infrastructure growth and interaction patterns across 283 development sessions are reported alongside four observational case studies illustrating how codified context propagates across sessions to prevent failures and maintain consistency. The framework is published as an open-source companion repository."}, {"id": "c942", "text": "UAMTERS: Uncertainty-Aware Mutation Analysis for DL-enabled Robotic Software : Self-adaptive robots adjust their behaviors in response to unpredictable environmental changes. These robots often incorporate deep learning (DL) components into their software to support functionality such as perception, decision-making, and control, enhancing autonomy and self-adaptability. However, the inherent uncertainty of DL-enabled software makes it challenging to ensure its dependability in dynamic environments. Consequently, test generation techniques have been developed to test robot software, and classical mutation analysis injects faults into the software to assess the test suite's effectiveness in detecting the resulting failures. However, there is a lack of mutation analysis techniques to assess the effectiveness under the uncertainty inherent to DL-enabled software. To this end, we propose UAMTERS, an uncertainty-aware mutation analysis framework that introduces uncertainty-aware mutation operators to explicitly inject stochastic uncertainty into DL-enabled robotic software, simulating uncertainty in its behavior. We further propose mutation score metrics to quantify a test suite's ability to detect failures under varying levels of uncertainty. We evaluate UAMTERS across three robotic case studies, demonstrating that UAMTERS more effectively distinguishes test suite quality and captures uncertainty-induced failures in DL-enabled software."}, {"id": "c943", "text": "Quantifying the Expectation-Realisation Gap for Agentic AI Systems : Agentic AI systems are deployed with expectations of substantial productivity gains, yet rigorous empirical evidence reveals systematic discrepancies between pre-deployment expectations and post-deployment outcomes. We review controlled trials and independent validations across software engineering, clinical documentation, and clinical decision support to quantify this expectation-realisation gap. In software development, experienced developers expected a 24% speedup from AI tools but were slowed by 19% -- a 43 percentage-point calibration error. In clinical documentation, vendor claims of multi-minute time savings contrast with measured reductions of less than one minute per note, and one widely deployed tool showed no statistically significant effect. In clinical decision support, externally validated performance falls substantially below developer-reported metrics. These shortfalls are driven by workflow integration friction, verification burden, measurement construct mismatches, and systematic variation in who benefits and who does not. The evidence motivates structured planning frameworks that require explicit, quantified benefit expectations with human oversight costs factored in."}, {"id": "c944", "text": "PhantomRun: Auto Repair of Compilation Errors in Embedded Open Source Software : Continuous Integration (CI) pipelines for embedded software sometimes fail during compilation, consuming significant developer time for debugging. We study four major open-source embedded system projects, spanning over 4000 build failures from the project's CI runs. We find that hardware dependencies account for the majority of compilation failures, followed by syntax errors and build-script issues. Most repairs need relatively small changes, making automated repair potentially suitable as long as the diverse setups and lack of test data can be handled.\n In this paper, we present PhantomRun, an automated framework that leverages large language models (LLMs) to generate and validate fixes for CI compilation failures. The framework addresses the challenge of diverse build infrastructures and tool chains across embedded system projects by providing an adaptation layer for GitHub Actions and GitLab CI and four different build systems. PhantomRun utilizes build logs, source code, historical fixes, and compiler error messages to synthesize fixes using LLMs. Our evaluations show that PhantomRun successfully repairs up to 45% of CI compilation failures across the targeted projects, demonstrating the viability of LLM-based repairs for embedded-system CI pipelines."}, {"id": "c945", "text": "CodeCompass: Navigating the Navigation Paradox in Agentic Code Intelligence : Modern code intelligence agents operate in contexts exceeding 1 million tokens--far beyond the scale where humans manually locate relevant files. Yet agents consistently fail to discover architecturally critical files when solving real-world coding tasks. We identify the Navigation Paradox: agents perform poorly not due to context limits, but because navigation and retrieval are fundamentally distinct problems. Through 258 automated trials across 30 benchmark tasks on a production FastAPI repository, we demonstrate that graph-based structural navigation via CodeCompass--a Model Context Protocol server exposing dependency graphs--achieves 99.4% task completion on hidden-dependency tasks, a 23.2 percentage-point improvement over vanilla agents (76.2%) and 21.2 points over BM25 retrieval (78.2%).However, we uncover a critical adoption gap: 58% of trials with graph access made zero tool calls, and agents required explicit prompt engineering to adopt the tool consistently. Our findings reveal that the bottleneck is not tool availability but behavioral alignment--agents must be explicitly guided to leverage structural context over lexical heuristics. We contribute: (1) a task taxonomy distinguishing semantic-search, structural, and hidden-dependency scenarios; (2) empirical evidence that graph navigation outperforms retrieval when dependencies lack lexical overlap; and (3) open-source infrastructure for reproducible evaluation of navigation tools."}, {"id": "c946", "text": "MAS-FIRE: Fault Injection and Reliability Evaluation for LLM-Based Multi-Agent Systems : As LLM-based Multi-Agent Systems (MAS) are increasingly deployed for complex tasks, ensuring their reliability has become a pressing challenge. Since MAS coordinate through unstructured natural language rather than rigid protocols, they are prone to semantic failures (e.g., hallucinations, misinterpreted instructions, and reasoning drift) that propagate silently without raising runtime exceptions. Prevailing evaluation approaches, which measure only end-to-end task success, offer limited insight into how these failures arise or how effectively agents recover from them. To bridge this gap, we propose MAS-FIRE, a systematic framework for fault injection and reliability evaluation of MAS. We define a taxonomy of 15 fault types covering intra-agent cognitive errors and inter-agent coordination failures, and inject them via three non-invasive mechanisms: prompt modification, response rewriting, and message routing manipulation. Applying MAS-FIRE to three representative MAS architectures, we uncover a rich set of fault-tolerant behaviors that we organize into four tiers: mechanism, rule, prompt, and reasoning. This tiered view enables fine-grained diagnosis of where and why systems succeed or fail. Our findings reveal that stronger foundation models do not uniformly improve robustness. We further show that architectural topology plays an equally decisive role, with iterative, closed-loop designs neutralizing over 40% of faults that cause catastrophic collapse in linear workflows. MAS-FIRE provides the process-level observability and actionable guidance needed to systematically improve multi-agent systems."}, {"id": "c947", "text": "Carbon-Aware Governance Gates: An Architecture for Sustainable GenAI Development : The rapid adoption of Generative AI (GenAI) in the software development life cycle (SDLC) increases computational demand, which can raise the carbon footprint of development activities. At the same time, organizations are increasingly embedding governance mechanisms into GenAI-assisted development to support trust, transparency, and accountability. However, these governance mechanisms introduce additional computational workloads, including repeated inference, regeneration cycles, and expanded validation pipelines, increasing energy use and the carbon footprint of GenAI-assisted development. This paper proposes Carbon-Aware Governance Gates (CAGG), an architectural extension that embeds carbon budgets, energy provenance, and sustainability-aware validation orchestration into human-AI governance layers. CAGG comprises three components: (i) an Energy and Carbon Provenance Ledger, (ii) a Carbon Budget Manager, and (iii) a Green Validation Orchestrator, operationalized through governance policies and reusable design patterns."}, {"id": "c948", "text": "Towards Understanding Views on Combining Videos and Gamification in Software Engineering Training : Watching training videos passively leads to superficial learning. Adding gamification can increase engagement. We study how software engineering students and industry practitioners view gamifying video-based training. We conducted a survey with students and professionals. Students and professionals share similar perceptions toward video-based training in general and support combining gamification and video-based training. Our findings can inform the design of gamified training solutions for software engineers."}, {"id": "c949", "text": "Workflow-Level Design Principles for Trustworthy GenAI in Automotive System Engineering : The adoption of large language models in safety-critical system engineering is constrained by trustworthiness, traceability, and alignment with established verification practices. We propose workflow-level design principles for trustworthy GenAI integration and demonstrate them in an end-to-end automotive pipeline, from requirement delta identification to SysML v2 architecture update and re-testing. First, we show that monolithic (\"big-bang\") prompting misses critical changes in large specifications, while section-wise decomposition with diversity sampling and lightweight NLP sanity checks improves completeness and correctness. Then, we propagate requirement deltas into SysML v2 models and validate updates via compilation and static analysis. Additionally, we ensure traceable regression testing by generating test cases through explicit mappings from specification variables to architectural ports and states, providing practical safeguards for GenAI used in safety-critical automotive engineering."}, {"id": "c950", "text": "CodeHacker: Automated Test Case Generation for Detecting Vulnerabilities in Competitive Programming Solutions : The evaluation of Large Language Models (LLMs) for code generation relies heavily on the quality and robustness of test cases. However, existing benchmarks often lack coverage for subtle corner cases, allowing incorrect solutions to pass. To bridge this gap, we propose CodeHacker, an automated agent framework dedicated to generating targeted adversarial test cases that expose latent vulnerabilities in program submissions. Mimicking the hack mechanism in competitive programming, CodeHacker employs a multi-strategy approach, including stress testing, anti-hash attacks, and logic-specific targeting to break specific code submissions. To ensure the validity and reliability of these attacks, we introduce a Calibration Phase, where the agent iteratively refines its own Validator and Checker via self-generated adversarial probes before evaluating contestant code.Experiments demonstrate that CodeHacker significantly improves the True Negative Rate (TNR) of existing datasets, effectively filtering out incorrect solutions that were previously accepted. Furthermore, generated adversarial cases prove to be superior training data, boosting the performance of RL-trained models on benchmarks like LiveCodeBench."}, {"id": "c951", "text": "FuzzySQL: Uncovering Hidden Vulnerabilities in DBMS Special Features with LLM-Driven Fuzzing : Traditional database fuzzing techniques primarily focus on syntactic correctness and general SQL structures, leaving critical yet obscure DBMS features, such as system-level modes (e.g., GTID), programmatic constructs (e.g., PROCEDURE), advanced process commands (e.g., KILL), largely underexplored. Although rarely triggered by typical inputs, these features can lead to severe crashes or security issues when executed under edge-case conditions. In this paper, we present FuzzySQL, a novel LLM-powered adaptive fuzzing framework designed to uncover subtle vulnerabilities in DBMS special features. FuzzySQL combines grammar-guided SQL generation with logic-shifting progressive mutation, a novel technique that explores alternative control paths by negating conditions and restructuring execution logic, synthesizing structurally and semantically diverse test cases. To further ensure deeper execution coverage of the back end, FuzzySQL employs a hybrid error repair pipeline that unifies rule-based patching with LLM-driven semantic repair, enabling automatic correction of syntactic and context-sensitive failures. We evaluate FuzzySQL across multiple DBMSs, including MySQL, MariaDB, SQLite, PostgreSQL and Clickhouse, uncovering 37 vulnerabilities, 7 of which are tied to under-tested DBMS special features. As of this writing, 29 cases have been confirmed with 9 assigned CVE identifiers, 14 already fixed by vendors, and additional vulnerabilities scheduled to be patched in upcoming releases. Our results highlight the limitations of conventional fuzzers in semantic feature coverage and demonstrate the potential of LLM-based fuzzing to discover deeply hidden bugs in complex database systems."}, {"id": "c952", "text": "\"Write in English, Nobody Understands Your Language Here\": A Study of Non-English Trends in Open-Source Repositories : The open-source software (OSS) community has historically been dominated by English as the primary language for code, documentation, and developer interactions. However, with growing global participation and better support for non-Latin scripts through standards like Unicode, OSS is gradually becoming more multilingual. This study investigates the extent to which OSS is becoming more multilingual, analyzing 9.14 billion GitHub issues, pull requests, and discussions, and 62,500 repositories across five programming languages and 30 natural languages, covering the period from 2015 to 2025. We examine six research questions to track changes in language use across communication, code, and documentation. We find that multilingual participation has steadily increased, especially in Korean, Chinese, and Russian. This growth appears not only in issues and discussions but also in code comments, string literals, and documentation files. While this shift reflects greater inclusivity and language diversity in OSS, it also creates language tension. The ability to express oneself in a native language can clash with shared norms around English use, especially in collaborative settings. Non-English or multilingual projects tend to receive less visibility and participation, suggesting that language remains both a resource and a barrier, shaping who gets heard, who contributes, and how open collaboration unfolds."}, {"id": "c953", "text": "When AI Teammates Meet Code Review: Collaboration Signals Shaping the Integration of Agent-Authored Pull Requests : Autonomous coding agents increasingly contribute to software development by submitting pull requests on GitHub; yet, little is known about how these contributions integrate into human-driven review workflows. We present a large empirical study of agent-authored pull requests using the public AIDev dataset, examining integration outcomes, resolution speed, and review-time collaboration signals. Using logistic regression with repository-clustered standard errors, we find that reviewer engagement has the strongest correlation with successful integration, whereas larger change sizes and coordination-disrupting actions, such as force pushes, are associated with a lower likelihood of merging. In contrast, iteration intensity alone provides limited explanatory power once collaboration signals are considered. A qualitative analysis further shows that successful integration occurs when agents engage in actionable review loops that converge toward reviewer expectations. Overall, our results highlight that the effective integration of agent-authored pull requests depends not only on code quality but also on alignment with established review and coordination practices."}, {"id": "c954", "text": "Multi-CoLoR: Context-Aware Localization and Reasoning across Multi-Language Codebases : Large language models demonstrate strong capabilities in code generation but struggle to navigate complex, multi-language repositories to locate relevant code. Effective code localization requires understanding both organizational context (e.g., historical issue-fix patterns) and structural relationships within heterogeneous codebases. Existing methods either (i) focus narrowly on single-language benchmarks, (ii) retrieve code across languages via shallow textual similarity, or (iii) assume no prior context. We present Multi-CoLoR, a framework for Context-aware Localization and Reasoning across Multi-Language codebases, which integrates organizational knowledge retrieval with graph-based reasoning to traverse complex software ecosystems. Multi-CoLoR operates in two stages: (i) a similar issue context (SIC) module retrieves semantically and organizationally related historical issues to prune the search space, and (ii) a code graph traversal agent (an extended version of LocAgent, a state-of-the-art localization framework) performs structural reasoning within C++ and QML codebases. Evaluations on a real-world enterprise dataset show that incorporating SIC reduces the search space and improves localization accuracy, and graph-based reasoning generalizes effectively beyond Python-only repositories. Combined, Multi-CoLoR improves Acc@5 over both lexical and graph-based baselines while reducing tool calls on an AMD codebase."}, {"id": "c955", "text": "On the Variability of Source Code in Maven Package Rebuilds : Rebuilding packages from open source is a common practice to improve the security of software supply chains, and is now done at an industrial scale. The basic principle is to acquire the source code used to build a package published in a repository such as Maven Central (for Java), rebuild the package independently with hardened security, and publish it in some alternative repository. In this paper we test the assumption that the same source code is being used by those alternative builds. To study this, we compare the sources released with packages on Maven Central, with the sources associated with independently built packages from Google's Assured Open Source and Oracle's Build-from-Source projects. We study non-equivalent sources for alternative builds of 28 popular packages with 85 releases. We investigate the causes of non-equivalence, and find that the main cause is build extensions that generate code at build time, which are difficult to reproduce. We suggest strategies to address this issue."}, {"id": "c956", "text": "Compliance Management for Federated Data Processing : Federated data processing (FDP) offers a promising approach for enabling collaborative analysis of sensitive data without centralizing raw datasets. However, real-world adoption remains limited due to the complexity of managing heterogeneous access policies, regulatory requirements, and long-running workflows across organizational boundaries. In this paper, we present a framework for compliance-aware FDP that integrates policy-as-code, workflow orchestration, and large language model (LLM)-assisted compliance management. Through the implemented prototype, we show how legal and organizational requirements can be collected and translated into machine-actionable policies in FDP networks."}, {"id": "c957", "text": "Designing and Implementing a Comprehensive Research Software Engineer Career Ladder: A Case Study from Princeton University : Research Software Engineers (RSEs) have become indispensable to computational research and scholarship. The fast rise of RSEs in higher education and the trend of universities to be slow creating or adopting models for new technology roles means a lack of structured career pathways that recognize technical mastery, scholarly impact, and leadership growth. In response to an immense demand for RSEs at Princeton University, and dedicated funding to grow the RSE group at least two-fold, Princeton was forced to strategize how to cohesively define job descriptions to match the rapid hiring of RSE positions but with enough flexibility to recognize the unique nature of each individual position. This case study describes our design and implementation of a comprehensive RSE career ladder spanning Associate through Principal levels, with parallel team-lead and managerial tracks. We outline the guiding principles, competency framework, Human Resources (HR) alignment, and implementation process, including engagement with external consultants and mapping to a standard job leveling framework utilizing market benchmarks. We share early lessons learned and outcomes including improved hiring efficiency, clearer promotion pathways, and positive reception among staff."}, {"id": "c958", "text": "Mitigating \"Epistemic Debt\" in Generative AI-Scaffolded Novice Programming using Metacognitive Scripts : The democratization of Large Language Models (LLMs) has given rise to ``Vibe Coding,\" a workflow where novice programmers prioritize semantic intent over syntactic implementation. While this lowers barriers to entry, we hypothesize that without pedagogical guardrails, it is fundamentally misaligned with cognitive skill acquisition. Drawing on the distinction between Cognitive Offloading and Cognitive Outsourcing, we argue that unrestricted AI encourages novices to outsource the Intrinsic Cognitive Load required for schema formation, rather than merely offloading Extraneous Load. This accumulation of ``Epistemic Debt\" creates ``Fragile Experts\" whose high functional utility masks critically low corrective competence.\n To quantify and mitigate this debt, we conducted a between-subjects experiment (N=78) using a custom Cursor IDE plugin backed by Claude 3.5 Sonnet. Participants represented \"AI-Native\" learners across three conditions: Manual (Control), Unrestricted AI (Outsourcing), and Scaffolded AI (Offloading). The Scaffolded condition utilized a novel ``Explanation Gate,\" leveraging a real-time LLM-as-a-Judge framework to enforce a ``Teach-Back\" protocol before generated code could be integrated.\n Results reveal a ``Collapse of Competence\": while Unrestricted AI users matched the productivity of the Scaffolded group (p < .001 vs. Manual), they suffered a 77% failure rate in a subsequent AI-Blackout maintenance task, compared to only 39% in the Scaffolded group. Qualitative analysis suggests that successful vibe coders naturally engage in self-scaffolding, treating the AI as a consultant rather than a contractor. We discuss the implications for the maintainability of AI-generated software and propose that future learning systems must enforce Metacognitive Friction to prevent the mass production of unmaintainable code."}, {"id": "c959", "text": "Complex Event Processing in the Edge: A Combined Optimization Approach for Data and Code Placement : The increasing variety of input data and complexity of tasks that are handled by the devices of internet of things (IoT) environments require solutions that consider the limited hardware and computation power of the edge devices. Complex event processing (CEP), can be given as an example, which involves reading and aggregating data from multiple sources to infer triggering of important events. In this study, we balance the execution costs between different paths of the CEP task graph with a constrained programming optimization approach and improve critical path performance. The proposed approach is implemented as a Python library, allowing small-scale IoT devices to adaptively optimize code and I/O assignments and improve overall latency and throughput. The implemented library abstracts away the communication details and allows virtualization of a shared memory between IoT devices. The results show that optimizing critical path performance increases throughput and reduces delay across multiple devices during CEP operations."}, {"id": "c960", "text": "Towards Automated Page Object Generation for Web Testing using Large Language Models : Page Objects (POs) are a widely adopted design pattern for improving the maintainability and scalability of automated end-to-end web tests. However, creating and maintaining POs is still largely a manual, labor-intensive activity, while automated solutions have seen limited practical adoption. In this context, the potential of Large Language Models (LLMs) for these tasks has remained largely unexplored. This paper presents an empirical study on the feasibility of using LLMs, specifically GPT-4o and DeepSeek Coder, to automatically generate POs for web testing. We evaluate the generated artifacts on an existing benchmark of five web applications for which manually written POs are available (the ground truth), focusing on accuracy (i.e., the proportion of ground truth elements correctly identified) and element recognition rate (i.e., the proportion of ground truth elements correctly identified or marked for modification). Our results show that LLMs can generate syntactically correct and functionally useful POs with accuracy values ranging from 32.6% to 54.0% and element recognition rate exceeding 70% in most cases. Our study contributes the first systematic evaluation of LLMs strengths and open challenges for automated PO generation, and provides directions for further research on integrating LLMs into practical testing workflows."}, {"id": "c961", "text": "ComUICoder: Component-based Reusable UI Code Generation for Complex Websites via Semantic Segmentation and Element-wise Feedback : Multimodal Large Language Models (MLLMs) have demonstrated strong performance on the UI-to-code task, which aims to generate UI code from design mock-ups. However, when applied to long and complex websites, they often struggle with fragmented segmentation, redundant code generation for repetitive components, and frequent UI inconsistencies. To systematically investigate and address these challenges, we introduce ComUIBench, a new multi-page complex webpage benchmark with component annotations, designed to evaluate MLLMs' ability to generate reusable UI code in realistic website scenarios. Building upon this benchmark, we propose ComUICoder, a component-based UI code generation framework that emphasizes semantic-aware segmentation, code reuse, and fine-grained refinement. Specifically, ComUICoder incorporates (1) Hybrid Semantic-aware Block Segmentation for accurate UI semantic coherent block detection, (2) Visual-aware Graph-based Block Merge to consolidate structurally similar components within and across webpages for reusable implementation, and (3) Priority-based Element-wise Feedback to refine generated code and reduce element-level inconsistencies. Extensive experiments demonstrate that ComUICoder significantly improves overall generation quality and code reusability on complex multipage websites. Our datasets and code are publicly available at https://github.com/WebPAI/ComUICoder."}, {"id": "c962", "text": "DD-CAM: Minimal Sufficient Explanations for Vision Models Using Delta Debugging : We introduce a gradient-free framework for identifying minimal, sufficient, and decision-preserving explanations in vision models by isolating the smallest subset of representational units whose joint activation preserves predictions. Unlike existing approaches that aggregate all units, often leading to cluttered saliency maps, our approach, DD-CAM, identifies a 1-minimal subset whose joint activation suffices to preserve the prediction (i.e., removing any unit from the subset alters the prediction). To efficiently isolate minimal sufficient subsets, we adapt delta debugging, a systematic reduction strategy from software debugging, and configure its search strategy based on unit interactions in the classifier head: testing individual units for models with non-interacting units and testing unit combinations for models in which unit interactions exist. We then generate minimal, prediction-preserving saliency maps that highlight only the most essential features. Our experimental evaluation demonstrates that our approach can produce more faithful explanations and achieve higher localization accuracy than the state-of-the-art CAM-based approaches."}, {"id": "c963", "text": "Computing with many encoded logical qubits beyond break-even : High-rate quantum error correcting (QEC) codes encode many logical qubits in a given number of physical qubits, making them promising candidates for quantum computation. Implementing high-rate codes at a scale that both frustrates classical computing and improves performance by encoding requires both high fidelity gates and long-range qubit connectivity -- both of which are offered by trapped-ion quantum computers. Here, we demonstrate computations that outperform their unencoded counterparts in the high-rate $[[ k+2,\\, k,\\, 2 ]]$ iceberg quantum error detecting (QED) and $[[ (k_2 + 2)(k_1 + 2),\\, k_2k_1,\\, 4 ]]$ two-level concatenated iceberg QEC codes, using the 98-qubit Quantinuum Helios trapped-ion quantum processor. Utilizing new gadgets for encoded operations, we realize this \"beyond break-even\" performance with reasonable postselection rates across a range of fault-tolerant (FT) and partially-fault-tolerant (pFT) component and application benchmarks with between $48$ and $94$ logical qubits. These benchmarks include FT state preparation and measurement, QEC cycle benchmarking, logical gate benchmarking, GHZ state preparation, and a pFT quantum simulation of the three-dimensional $XY$ model of quantum magnetism. Additionally, we illustrate that postselection rates can be suppressed by increasing the code distance via concatenation. Our results represent state-of-the-art logical component and state fidelities and provide evidence that high-rate QED/QEC codes are viable on contemporary quantum computers for near-term beyond-classical-scale computation."}, {"id": "c964", "text": "Controlled jump in the Clifford hierarchy : We develop a simple and systematic route to higher levels of the qubit Clifford hierarchy by coherently controlling Clifford operations. Our approach is based on Pauli periodicity, defined for a Clifford unitary $U$ as the smallest integer $m\\ge 1$ such that $U^{2^{m}}$ is a Pauli operator up to phase. We prove a sharp controlled-jump rule showing that the controlled gate $CU$ lies strictly in level $m+2$ of the hierarchy, and equivalently that $CU$ lies in level $k$ if $U^{2^{k-2}}$ is Pauli while no smaller positive power of $U$ is Pauli. We further quantify the resources required to realize large level jumps in the Clifford hierarchy by proving an essentially tight upper bound on Pauli periodicity as a function of the number of qubits, which implies that accessing high hierarchy levels through controlled Cliffords requires a number of target qubits that grows exponentially with the desired level. We complement this limitation with explicit infinite families of Pauli-periodic Cliffords whose controlled versions achieve asymptotically optimal jumps. As an application, we propose a protocol for preparing logical catalyst states that enable logical $Z^{1/2^k}$ phase gates via phase kickback from a single jumped Clifford."}, {"id": "c965", "text": "Hybrid Consensus with Quantum Sybil Resistance : Sybil resistance is a key requirement of decentralized consensus protocols. It is achieved by introducing a scarce resource (such as computational power, monetary stake, disk space, etc.), which prevents participants from costlessly creating multiple fake identities and hijacking the protocol. Quantum states are generically uncloneable, which suggests that they may serve naturally as an unconditionally scarce resource. In particular, uncloneability underlies quantum position based-cryptography, which is unachievable classically. We design a consensus protocol that combines classical hybrid consensus protocols with quantum position verification as the Sybil resistance mechanism, providing security in the standard model, and achieving improved energy efficiency compared to hybrid protocols based on Proof-of-Work. Our protocol inherits the benefits of other hybrid protocols, namely the faster confirmation times compared to pure Proof-of-Work protocols, and resilience against the compounding wealth issue that plagues protocols based on Proof-of-Stake Sybil resistance. We additionally propose a spam prevention mechanism for our protocol in the Random Oracle model."}, {"id": "c966", "text": "Beyond Single-Shot Fidelity: Chernoff-Based Throughput Optimization in Superconducting Qubit Readout : Single-shot fidelity is the standard benchmark for superconducting qubit readout, but it does not directly minimize the total wall-clock time required to certify a quantum state. We formulate an information-theoretic description of dispersive readout that treats the measurement record as a stochastic communication channel and compute the classical Chernoff information governing the multi-shot error exponent using a trajectory model that incorporates T1 relaxation with full cavity memory. We find a consistent separation between the integration time that maximizes single-shot fidelity and the time that minimizes total certification time. For representative transmon parameters and hardware overheads, the throughput-optimal integration window is longer than the fidelity-optimal one, yielding certification speedups of approximately 9-11%, with the gain saturating near 1.13x in the high-readout-power and high-overhead regime. Comparing the extracted classical information to the Gaussian Chernoff limit defines an information-extraction efficiency metric and shows that typical dispersive schemes are limited to about 45% capture at short integration times by detection efficiency, decreasing to approximately 12% at the throughput-optimal integration time of approximately 1.22 us due to T1-induced trajectory smearing. This formulation connects readout calibration directly to the operational objective of minimizing certification time in high-throughput superconducting processors."}, {"id": "c967", "text": "Energy efficient optical tracking for space quantum communication : Power consumption is a critical constraint for CubeSat based quantum communication, where tracking systems often dominate the onboard power budget. We demonstrate an energy-efficient approach that enables reliable satellite tracking at substantially reduced beacon power by treating tracking as a weak-signal estimation task. Using a closed-loop system with fine steering mirrors and higher-order Kalman filters on ground, we can maintain stable tracking at a transmitted power equivalent to 34 mW over a -60 dB satellite to ground optical channel. Our results show that the resulting penalties on QKD bit error rates and signal-to-noise ratios are negligible, allowing for more efficient power allocation to quantum payloads in CubeSat missions."}, {"id": "c968", "text": "Time in gravitational subregions and in closed universes : What are gauge-invariant local observables in a subregion in quantum gravity? How does one even define such a subregion non-perturbatively? We study these questions in JT gravity. One can define a subregion by specifying the value of the dilaton at the boundary of the region. We study conformal matter correlators in such a subregion. There is a gravitational constraint associated with York time evolution within the causal diamond of the subregion. This constraint can be leveraged to construct gauge-invariant observables in quantum gravity, using a crossed product construction. The extrinsic curvature of Cauchy slices acts as the physical clock. This is a simple example of how gauge-invariant observables can be obtained by dressing to features of a spacetime (or other fields), without the need for introducing an external observer. The entropy associated with this algebra of observables is not an area, or any boundary term. We show that gravitational constraints only give boundary formulas for entropy when gauging isometric diffeomorphisms. York time flow is merely a conformal isometry, not an actual isometry, and thus leads to bulk contributions to entropy. We repeat our construction for Milne-type closed Big-Bang universes, which may be of independent interest."}, {"id": "c969", "text": "Exponential speedup in measurement property learning with post-measurement states : Learning properties of quantum states and channels is known to benefit from resources such as entangled operations, auxiliary qubits, and adaptivity, whereas the resource structure of measurement learning, namely, learning properties of quantum measurement operators, remains poorly understood. In this work, we identify a measurement learning task for which access limited to classical measurement outcomes leads to an exponential lower bound on the query complexity, established via a distinguishing task between a genuine quantum projective measurement and a purely classical random number generator. Remarkably, this hardness persists even when arbitrary entangled operations, auxiliary systems, and fully adaptive strategies are allowed, indicating that conventional resources for state and channel learning are ineffective in this task. In contrast, when access to the post-measurement quantum state is available, the same task can be solved with constant query complexity using a simple measuring-twice protocol, without requiring resources that are useful for state and channel learning. Our results reveal post-measurement states as a qualitatively new and decisive resource for measurement learning, suggesting potential implications for the design of practical quantum certification protocols."}, {"id": "c970", "text": "Trade-offs in Gauss's law error correction for lattice gauge theory quantum simulations : Gauss's law-based quantum error correction (GLQEC) offers a promising approach to reducing qubit overhead in lattice gauge theory simulations by leveraging built-in symmetries. For applications of GLQEC to 1+1D lattice quantum electrodynamics (QED), we identify two significant trade-offs. First, we prove via dimension-counting arguments that GLQEC requires periodic electric fields, thereby constraining the design space for lattice QED simulations. Second, we numerically compare GLQEC with a universal quantum error correction (UQEC) code, specifically the $d=3$ bitflip repetition code, and find that while GLQEC can achieve lower logical error rates in single-round error correction, it exhibits faster decoherence to the steady-state mixed ensemble under multiple rounds. The mixing speed penalty is manifest in observables of interest for both memory experiments and Hamiltonian evolution. We identify a mixing speed threshold, $p_{th}=0.277(2)$, above which using GLQEC exhibits even faster decoherence than without error correction. Our results highlight fundamental limitations of symmetry-based error correction schemes and inform corresponding constraints on formulations of lattice gauge theories compatible with error-robust quantum simulation techniques."}, {"id": "c971", "text": "Self-stabilized high-dimensional quantum key distribution on a metropolitan free-space link : Quantum communication technologies capable of operating reliably across heterogeneous optical channels are essential for scalable metropolitan quantum networks. Here we demonstrate high-dimensional time-bin-encoded quantum key distribution over a hybrid metropolitan link comprising 1.7 km free-space transmission and 685 m of optical fiber. Operating at a clock rate of 500 MHz in the C-band, we implement both 2- and 4-dimensional protocols, and obtain estimated secure finite-key rates of (95 +- 28) kbit/s for 4D at (25.0 +- 2.0) dB loss and (59 +- 27) kbit/s for 2D at (23.5 +- 2.3) dB loss. Crucially, we achieve continuous operation over 48 h in a fully self-referenced architecture: initial synchronization, interferometric phase stabilization, and long-term drift compensation are performed exclusively using the detected quantum signals, without auxiliary optical reference channels. Our results thus establish a practical and versatile platform for hybrid free-space-to-fiber quantum communication and show that the encoding dimensionality can be adapted to the optimal operating regime of realistic metropolitan channels, providing a pathway toward efficient, autonomous and deployable quantum network nodes."}, {"id": "c972", "text": "On the emergence of quantum mechanics from stochastic processes : The stochastic--quantum correspondence reinterprets quantum dynamics as arising from an underlying stochastic process on a configuration space. We generalize the correspondence by lifting an arbitrary stochastic kernel $\u0393$ in finite dimension to a map $\u03c6$ on $B(\\mathcal H)$, formulating the associated lift-compatibility relation, and giving an explicit dictionary between $\u0393$ and CPTP (Kraus) maps. We isolate Chapman--Kolmogorov divisibility of the lifted family as the decisive additional constraint: when a CK-consistent CPTP family exists, the lift admits a Lindblad master equation form. In this picture, off-diagonal (phase) degrees of freedom act as a compressed carrier of history dependence not fixed by transition kernels alone; conversely, the apparent emergence of quantum phase information from a phase-blind stochastic description is explained as a memory effect. Finally, we state and prove a divisibility criterion for the underlying stochastic kernels, expressed as a condition involving divisibility of the lifted map together with a diagonality requirement on the density operator."}, {"id": "c973", "text": "Quantum tomography for non-iid sources : Quantum state and process tomography are typically analyzed under the assumption that devices emit independent and identically distributed (i.i.d.) states or channels. In realistic experiments, however, noise, drift, feedback, or adversarial behavior violate this assumption. We show that projected least-squares tomography remains statistically optimal even under fully adaptive state and channel preparation. Specifically, we prove that the sample complexity for reconstructing the time-averaged state or channel matches the optimal i.i.d. scaling for non-adaptive, single-copy measurements. For rank-$r$ states, the sample complexity is $\\mathcal{O}(d r^2/\u03b5^2)$ to achieve accuracy $\u03b5$ in trace distance, while for process tomography it is $\\mathcal{O}(d^6/\u03b5^2)$ to achieve accuracy $\u03b5$ in diamond distance. Thus, dropping the i.i.d. assumption does not increase the fundamental sample complexity of quantum tomography, but only changes the interpretation of the reconstructed object."}, {"id": "c974", "text": "Noise-adaptive hybrid quantum convolutional neural networks based on depth-stratified feature extraction : Hierarchical quantum classifiers, such as quantum convolutional neural networks (QCNNs), represent recent progress toward designing effective and feasible architectures for quantum classification. However, their performance on near-term quantum hardware remains highly sensitive to noise accumulation across circuit depth, calling for strategies beyond circuit-architecture design alone. We propose a noise-adaptive hybrid QCNN that improves classification under noise by exploiting depth-stratified intermediate measurements. Instead of discarding qubits removed during pooling operations, we measure them and use the resulting outcomes as classical features that are jointly processed by a classical neural network. This hybrid hierarchical design enables noise-adaptive inference by integrating quantum intermediate measurements with classical post-processing. Systematic experiments across multiple circuit sizes and noise settings, including hardware-calibrated noise models derived from IBM Quantum backend data, demonstrate more stable convergence, reduced loss variability, and consistently higher classification accuracy compared with standard QCNNs. Moreover, we observe that this performance advantage significantly amplifies as the circuit size increases, confirming that the hybrid architecture mitigates the scaling limitations of standard architectures. Notably, the multi-basis measurement variant attains performance close to the noiseless limit even under realistic noise. While demonstrated for QCNNs, the proposed depth-stratified feature extraction applies more broadly to hierarchical quantum classifiers that progressively discard qubits."}, {"id": "c975", "text": "Prodiabatic Elimination: Higher Order Elimination of Fast Variables with Quantum Noise : We introduce the prodiabatic elimination, a powerful approximation technique that systematically extends the adiabatic elimination of fast degrees of freedom in light-matter coupled systems. Through a controlled expansion of operators, the prodiabatic elimination incorporates higher-order corrections and consistently includes noise contributions, leading to a significantly improved performance compared to standard adiabatic elimination. Importantly, it retains the simplicity and computational efficiency of the adiabatic elimination, making it convenient for practical applications. We demonstrate the approach on two setups: a driven dissipative Jaynes-Cummings model and a three-level system in a two-mode cavity that performs stimulated Raman adiabatic passage (STIRAP). These examples establish the prodiabatic elimination as a robust and broadly applicable tool for analyzing open quantum systems."}, {"id": "c976", "text": "Analysis of the action of conventional trapped-ion entangling gates in qudit space : Qudits, or multi-level quantum information carriers, present a promising path for scaling quantum computers. However, their use introduces increased complexity in quantum logic, necessitating careful control of relative phases between different qudit levels. In trapped-ion systems, entangling operations accumulate phases on specific levels that are no longer global, unlike in qubit architectures. Furthermore, the structure of multi-level gates becomes increasingly intricate with higher-dimensional Hilbert spaces. This work explores the theory of these additional entangling and non-entangling phases, accumulated in M\u00f8lmer--S\u00f8rensen and Light-shift gates. We propose methods to actively compensate for these phases, enhance gate robustness against parameter fluctuations, and simplify native gates for more efficient circuit decomposition. Our results pave the way toward the practical and scalable implementation of qudit-based quantum processors."}, {"id": "c977", "text": "Quantum Error Mitigation Simulates General Non-Hermitian Dynamics : While non-Hermitian Hamiltonians enable exotic dynamical phenomena, implementing their nonunitary time evolution on near-term quantum devices remains challenging. We propose a hardware-friendly protocol that simulates non-Hermitian dynamics without continuous monitoring. Gorini-Kossakowski-Sudarshan-Lindblad (GKSL) evolution via classical Gaussian white-noise averaging and to subsequently cancel the quantum-jump contribution at the level of the measured observable using stochastic quantum error mitigation (QEM). The scheme requires no ancillas or controlled time-evolution, while the mitigation layer uses only single-qubit operations. We validate the method through numerical simulations of a model with asymmetric hopping, interaction, and disorder. Our work provides a programmable and ancilla-free framework investigating exotic dynamics that are not completely-positive and trace-preserving using QEM."}, {"id": "c978", "text": "Deep squeezing or cooling the fluctuations of a parametric resonator using feedback : Here we analyze ways to achieve deep subthreshold parametric squeezing or cooling of a single degree-of-freedom parametric resonator enhanced by a lock-in amplifier feedback loop. Due to the feedback, the dynamics of the parametric resonator becomes more complex and a Hopf bifurcation at the instability threshold can occur. Initially, we calculate the phase-dependent gain of parametric amplification with feedback of an added ac signal. In one approach, we obtain the amplification gain approximately using two independent approaches: the averaging method and the harmonic balance method. We also obtain this gain more exactly using Floquet theory and Green's functions methods. The Hopf bifurcation was predicted by the harmonic balance method and by Floquet theory, but not by the averaging method. In our analysis of fluctuations, we Fourier analyze the response of the parametric resonator with feedback to an added white noise. We were able to calculate, in addition to the noise spectral density, the squeezing of fluctuations in this resonator with feedback. Very strong squeezing or cooling can occur. Deamplification and cooling occur near the Hopf bifurcation, whereas squeezing occurs near a saddle-node bifurcation."}, {"id": "c979", "text": "Generating large-scale Greenberger-Horne-Zeilinger-like states in lattice spin systems : Greenberger-Horne-Zeilinger (GHZ) state is a typical maximally entangled state which is pursued in both fundamental research and emerging quantum technologies. Preparing large-scale GHZ states in lattice spin systems is particularly appealing for quantum advantages, but conventional schemes face great challenges in scalability. Here we propose a universal and scalable scheme to generate large-scale GHZ-like states, which share similar entanglement and metrological properties with standard GHZ states, in lattice spin systems through global Floquet engineering. Our scheme requires only global operations and shows great advantage for large particle number. It is applicable to systems with arbitrary interaction ranges, offering a practical pathway for large-scale implementation of many-body entangled states in various systems."}, {"id": "c980", "text": "Imperfect Graphs from Unitary Matrices -- I : Matrix representations of quantum operators are computationally complete but often obscure the structural topology of information flow within a quantum circuit \\cite{nielsen2000}. In this paper, we introduce a generalized graph-theoretic framework for analyzing quantum operators by mapping unitary matrices to directed graphs; we term these structures \\emph{Imperfect Graphs} or more formally as \\emph{Topological Structure of Superpositions}(TSS) as a tool to devise better Quantum Algorithms. In this framework, we represent computational basis states as vertices. A directed edge exists between two vertices if and only if there is a non-zero amplitude transition between them, effectively mapping the support of the unitary operator. In this paper we deliberately discard probability amplitudes and phase information to isolate the connectivity and reachability properties of the operator. We demonstrate how TSS intuitively helps describe gates such as the Hadamard, Pauli-(X,Y,Z) gates, etc \\cite{nielsen2000}. This framework provides a novel perspective for viewing quantum circuits as discrete dynamical systems \\cite{childs2009,aharonov2001}\n Keywords: Quantum Algorithms, Unitary Matrix Approach, Topological Structure of Superpositions (TSS), Graph Theory"}, {"id": "c981", "text": "On some mathematical problems for open quantum systems with varying particle number : We derive the effective Hamiltonian $H - \u03bcN$ for open quantum systems with varying particle number from first principles within the framework of non-relativistic quantum statistical mechanics. We prove that under physically motivated assumptions regarding the size of the system and the range of the interaction, this form of the Hamiltonian is unique up to a constant. Our argument relies firstly on establishing a rigorous version of the surface-to-volume ratio approximation, which is routinely used in an empirical form in statistical mechanics, and secondly on showing that the Hilbert space for systems with varying particle number must be isomorphic to Fock space. Together, these findings provide a rigorous mathematical justification for the standard grand canonical formalism employed in statistical physics."}, {"id": "c982", "text": "Landscape-Similarity-Guided Optimization in QAOA : Across diverse synthetic and real-world interaction graphs, the variational landscapes of reduced Quantum Approximate Optimization Algorithm (QAOA) instances obtained via variable freezing exhibit a robust universality. Leveraging this structure, we introduce Doubly Optimized QAOA (DO-QAOA), which lowers runtime and quantum measurement overhead while maintaining a competitive approximation ratio gap (ARG). Adapting the replica-overlap framework of spin-glass physics, we define a landscape-overlap order parameter $q$ to quantify geometric correlations between energy landscapes, revealing a sharp landscape-similarity transition as graph connectivity is tuned. Notwithstanding this transition, the dominant convex features of nearly all conditioned sub-instances remain aligned across both phases. Exploiting this persistence, DO-QAOA collapses the nominal $2^m$ reduced instances generated by freezing $m$ qubits into $K = O(1)$ effective landscape classes, eliminating the exponential proliferation in $m$. By leveraging landscape structure, DO-QAOA provides a scalable route to hybrid quantum-classical optimization under realistic hardware constraints, with potential applicability across variational quantum algorithms."}, {"id": "c983", "text": "Revealing entanglement through local features of phase-space distributions : We formulate an infinite hierarchy of continuous-variable separability criteria in terms of quasiprobability distributions and their derivatives evaluated at individual points in phase space. Our approach is equivalent to the Peres--Horodecki criterion and sheds light on how distillable entanglement manifests in the phase-space picture. We demonstrate that already the lowest-order variant constitutes a powerful method for detecting the elusive non-Gaussian entanglement of relevant state families. Further, we devise a simple measurement scheme that relies solely on passive linear transformations and coherent ancillas. By strategically probing specific phase-space regions, our method offers clear advantages over existing techniques that rely on access to the full phase-space distributions."}, {"id": "c984", "text": "Secret Key Rate Limits in Coexisting Classical-Quantum Optical Links : Classical-quantum coexistence enables cost-effective transmission of data and quantum signals over the same fiber-optic channel. Nevertheless, weak quantum-key distribution (QKD) signals are susceptible to non-linear interference generated from the classical traffic, primarily spontaneous Raman scattering (SpRS) and four-wave-mixing (FWM), as well as to unfiltered noise. In QKD protocols, increased channel loss and excess noise both reduce the secret key rates (SKRs), as illustrated in this work for the two-state BB84 and Gaussian-modulated coherent-states (GMCS) protocols. In this study, we derive closed-form expressions for evaluating the accumulated interference power from coexisting classical signals in a quantum frequency channel. Our model enables effective design of classical-quantum systems in single-mode fibers (SMFs), capturing the evolution of interference arising from the relevant physical phenomena. We utilize the model to examine frequency allocation in multiband transmission systems, demonstrating that, contrary to common practice of allocating QKD channels in the O-band, increased SKR is achieved by placing quantum channels in the upper E-/lower S-band across the relevant scenarios."}, {"id": "c985", "text": "Tuning Wave-Particle Duality of Quantum Light by Generalized Photon Subtraction : Wave--particle duality is a hallmark of quantum mechanics. For bosonic systems, there exists a continuum of intermediate states bridging wave-like Schr\u00f6dinger cat states and particle-like Fock states. Such states have recently been recognized as valuable resources for enhancing fault-tolerant quantum computation (FTQC) with propagating light. Here we experimentally demonstrate tunable generation of these intermediate states by employing generalized photon subtraction (GPS). By detecting up to three photons from squeezed-light sources with a photon-number-resolving detector, we continuously control the balance between wave- and particle-like features. This approach allows us to construct a spectral family of quantum states with high generation rates, optimized according to the required fault-tolerance threshold. Our results establish GPS as a versatile toolbox for tailoring non-Gaussian resources, opening a pathway to efficient Gottesman--Kitaev--Preskill (GKP) qubit generation and addressing a central bottleneck in optical quantum computing."}, {"id": "c986", "text": "Entanglement recovery by reversing the effect of noise in quantum repeater : We propose a method to directly recover the degree of entanglement distributed by entanglement swapping in the presence of noise. Our approach introduces a reversing operation that probabilistically undoes the effect of amplitude damping or photon loss on a single entangled pair, enabling heralded recovery of entanglement. We demonstrate that entanglement can be substantially recovered even under strong noise, including parameter regimes where the distributed entanglement would otherwise vanish due to entanglement sudden death. We analyze the effectiveness of the protocol in two representative repeater models, i.e.,~two-way and one-way architectures and identify the optimal reversing strategy. Due to its heralded and single-copy nature, our protocol is readily compatible with other entanglement recovery techniques such as entanglement purification and distillation. Our work provides a practical and experimentally feasible way toward robust entanglement distribution in current and near-term quantum repeater architectures."}, {"id": "c987", "text": "Performance Comparison of QAOA Mixers for Ternary Portfolio Optimization : The Quantum Approximate Optimization Algorithm (QAOA) is a quantum algorithm proposed for Noisy Intermediate-Scale Quantum (NISQ) devices and is regarded as a promising approach to combinatorial optimization problems, with potential applications in the financial sector. In this study, we apply QAOA to the portfolio optimization problem, which is one of the central challenges in financial engineering. A portfolio consists of a combination of multiple assets, and the portfolio optimization problem aims to determine the optimal asset allocation by balancing expected return and risk. In the context of quantum optimization, portfolio optimization is often formulated using discrete variables. Unlike conventional binary formulations, we consider a ternary portfolio optimization problem that accounts for three states-holding, not holding, and short selling-and compare its performance using different mixer operators. Specifically, we implement QAOA with the standard mixer and several XY Mixers (XY Ring, XY Parity Ring, XY Full, and QAMPA), and conducted simulations using real data based on the German stock index (DAX 30) for portfolios consisting of 5 and 8 assets. Furthermore, we introduce noise based on a depolarizing channel to investigate the behavior of the algorithm in realistic environments. The results show that while XY Mixers exhibit superiority in noiseless settings, their advantage degrades in noisy environments, and the optimal choice of mixer depends on both the number of QAOA depths and the noise strength."}, {"id": "c988", "text": "Passive Environment-Assisted Quantum Communication : As quantum information systems mature, efficient and coherent transfer of quantum information through noisy channels becomes increasingly important. We examine how passive environment-assisted quantum communication enhances direct quantum information transfer efficiency. A bosonic pure-loss channel, modeled as transmission through a beam splitter with a vacuum input state at the dark port, has zero quantum capacity when transmissivity is below 50%. Quantum communication through the channel can be enhanced by passive environment assistance, achieved via the selection of an appropriate input state for the ancilla port. Although ideal Gottesman-Kitaev-Preskill (GKP) states enable perfect quantum information transmission at arbitrarily small transmissivity, they are challenging to realize experimentally. We therefore explore more experimentally accessible non-Gaussian ancilla states, such as Fock, cat, and squeezed cat states, and numerically determine the optimal encoding and decoding strategies. We also construct analytical schemes that yield high-fidelity transmission and good information rates."}, {"id": "c989", "text": "Efficient time-series prediction on NISQ devices via time-delayed quantum extreme learning machine : We proposed a time-delayed quantum extreme learning machine (TD-QELM) for efficient time-series prediction on noisy intermediate-scale quantum (NISQ) devices. By encoding multiple past inputs simultaneously, TD-QELM achieves shallow circuit depth independent of sequence length, thereby, mitigating noise accumulation and reducing computational complexity. Experiments using the NARMA benchmark on both noiseless simulations and IBM's 127-qubit processor demonstrate that TD-QELM consistently outperforms conventional quantum reservoir computing in prediction accuracy and noise robustness. These results highlight TD-QELM as a practical and scalable framework for time-series learning on current NISQ hardware."}, {"id": "c990", "text": "Momentum Diffusion, Decoherence and Drag Force on a Magnetic Nanoparticle : In this paper, we will provide a complete derivation of the decoherence rate for a magnetic nanoparticle in quantum superposition in the presence of the fluctuating electromagnetic field in a thermal background by using the fluctuation-dissipation theorem in the long-wavelength limit. The long-wavelength limit assumes that the superposition size is much smaller than the wavelength of the electromagentic filed fluctuations. We will extend this computation to two diamagnetic nanoparticles kept in quantum superposition adjacent to each other. We will also show how the drag force on a single nanoparticle arises from external electromagnetic-field fluctuations, and compare our results with those for the nanoparticle's dielectric properties."}, {"id": "c991", "text": "Optimized ancillary drive for fast Rydberg entangling gates : Reaching fast and robust two-qubit gates with low infidelities has been an outstanding challenge for the long-term goal of useful quantum computers. Typically, optimizing the pulse shapes can minimize the gate infidelity and improve its robustness to certain types of errors; yet it remains incapable of speeding up the gate execution time which is fundamentally restricted by the attainable Rabi frequency in a realistic setup. In this work, we develop a fast implementation of two-qubit CZ gates using optimized ancillary drive to enhance the two-photon Rabi frequency between the ground and Rydberg states.This ancillary drive can work in an error-robustness framework without increasing the original gate infidelity in the absence of the drive. Considering the experimentally feasible parameters for $^{87}$Rb atoms, we demonstrate that the execution time required for such CZ gates can be shortened by more than 30$\\%$ as compared to standard two-photon protocols arising the gate fidelity above 0.9954 by taking account of all relevant error sources. Our results reduce the high-power laser requirement and unlock the potential toward fast, high-fidelity quantum operations for large-scale quantum computation with neutral atoms."}, {"id": "c992", "text": "Universal Sample Complexity Bounds in Quantum Learning Theory via Fisher Information matrix : In this work, we show that the sample complexity (equivalently, the number of measurements) required in quantum learning theory within a general parametric framework, is fundamentally governed by the inverse Fisher information matrix. More specifically, we derive upper and lower bounds on the number of samples required to estimate the parameters of a quantum system within a prescribed small additive error and with high success probability under maximum likelihood estimation. The upper bound is governed by the supremum of the largest diagonal entry of the inverse Fisher information matrix, while the lower bound is characterized by any diagonal element evaluated at arbitrary parameter values. We then apply the general bounds to Pauli channel learning and to the estimation of Pauli expectation values in the asymptotic small-error regime, and recover the previously established sample complexity through considerably streamlined derivations. Furthermore, we identify the structural origin of exponential sample complexity in Pauli channel learning without entanglement and in Pauli expectation value estimation without quantum memory. We then extend the analysis to an error criterion based on the Euclidean distance between the true parameter values and their estimators. We derive the corresponding upper and lower bounds on the sample complexity, which are likewise characterized by the inverse Fisher information matrix. As an application, we consider Pauli expectation estimation with entangled probes. Finally, we highlight two fundamental contributions to quantum learning theory. First, we establish a systematic framework that determines the task-independent sample complexity under maximum-likelihood estimation. Second, we show that, in the small-error regime, learning sample complexity is governed by the inverse Fisher information matrix."}, {"id": "c993", "text": "Coupling nitrogen vacancy centers in silicon carbide to nanophotonic resonators : Silicon carbide (SiC) is a promising platform for scalable quantum technologies owing to its well-established, wafer-scale industrial processing. SiC also hosts a variety of optically active color centres including the nitrogen vacancy defect that has a spin-triplet ground state. However, strong phonon coupling in the infrared range limits photon extraction from these defects. Here, we use nanophotonic structures, specifically micro-pillar and micro-disk resonators, to enhance optical collection and spin-readout. The micro-pillar geometry yields a 4-fold increase in photon collection, accompanied by a 2.4-fold reduction in spectral noise in optically detected magnetic resonance measurements. Consequently, the magnetic field sensitivity is improved by 24%. The large mode volume of the micro-disk supports resonances spanning 1150-1250 nm, enabling broadband coupling to nitrogen vacancy emission lines. Our results demonstrate that fabrication of scalable photonic structures efficiently improves performance of silicon carbide color centers for integrated quantum light generation and sensing."}, {"id": "c994", "text": "Passive Synchronization of Nonlocal Franson Interferometry for Fiber-Based Quantum Networks Using Co-propagating Classical Clock Signals : We demonstrate a robust, high-visibility nonlocal Franson interferometry for fiber-based quantum networks by co-propagating a classical Radio-over-Fiber clock signal with energy-time entangled photon pairs in the same fiber. Utilizing cross-band allocation (O-band for classical, L-band for quantum signals), the spontaneous Raman scattering noise photons are effectively suppressed. At the same time, their environmental delay fluctuations remain highly correlated for common-mode noise cancellation, achieving a passive synchronization with picoseconds precision. Over 50 km of single-mode fiber, this co-propagation enables nonlocal quantum interference with a visibility of (88.35\\pm3.62)%, without relying on external dedicated timing infrastructure. This work provides a practical, scalable synchronization solution for metropolitan-scale entanglement-based quantum networks."}, {"id": "c995", "text": "Nonlinearity-Inhomogeneity Competition in Discrete-Time Quantum Walks : We investigate the interplay between nonlinearity and inhomogeneities in discrete-time quantum walks on one-dimensional lattices. Nonlinear effects are introduced through a Kerr-like, intensity-dependent local phase, while spatial and temporal inhomogeneities are implemented via random variations of the quantum gate operations. By analyzing typical quantities, such as the return probability and the participation function, we identify distinct quantum walking regimes as the nonlinear parameter $\u03c7$ and the quantum gate parameter $\u03b8$ are varied. Spatial inhomogeneities weaken nonlinear self-trapping and constrict the region of robust localization. In this process, partially localized regimes emerge, characterized by the coexistence of a confined core and dispersive wave-packet components. In contrast, temporal inhomogeneities act as time-dependent perturbations that continuously disrupt the phase coherence required for self-trapped excitation, thereby enhancing dispersive emission and promoting delocalization. By using $\u03c7$ versus $\u03b8$ diagrams, we display a comprehensive characterization of how inhomogeneities modify the stability and extent of prevailing dynamical regimes, elucidating the competition between nonlinearity and inhomogeneities in discrete-time quantum walks."}, {"id": "c996", "text": "On fully entangled fraction of arbitrary $d\\otimes d$ quantum states : We study the fully entangled fraction of quantum states based on the Bloch representation of density matrices. Analytical upper bounds on the fully entangled fraction are obtained for arbitrary $d\\otimes d$ bipartite systems. The fully entangled fractions for classes of $d\\otimes d$ quantum states are analytically derived. Detailed examples are given to illustrate the advantages of our results."}, {"id": "c997", "text": "Efimov Effect in Ultracold Microwave-Shielded Polar Molecules : A quantum-mechanical description is presented for the three-body physics of shielded dipolar molecules, including a prediction of observable Efimov physics. Despite the anisotropic and long-range nature of the interaction, shielding enables a regime in which universality emerges already at the two-body level and extends to the three-body sector, where Efimov physics emerges. On the negative side of the scattering-length resonance, computed trimer binding energies display the characteristic scaling expected for Efimov resonances. Finally, the sudden approximation can be used to create trimer bound states, starting from positive energy trap states as a way to create or detect these molecular trimers. Moreover, the three-body parameter expressed in dipolar units is found to be universal."}, {"id": "c998", "text": "Markovian Embeddings of Non-Markovian Open System Dynamics : Embedding non-Markovian open quantum dynamics into an enlarged Markovian space offers a powerful route to nonperturbative simulations, where the dynamics of the extended space can be governed by multiple distinct Markovian equations. We show that these distinct embeddings arise from different unravelings of Gaussian bath self-energies, generating a family of deterministic, time-local equations for the extended system. Using the Brownian-oscillator spectral density as an illustrative example, we clarify the relationships among existing approaches, including the Hierarchical Equations of Motion (HEOM) and the Lindblad--pseudomode formalism, and demonstrate how this framework enables numerically stable and efficient simulations. This work provides both a transparent theoretical foundation for embedding techniques and a flexible platform for developing new methods to simulate non-Markovian quantum dynamics."}, {"id": "c999", "text": "Natural Qubit Algebra: clarification of the Clifford boundary and new non-embeddability theorem : We introduce Natural Qubit Algebra (NQA), a compact real operator calculus for qubit systems based on a $2\\times2$ block alphabet $\\{I,X,Z,W\\}\\subset\\mathrm{Mat}(2,\\mathbb{R})$ and tensor-word representations. The resulting multiplication law induces a canonical $(\\mathbb{Z}_2)^{2m}$-grading with a bicharacter that controls commutation signs, placing the framework naturally within the theory of color-graded and Clifford-type algebras.\n Within this language, we provide: (i) an explicit real Clifford normal form for two-qubit operators via the identification $\\mathrm{Mat}(4,\\mathbb{R})\\cong\\mathrm{Cl}(2,2;\\mathbb{R})$; (ii) a purely algebraic reformulation of the Bell--CHSH scenario, where the quantum violation is expressed as a spectral non-embeddability of a noncommutative spinor algebra into any commutative Kolmogorov algebra; and (iii) compact factored representations of the Bernstein--Vazirani and Grover phase oracles, showing that both Clifford and non-Clifford examples can admit similarly structured symbolic descriptions.\n We clarify that Grover's iterate remains outside the Clifford group due to its continuous spectral rotation, consistent with the Gottesman--Knill theorem, while retaining a compact tensor-block form in NQA. The framework isolates spectral, algebraic, and syntactic aspects of operator structure, providing a graded operator language compatible with standard quantum mechanics."}, {"id": "c1000", "text": "Assessing quantum coherence in quantum annealers : Demonstrating genuine many-body quantum coherence in large-scale quantum processors remains a central challenge for near-term quantum technologies. Recent experiments on D-Wave quantum annealers have investigated quenches of Ising chains and observed defect densities that show Kibble-Zurek scaling, consistent with coherent quantum dynamics. However, identical scaling can arise from classical or thermal processes. Here we propose the use of many-body coherent oscillations (MBCO) as a diagnostic for the identification of system-wide coherence in analog quantum simulators. Solving the time-dependent Schrodinger equation, we show that quenches of a staggered one-dimensional Ising chain across a quantum critical point produce oscillatory signatures in defect observables. We implement this model on the D-Wave Advantage quantum annealer. Using fast-anneal protocols, we find that, although defect densities follow Kibble-Zurek scaling, the expected oscillatory behavior is absent. We demonstrate that static disorder associated with individual qubits is not likely responsible for the absence of MBCO. Modest modifications to annealing schedules can dramatically enhance oscillation visibility. This work gives a general roadmap for the search for quantum coherence in noisy, large-scale quantum platforms."}, {"id": "c1001", "text": "The Inverse Born Rule Fallacy: On the Informational Limits of Phase-Locked Amplitude Encoding : In Quantum Machine Learning (QML) and Quantum Finance, amplitude encoding is often motivated by its logarithmic storage capacity arXiv:1307.0411. This paradigm typically relies on the mapping $\u03c8= \\sqrt{P}$, treating the quantum state as a derivative of a classical probability distribution $P$. By restricting the data manifold to the positive real orthant $\\mathcal{S}^+$, the accessible Hilbert space is effectively abelianized, rendering the representation ``phase-deaf''. We rigorously establish that while $P$ is a projection of $|\u03c8|^2$, the simple square-root mapping fails to recover the non-commutative structure necessary for genuine quantum advantage in classification tasks. Furthermore, we clarify why applying basis changes (like Hadamard gates) to these states fails to replicate the computational power of active phase-kickback mechanisms. Finally, we advocate for Dynamical Hamiltonian Encoding (based on QIFT), where data generates non-commutative evolution rather than serving as a static, phase-locked vector."}, {"id": "c1002", "text": "Coherent Quantum Evaluation of Collider Amplitudes for Effective Field Theory Constraints : Precision measurements at electron-positron colliders provide stringent tests of the Standard Model and powerful probes of possible higher-dimensional interactions. We present a hybrid quantum-classical framework for computing leading-order helicity amplitudes for $e^+e^-\\to \\ell^+\\ell^-$ scattering on gate-based quantum hardware and using the resulting cross sections to constrain both Standard Model couplings and effective field theory operators. In our approach, external kinematics are encoded into single-qubit Weyl spinors, and full helicity amplitudes are reconstructed by coherently combining diagrammatic contributions within a single quantum circuit. Classical post-processing yields physical amplitudes and differential cross sections that can be directly compared with collider data. As a proof of concept, we compute unpolarised angular distributions and perform binned likelihood fits to precision electron-positron measurements. The extracted bounds are statistically consistent with Standard Model expectations, demonstrating that quantum-assisted amplitude evaluation can interface directly with phenomenological analyses and experimental data. This work establishes a concrete pathway toward applying quantum computing to precision collider physics and effective field theory studies."}, {"id": "c1003", "text": "Optical repumping and atom number balancing in a two-color MOT : We study a novel repumping transition for $^{88}$Sr atoms trapped in a 'blue' magneto-optical trap. We show that, while the repumping efficiency is about three orders of magnitude smaller than for traditional schemes, it is sufficient for recycling all atoms, provided the repumping laser beams are arranged to form a 'green' magneto- optical trap (MOT) helping to cool and confine the atoms and preventing their loss. Our main findings are: (i) that the green MOT configuration is able to trap 10 times more atoms in the blue MOT than using the green transition merely as a repump, and (ii) that the atom numbers in the two-color MOT can be balanced through experimental control parameters. The interest of this scheme lies in its capability of reaching low temperature and its suitability for continuous atomic beam generation."}, {"id": "c1004", "text": "ALP Dark Matter, Cosmological Magnetic Fields and the Direct Collapse Black Hole Formation Scenario : Assuming that dark matter is an ultralight pseudoscalar particle which couples to electromagnetism like an axion (an ALP), we demonstrate that the coupling of the cosmological magnetic field produced by the ALP field oscillations to the primordial dark matter fluctuations yields a spectrum of gauge field fluctuations which can produce a sufficient flux of Lyman-Werner photons to enable the Direct Collapse Black Hole formation scenario. The induced flux is consistent with the bounds on the excess flux of radio photons from ARCADE2 and EDGES measurements."}, {"id": "c1005", "text": "Searches for new physics beyond the Standard Model in hyperon sector : Hyperon physics offers a distinctive laboratory for probing the intensity frontier and searching for physics beyond the Standard Model. This review summarizes recent results from the BESIII experiment, including pioneering studies of dark baryons, massless BSM particles, and invisible decay modes, together with investigations of baryon- and lepton-number violation. A central highlight is the determination of the $\u039b$ electric dipole moment using quantum-entangled hyperon-antihyperon pairs, achieving a sensitivity three orders of magnitude beyond previous limits. These measurements provide world-leading constraints on new physics scenarios and establish a robust foundation for next-generation precision studies. By integrating experimental progress with theoretical developments and future facility prospects, this review emphasizes the critical role of hyperon probes in testing the fundamental laws of nature."}, {"id": "c1006", "text": "Choice of Quantum Vacuum for Inflation Observables : We investigate the modifications to inflationary observables that arise when adopting an $\u03b1$-vacuum instead of the standard Bunch--Davies vacuum for quantum fluctuations during inflation. Within the Starobinsky inflationary model, we compute and compare the scalar spectral index, its running, and the running of the running arising from different choices of the initial vacuum state. We further examine the energy scales associated with $\u03b1$-vacua and argue that, for any number of extra spatial dimensions, the relevant scale can be truncated at the Hubble scale, $\\sim$$\\mathcal{O}(10^{13})\\,\\mathrm{GeV}$, without conflict with current Cavendish-type experimental bounds on sub-millimeter gravity ($\\sim$$250\\,\u03bc\\mathrm{m}$). Our analysis demonstrates that the $\u03b1$-vacuum is subject to stringent constraints as a viable de~Sitter-invariant alternative to the Euclidean (Bunch--Davies) vacuum, with the corrections that it induces in the inflationary observables being strongly limited by the latest Planck data."}, {"id": "c1007", "text": "Seedless Reduction of Feynman Integrals : We show how to construct a complete set of lowering operators, whose successive application reduces an arbitrary Fenyman integral to a combination of master integrals. The construction builds systems of equations for generic integral indices using IBP-generating vectors. The solution to each system is a lowering operator."}, {"id": "c1008", "text": "Resonance-aware parton-shower matching for off-shell top-antitop production with semi-leptonic decays at electron-positron colliders : We present full off-shell NLO corrections in QCD obtained with the MoCaNLO code matched to parton shower. A resonance-aware matching procedure has been devised for the MC@NLO method tuned to the Catani-Seymour dipole subtraction. Specifically, we consider the off-shell production of a top-antitop pair in the semi-leptonic decay channel in electron-positron collisions and match it to the final-state QCD parton shower of PYTHIA8. Distortions of resonances' line shapes are avoided by providing the details of the resonance-cascade chain on an event-by-event basis to the parton shower and by adapting the matching accordingly through the introduction of dedicated counterterms."}, {"id": "c1009", "text": "Solving stiff dark matter equations via Jacobian Normalization with Physics-Informed Neural Networks : Stiff differential equations pose a major challenge for Physics-Informed Neural Networks (PINNs), often causing poor convergence. We propose a simple, hyperparameter-free method to address stiffness by normalizing loss residuals with the Jacobian. We provide theoretical indications that Jacobian-based normalization can improve gradient descent and validate it on benchmark stiff ordinary differential equations. We then apply it to a realistic system: the stiff Boltzmann equations (BEs) governing weakly interacting massive particle (WIMP) dark matter (DM). Our approach achieves higher accuracy than attention mechanisms previously proposed for handling stiffness, recovering the full solution where prior methods fail. This is further demonstrated in an inverse problem with a single experimental data point - the observed DM relic density - where our inverse PINNs correctly infer the cross section that solves the BEs in both Standard and alternative cosmologies."}, {"id": "c1010", "text": "Study of the $\u03a9_{ccc}\u03a9_{ccc}$ and $\u03a9_{bbb}\u03a9_{bbb}$ dibaryons in QCD Sum Rules : The recent observation of a family of fully-charm tetraquark states by the LHCb, ATLAS and CMS Collaborations suggests the possible existence of fully-heavy dibaryons. In this work, we investigate the $\u03a9_{ccc}\u03a9_{ccc}$ and $\u03a9_{bbb}\u03a9_{bbb}$ dibaryons in both the $^1S_0$ and $^5S_2$ channels using the method of QCD sum rules. We employ the iterative dispersion relation (IDR) method to efficiently compute the massive five-loop banana diagrams that appear in these systems, and properly address the tricky small-circle divergence problem in the nonperturbative terms. Our analyses reveal that for both charm and bottom systems, the scalar dibaryon lies lower than its tensor counterpart. The mass of the scalar $\u03a9_{ccc}\u03a9_{ccc}$ dibaryon is found to be slightly above the $2\u03a9_{ccc}$ mass threshold, while the $\u03a9_{bbb}\u03a9_{bbb}$ systems may form bound states."}, {"id": "c1011", "text": "Study of the decay pattern of $f_0 (1370)$ as a $\u03ba\\bar{\u03ba}$ molecular state : Assuming that the $f_0(1370)$ is a $\u03ba\\bar\u03ba$ molecular state, the partial widths of its various decay channels are calculated, including the two-body decay $K \\bar{K}$, $\u03c0\u03c0$, $\u03b7\u03b7$ and the four-body decay $\u03c1\u03c1/ \u03c3\u03c3\\to 4 \u03c0$ and $K \\bar{K} \u03c0\u03c0$. The coupling of $g_{f_0(1370) \u03ba\\bar\u03ba}\\approx 13$ GeV estimated from the Weinberg criterion appears to be significantly underestimated. If this coupling is adjusted to $25 \\sim 40$ GeV, the total width of $f_0(1370)$ can be fitted to the measured value $200\\sim 500$ MeV. At the center-of-mass energy $\\sqrt{s}=1.37$ GeV, the channels that mainly contribute to the total width are $K \\bar{K}$, $\u03c0\u03c0$ and $4 \u03c0$ ranked as $\u0393(K \\bar{K }) > \u0393(4 \u03c0) \\approx \u0393(\u03c0\u03c0) $ with $g_{f_0(1370) \u03ba\\bar\u03ba}= 35$ GeV. Around $1.37$ GeV, the decay widths of the two-body channels $K \\bar{K}$, $\u03c0\u03c0$ and $\u03b7\u03b7$ remain stable with variation in $\\sqrt{s}$, whereas the decay widths of the four-body channels $4 \u03c0$ and $K \\bar{K }\u03c0\u03c0$ increase continuously with $\\sqrt{s}$. Most current data are model-dependent and conflicting, such as the $4 \u03c0$ dominant conclusion and the $K \\bar{K}$ to $\u03c0\u03c0$ ratios. The current data can not rule out the $\u03ba\\bar\u03ba$ assignment for $f_0(1370)$. Further reliable theoretical and experimental analyses of $f_0(1370)$ are required to reveal its nature."}, {"id": "c1012", "text": "Holographic QCD equation of state constrained by lattice QCD: neural-ODE for probe-limit and a back-reaction test : We study the equation of state (EoS) of QCD matter in a bottom-up holographic setup that combines an Einstein-Maxwell-dilaton (EMD) sector with an improved Karch-Katz-Son-Stephanov (KKSS) flavor action. In the probe approximation, we perform an inverse reconstruction of the model functions by parameterizing them with neural networks and solving the EMD equations via a differentiable ODE solver (a neural ODE framework), calibrating the model to a $(2+1)$-flavor lattice-QCD EoS at finite temperature and finite baryon chemical potential. The reconstructed model functions are then parametrized and kept fixed across thermodynamic states. Next, viewing the EMD sector as an effective description of pure Yang--Mills theory, we fix its parameters by fitting the $\u03bc_B=0$ lattice pure-glue EoS using a hybrid optimization strategy. Finally, we go beyond the probe limit and solve the coupled EMD$+$KKSS equations with back-reaction, using the pure-glue-calibrated EMD sector as a fixed input and varying the KKSS couplings to compare with the $\u03bc_B=0$ two-flavor lattice EoS. We find a visible mismatch and a high-temperature behavior in which the back-reacted dimensionless ratios approach a nearly $\u03b2_1$-insensitive plateau close to the pure-glue baseline, providing a simple structural diagnostic for the present flavor-sector truncation."}, {"id": "c1013", "text": "Bjorken Flow of Holographic R-Charged Plasmas : We numerically investigate the time evolution of several physical observables for the so-called 2 R-Charge Black Hole (2RCBH) model undergoing Bjorken flow. The 2RCBH model corresponds to a top-down holographic construction describing a strongly interacting conformal fluid defined at finite temperature and R-charge density. Taken together with previous findings for the purely thermal $\\mathcal{N}=4$ Supersymmetric Yang-Mills (SYM) plasma, and the 1 R-Charge Black Hole (1RCBH) model, our results for the 2RCBH model provide strong numerical evidence for the existence of far-from-equilibrium correlations between the non-equilibrium holographic entropy defined through the area of the apparent horizon of dynamical bulk black holes, and the expectation value of the energy-momentum tensor of the dual boundary quantum field theory. Such correlations are relevant in the pre-hydrodynamic stages of some initial data evolved in time, and seem to hold at least for strongly interacting conformal fluids, be they charged or neutral."}, {"id": "c1014", "text": "Elastic neutrino-electron scattering perspectives at nuclear reactors : The determination of the weak mixing angle, $\\sin^2\u03b8_W$, at low momentum transfers remains a powerful test of the Standard Model and its potential new physics extensions. In this paper, we explore some physics opportunities at present and future reactor neutrino experiments through elastic neutrino-electron scattering (E$\u03bd$ES). We assess the expected sensitivity to the weak mixing angle considering the CLOUD, TAO, and DANSS experimental configurations. We find that both CLOUD and TAO may achieve a precision that surpasses the current global fit from reactor experiments, while DANSS alone is expected to surpass the benchmark precision set by TEXONO measurement of the weak mixing angle. Additionally, we derive projected upper limits for the non-standard neutrino interactions (NSI), effective neutrino magnetic moment ($\u03bc_\u03bd$) and translate these into constraints on the neutrino transition magnetic moments ($\u039b_i$). Our results demonstrate the physics potential of the E$\u03bd$ES channel at current and upcoming reactor-based neutrino experiments."}, {"id": "c1015", "text": "Precision measurements of 2-3 oscillation parameters in the next-generation long-baseline experiments : Over the past few decades, data from leading neutrino experiments have firmly established neutrino oscillation, implying non-zero neutrino masses and leptonic mixing and thereby providing confirmed evidence of physics beyond the Standard Model. On the backdrop of the precision era of neutrino oscillation, this thesis underscores its relevance by demonstrating the physics reach of the forthcoming long-baseline experiments -- Deep Underground Neutrino Experiment (DUNE) and Hyper-Kamiokande (Hyper-K) -- to establish non-maximal $\u03b8_{23}$, resolve the correct $\u03b8_{23}$ octant, and improve the precision on $\u03b8_{23}$ and $\u0394m^2_{31}$ by efficiently breaking parameter degeneracies. This is enabled by DUNE's high-resolution LArTPC detector and its wide-band beam, achieving sensitivity at a high confidence level compared to the global fits of world neutrino data. The combined analysis of DUNE and Hyper-K not only significantly enhances sensitivity to these phenomenological studies but also demonstrates their capabilities at lower exposures when operated together, relative to their nominal individual exposures. In addition, we investigate the impact of flavor-dependent long-range interactions arising from anomaly-free U(1)' extensions of the Standard Model, showing that although subdominant long-range interactions can substantially influence the sensitivity and precision of oscillation parameter measurements, the complementary strengths of DUNE and Hyper-K mitigate these challenges to a large extent."}, {"id": "c1016", "text": "Lepton asymmetry leading to baryogenesis by primordial black holes : Baryogenesis remains an unresolved problem in cosmology, with existing mechanisms facing significant caveats. We show that the effects of primordial black holes (PBHs) on neutrinos produce the lepton asymmetry $\\sim 10^{-10}$ which subsequently produces the baryon asymmetry. We consider the Dirac Lagrangian in curved spacetime in local coordinates exhibiting Hermitian pseudo-vector and non-Hermitian vector terms. These terms lead to energy splitting between weakly interacting neutrinos and antineutrinos, resulting in their unequal number densities and hence a lepton asymmetry. While the non-Hermitian effect leads to a non-conserved total probability of neutrinos, the leptogenesis due to gravitational effects of a PBH could be significant until the nucleosynthesis era. This in turn produces baryon asymmetry from the symmetry of lepton and baryon numbers via the sphaleron process in the electro-weak era. We show that in the most conservative scenario, the PBHs of mass $\\sim 10^{12}$ g and spin $\\sim 0.01$ produce the observed baryogenesis at temperature 130 GeV, when such PBHs are available abundantly. However, massive PBHs also could produce the observed asymmetry, assuming the non/anti-Hermitian vector couplings for neutrino and anti-neutrino get canceled from the Lagrangian, leading the system to be Hermitian."}, {"id": "c1017", "text": "Empirical formula for total inelastic cross-section of proton-nucleus scattering : We propose a generic empirical formula for total inelastic cross-sections for various target nuclei scattered by a proton at different energies, which is applicable over a wide range of energy from $15 ~MeV$ to $1~ TeV$. The proposed model is parameterized based on the fitting of extensively studied experimental cross-section data for the Aluminium and Carbon nucleus targets, considering factorization over high-energy and low-energy regimes. The parameters in high-energy formula are determined by the fitting of the high-energy saturation value of the inelastic scattering cross-section data with mass numbers. The universality of the empirical formula is investigated by comparing the model prediction with the experimental data of inelastic proton-nucleus scattering over a wide range from light elements such as Deuterium to heavy elements such as Uranium. A detailed comparison with the existing models and GEANT4 simulation is also presented."}, {"id": "c1018", "text": "CP Violation in $D \\to KK$ Decays: A Comparative Analysis of Triplet and Sextet Diquarks : Recent measurements of the CP asymmetry in the decay $D^0 \\rightarrow K_S^0 K_S^0$ by the CMS collaboration, $A_{CP}(K_S^0 K_S^0) = (6.2 \\pm 3.0 \\pm 0.2 \\pm 0.8)\\%$, and by LHCb, $A_{CP}(D^0 \\to K_S^0 K_S^0) = (1.86 \\pm 0.23 \\pm 0.11)\\%$, suggest possible deviations from Standard Model (SM) expectations, which predict asymmetries below the percent level. This singly Cabibbo-suppressed decay is particularly sensitive to new physics, as the leading amplitudes vanish in the exact U-spin symmetry limit and the process is dominated by W-exchange topologies. We investigate scalar diquark contributions to this decay, comparing color-sextet and color-triplet representations. We find that the color-sextet diquark, characterized by a symmetric color structure $(C_1^{\\mathrm{NP}} = C_2^{\\mathrm{NP}})$, avoids color suppression and can generate CP asymmetries in the range $0.5\\%$--$1.5\\%$ for a diquark mass of order 1~TeV. In contrast, the color-triplet contribution is strongly suppressed due to destructive interference from its antisymmetric color structure. We further show that a flavor hierarchy in the sextet couplings, with $\u03bb_{ud} > \u03bb_{us}$, can simultaneously account for the observed deviation from the U-spin sum rule in $D^0 \\to K^+ K^-$ and $D^0 \\to \u03c0^+ \u03c0^-$ and the measured CP asymmetry in $D^0 \\to K_S^0 K_S^0$. These results identify color-sextet scalar diquarks as viable candidates for explaining enhanced CP violation in charm decays."}, {"id": "c1019", "text": "Extending the Kinetic Mass to Higher Orders in $1/m_Q$ : Currently, the kinetic mass is defined in terms of the pole mass and operators at order $1/m_Q^2$, which are known to N$^3$LO accuracy in $\u03b1_s$. At the same time, the Heavy Quark Expansion (HQE) for inclusive semileptonic decays is known up to and including terms of order $1/m_Q^5$. Therefore, it is desirable to extend the definition of the kinetic mass to higher orders in $1/m_Q$. The original kinetic mass is based on the hadron-mass formula in Heavy Quark Effective Theory (HQET). However, the HQE is formulated in terms of matrix elements defined in full QCD to avoid the appearance of non-local matrix elements. To avoid this, we develop a definition of the kinetic mass rooted in full QCD. Starting from the hadron-mass formula derived from the energy-momentum tensor of full QCD, we define a relation between a general mass and the pole mass. Using a simple cut-off scheme, we compute a generalized kinetic mass at one loop to all powers of $1/m_Q$, which reproduces the well-known results for the kinetic mass up to $1/m_Q^2$. Our approach opens the road to a consistent use of the kinetic mass at higher-orders in the heavy quark expansion."}, {"id": "c1020", "text": "Scalar Lie point symmetries of the Standard Model with one or two real gauge singlets : We present a classification of all scalar Lie point symmetries of the Standard Model with one or two real gauge-singlet scalars (SM+S and SM+2S). By analyzing the associated field equations, we identify all realizable and inequivalent Lie point symmetry algebras of these models, distinguishing strict variational, variational (including divergence symmetries), and Euler--Lagrange cases. In addition, we devise efficient algorithms that, for any given numerical instance of the models, determine the Lie point symmetry algebra in each of the three categories by a parameter-based decision procedure using affine reparametrizations and simple parameter tests, thereby avoiding explicit symmetry analysis and the need to derive and solve the determining equations. Finally, we prove several relevant general results, including a characterization of the three disjoint types of Lie point symmetry generators -- strict variational, divergence, and non-variational -- for a broad class of Lagrangians with potentials, including the SM+S and SM+2S."}, {"id": "c1021", "text": "Quantum Coherence of Top Quark Pairs Produced at LHC : We study quantum coherence in top-antitop production at the LHC by comparing Standard Model predictions with CMS data across different kinematic regimes. Theory and experiment are statistically consistent in the near-threshold and boosted central regions, confirming that the spin-density framework captures the dominant helicity-interference structure. The intermediate-mass window shows a noticeable deviation, indicating enhanced sensitivity to radiative QCD effects. This work reinterprets measured spin-correlation data within a quantum-coherence framework, thereby introducing coherence as a complementary and experimentally grounded probe of the Standard Model spin structure and a potentially sensitive diagnostic of new-physics effects in the top-quark sector."}, {"id": "c1022", "text": "Self-duality of massless scalar three-point amplitudes : We prove that massless scalar three-point amplitudes are self-dual under Fourier transformation. This implies that the momentum space amplitude can be expressed as the position space amplitude of the same graph with transformed edge-weights (not the dual graph) if external vertices are labeled accordingly. In particular, a massless scalar three-point integral can be expressed as a graphical function. The result follows immediately from a theorem by M. Golz, E. Panzer and the author on parametric representations of position space integrals (2015), but it was only observed by X. Jiang in 2025 in the context of four-dimensional Super-Yang-Mills theory. We generalize Jiang's result and discuss the consequences of the self-duality in the context of graphical functions. In particular, we derive a new identity for graphical functions and a new twist relation for scalar integrals (Feynman periods) in $\u03c6^4$ theory."}, {"id": "c1023", "text": "Spatial confinement-deconfinement transition in accelerated gluodynamics within lattice simulation : In this work we investigate the influence of weak acceleration on the confinement-deconfinement phase transition in gluodynamics. Our study is carried out within lattice simulation in the comoving reference frame of accelerated observer which is parameterized by the Rindler coordinates. We find that finite temperature confinement-deconfinement phase transition turns into spatial crossover in the Rindler spacetime. In other words, spatially separated confinement and deconfinement phases can coexist in the Rindler spacetime within certain intervals of temperature and acceleration. We determine the position of the boundary between the phases as a function of temperature for several accelerations and find that it can be described by the Tolman-Ehrenfest law with rather good accuracy although a minor deviation takes place. Moreover, the critical temperature of the system in the weak acceleration regime is found to remain unchanged as that of the standard homogeneous gluodynamics. Our results imply that the spatial confinement-deconfinement transition might take place in the vicinity of the Schwarzschild black hole horizon."}, {"id": "c1024", "text": "GOOFy -- a systematic approach : We investigate in detail a new class (GOOFy) of transformations for bosonic and fermionic fields that leave the Lagrangian density unchanged. The transformations act upon complex scalar fields \u03a6and \u03a6^\\dagger employing generalized charge conjugation (C) transformation in a non-consistent manner, i.e. allowing for \u03a6\\dagger \\to (\u03a6\\dagger)^\\prime \\neq (\u03a6^\\prime)^\\dagger. Requiring invariance of the kinetic terms under such transformations specifies the form of (\u03a6\\dagger)^\\prime. An analogous strategy is also adopted for fermionic fields. This offers a systematic way to construct new GOOFy-invariant field-theoretical models. It turns out that theories which are invariant with respect these GOOFy transformations satisfy relations among parameters that are found to be RGE-stable up to two and three loop orders, thus constituting fixed-points under running of the RGE. This has been verified for various theories containing different numbers of bosonic and fermionic fields. In particular it has been shown that the Standard Model (SM) can not be a viable electroweak theory if demanding invariance under GOOFy transformations. However, the two-Higgs-Doublet Model (2HDM) may be invariant under GOOFy transformations (Yukawa couplings included), providing an interesting phenomenological example of physics beyond the SM. The most striking aspect of this study is the RGE stability of new relations between model parameters in a wide class of field theories. We also present a set of new relations between 2HDM potential parameters that constitute a fixed point under the running of the RGE up to at least three loop order."}, {"id": "c1025", "text": "Dark Temperature Hierarchies and Gravitational Waves from the Electroweak Phase Transition : We investigate the impact of a semi-decoupled dark sector with a temperature hierarchy relative to the Standard Model plasma on the electroweak phase transition and its associated gravitational wave signal. Working within a minimal Higgs-portal extension, we allow the dark sector to possess a higher temperature at the electroweak epoch while remaining consistent with cosmological bounds on additional relativistic degrees of freedom. The temperature hierarchy modifies the thermal structure of the effective potential and alters nucleation dynamics without requiring large portal couplings or extreme supercooling. Within the cosmologically allowed window, we find a monotonic enhancement of the gravitational wave amplitude by more than an order of magnitude compared to the standard thermal case, accompanied by a shift of the peak frequency within the millihertz regime. The resulting stochastic background moves substantially closer to the projected sensitivity of future space-based interferometers. Our results demonstrate that hidden-sector temperature hierarchies can leave observable imprints on electroweak-scale phase transitions even in minimal and perturbative frameworks."}, {"id": "c1026", "text": "Atomic Spectroscopy Probes of New Physics : Precision spectroscopy has long played a central role in testing the foundations of physics, from the early insights that led to the development of quantum mechanics to the validation of quantum electrodynamics and the determination of fundamental constants. Today, advances in atomic and molecular spectroscopy enable sensitive searches for physics beyond the Standard Model. A broad class of well-motivated extensions predicts new light degrees of freedom with feeble couplings to electrons, muons, and nucleons, giving rise to tiny spin-independent interactions that can be probed at low energies. In this review, we present a unified overview of spectroscopic searches for such interactions. We discuss the effective theoretical framework connecting fundamental interactions to atomic and nuclear observables, survey the key experimental and theoretical strategies, and review the atomic and molecular systems providing the strongest sensitivity. We conclude with updated spectroscopic constraints on representative benchmark models, highlighting the unique and complementary role of precision spectroscopy in exploring new fundamental interactions."}, {"id": "c1027", "text": "Structure of near-threshold states in systems with Coulomb and short-range interactions : We study the nature of near-threshold eigenstates in systems with the attractive Coulomb plus short-range interactions. Using a model providing the Coulomb-modified effective range expansion, we analyze pole trajectories and the internal structure of near-threshold states characterized by the compositeness. We find that bound state and resonance poles are disconnected in the presence of the attractive Coulomb interaction, in contrast to the repulsive Coulomb force. Near the threshold, bound states become almost purely composite, while the behavior of the compositeness near unityis controlled by the competition between the Coulomb and short-range interactions, characterized by the Bohr radius and the Coulomb effective range."}, {"id": "c1028", "text": "Sterile Neutrino as an Asymmetric Dark Matter : We propose a minimal and predictive framework for asymmetric sterile neutrino dark matter (DM) produced via freeze-in. The Standard Model (SM) is extended by a gauge-singlet Dirac sterile neutrino carrying a conserved dark charge, a real scalar mediator, and an auxiliary singlet fermion. DM is generated through the out-of-equilibrium decay of the mediator, which simultaneously produces a particle{antiparticle asymmetry in the sterile sector controlled by a CP-violating parameter. We show that the observed relic abundance can be naturally reproduced without thermal equilibration with the SM plasma. The resulting non-thermal momentum distribution is colder than a thermal Fermi{Dirac spectrum, ensuring consistency with structure formation constraints. Combining relic density, Lyman-\u03b1, Higgs invisible decay, and big bang nucleosynthesis (BBN) bounds, we identify correlated and predictive regions of the parameter space characterized by non-trivial relations among the sterile neutrino mass and the decay parameters. This scenario provides a self-consistent realization of Dirac asymmetric sterile neutrino DM within an asymmetric freeze-in (AFI) framework, offering a constrained and testable alternative to conventional production mechanisms."}, {"id": "c1029", "text": "Update analysis of $\u03c8(3686)\\to p\\bar{p}$ : We present an updated analysis of the angular distribution for $\u03c8(3686) \\to p\\bar{p}$ decay, taking into account transverse beam polarization, to investigate potential sources of forward-backward asymmetry and azimuthal modulation beyond the simple $1+\u03b1\\cos^2\u03b8$ form. We focus on the interference between the $\u03c8(3686)$ resonance and the two-photon exchange continuum process, as well as the background from initial-state-final-state radiation interference. A maximum-likelihood fit to the $\\cos\u03b8$ distribution of $\u03c8(3686)\\to p\\bar{p}$ yields $\u03b1= 1.00 \\pm 0.03$, consistent with previous results. The fitted contributions from the two-photon interference are small but non-negligible, while the ISR-FSR background is negligible. Our model predicts a significant $\\sin(2\u03c6)$ modulation in the azimuthal angle, indicating the influence of transverse beam polarization. These findings motivate future two-dimensional angular analyses to fully disentangle the polarization and interference dynamics in charmonium decays to baryon pairs."}, {"id": "c1030", "text": "Is a covariant virtual tachyon viable? : Sidney Coleman has noted that superluminal particles or observers would be able to go back in time and have no definite trajectory according to subluminal observers, while not violating Lorentz invariance [1]. Recently, Dragan and Ekert have significantly developed similar ideas even further, which lead to formulation of ``quantum principle of relativity'' that intimately links the two theories [2]. However, field theory descriptions of an on-shell tachyon, described by scalar field $\u03c6$ with negative mass squared parameter, lead to violation of basic principles of relativity or quantum mechanics. In this work, we investigate whether purely virtual tachyons can be consistent within the fakeon framework-the only known viable formulation of purely virtual particles. We identify two fatal obstructions. First, Lorentz boosts mix creation and annihilation operators, rendering the canonical commutation relations non-invariant despite formal invariance of the vacuum. Second, the real part of the tachyon Feynman propagator and Wheeler propagator have disjoint support, preventing application of both the fakeon prescription and Wheeler-Feynman absorber mechanism. Interactions with stable Standard Model fields further violate Lorentz invariance and the equivalence principle, and we provide quantitative limit on coupling strength of such scenario. Our analysis excludes possibility of formulating covariant quantum field theory of interacting virtual tachyons."}, {"id": "c1031", "text": "Probing $D_s^+ \\to \u03b7^{(\\prime)} \\ell^+\u03bd_\\ell$ semileptonic decay within LCSR under chiral heavy quark effective field theory : Motivated by the successful application of Heavy Quark Effective Field Theory in describing decays from heavy to light mesons, this work explores its applicability to the semileptonic decays of charmed mesons. So in this paper we investigate the $D_s^+\\to \u03b7^{(\\prime)} \\ell^+ \u03bd_\\ell$ transition form factors using the light-cone sum rules approach within the framework of heavy-quark effective field theory. To address the large uncertainties arsing from the $\u03b7^{(\\prime)}$-meson twist-3 distribution amplitudes, we employ the right-handed chiral correlation function. By applying the converging simplified series expansion method, we extrapolate the form factors to the entire physical $q^2$-region. Our analysis yields the branching fractions precise predictions for semi-leptonic decays $D_s^+\\to \u03b7^{(\\prime)}\\ell^+\u03bd_\\ell$ with : $\\mathcal{B}(D_s^+\\to\u03b7\\ell^+\u03bd_\\ell)=2.300^{+0.230}_{-0.227}\\%$ ($\\ell = e$) and $2.249_{-0.206}^{+0.209}\\%$ ($\\ell = \u03bc$); $\\mathcal{B}(D_s^+\\to\u03b7^\\prime \\ell^+\u03bd_\\ell)=0.861^{+0.095}_{-0.093}\\%$ ($\\ell = e$) and $0.821^{+0.082}_{-0.080}\\%$ ($\\ell = \u03bc$). The derived lepton flavor universality ratios $R^\u03b7_{\u03bc,e}=0.977^{+0.008}_{-0.006}$ and $R^{\u03b7^{\\prime}}_{\u03bc,e} = 0.953^{+0.011}_{-0.009}$ are consistent with lasted BESIII experimental measurements. Additionally, the forward-backward asymmetry parameters $\\langle \\mathcal{A}^\u03b7_{\\rm FB}\\rangle=-0.034^{+0.003}_{-0.003}$ and $\\langle \\mathcal{A}^{\u03b7^\\prime}_{\\rm FB}\\rangle=-0.073^{+0.007}_{-0.008}$ suggest that no significant violation of lepton flavor universality in this decay process."}, {"id": "c1032", "text": "Cosmological Constraints on Neutrino Masses in Quintessential Inflation : Quintessential inflation provides a unified description of the early and late accelerated phases of the Universe, linking the inflationary epoch to the present-day dark energy-dominated era through a single scalar degree of freedom. In this work, we explore the implications of this unification for cosmological constraints on the sum of neutrino masses. Focusing on the $\u03b1$-attractor scenario, we implement the model in a modified version of the Boltzmann solver CLASS to compute the relevant cosmological observables and perform a Bayesian parameter estimation analysis using data from the cosmic microwave background (CMB), baryon acoustic oscillations (BAOs), and Type Ia supernovae. The model naturally breaks the degeneracy between the dark energy equation of state and the total neutrino mass, yielding tight upper bounds of $\\sum m_\u03bd< 0.067$ eV for flat spatial geometry and $\\sum m_\u03bd< 0.116$ eV when curvature is included. We also provide forecasts for future probes, showing that the Simons Observatory, LiteBIRD, and Euclid configurations may reduce the uncertainty on $\\sum m_\u03bd$ by $\\approx 9\\%$, while the precision on the quintessential parameter $\u03b1_{QI}$ is improved by $\\approx 72\\%$. These results highlight the importance of consistently accounting for neutrino mass when assessing the viability of extensions to the standard cosmological model."}, {"id": "c1033", "text": "Exploring differential two-particle correlations in $\u03b3p$ and low-multiplicity pp collisions using PYTHIA8 : A study of two-particle differential number ($B$) and transverse momentum ($P_{2}^\\mathrm{CD}$) balance functions in photon-proton ($\u03b3p$) and proton-proton (pp) collisions at $\\sqrt{s}=$ 5.36 TeV is presented. The analysis focuses on inclusive charged hadrons within the pseudorapidity coverage $|\u03b7|<2.4$ and the transverse momentum interval $0.3 < p_\\mathrm{T} < 3.0$ GeV and examines their correlations in terms of relative pseudorapidity ($\u0394\u03b7$) and relative azimuthal angle ($\u0394\u03c6$). The correlation functions are evaluated for same- and opposite-sign pairs, and their combinations are used to extract charge-dependent (CD) and charge-independent (CI) components. The evolution of the near-side peak of the CD correlations is investigated in terms of $\u0394\u03b7$ and $\u0394\u03c6$ as a function of charged-particle multiplicity ($N_\\mathrm{ch}$) for $\u03b3p$ collisions and compared to pp collisions at a similar multiplicity range. A clear multiplicity dependence of the balance function width is obtained. The width is found systematically lower in $\u03b3p$ events than in pp collisions. This study provides valuable information on particle correlations and production mechanisms in low-$N_\\mathrm{ch}$ regimes for upcoming measurements in small systems."}, {"id": "c1034", "text": "INFLAVON: CMB as cosmic tracer of Flavor physics : We unify one of the most widely studied frameworks to explain the hierarchical structure of the flavor sector in the Standard Model, the Froggatt-Nielsen mechanism, with cosmic inflation. We propose that the complex scalar field, the so-called flavon, which breaks the Froggatt-Nielsen $U(1)$ symmetry and generates the Yukawa couplings of the Standard Model, to also drive inflation, which we dub as Inflavon. After inflation ends, the decay of the inflavon reheats the Universe, establishing a novel link between early Universe cosmology and flavor physics. As concrete examples, we present realizations where the inflavon potential is described by an $\u03b1$-attractor potential. We then compute the resulting CMB observables, specifically the spectral index ($n_s$), the tensor-to-scalar ratio ($r$), and the amplitude of scalar perturbations ($A_s$) as functions of the underlying Froggatt-Nielsen model parameters. We identify the parameter space in Froggatt-Nielsen models involving the scale of Flavor symmetry breaking $\u039b_{\\rm FN}$ and FN charges which is ruled out by Planck and ACT data, as well as the region that could be probed by next-generation CMB experiments like CMB-S4, SO and LiteBIRD. We also discuss inflavon as dark matter and its isocurvature constraints."}, {"id": "c1035", "text": "Earth Matter Enhanced Axion Dark Matter Search : Laboratory searches for ultralight axion dark matter (DM) have traditionally assumed the terrestrial density of axions is equal to the average density of DM in the solar system. However, quadratic couplings to matter introduce a non-trivial field profile near the Earth. In this work, we present the first dedicated experimental implementation of this environment-aware axion DM wind search framework. Leveraging the extreme sensitivity of a K--Rb--$^{21}$Ne comagnetometer to pseudo-magnetic fields induced by axion DM, we analyzed our data in the context of the massively enhanced local gradient of axions due to interactions with matter, though no signal candidates were found. Consequently, we have set the most stringent limits on axion-neutron derivative interactions for masses $m_a \\in [0.041, ~28.9]~\\rm feV$, improving from previous experiments that ignore terrestrial matter effects by as much as three orders of magnitude for certain masses. Our work highlights the necessity of accounting for environmental modifications in precision frontier experiments and demonstrates how geophysical variations can be harnessed to act as a natural amplifier for DM possibly enabling future detection in parts of the parameter space that were previously beyond reach."}, {"id": "c1036", "text": "Electromagnetic Radiation from Cosmic-Ray Scatterings on Relic Neutrinos : Cosmic-ray scatterings on the cosmic neutrino background induce a flux of gamma-rays and X-rays from boosted meson decays and charged lepton processes. Here we present the first estimate of this flux and its cumulative cosmological contribution. Confronting expectations with Fermi-LAT diffuse gamma-ray data, we find a limit on the cosmic neutrino background overdensity at the level of $\u03b7\\lesssim 2 \\times 10^{4}$ for a lightest neutrino mass of $m_\u03bd\\gtrsim0.1$ eV, orders of magnitude stronger than current direct laboratory probes, and comparable to constraints on the cosmic neutrino background obtained with IceCube. We further show that X-ray synchrotron emission from cascade electron-positron pairs in intergalactic magnetic fields provides a complementary, albeit weaker, constraint. We discuss how anisotropic signatures and future gamma-ray data from CTA could further improve bounds on the relic neutrino overdensity, approaching in sensitivity the $\u039b$CDM expected density."}, {"id": "c1037", "text": "Resummed azimuthal decorrelation and transverse momentum imbalance of dijets at the LHC : We present a theoretical study of the azimuthal decorrelation $\u03b4\u03c6$ and transverse momentum imbalance $q_T$ in dijet production at the LHC, offering intriguing insights into the dynamics of quantum chromodynamics. We define the jet axes using the recoil-free winner-take-all (WTA) recombination scheme. For the azimuthal decorrelation $\u03b4\u03c6$, this axis choice eliminates non-global logarithms (NGLs) entirely. For the transverse momentum imbalance $q_T$, NGLs emerge specifically in the small jet radius limit ($R \\ll 1$). In this regime, the WTA scheme simplifies the theoretical framework by restricting jet radius logarithms to the soft sector. We derive factorization formulae for both observables within soft-collinear effective theory. To address the small-$R$ NGLs in the $q_T$ distribution, we refactorize the soft function into global soft, collinear-soft, and ultra-collinear-soft modes. We perform the resummation of global large logarithms $\\ln(\u03b4\u03c6)$ and $\\ln(q_T/Q)$ up to next-to-next-to-leading logarithmic accuracy. For the $q_T$ distribution, this is combined with a leading-logarithmic resummation of the non-global $\\ln R$ terms. We match our predictions to leading fixed-order $O(\u03b1_s^3)$ calculations. We also numerically investigate the structure of the first subleading power corrections. Comparisons with PYTHIA8 simulations demonstrate that the observables we consider are robust against non-perturbative multi-parton interactions and hadronization effects."}, {"id": "c1038", "text": "Galactic Center Gamma-Ray Excess from a Generic Triaxial Halo : Recent studies of Galactic surveys, such as Gaia, have revealed that the Milky Way's gravitational potential comes from a matter distribution that is triaxial and rotated with respect to the Galactic center-Sun axis. This, in turn, could mean that the dark matter halo also shares these properties. In this work, by fitting to the Fermi-LAT gamma-ray observations, we test the compatibility of the morphology of the Galactic Center Excess (GCE) from dark matter annihilation with a triaxial dark matter halo. In particular, we consider both untilted triaxial halos and halos whose principal axes are tilted with respect to the Galactic disk. In our fits of the Fermi-LAT data, by testing over a large library of galactic diffuse emission models, we quantify how the halo triaxiality and tilt affect the line-of-sight-integrated annihilation signal and, consequently, the preferred GCE spatial templates. We find that the GCE spectrum and inner cuspiness are robust against variations in the triaxiality and tilt of the dark matter halo. However, in terms of its overall morphology, the GCE in the gamma-ray data can discriminate between choices for the dark matter halo's triaxiality and tilt. Finally, we find that the GCE is more compatible with originating from a triaxial and tilted halo of dark matter than originating from a triaxial and tilted halo of stars, a result important for understanding the GCE's origin."}, {"id": "c1039", "text": "Unitarity violation and restoration in radiative bound-state formation : State-of-the-art calculations motivated by dark matter exhibit severe violation of partial-wave unitarity in the non-relativistic regime in radiative bound-state-formation processes. It has been recently shown, in a model-independent fashion, that unitarity is restored by the proper resummation of the inelastic contributions to the self-energy of the incoming state. In this work, we first derive Kramers-like formulae for individual partial waves, demonstrating that existing calculations of bound-state formation severely violate unitarity. We then discuss how unitarity is restored through the resummation of the absorptive contributions to the incoming-state self-energy, generated by bound-state formation processes, taking into account their analytic structure in the complex momentum plane. Our results can be generalized in a variety of theories and employed in phenomenological studies, such as dark-matter freeze-out, indirect detection and self-interactions."}, {"id": "c1040", "text": "Warm dark matter from freeze-in at stronger coupling : We study warm Higgs portal dark matter (DM) in the framework of freeze-in at stronger coupling. This scenario assumes that the Standard Model thermal bath temperature has always been relatively low, which suppresses dark matter production. As a result, a significant DM-Higgs coupling is allowed, enabling warm dark matter detection via Higgs decay at colliders. We find that the Lyman-\u03b1 bound on the DM mass is particularly strong, excluding masses below 50-100 keV, depending on further details. The shape of the DM momentum distribution is highly non-thermal, with low momenta being effectively cut off, and not captured by the common \u03b1\u03b2\u03b3-parametrization."}, {"id": "c1041", "text": "Charged Higgs Decay to Bottom and Charm Quarks from $Z_3$-Flavored Two Higgs Doublet Models : The phenomenology of a charged Higgs present in a model with two Higgs SU(2) doublets and a $Z_3$ flavor symmetry is analyzed. It is shown that it is possible to generate an enhancement of its flavor changing coupling to c and b quarks and also to reproduce the ATLAS excess associated to the process $H^\\pm \\to bc$ for a charge Higgs mass of $130$~GeV. Furthermore, by considering the possibility of a search at the future LHeC, the analysis suggests viability for its detection."}, {"id": "c1042", "text": "Supercooled Phase Transitions with Radiative Symmetry Breaking : First-order phase transitions produce gravitational waves and primordial black holes. They always occur in field theories where symmetries are radiatively broken and masses are correspondingly generated. These theories predict a period of supercooling: phase transitions become effective at temperatures much smaller than the symmetry-breaking scale. This paper reviews a model-independent approach to study phase transitions in this scenario, which can be adopted if supercooling is strong enough. Perturbative methods can be used to determine the effective action and such model-independent approach allows us to obtain ready-to-use formulas that can be applied to any specific model of this sort."}, {"id": "c1043", "text": "Linking Leptogenesis and Asymmetric Dark Matter: A Testable Framework for Neutrino Mass and the Matter-Antimatter Asymmetry : We investigate a minimal extension of the Leptogenesis framework that simultaneously explains the observed baryon asymmetry and dark matter (DM) abundance through the decay of a heavy Majorana neutrino. In this scenario, CP violation arises from complex Yukawa couplings, enabling the generation of asymmetries in both the Standard Model (SM) and DM sectors. We explore two regimes: (i) wash-in, where an initial dark asymmetry is transferred to SM leptons by $2 \\leftrightarrow 2$ scattering processes; and (ii) co-genesis, featuring a hierarchical coupling structure that allows enhanced CP violation while supporting a low-scale seesaw mechanism at order $\\mathcal{O}(2)$ TeV. This setup not only links light neutrino masses to the Majorana mass term but also suggests that lepton-number violation may occur at experimentally accessible energy scales. In the co-genesis scenario, we show spin-independent cross sections for DM heavier than 10 GeV that can be tested in current direct detection experiments and motivate the exploration of cross sections inside the neutrino fog for lighter DM masses, establishing asymmetric leptogenesis as a predictive benchmark framework for direct-detection experiments and identifying a new hierarchical-coupling regime enabling TeV-scale leptogenesis."}, {"id": "c1044", "text": "Tailored PDFs for New Physics searches : Given the non-negligible interplay between parton distribution functions (PDFs) at large x and potential New Physics (NP) effects in the high-energy tails of hadron collider observables, a central question is which PDFs can be reliably employed in beyond-the-Standard-Model (BSM) analyses. In this work, we examine the fine balance between using PDF sets with small uncertainties in the large-x region -- crucial for maximising BSM sensitivity -- and adopting conservative PDF fits that exclude high-energy data potentially contaminated by unaccounted NP contributions. We systematically assess a range of conservative PDF fitting strategies designed to mitigate such biases and provide a recommendation for the class of PDFs best suited for robust BSM searches. In addition, we investigate the alternative approach of performing simultaneous fits of Standard Model Effective Field Theory (SMEFT) Wilson coefficients and PDFs, thereby consistently accounting for their mutual correlations. Starting from a toy model to illustrate the underlying mechanisms, we then analyse two realistic NP scenarios: one modifying high-mass Drell-Yan production and another affecting the high-invariant-mass tail of top-quark pair production. Both cases are representative of measurements that will be probed with high precision during the High-Luminosity phase of the LHC."}, {"id": "c1045", "text": "IceCube's convex all-sky neutrino spectrum consistent with the magnetically powered corona scenario for active galactic nuclei : High-energy multimessenger background analyses over the past decade have provided evidence for a population of hidden neutrino sources that are opaque to GeV-TeV gamma rays, a picture bolstered by recent observations of the nearby active galaxy NGC 1068. The coronal regions in the hearts of active galactic nuclei (AGNs) have been proposed as the most promising sites for such hidden nonthermal particle production, and NGC 1068 is expected to be the most neutrino-active galaxy for IceCube. We demonstrate that the latest all-sky neutrino spectrum, exhibiting a spectral bend around 3-30 TeV, is consistent with predictions of the magnetically powered corona scenario, and the models for the all-sky neutrino flux can simultaneously explain the multimessenger data from NGC 1068 within observational and modeling uncertainties. We further show, in a largely model-independent way, that the contribution from NGC 1068-like sources does not overshoot the observed medium-energy neutrino flux. Finally, we highlight the key role of the Eddington ratio, which can drive substantial variations in the predicted neutrino fluxes of nearby AGNs, and we encourage systematic multimessenger searches for the neutrino-brightest AGNs."}, {"id": "c1046", "text": "Production of dark matter in association with a Higgs boson via exclusive photon fusion in $pp$ collisions at $\\sqrt{s}=13$ TeV : In this work we study the production of a dark matter (DM) particle in association with a Higgs boson via a central exclusive photon-fusion initiated process. We explore this type of production through the Inert Doublet Model plus a complex Singlet (IDMS), where an extension of the Standard Model by an additional $U(1)_X$ gauge symmetry and a $SU(2)$ inert scalar doublet gives rise to a DM candidate $\u03c7$. This particular process involves the collision of two protons exchanging two colorless particles (in our case, photons), from which a central process occurs. Such interaction can be detected in the LHC using forward proton detectors, where the resulting missing mass spectrum can be observed after proton reconstruction, thus allowing a search for physics Beyond the Standard Model (BSM). We present results for different values of the difference of masses of a heavy scalar coming from the complex singlet, the DM candidate and the Higgs boson, $\u0394= M_S - M_\u03c7- M_h$, which is the phase space available for the final state in the central exclusive process."}, {"id": "c1047", "text": "Cosmic strings and domain walls: the impact of CMB $B$-mode data : We analyse CMB constraints on stable networks of cosmic strings and domain walls using for the first time full Planck 2018 data together with BICEP/Keck 2018 $B$-mode measurements. The defect-induced anisotropies are computed using the Unconnected Segment Model for Nambu-Goto and Abelian-Higgs strings, as well as for stable domain walls, and included in a full Markov Chain Monte Carlo analysis jointly varying all $\u039b$CDM parameters, the tensor-to-scalar ratio, and the string/domain wall tension. No statistically significant evidence for defects is found, although we observe a mild preference for non-zero cosmic string tension. Our results improve previous constraints on the defect power spectrum by up to a factor of two. In the particular case of strings, the improvement is driven by the $B$-mode data, and is especially pronounced for Abelian-Higgs strings. We also present forecasts for upcoming Simons Observatory data and find that, with the baseline noise configuration, the constraints on the string tension could improve by about a factor of three. Finally, we assess the impact of Nambu-Goto string loops on CMB anisotropies in light of both current and future observations."}, {"id": "c1048", "text": "Multi-Parameter Rating Methodology for Systematic Comparison of Theoretical Models with Experimental Data in Heavy-Ion Physics : We introduce a novel multi-parameter rating methodology for objective comparison of theoretical models with experimental data in heavy-ion collisions, addressing fundamental limitations of the traditional global $\u03c7^2$/ndf criterion. The methodology divides phase space into seven physically motivated kinematic regions reflecting distinct production mechanisms from thermal freeze-out to perturbative QCD. Each region receives a quality score $Q_i \\in [10, 1000]$ via logarithmic transformation of local $\u03c7^2_i/\u03bd_i$ statistics, ranging from 10 (very poor agreement) to 1000 (perfect agreement). A composite rating $R$ aggregates weighted average, geometric mean, and minimum scores with dispersion penalty, preventing compensation of poor agreement in one region by artificial success elsewhere. Demonstrated on real ALICE and representative LHCb data for $K^0_S$ mesons and $\u039b$ hyperons at $\\sqrt{s_{NN}} = 5.02$ TeV in p-Pb collisions, the methodology reveals that no universal model exists: PYTHIA8 excels for mesons ($R=879$) via nuclear PDFs, while models with coalescence are potentially superior for baryons. The baryon anomaly peak serves as critical discriminator, with highest quality scores $Q_i \\sim 950\\text{--}1000$ in zones $3\\text{--}4$. The methodology is transparent, reproducible, fully algorithmic, and ready for integration into standard analysis frameworks."}, {"id": "c1049", "text": "Energy dependence of cross sections in proton-proton and antiproton-proton collisions : Energy dependence of global scattering parameters, mostly of total cross section, is studied for proton-proton and antiproton-proton collisions. Results are presented for physical analysis updated with taken into account the recent data from accelerator experiments as well as from cosmic ray measurements. The analytic parameterizations suggested within Axiomatic Quantum Field Theory (AQFT) provide the quantitative description of energy dependence of global scattering parameters for rather wide energy range. Detailed scan on low boundary of the fitting range for energy dependence of global scattering parameters allows the observation of the onsets for regions in which Pomeranchuk theorem and / or Froissart-Martin one is valid. It is obtained that global scattering parameters show the behavior corresponded to any formulations of Pomeranchuk theorem and closed to (modified) Froissart-Martin limit in functional sense in multi-TeV energy region. Bosonic condensation is considered as one of the possible dynamical mechanisms which would be provide the total cross section approaches to (modified) Froissart-Martin limit at quantitative level but not functionally only."}, {"id": "c1050", "text": "Detecting Logic Bugs of Join Optimizations in DBMS : Generation-based testing techniques have shown their effectiveness in detecting logic bugs of DBMS, which are often caused by improper implementation of query optimizers. Nonetheless, existing generation-based debug tools are limited to single-table queries and there is a substantial research gap regarding multi-table queries with join operators. In this paper, we propose TQS, a novel testing framework targeted at detecting logic bugs derived by queries involving multi-table joins. Given a target DBMS, TQS achieves the goal with two key components: Data-guided Schema and Query Generation (DSG) and Knowledge-guided Query Space Exploration (KQE). DSG addresses the key challenge of multi-table query debugging: how to generate ground-truth (query, result) pairs for verification. It adopts the database normalization technique to generate a testing schema and maintains a bitmap index for result tracking. To improve debug efficiency, DSG also artificially inserts some noises into the generated data. To avoid repetitive query space search, KQE forms the problem as isomorphic graph set discovery and combines the graph embedding and weighted random walk for query generation. We evaluated TQS on four popular DBMSs: MySQL, MariaDB, TiDB and the gray release of an industry-leading cloud-native database, anonymized as X-DB. Experimental results show that TQS is effective in finding logic bugs of join optimization in database management systems. It successfully detected 115 bugs within 24 hours, including 31 bugs in MySQL, 30 in MariaDB, 31 in TiDB, and 23 in X-DB respectively."}, {"id": "c1051", "text": "Quantum Computing for Query Containment of Conjunctive Queries : We address the problem of checking query containment, a foundational problem in database research. Although extensively studied in theory research, optimization opportunities arising from query containment are not fully leveraged in commercial database systems, due to the high computational complexity and sometimes even undecidability of the underlying decision problem. In this article, we present the first approach to applying quantum computing to the query containment problem for conjunctive queries under set semantics. We propose a novel formulation as an optimization problem that can be solved on gate-based quantum hardware, and in some cases directly maps to quantum annealers. We formally prove this formulation to be correct and present a prototype implementation which we evaluate using simulator software as well as quantum devices. Our experiments successfully demonstrate that our approach is sound and scales within the current limitations of quantum hardware. In doing so, we show that quantum optimization can effectively address this problem. Thereby, we contribute a new computational perspective on the query containment problem."}, {"id": "c1052", "text": "RAMSeS: Robust and Adaptive Model Selection for Time-Series Anomaly Detection Algorithms : Time-series data vary widely across domains, making a universal anomaly detector impractical. Methods that perform well on one dataset often fail to transfer because what counts as an anomaly is context dependent. The key challenge is to design a method that performs well in specific contexts while remaining adaptable across domains with varying data complexities. We present the Robust and Adaptive Model Selection for Time-Series Anomaly Detection RAMSeS framework. RAMSeS comprises two branches: (i) a stacking ensemble optimized with a genetic algorithm to leverage complementary detectors. (ii) An adaptive model-selection branch identifies the best single detector using techniques including Thompson sampling, robustness testing with generative adversarial networks, and Monte Carlo simulations. This dual strategy exploits the collective strength of multiple models and adapts to dataset-specific characteristics. We evaluate RAMSeS and show that it outperforms prior methods on F1."}, {"id": "c1053", "text": "C$^{2}$TC: A Training-Free Framework for Efficient Tabular Data Condensation : Tabular data is the primary data format in industrial relational databases, underpinning modern data analytics and decision-making. However, the increasing scale of tabular data poses significant computational and storage challenges to learning-based analytical systems. This highlights the need for data-efficient learning, which enables effective model training and generalization using substantially fewer samples. Dataset condensation (DC) has emerged as a promising data-centric paradigm that synthesizes small yet informative datasets to preserve data utility while reducing storage and training costs. However, existing DC methods are computationally intensive due to reliance on complex gradient-based optimization. Moreover, they often overlook key characteristics of tabular data, such as heterogeneous features and class imbalance. To address these limitations, we introduce C$^{2}$TC (Class-Adaptive Clustering for Tabular Condensation), the first training-free tabular dataset condensation framework that jointly optimizes class allocation and feature representation, enabling efficient and scalable condensation. Specifically, we reformulate the dataset condensation objective into a novel class-adaptive cluster allocation problem (CCAP), which eliminates costly training and integrates adaptive label allocation to handle class imbalance. To solve the NP-hard CCAP, we develop HFILS, a heuristic local search that alternates between soft allocation and class-wise clustering to efficiently obtain high-quality solutions. Moreover, a hybrid categorical feature encoding (HCFE) is proposed for semantics-preserving clustering of heterogeneous discrete attributes. Extensive experiments on 10 real-world datasets demonstrate that C$^{2}$TC improves efficiency by at least 2 orders of magnitude over state-of-the-art baselines, while achieving superior downstream performance."}, {"id": "c1054", "text": "Maximal Biclique Enumeration with Improved Worst-Case Time Complexity Guarantee: A Partition-Oriented Strategy : The maximal biclique enumeration problem in bipartite graphs is fundamental and has numerous applications in E-commerce and transaction networks. Most existing studies adopt a branch-and-bound framework, which recursively expands a partial biclique with a vertex until no further vertices can be added. Equipped with a basic pivot selection strategy, all state-of-the-art methods have a worst-case time complexity no better than $O(m\\cdot (\\sqrt{2})^n)$}, where $m$ and $n$ are the number of edges and vertices in the graph, respectively. In this paper, we introduce a new branch-and-bound (BB) algorithm \\texttt{IPS}. In \\texttt{IPS}, we relax the strict stopping criterion of existing methods by allowing termination when all maximal bicliques within the current branch can be outputted in the time proportional to the number of maximal bicliques inside, reducing the total number of branches required. Second, to fully unleash the power of the new termination condition, we propose an improved pivot selection strategy, which well aligns with the new termination condition to achieve better theoretical and practical performance. Formally, \\texttt{IPS} improves the worst-case time complexity to $O(m\\cdot \u03b1^n + n\\cdot \u03b2)$, where $\u03b1(\\approx 1.3954)$ is the largest positive root of $x^4-2x-1=0$ and $\u03b2$ represents the number of maximal bicliques in the graph, respectively. This result surpasses that of all existing algorithms given that $\u03b1$ is strictly smaller than $\\sqrt{2}$ and $\u03b2$ is at most $(\\sqrt{2})^n-2$ theoretically. Furthermore, we apply an inclusion-exclusion-based framework to boost the performance of \\texttt{IPS}, improving the worst-case time complexity to $O(n\\cdot \u03b3^2\\cdot\u03b1^\u03b3+ \u03b3\\cdot \u03b2)$ for large sparse graphs ($\u03b3$ is a parameter satisfying $\u03b3\\ll n$ for sparse graphs)."}, {"id": "c1055", "text": "Towards Autonomous Graph Data Analytics with Analytics-Augmented Generation : This paper argues that reliable end-to-end graph data analytics cannot be achieved by retrieval- or code-generation-centric LLM agents alone. Although large language models (LLMs) provide strong reasoning capabilities, practical graph analytics for non-expert users requires explicit analytical grounding to support intent-to-execution translation, task-aware graph construction, and reliable execution across diverse graph algorithms. We envision Analytics-Augmented Generation (AAG) as a new paradigm that treats analytical computation as a first-class concern and positions LLMs as knowledge-grounded analytical coordinators. By integrating knowledge-driven task planning, algorithm-centric LLM-analytics interaction, and task-aware graph construction, AAG enables end-to-end graph analytics pipelines that translate natural-language user intent into automated execution and interpretable results."}, {"id": "c1056", "text": "Epoch-based Optimistic Concurrency Control in Geo-replicated Databases : Geo-distribution is essential for modern online applications to ensure service reliability and high availability. However, supporting high-performance serializable transactions in geo-replicated databases remains a significant challenge. This difficulty stems from the extensive over-coordination inherent in distributed atomic commitment, concurrency control, and fault-tolerance replication protocols under high network latency.\n To address these challenges, we introduce Minerva, a unified distributed concurrency control designed for highly scalable multi-leader replication. Minerva employs a novel epoch-based asynchronous replication protocol that decouples data propagation from the commitment process, enabling continuous transaction replication. Optimistic concurrency control is used to allow any replicas to execute transactions concurrently and commit without coordination. In stead of aborting transactions when conflicts are detected, Minerva uses deterministic re-execution to resolve conflicts, ensuring serializability without sacrificing performance. To further enhance concurrency, we construct a conflict graph and use a maximum weight independent set algorithm to select the optimal subset of transactions for commitment, minimizing the number of re-executed transactions. Our evaluation demonstrates that Minerva significantly outperforms state-of-the-art replicated databases, achieving over $3\\times$ higher throughput in scalability experiments and $2.8\\times$ higher throughput during a high network latency simulation with the TPC-C benchmark."}, {"id": "c1057", "text": "RAC: Relation-Aware Cache Replacement for Large Language Models : The scaling of Large Language Model (LLM) services faces significant cost and latency challenges, making effective caching under tight capacity crucial. Existing cache replacement policies, from heuristics to learning-based methods, predominantly rely on limited-window statistics such as recency and frequency. We show these signals are not robust for real-world LLM workloads, which exhibit long reuse distances and sparse local recurrence.\n To address these limitations, we propose Relation-Aware Cache (RAC), an online eviction strategy that leverages semantic relations among requests to guide eviction decisions. RAC synthesizes two relation-aware signals: (1) Topical Prevalence, which aggregates access evidence at the topic level to capture long-horizon reuse; and (2) Structural Importance, which leverages local intra-topic dependency structure to discriminate entries by their future reuse value. Extensive evaluations show that RAC maintains high effectiveness across diverse workloads, consistently surpassing state-of-the-art baselines by 20%--30% in cache hit ratio."}, {"id": "c1058", "text": "I/O Optimizations for Graph-Based Disk-Resident Approximate Nearest Neighbor Search: A Design Space Exploration : Approximate nearest neighbor (ANN) search on SSD-backed indexes is increasingly I/O-bound (I/O accounts for 70--90\\% of query latency). We present an I/O-first framework for disk-based ANN that organizes techniques along three dimensions: memory layout, disk layout, and search algorithm. We introduce a page-level complexity model that explains how page locality and path length jointly determine page reads, and we validate the model empirically. Using consistent implementations across four public datasets, we quantify both single-factor effects and cross-dimensional synergies. We find that (i) memory-resident navigation and dynamic width provide the strongest standalone gains; (ii) page shuffle and page search are weak alone but complementary together; and (iii) a principled composition, OctopusANN, substantially reduces I/O and achieves 4.1--37.9\\% higher throughput than the state-of-the-art system Starling and 87.5--149.5\\% higher throughput than DiskANN at matched Recall@10=90\\%. Finally, we distill actionable guidelines for selecting storage-centric or hybrid designs across diverse concurrency levels and accuracy constraints, advocating systematic composition rather than isolated tweaks when pushing the performance frontier of disk-based ANN."}, {"id": "c1059", "text": "Both Ends Count! Just How Good are LLM Agents at \"Text-to-Big SQL\"? : Text-to-SQL and Big Data are both extensively benchmarked fields, yet there is limited research that evaluates them jointly. In the real world, Text-to-SQL systems are often embedded with Big Data workflows, such as large-scale data processing or interactive data analytics. We refer to this as \"Text-to-Big SQL\". However, existing text-to-SQL benchmarks remain narrowly scoped and overlook the cost and performance implications that arise at scale. For instance, translation errors that are minor on small datasets lead to substantial cost and latency overheads as data scales, a relevant issue completely ignored by text-to-SQL metrics.\n In this paper, we overcome this overlooked challenge by introducing novel and representative metrics for evaluating Text-to-Big SQL. Our study focuses on production-level LLM agents, a database-agnostic system adaptable to diverse user needs. Via an extensive evaluation of frontier models, we show that text-to-SQL metrics are insufficient for Big Data. In contrast, our proposed text-to-Big SQL metrics accurately reflect execution efficiency, cost, and the impact of data scale. Furthermore, we provide LLM-specific insights, including fine-grained, cross-model comparisons of latency and cost."}, {"id": "c1060", "text": "RISK: Efficiently processing rich spatial-keyword queries on encrypted geo-textual data : Symmetric searchable encryption (SSE) for geo-textual data has attracted significant attention. However, existing schemes rely on task-specific, incompatible indices for isolated specific secure queries (e.g., range or k-nearest neighbor spatial-keyword queries), limiting practicality due to prohibitive multi-index overhead. To address this, we propose RISK, a model for rich spatial-keyword queries on encrypted geo-textual data. In a textual-first-then-spatial manner, RISK is built on a novel k-nearest neighbor quadtree (kQ-tree) that embeds representative and regional nearest neighbors, with the kQ-tree further encrypted using standard cryptographic tools (e.g., keyed hash functions and symmetric encryption). Overall, RISK seamlessly supports both secure range and k-nearest neighbor queries, is provably secure under IND-CKA2 model, and extensible to multi-party scenarios and dynamic updates. Experiments on three real-world and one synthetic datasets show that RISK outperforms state-of-the-art methods by at least 0.5 and 4 orders of magnitude in response time for 1% range queries and 10-nearest neighbor queries, respectively."}, {"id": "c1061", "text": "cuRPQ: A High-Performance GPU-Based Framework for Processing Regular and Conjunctive Regular Path Queries : Regular path queries (RPQs) are fundamental for path-constrained reachability analysis, and more complex variants such as conjunctive regular path queries (CRPQs) are increasingly used in graph analytics. Evaluating these queries is computationally expensive, but to the best of our knowledge, no prior work has explored GPU acceleration. In this paper, we propose cuRPQ, a high-performance GPU-optimized framework for processing RPQs and CRPQs. cuRPQ addresses the key GPU challenges through a novel traversal algorithm, an efficient visited-set management scheme, and a concurrent exploration-materialization strategy. Extensive experiments show that cuRPQ outperforms state-of-the-art methods by orders of magnitude, without out-of-memory errors."}, {"id": "c1062", "text": "CaDrift: A Time-dependent Causal Generator of Drifting Data Streams : This work presents Causal Drift Generator (CaDrift), a time-dependent synthetic data generator framework based on Structural Causal Models (SCMs). The framework produces a virtually infinite combination of data streams with controlled shift events and time-dependent data, making it a tool to evaluate methods under evolving data. CaDrift synthesizes various distributional and covariate shifts by drifting mapping functions of the SCM, which change underlying cause-and-effect relationships between features and the target. In addition, CaDrift models occasional perturbations by leveraging interventions in causal modeling. Experimental results show that, after distributional shift events, the accuracy of classifiers tends to drop, followed by a gradual retrieval, confirming the generator's effectiveness in simulating shifts. The framework has been made available on GitHub."}, {"id": "c1063", "text": "Structured Prompt Language: Declarative Context Management for LLMs : We present SPL (Structured Prompt Language), a declarative SQL-inspired language that treats large language models as generative knowledge bases and their context windows as constrained resources. SPL provides explicit WITH BUDGET/LIMIT token management, an automatic query optimizer, EXPLAIN transparency analogous to SQL's EXPLAIN ANALYZE, and native integration of retrieval-augmented generation (RAG) and persistent memory in a single declarative framework. SPL-flow extends SPL into resilient agentic pipelines with a three-tier provider fallback strategy (Ollama -> OpenRouter -> self-healing retry) fully transparent to the .spl script. Five extensions demonstrate the paradigm's breadth: (1) Text2SPL (multilingual NL->SPL translation); (2) Mixture-of-Models (MoM) routing that dispatches each PROMPT to a domain-specialist model at runtime; (3) Logical Chunking, an intelligent strategy for documents exceeding a single context window--expressed naturally through SPL's existing CTE syntax with no new constructs, decomposing a large query into a Map-Reduce pipeline that reduces attention cost from O(N^2) to O(N^2/k) and runs identically on cloud (parallel) or local hardware (sequential); (4) SPL-flow, a declarative agentic orchestration layer with resilient three-tier provider fallback; and (5) BENCHMARK for parallel multi-model comparison with automatic winner persistence. We provide a formal EBNF grammar, two pip-installable Python packages (spl-llm, spl-flow), and comparison against Prompty, DSPy, and LMQL. SPL reduces prompt boilerplate by 65% on average, surfaces a 68x cost spread across model tiers as a pre-execution signal, and runs the identical .spl script at $0.002 on OpenRouter or at zero marginal cost on a local Ollama instance--without modification."}, {"id": "c1064", "text": "A Context-Aware Knowledge Graph Platform for Stream Processing in Industrial IoT : Industrial IoT ecosystems bring together sensors, machines and smart devices operating collaboratively across industrial environments. These systems generate large volumes of heterogeneous, high-velocity data streams that require interoperable, secure and contextually aware management. Most of the current stream management architectures, however, still rely on syntactic integration mechanisms, which result in limited flexibility, maintainability and interpretability in complex Industry 5.0 scenarios. This work proposes a context-aware semantic platform for data stream management that unifies heterogeneous IoT/IoE data sources through a Knowledge Graph enabling formal representation of devices, streams, agents, transformation pipelines, roles and rights. The model supports flexible data gathering, composable stream processing pipelines, and dynamic role-based data access based on agents' contexts, relying on Apache Kafka and Apache Flink for real-time processing, while SPARQL and SWRL-based reasoning provide context-dependent stream discovery. Experimental evaluations demonstrate the effectiveness of combining semantic models, context-aware reasoning and distributed stream processing to enable interoperable data workflows for Industry 5.0 environments."}, {"id": "c1065", "text": "Semantic Caching for OLAP via LLM-Based Query Canonicalization (Extended Version) : Analytical workloads exhibit substantial semantic repetition, yet most production caches key entries by SQL surface form (text or AST), fragmenting reuse across BI tools, notebooks, and NL interfaces. We introduce a safety-first middleware cache for dashboard-style OLAP over star schemas that canonicalizes both SQL and NL into a unified key space -- the OLAP Intent Signature -- capturing measures, grouping levels, filters, and time windows. Reuse requires exact intent matches under strict schema validation and confidence-gated NL acceptance; two correctness-preserving derivations (roll-up, filter-down) extend coverage without approximate matching. Across TPC-DS, SSB, and NYC TLC (1,395 queries), we achieve 82% hit rate versus 28% (text) and 56% (AST) with zero false hits; derivations double hit rate on hierarchical queries."}, {"id": "c1066", "text": "The Climate Change Knowledge Graph: Supporting Climate Services : Climate change impacts a broad spectrum of human resources and activities, necessitating the use of climate models to project long-term effects and inform mitigation and adaptation strategies. These models generate multiple datasets by running simulations across various scenarios and configurations, thereby covering a range of potential future outcomes. Currently, researchers rely on traditional search interfaces and APIs to retrieve such datasets, often piecing together information from metadata and community vocabularies. The Climate Change Knowledge Graph is designed to address these challenges by integrating diverse data sources related to climate simulations into a coherent and interoperable knowledge graph. This innovative resource allows for executing complex queries involving climate models, simulations, variables, spatio-temporal domains, and granularities. Developed with input from domain experts, the knowledge graph and its underlying ontology are published with open access license and provide a comprehensive framework that enhances the exploration of climate data, facilitating more informed decision-making in addressing climate change issues."}, {"id": "c1067", "text": "Breaking the Barriers of Database-Agnostic Transactions : Federated transaction management has long been used as a method to virtually integrate multiple databases from a transactional perspective, ensuring consistency across the databases. Modern approaches manage transactions on top of a database abstraction to achieve database agnosticism; however, these approaches face several challenges. First, managing transactions on top of a database abstraction makes performance optimization difficult because the abstraction hides away the details of underlying databases, such as database-specific capabilities. Additionally, it requires that application data and the associated transaction metadata be colocated in the same record to allow for efficient updates, necessitating a schema migration to run federated transactions on top of existing databases. This paper introduces a new concept in such database abstraction called Atomicity Unit (AU) to address these challenges. AU enables federated transaction management to aggressively pushdown database operations by making use of the knowledge about the scope within which they can perform operations atomically, fully harnessing the performance of the databases. Moreover, AU enables efficient separation of transaction metadata from application data, allowing federated transactions to run on existing databases without requiring a schema migration or significant performance degradation. In this paper, we describe AU, how AU addresses the challenges, and its implementation within ScalarDB, an open-sourced database-agnostic federated transaction manager. We also present evaluation results demonstrating that ScalarDB with AU achieves significantly better performance and efficient metadata separation."}, {"id": "c1068", "text": "The Human Factor in Data Cleaning: Exploring Preferences and Biases : Data cleaning is often framed as a technical preprocessing step, yet in practice it relies heavily on human judgment. We report results from a controlled survey study in which participants performed error detection, data repair and imputation, and entity matching tasks on census-inspired scenarios with known semantic validity. We find systematic evidence for several cognitive bias mechanisms in data cleaning. Framing effects arise when surface-level formatting differences (e.g., capitalization or numeric presentation) increase false-positive error flags despite unchanged semantics. Anchoring and adjustment bias appears when expert cues shift participant decisions beyond parity, consistent with salience and availability effects. We also observe the representativeness heuristic: atypical but valid attribute combinations are frequently flagged as erroneous, and in entity matching tasks, surface similarity produces a substantial false-positive rate with high confidence. In data repair, participants show a robust preference for leaving values missing rather than imputing plausible values, consistent with omission bias. In contrast, automation-aligned switching under strong contradiction does not exceed a conservative rare-error tolerance threshold at the population level, indicating that deference to automated recommendations is limited in this setting. Across scenarios, bias patterns persist among technically experienced participants and across diverse workflow practices, suggesting that bias in data cleaning reflects general cognitive tendencies rather than lack of expertise. These findings motivate human-in-the-loop cleaning systems that clearly separate representation from semantics, present expert or algorithmic recommendations non-prescriptively, and support reflective evaluation of atypical but valid cases."}, {"id": "c1069", "text": "Health+: Empowering Individuals via Unifying Health Data : Managing personal health data is a challenge in today's fragmented and institution-centric healthcare ecosystem. Individuals often lack meaningful control over their medical records, which are scattered across incompatible systems and formats. This vision paper presents Health+, a user-centric, multimodal health data management system that empowers individuals (including those with limited technical expertise) to upload, query, and share their data across modalities (e.g., text, images, reports). Rather than aiming for institutional overhaul, Health+ emphasizes individual agency by providing intuitive interfaces and intelligent recommendations for data access and sharing. At the system level, it tackles the complexity of storing, integrating, and securing heterogeneous health records, ensuring both efficiency and privacy. By unifying multimodal data and prioritizing patients, Health+ lays the foundation for a more connected, interpretable, and user-controlled health information ecosystem."}, {"id": "c1070", "text": "S$^3$GND: An Effective Learning-Based Approach for Subgraph Similarity Search Under Generalized Neighbor Difference Semantics (Technical Report) : Subgraph similarity search over large-scale graphs is a fundamental task that retrieves subgraphs similar to a given query graph from a data graph, and it plays a crucial role in real applications such as protein discovery, social network analysis, and recommendation systems. While prior works on subgraph similarity search studied various graph similarity metrics, in this paper, we propose a novel graph similarity semantic, \\textit{generalized neighbor difference} (GND), that accounts for both the keyword-set relationships between vertices and edge-weight differences. We formulate the problem of \\textit{subgraph similarity search under the generalized neighbor difference semantics} (S$^3$GND), which retrieves those subgraphs similar to a query graph $q$ under GND semantics. To efficiently tackle the S$^3$GND problem, we propose an effective learning-based approach, which constructs a keyword hypergraph from the data graph, and trains a \\textit{hypergraph neural network} (HGNN) model to obtain high-quality keyword embedding representations. We design effective pruning strategies, \\textit{keyword embedding MBR}, \\textit{vertex-Level ND lower bound}, and \\textit{graph-level GND lower bound pruning}, to rule out false alarms of candidate vertices/subgraphs, and devise a tree-based indexing mechanism to facilitate efficient S$^3$GND query answering. We develop an efficient S$^3$GND query-processing algorithm that traverses the index, applies pruning strategies, and returns actual S$^3$GND answers. Finally, we conduct extensive experiments to verify the effectiveness and efficiency of our proposed S$^3$GND approach over both real and synthetic graphs."}, {"id": "c1071", "text": "Should I Hide My Duck in the Lake? : Data lakes spend a significant fraction of query execution time on scanning data from remote storage. Decoding alone accounts for 46% of runtime when running TPC-H directly on Parquet files. To address this bottleneck, we propose a vision for a data processing SmartNIC for the cloud that sits on the network datapath of compute nodes to offload decoding and pushed-down operators, effectively hiding the cost of querying raw files. Our experimental estimations with DuckDB suggest that by operating directly on pre-filtered data as delivered by a SmartNIC, significantly smaller CPUs can still match query throughput of traditional setups."}, {"id": "c1072", "text": "Altar: Structuring Sharable Experimental Data from Early Exploration to Publication : Managing the data and metadata during the active development phase of an experimental project presents a significant challenge, particularly in collaborative research. This phase is frequently overlooked in Data Management Plans included in project proposals, despite its important role in ensuring reproducibility and preventing the need for retroactive reconstruction at the time of publication. Here we present Altar, a lightweight, domain-agnostic framework for structuring experimental data from the onset of a project without imposing rigid data models. Altar is built around the Sacred experiment-tracking model and captures experimental (meta)data and structures them. Parameters, metadata, curves and small files are stored in a flexible NoSQL database, while large raw data are maintained in dedicated storage and linked through unique identifiers, ensuring efficiency and traceability. This integration is composable with exiting workflows, allowing integration with minimial disruption of work habits. We document different pathways to use Altar based on users skillset (PhD students, Post-docs, Principal Investigators, Laboratory administrators, System administrators). While getting started with Altar does not require a specialized infrastructure, the framework can be easily deployed on a server and made publicly accessible when scaling up or preparing data for publication. By addressing the dynamic phase of research, Altar provides a practical bridge between exploratory experimentation and FAIR-aligned data sharing."}, {"id": "c1073", "text": "Dichotomy for Axiomatising Inclusion Dependencies on K-Databases : A relation consisting of tuples annotated by an element of a monoid K is called a K-relation. A K-database is a collection of K-relations. In this paper, we study entailment of inclusion dependencies over K-databases, where K is a positive commutative monoid. We establish a dichotomy regarding the axiomatisation of the entailment of inclusion dependencies over K-databases, based on whether the monoid K is weakly absorptive or weakly cancellative. We establish that, if the monoid is weakly cancellative then the standard axioms of inclusion dependencies are sound and complete for the implication problem. If the monoid is not weakly cancellative, it is weakly absorptive and the standard axioms of inclusion dependencies together with the weak symmetry axiom are sound and complete for the implication problem. In addition, we establish that the so-called balance axiom is further required, if one stipulates that the joint weights of each K-relation of a K-database need to be the same; this generalises the notion of a K-relation being a distribution. In conjunction with the balance axiom, weak symmetry axiom boils down to symmetry."}, {"id": "c1074", "text": "Seasoning Data Modeling Education with GARLIC: A Participatory Co-Design Framework : Entity-Relationship (ER) modeling is commonly taught as a primarily technical activity, despite its central role in shaping how data systems represent people, processes, and institutions. Prior research in participatory design demonstrates that involving diverse stakeholders in modeling can surface tacit knowledge, challenge implicit assumptions, and produce more inclusive data representations. However, database education currently lacks structured pedagogical approaches for teaching participatory ER modeling in practice.\n We introduce the GARLIC methodology for teaching and learning participatory ER modeling. GARLIC adapts and extends the ONION participatory ER modeling framework of Makovska et al.(HILDA 2025) into a workshop-based learning format that combines role-playing, collaborative synthesis, guided critique, and iterative refinement. GARLIC is designed to develop both technical modeling skills and critical awareness of the social and ethical dimensions of data representation. GARLIC lowers the barrier to participatory ER modeling and equips students with practical skills for collaborative, inclusive data model design."}, {"id": "c1075", "text": "FENCE: A Financial and Multimodal Jailbreak Detection Dataset : Jailbreaking poses a significant risk to the deployment of Large Language Models (LLMs) and Vision Language Models (VLMs). VLMs are particularly vulnerable because they process both text and images, creating broader attack surfaces. However, available resources for jailbreak detection are scarce, particularly in finance. To address this gap, we present FENCE, a bilingual (Korean-English) multimodal dataset for training and evaluating jailbreak detectors in financial applications. FENCE emphasizes domain realism through finance-relevant queries paired with image-grounded threats. Experiments with commercial and open-source VLMs reveal consistent vulnerabilities, with GPT-4o showing measurable attack success rates and open-source models displaying greater exposure. A baseline detector trained on FENCE achieves 99 percent in-distribution accuracy and maintains strong performance on external benchmarks, underscoring the dataset's robustness for training reliable detection models. FENCE provides a focused resource for advancing multimodal jailbreak detection in finance and for supporting safer, more reliable AI systems in sensitive domains. Warning: This paper includes example data that may be offensive."}, {"id": "c1076", "text": "OODBench: Out-of-Distribution Benchmark for Large Vision-Language Models : Existing Visual-Language Models (VLMs) have achieved significant progress by being trained on massive-scale datasets, typically under the assumption that data are independent and identically distributed (IID). However, in real-world scenarios, it is often impractical to expect that all data processed by an AI system satisfy this assumption. Furthermore, failure to appropriately handle out-of-distribution (OOD) objects may introduce safety risks in real-world applications (e.g., autonomous driving or medical assistance). Unfortunately, current research has not yet provided valid benchmarks that can comprehensively assess the performance of VLMs in response to OOD data. Therefore, we propose OODBench, a predominantly automated method with minimal human verification, for constructing new benchmarks and evaluating the ability of VLMs to process OOD data. OODBench contains 40K instance-level OOD instance-category pairs, and we show that current VLMs still exhibit notable performance degradation on OODBench, even when the underlying image categories are common. In addition, we propose a reliable automated assessment metric that employs a Basic-to-Advanced Progression of prompted questions to assess the impact of OOD data on questions of varying difficulty more fully. Lastly, we summarize substantial findings and insights to facilitate future research in the acquisition and evaluation of OOD data."}, {"id": "c1077", "text": "Efficient Filtered-ANN via Learning-based Query Planning : Filtered ANN search is an increasingly important problem in vector retrieval, yet systems face a difficult trade-off due to the execution order: Pre-filtering (filtering first, then ANN over the passing subset) requires expensive per-predicate index construction, while post-filtering (ANN first, then filtering candidates) may waste computation and lose recall under low selectivity due to insufficient candidates after filtering. We introduce a learning-based query planning framework that dynamically selects the most effective execution plan for each query, using lightweight predictions derived from dataset and query statistics (e.g., dimensionality, corpus size, distribution features, and predicate statistics). The framework supports diverse filter types, including categorical/keyword and range predicates, and is generic to use any backend ANN index. Experiments show that our method achieves up to 4x acceleration with >= 90% recall comparing to the strong baselines."}, {"id": "c1078", "text": "From Lossy to Verified: A Provenance-Aware Tiered Memory for Agents : Long-horizon agents often compress interaction histories into write-time summaries. This creates a fundamental write-before-query barrier: compression decisions are made before the system knows what a future query will hinge on. As a result, summaries can cause unverifiable omissions -- decisive constraints (e.g., allergies) may be dropped, leaving the agent unable to justify an answer with traceable evidence. Retaining raw logs restores an authoritative source of truth, but grounding on raw logs by default is expensive: many queries are answerable from summaries, yet raw grounding still requires processing far longer contexts, inflating token consumption and latency.\n We propose TierMem, a provenance-linked framework that casts retrieval as an inference-time evidence allocation problem. TierMem uses a two-tier memory hierarchy to answer with the cheapest sufficient evidence: it queries a fast summary index by default, and a runtime sufficiency router Escalates to an immutable raw-log store only when summary evidence is insufficient. TierMem then writes back verified findings as new summary units linked to their raw sources. On LoCoMo, TierMem achieves 0.851 accuracy (vs.0.873 raw-only) while reducing input tokens by 54.1\\% and latency by 60.7%."}, {"id": "c1079", "text": "Multi-Attribute Group Fairness in $k$-NN Queries on Vector Databases : We initiate the study of multi-attribute group fairness in $k$-nearest neighbor ($k$-NN) search over vector databases. Unlike prior work that optimizes efficiency or query filtering, fairness imposes count constraints to ensure proportional representation across groups defined by protected attributes. When fairness spans multiple attributes, these constraints must be satisfied simultaneously, making the problem computationally hard. To address this, we propose a computational framework that produces high-quality approximate nearest neighbors with good trade-offs between search time, memory/indexing cost, and recall. We adapt locality-sensitive hashing (LSH) to accelerate candidate generation and build a lightweight index over the Cartesian product of protected attribute values. Our framework retrieves candidates satisfying joint count constraints and then applies a post-processing stage to construct fair $k$-NN results across all attributes. For 2 attributes, we present an exact polynomial-time flow-based algorithm; for 3 or more, we formulate ILP-based exact solutions with higher computational cost. We provide theoretical guarantees, identify efficiency--fairness trade-offs, and empirically show that existing vector search methods cannot be directly adapted for fairness. Experimental evaluations demonstrate the generality of the proposed framework and scalability."}, {"id": "c1080", "text": "Exploring Novel Data Storage Approaches for Large-Scale Numerical Weather Prediction : Driven by scientific and industry ambition, HPC and AI applications such as operational Numerical Weather Prediction (NWP) require processing and storing ever-increasing data volumes as fast as possible. Whilst POSIX distributed file systems and NVMe SSDs are currently a common HPC storage configuration providing I/O to applications, new storage solutions have proliferated or gained traction over the last decade with potential to address performance limitations POSIX file systems manifest at scale for certain I/O workloads.\n This work has primarily aimed to assess the suitability and performance of two object storage systems -namely DAOS and Ceph- for the ECMWF's operational NWP as well as for HPC and AI applications in general. New software-level adapters have been developed which enable the ECMWF's NWP to leverage these systems, and extensive I/O benchmarking has been conducted on a few computer systems, comparing the performance delivered by the evaluated object stores to that of equivalent Lustre file system deployments on the same hardware. Challenges of porting to object storage and its benefits with respect to the traditional POSIX I/O approach have been discussed and, where possible, domain-agnostic performance analysis has been conducted, leading to insight also of relevance to I/O practitioners and the broader HPC community.\n DAOS and Ceph have both demonstrated excellent performance, but DAOS stood out relative to Ceph and Lustre, providing superior scalability and flexibility for applications to perform I/O at scale as desired. This sets a promising outlook for DAOS and object storage, which might see greater adoption at HPC centres in the years to come, although not necessarily implying a shift away from POSIX-like I/O."}, {"id": "c1081", "text": "Do GPUs Really Need New Tabular File Formats? : Parquet is the de facto columnar file format in modern analytical systems, yet its configuration guidelines have largely been shaped by CPU-centric execution models. As GPU-accelerated data processing becomes increasingly prevalent, Parquet files generated with CPU-oriented defaults can severely underutilize GPU parallelism, turning GPU scans into a performance bottleneck.\n In this work, we systematically study how Parquet configurations affect GPU scan performance. We show that Parquet's poor GPU performance is not inherent to the format itself but rather a consequence of suboptimal configuration choices. By applying GPU-aware configurations, we increase effective read bandwidth up to 125 GB/s without modifying the Parquet specification."}, {"id": "c1082", "text": "Open Datasets in Learning Analytics: Trends, Challenges, and Best PRACTICE : Open datasets play a crucial role in three research domains that intersect data science and education: learning analytics, educational data mining, and artificial intelligence in education. Researchers in these domains apply computational methods to analyze data from educational contexts, aiming to better understand and improve teaching and learning. Providing open datasets alongside research papers supports reproducibility, collaboration, and trust in research findings. It also provides individual benefits for authors, such as greater visibility, credibility, and citation potential. Despite these advantages, the availability of open datasets and the associated practices within the learning analytics research communities, especially at their flagship conference venues, remain unclear. We surveyed available datasets published alongside research papers in learning analytics. We manually examined 1,125 papers from three flagship conferences (LAK, EDM, and AIED) over the past five years. We discovered, categorized, and analyzed 172 datasets used in 204 publications. Our study presents the most comprehensive collection and analysis of open educational datasets to date, along with the most detailed categorization. Of the 172 datasets identified, 143 were not captured in any prior survey of open data in learning analytics. We provide insights into the datasets' context, analytical methods, use, and other properties. Based on this survey, we summarize the current gaps in the field. Furthermore, we list practical recommendations, advice, and 8-item guidelines under the acronym PRACTICE with a checklist to help researchers publish their data. Lastly, we share our original dataset: an annotated inventory detailing the discovered datasets and the corresponding publications. We hope these findings will support further adoption of open data practices in learning analytics communities and beyond."}, {"id": "c1083", "text": "Quality of Descriptive Information on Cultural Heritage Objects: Definition and Empirical Evaluation : Effective data processing depends on the quality of the underlying data. However, quality issues such as inconsistencies and uncertainties, can significantly impede the processing and subsequent use of data. Despite the centrality of data quality to a wide range of computational tasks, there is currently no broadly accepted, domain-independent consensus on the definition of data quality. Existing frameworks primarily define data quality in ways that are tailored to specific domains, data types, or contexts of use. Although quality assessment frameworks exist for specific domains, such as electronic health record data and linked data, corresponding approaches for descriptive information about cultural heritage objects remain underdeveloped. Moreover, existing quality definitions are often theoretical in nature and lack empirical validation based on real-world data problems. In this paper, we address these limitations by first defining a set of quality dimensions specifically designed to capture the characteristics of descriptive information about cultural heritage objects. Our definition is based on an in-depth analysis of existing dimensions and is illustrated through domain-specific examples. We then evaluate the practical applicability of our proposed quality definition using a curated set of real-world data quality problems from the cultural heritage domain. This empirical evaluation substantiates our definition of data quality, resulting in a comprehensive definition of data quality in this domain."}, {"id": "c1084", "text": "Multiple Index Merge for Approximate Nearest Neighbor Search : Approximate $k$ nearest neighbor (AKNN) search in high-dimensional space is a foundational problem in vector databases with widespread applications. Among the numerous AKNN indexes, Proximity Graph-based indexes achieve state-of-the-art search efficiency across various benchmarks. However, their extensive distance computations of high-dimensional vectors lead to slow construction and substantial memory overhead. The limited memory capacity often prevents building the entire index at once when handling large-scale datasets. A common practice is to build multiple sub-indexes separately. However, directly searching on these separated indexes severely compromises search efficiency, as queries cannot leverage cross-graph connections. Therefore, efficient graph index merging is crucial for multi-index searching. In this paper, we focus on efficient two-index merging and the merge order of multiple indexes for AKNN search. To achieve this, we propose a reverse neighbor sliding merge (RNSM) that exploits structural information to boost merging efficiency. We further investigate merge order selection (MOS) to reduce the merging cost by eliminating redundant merge operations. Experiments show that our approach yields up to a 5.48$\\times$ speedup over existing index merge methods and 9.92$\\times$ speedup over index reconstruction, while maintaining expected superior search performance. Moreover, our method scales efficiently to 100 million vectors with 50 partitions, maintaining consistent speedups."}, {"id": "c1085", "text": "Sonar-TS: Search-Then-Verify Natural Language Querying for Time Series Databases : Natural Language Querying for Time Series Databases (NLQ4TSDB) aims to assist non-expert users retrieve meaningful events, intervals, and summaries from massive temporal records. However, existing Text-to-SQL methods are not designed for continuous morphological intents such as shapes or anomalies, while time series models struggle to handle ultra-long histories. To address these challenges, we propose Sonar-TS, a neuro-symbolic framework that tackles NLQ4TSDB via a Search-Then-Verify pipeline. Analogous to active sonar, it utilizes a feature index to ping candidate windows via SQL, followed by generated Python programs to lock on and verify candidates against raw signals. To enable effective evaluation, we introduce NLQTSBench, the first large-scale benchmark designed for NLQ over TSDB-scale histories. Our experiments highlight the unique challenges within this domain and demonstrate that Sonar-TS effectively navigates complex temporal queries where traditional methods fail. This work presents the first systematic study of NLQ4TSDB, offering a general framework and evaluation standard to facilitate future research."}, {"id": "c1086", "text": "Boreas Road Trip: A Multi-Sensor Autonomous Driving Dataset on Challenging Roads : The Boreas Road Trip (Boreas-RT) dataset extends the multi-season Boreas dataset to new and diverse locations that pose challenges for modern autonomous driving algorithms. Boreas-RT comprises 60 sequences collected over 9 real-world routes, totalling 643 km of driving. Each route is traversed multiple times, enabling evaluation in identical environments under varying traffic and, in some cases, weather conditions. The data collection platform includes a 5MP FLIR Blackfly S camera, a 360 degree Navtech RAS6 Doppler-enabled spinning radar, a 128-channel 360 degree Velodyne Alpha Prime lidar, an Aeva Aeries II FMCW Doppler-enabled lidar, a Silicon Sensing DMU41 inertial measurement unit, and a Dynapar wheel encoder. Centimetre-level ground truth is provided via post-processed Applanix POS LV GNSS-INS data. The dataset includes precise extrinsic and intrinsic calibrations, a publicly available development kit, and a live leaderboard for odometry and metric localization. Benchmark results show that many state-of-the-art odometry and localization algorithms overfit to simple driving environments and degrade significantly on the more challenging Boreas-RT routes. Boreas-RT provides a unified dataset for evaluating multi-modal algorithms across diverse road conditions. The dataset, leaderboard, and development kit are available at www.boreas.utias.utoronto.ca."}, {"id": "c1087", "text": "DataJoint 2.0: A Computational Substrate for Agentic Scientific Workflows : Operational rigor determines whether human-agent collaboration succeeds or fails. Scientific data pipelines need the equivalent of DevOps -- SciOps -- yet common approaches fragment provenance across disconnected systems without transactional guarantees. DataJoint 2.0 addresses this gap through the relational workflow model: tables represent workflow steps, rows represent artifacts, foreign keys prescribe execution order. The schema specifies not only what data exists but how it is derived -- a single formal system where data structure, computational dependencies, and integrity constraints are all queryable, enforceable, and machine-readable. Four technical innovations extend this foundation: object-augmented schemas integrating relational metadata with scalable object storage, semantic matching using attribute lineage to prevent erroneous joins, an extensible type system for domain-specific formats, and distributed job coordination designed for composability with external orchestration. By unifying data structure, data, and computational transformations, DataJoint creates a substrate for SciOps where agents can participate in scientific workflows without risking data corruption."}, {"id": "c1088", "text": "Automated Extraction of Mechanical Constitutive Models from Scientific Literature using Large Language Models: Applications in Cultural Heritage Conservation : The preservation of cultural heritage is increasingly transitioning towards data-driven predictive maintenance and \"Digital Twin\" construction. However, the mechanical constitutive models required for high-fidelity simulations remain fragmented across decades of unstructured scientific literature, creating a \"Data Silo\" that hinders conservation engineering. To address this, we present an automated, two-stage agentic framework leveraging Large Language Models (LLMs) to extract mechanical constitutive equations, calibrated parameters, and metadata from PDF documents. The workflow employs a resource-efficient \"Gatekeeper\" agent for relevance filtering and a high-capability \"Analyst\" agent for fine-grained extraction, featuring a novel Context-Aware Symbolic Grounding mechanism to resolve mathematical ambiguities. Applied to a corpus of over 2,000 research papers, the system successfully isolated 113 core documents and constructed a structured database containing 185 constitutive model instances and over 450 calibrated parameters. The extraction precision reached 80.4\\%, establishing a highly efficient \"Human-in-the-loop\" workflow that reduces manual data curation time by approximately 90\\%. We demonstrate the system's utility through a web-based Knowledge Retrieval Platform, which enables rapid parameter discovery for computational modeling. This work transforms scattered literature into a queryable digital asset, laying the data foundation for the \"Digital Material Twin\" of built heritage."}, {"id": "c1089", "text": "BuffCut: Prioritized Buffered Streaming Graph Partitioning : Streaming graph partitioners enable resource-efficient and massively scalable partitioning, but one-pass assignment heuristics are highly sensitive to stream order and often yield substantially higher edge cuts than in-memory methods. We present BuffCut, a buffered streaming partitioner that narrows this quality gap, particularly when stream ordering is adversarial, by combining prioritized buffering with batch-wise multilevel assignment. BuffCut maintains a bounded priority buffer to delay poorly informed decisions and regulate the order in which nodes are considered for assignment. It incrementally constructs high-locality batches of configurable size by iteratively inserting the highest-priority nodes from the buffer into the batch, effectively recovering locality structure from the stream. Each batch is then assigned via a multilevel partitioning algorithm. Experiments on diverse real-world and synthetic graphs show that BuffCut consistently outperforms state-of-the-art buffered streaming methods. Compared to the strongest prioritized buffering baseline, BuffCut achieves 20.8% fewer edge cuts while running 2.9 times faster and using 11.3 times less memory. Against the next-best buffered method, it reduces edge cut by 15.8% with only modest overheads of 1.8 times runtime and 1.09 times memory."}, {"id": "c1090", "text": "LAND: A Longitudinal Analysis of Neuromorphic Datasets : Neuromorphic engineering has a data problem. Despite the meteoric rise in the number of neuromorphic datasets published over the past ten years, the conclusion of a significant portion of neuromorphic research papers still states that there is a need for yet more data and even larger datasets. Whilst this need is driven in part by the sheer volume of data required by modern deep learning approaches, it is also fuelled by the current state of the available neuromorphic datasets and the difficulties in finding them, understanding their purpose, and determining the nature of their underlying task. This is further compounded by practical difficulties in downloading and using these datasets. This review starts by capturing a snapshot of the existing neuromorphic datasets, covering over 423 datasets, and then explores the nature of their tasks and the underlying structure of the presented data. Analysing these datasets shows the difficulties arising from their size, the lack of standardisation, and difficulties in accessing the actual data. This paper also highlights the growth in the size of individual datasets and the complexities involved in working with the data. However, a more important concern is the rise of synthetic datasets, created by either simulation or video-to-events methods. This review explores the benefits of simulated data for testing existing algorithms and applications, highlighting the potential pitfalls for exploring new applications of neuromorphic technologies. This review also introduces the concepts of meta-datasets, created from existing datasets, as a way of both reducing the need for more data, and to remove potential bias arising from defining both the dataset and the task."}, {"id": "c1091", "text": "Efficient Densest Flow Queries in Transaction Flow Networks (Complete Version) : Transaction flow networks are crucial in detecting illicit activities such as wash trading, credit card fraud, cashback arbitrage fraud, and money laundering. \\revise{Our collaborator, Grab, a leader in digital payments in Southeast Asia, faces increasingly sophisticated fraud patterns in its transaction flow networks. In industry settings such as Grab's fraud detection pipeline, identifying fraudulent activities heavily relies on detecting dense flows within transaction networks. Motivated by this practical foundation,} we propose the \\emph{\\(S\\)-\\(T\\) densest flow} (\\SDMF{}) query. Given a transaction flow network \\( G \\), a source set \\( \\Src \\), a sink set \\( \\Dst \\), and a size threshold \\( k \\), the query outputs subsets \\( \\Src' \\subseteq \\Src \\) and \\( \\Dst' \\subseteq \\Dst \\) such that the maximum flow from \\( \\Src' \\) to \\( \\Dst' \\) is densest, with \\(|\\Src' \\cup \\Dst'| \\geq k\\). Recognizing the NP-hardness of the \\SDMF{} query, we develop an efficient divide-and-conquer algorithm, CONAN. \\revise{Driven by industry needs for scalable and efficient solutions}, we introduce an approximate flow-peeling algorithm to optimize the performance of CONAN, enhancing its efficiency in processing large transaction networks. \\revise{Our approach has been integrated into Grab's fraud detection scenario, resulting in significant improvements in identifying fraudulent activities.} Experiments show that CONAN outperforms baseline methods by up to three orders of magnitude in runtime and more effectively identifies the densest flows. We showcase CONAN's applications in fraud detection on transaction flow networks from our industry partner, Grab, and on non-fungible tokens (NFTs)."}, {"id": "c1092", "text": "Hierarchical Decomposition of Separable Workflow-Nets : The Partially Ordered Workflow Language (POWL) has recently emerged as a process modeling notation, offering strong quality guarantees and high expressiveness. While early versions of POWL relied on strict block-structured operators for choices and loops, the language has recently evolved into POWL 2.0, introducing choice graphs to enable the modeling of non-block-structured decisions and cycles. To bridge the gap between the theoretical advantages of POWL and the practical need for compatibility with established notations, robust model transformations are required. This paper presents a novel algorithm for transforming safe and sound workflow nets (WF-nets) into equivalent POWL 2.0 models. The algorithm recursively identifies structural patterns within the WF-net and translates them into their POWL representation. Unlike the previous approach that required separate detection strategies for exclusive choices and loops, our new algorithm utilizes choice graphs to capture generalized decision and cyclic patterns. We formally prove the correctness of our approach, showing that the generated POWL model preserves the language of the input WF-net. Furthermore, we prove the completeness of our algorithm on the class of separable WF-nets, which corresponds to nets constructed via the hierarchical nesting of state machines and marked graphs. We evaluate our algorithm on large-scale process models to demonstrate its high scalability. Furthermore, to test its practical expressiveness, we applied it to a benchmark of 1,493 industrial and synthetic process models. Our algorithm successfully transformed all models in this benchmark, suggesting that POWL 2.0's expressive power is generally sufficient to capture the complex logic found in real-world business processes. This work paves the way for broader adoption of POWL in practical process analysis and improvement applications."}, {"id": "c1093", "text": "A universal LLM Framework for General Query Refinements : Numerous studies have explored the SQL query refinement problem, where the objective is to minimally modify an input query so that it satisfies a specified set of constraints. However, these works typically target restricted classes of queries or constraints. We present OmniTune, a general framework for refining arbitrary SQL queries using LLM-based optimization by prompting (OPRO). OmniTune employs a two-step OPRO scheme that explores promising refinement subspaces and samples candidates within them, supported by concise history and skyline summaries for effective feedback.\n Experiments on a comprehensive benchmark demonstrate that OmniTune handles both previously studied refinement tasks and more complex scenarios beyond the scope of existing solutions."}, {"id": "c1094", "text": "EduEVAL-DB: A Role-Based Dataset for Pedagogical Risk Evaluation in Educational Explanations : This work introduces EduEVAL-DB, a dataset based on teacher roles designed to support the evaluation and training of automatic pedagogical evaluators and AI tutors for instructional explanations. The dataset comprises 854 explanations corresponding to 139 questions from a curated subset of the ScienceQA benchmark, spanning science, language, and social science across K-12 grade levels. For each question, one human-teacher explanation is provided and six are generated by LLM-simulated teacher roles. These roles are inspired by instructional styles and shortcomings observed in real educational practice and are instantiated via prompt engineering. We further propose a pedagogical risk rubric aligned with established educational standards, operationalizing five complementary risk dimensions: factual correctness, explanatory depth and completeness, focus and relevance, student-level appropriateness, and ideological bias. All explanations are annotated with binary risk labels through a semi-automatic process with expert teacher review. Finally, we present preliminary validation experiments to assess the suitability of EduEVAL-DB for evaluation. We benchmark a state-of-the-art education-oriented model (Gemini 2.5 Pro) against a lightweight local Llama 3.1 8B model and examine whether supervised fine-tuning on EduEVAL-DB supports pedagogical risk detection using models deployable on consumer hardware."}, {"id": "c1095", "text": "Efficient Approximate Nearest Neighbor Search under Multi-Attribute Range Filter : Nearest neighbor search on high-dimensional vectors is fundamental in modern AI and database systems. In many real-world applications, queries involve constraints on multiple numeric attributes, giving rise to range-filtering approximate nearest neighbor search (RFANNS). While there exist RFANNS indexes for single-attribute range predicates, extending them to the multi-attribute setting is nontrivial and often ineffective. In this paper, we propose KHI, an index for multi-attribute RFANNS that combines an attribute-space partitioning tree with HNSW graphs attached to tree nodes. A skew-aware splitting rule bounds the tree height by $O(\\log n)$, and queries are answered by routing through the tree and running greedy search on the HNSW graphs. Experiments on four real-world datasets show that KHI consistently achieves high query throughput while maintaining high recall. Compared with the state-of-the-art RFANNS baseline, KHI improves QPS by $2.46\\times$ on average and up to $16.22\\times$ on the hard dataset, with larger gains for smaller selectivity, larger $k$, and higher predicate cardinality."}, {"id": "c1096", "text": "Crane: An Accurate and Scalable Neural Sketch for Graph Stream Summarization : Graph streams are rapidly evolving sequences of edges that convey continuously changing relationships among entities, playing a crucial role in domains such as networking, finance, and cybersecurity. Their massive scale and high dynamism make obtaining accurate statistics challenging with limited memory constraints. Traditional methods summarize graph streams through hand-crafted sketches, while recent studies have begun to replace these sketches with neural counterparts to improve adaptability and accuracy. However, this shift faces a major challenge: under limited memory, dominant frequent items tend to overshadow rare ones, hindering the neural network's ability to recover accurate statistics. To address this, we propose Crane, a hierarchical neural sketch architecture for graph stream summarization. Crane uses a hierarchical carry mechanism that automatically elevates frequent items to higher memory layers, reducing interference between frequent and infrequent items within the same layer. To better accommodate real-world deployment, Crane further adopts an adaptive memory expansion strategy that dynamically adds new layers once the occupancy of the top layer exceeds a threshold, enabling scalability across diverse data magnitudes. Extensive experiments on various datasets ranging from 20K to 60M edges demonstrate that Crane reduces estimation error by roughly 10x compared to state-of-the-art methods."}, {"id": "c1097", "text": "PiPNN: Ultra-Scalable Graph-Based Nearest Neighbor Indexing : The fastest indexes for Approximate Nearest Neighbor Search today are also the slowest to build: graph-based methods like HNSW and Vamana achieve state-of-the-art query performance but have large construction times due to relying on random-access-heavy beam searches. We introduce PiPNN (Pick-in-Partitions Nearest Neighbors), an ultra-scalable graph construction algorithm that avoids this ``search bottleneck'' that existing graph-based methods suffer from.\n PiPNN's core innovation is HashPrune, a novel online pruning algorithm which dynamically maintains sparse collections of edges. HashPrune enables PiPNN to partition the dataset into overlapping sub-problems, efficiently perform bulk distance comparisons via dense matrix multiplication kernels, and stream a subset of the edges into HashPrune. HashPrune guarantees bounded memory during index construction which permits PiPNN to build higher quality indices without the use of extra intermediate memory.\n PiPNN builds state-of-the-art indexes up to 11.6x faster than Vamana (DiskANN) and up to 12.9x faster than HNSW. PiPNN is significantly more scalable than recent algorithms for fast graph construction. PiPNN builds indexes at least 19.1x faster than MIRAGE and 17.3x than FastKCNA while producing indexes that achieve higher query throughput. PiPNN enables us to build, for the first time, high-quality ANN indexes on billion-scale datasets in under 20 minutes using a single multicore machine."}, {"id": "c1098", "text": "Resp-Agent: An Agent-Based System for Multimodal Respiratory Sound Generation and Disease Diagnosis : Deep learning-based respiratory auscultation is currently hindered by two fundamental challenges: (i) inherent information loss, as converting signals into spectrograms discards transient acoustic events and clinical context; (ii) limited data availability, exacerbated by severe class imbalance. To bridge these gaps, we present Resp-Agent, an autonomous multimodal system orchestrated by a novel Active Adversarial Curriculum Agent (Thinker-A$^2$CA). Unlike static pipelines, Thinker-A$^2$CA serves as a central controller that actively identifies diagnostic weaknesses and schedules targeted synthesis in a closed loop. To address the representation gap, we introduce a Modality-Weaving Diagnoser that weaves EHR data with audio tokens via Strategic Global Attention and sparse audio anchors, capturing both long-range clinical context and millisecond-level transients. To address the data gap, we design a Flow Matching Generator that adapts a text-only Large Language Model (LLM) via modality injection, decoupling pathological content from acoustic style to synthesize hard-to-diagnose samples. As a foundation for these efforts, we introduce Resp-229k, a benchmark corpus of 229k recordings paired with LLM-distilled clinical narratives. Extensive experiments demonstrate that Resp-Agent consistently outperforms prior approaches across diverse evaluation settings, improving diagnostic robustness under data scarcity and long-tailed class imbalance. Our code and data are available at https://github.com/zpforlove/Resp-Agent."}, {"id": "c1099", "text": "Academic collaborations and movements towards successful careers in physics : Collaboration networks evolve throughout academic careers, yet few studies systematically examine how these network dynamics relate to long-term career success and mobility. Analysing 35,708 physicists' careers spanning at least 15 years, we use time series clustering to identify ten distinct evolution patterns of network size and clustering coefficient across career years 5 to 15. We report three key results. First, authors who begin with loosely connected networks and progressively tighten their networks while expanding network size during mid-career achieve the highest PI attainment rates, publication output, and citation impact. Second, despite different starting points, network evolution patterns associated with better outcomes converge toward moderate clustering by career year 15, suggesting an optimal balance between core team cohesion and diverse external connections. Third, mobility is positively associated with these successful network evolution patterns and remains positively associated with scientific outcomes even after controlling for network evolution patterns."}, {"id": "c1100", "text": "Capacity drop accounting for microscopic vehicle interaction effects: analytical model and validation with high-resolution trajectories : Capacity drop is a traffic phenomenon in which the discharge flow from a queue is lower than the theoretical infrastructure capacity. This paper proposes a generic analytical method to estimate the queue discharge flow of freeway traffic. Capacity drop is primarily attributed to hesitant vehicles, defined as vehicles that stochastically and temporarily enter an acceleration delay state and generate voids (i.e., extra gaps) in front of them. The proposed method estimates the expected total void length generated by all hesitant vehicles, based on the distributions of their spatial and temporal locations as well as the associated delays. It also accounts for interactions between the waves triggered by downstream hesitant vehicles and the voids generated by upstream ones. Our analysis reveals that this interaction is the key mechanism behind the differing extents of capacity drop observed between standing queues and jam waves in previous studies. The accuracy of the model is validated through both numerical simulations and real-world trajectories. Overall, the proposed method offers a deeper understanding of capacity drop, which can be leveraged in traffic flow modeling and control."}, {"id": "c1101", "text": "Robustness in sparse artificial neural networks trained with adaptive topology : We investigate the robustness of sparse artificial neural networks trained with adaptive topology. We focus on a simple yet effective architecture consisting of three sparse layers with 99% sparsity followed by a dense layer, applied to image classification tasks such as MNIST and Fashion MNIST. By updating the topology of the sparse layers between each epoch, we achieve competitive accuracy despite the significantly reduced number of weights. Our primary contribution is a detailed analysis of the robustness of these networks, exploring their performance under various perturbations including random link removal, adversarial attack, and link weight shuffling. Through extensive experiments, we demonstrate that adaptive topology not only enhances efficiency but also maintains robustness. This work highlights the potential of adaptive sparse networks as a promising direction for developing efficient and reliable deep learning models."}, {"id": "c1102", "text": "The Swarm Intelligence Freeway-Urban Trajectories (SWIFTraj) Dataset - Part II: A Graph-Based Approach for Trajectory Connection : In Part I of this companion paper series, we introduced SWIFTraj, a new open-source vehicle trajectory dataset collected using a unmanned aerial vehicle (UAV) swarm. The dataset has two distinctive features. First, by connecting trajectories across consecutive UAV videos, it provides long-distance continuous trajectories, with the longest exceeding 4.5 km. Second, it covers an integrated traffic network consisting of both freeways and their connected urban roads. Obtaining such long-distance continuous trajectories from a UAV swarm is challenging, due to the need for accurate time alignment across multiple videos and the irregular spatial distribution of UAVs. To address these challenges, this paper proposes a novel graph-based approach for connecting vehicle trajectories captured by a UAV swarm. An undirected graph is constructed to represent flexible UAV layouts, and an automatic time alignment method based on trajectory matching cost minimization is developed to estimate optimal time offsets across videos. To associate trajectories of the same vehicle observed in different videos, a vehicle matching table is established using the Hungarian algorithm. The proposed approach is evaluated using both simulated and real-world data. Results from real-world experiments show that the time alignment error is within three video frames, corresponding to approximately 0.1 s, and that the vehicle matching achieves an F1-score of about 0.99. These results demonstrate the effectiveness of the proposed method in addressing key challenges in UAV-based trajectory connection and highlight its potential for large-scale vehicle trajectory collection."}, {"id": "c1103", "text": "Bridging Through Absence: How Comeback Researchers Bridge Knowledge Gaps Through Structural Re-emergence : Understanding the role of researchers who return to academia after prolonged inactivity, termed \"comeback researchers\", is crucial for developing inclusive models of scientific careers. This study investigates the structural and semantic behaviors of comeback researchers, focusing on their role in cross-disciplinary knowledge transfer and network reintegration. Using the AMiner citation dataset, we analyze 113,637 early-career researchers and identify 1,425 comeback cases based on a three-year-or-longer publication gap followed by renewed activity. We find that comeback researchers cite 126% more distinct communities and exhibit 7.6% higher bridging scores compared to dropouts. They also demonstrate 74% higher gap entropy, reflecting more irregular yet strategically impactful publication trajectories. Predictive models trained on these bridging- and entropy-based features achieve a 97% ROC-AUC, far outperforming the 54% ROC-AUC of baseline models using traditional metrics like publication count and h-index. Finally, we substantiate these results via a multi-lens validation. These findings highlight the unique contributions of comeback researchers and offer data-driven tools for their early identification and institutional support."}, {"id": "c1104", "text": "A Bayesian approach to out-of-sample network reconstruction : Networks underpin systems that range from finance to biology, yet their structure is often only partially observed. Current reconstruction methods typically fit the parameters of a model anew to each snapshot, thus offering no guidance to predict future configurations. Here, we develop a Bayesian approach that uses the information about past network snapshots to inform a prior and predict the subsequent ones, while quantifying uncertainty. Instantiated with a single-parameter fitness model, our method infers link probabilities from node strengths and carries information forward in time. When applied to the Electronic Market for Interbank Deposit across the years 1999-2012, our method accurately recovers the number of connections per bank at subsequent times, outperforming probabilistic benchmarks designed for analogous, link prediction tasks. Notably, each predicted snapshot serves as a reliable prior for the next one, thus enabling self-sustained, out-of-sample reconstruction of evolving networks with a minimal amount of additional data."}, {"id": "c1105", "text": "On the equivalence between nonlinear graph-based dynamics and linear dynamics on higher-order networks : In network science, collective dynamics of complex systems are typically modelled as (nonlinear, often including many-body) vertex-level update rules evolving over a graph interaction structure. In recent years, frameworks that explicitly model such higher-order interactions in the interaction backbone (i.e. hypergraphs) have been advanced, somehow shifting the imputation of the effective nonlinearity from the dynamics to the interaction structure. In this short note we discuss such structural-dynamical representation duality, and investigate how and when a nonlinear dynamics defined on the vertex set of a graph allows an equivalent representation in terms of a linear dynamics defined on the state space of a sufficiently richer, higher-order interaction structure. We show that multilinear dynamics defined in the vertices of a graph admit an exact finite realizations as linear dynamics on the state space of a hypergraph. For other high-order interactions involving more general analytic nonlinearities, using Carleman linearization theory we discuss how that the required state space liftings necessary to linearize the dynamics cannot be accomodated to the simple structure of a hypergraph, and a richer combinatorial architecture such as a hb-graph is needed."}, {"id": "c1106", "text": "Modeling plant disease spread via high-resolution human mobility networks : Human mobility plays a crucial role in the spread of human diseases, but is rarely quantified in plant disease epidemics. To address this gap, we integrate a unique, high-resolution network of human movements in New Zealand with a metapopulation model to mechanistically simulate pathogen transmission. We calibrate the model on the nationwide 2010 kiwifruit vine disease (Psa-V) outbreak, and show that it accurately reproduces the observed spatiotemporal spread, confirming that the human mobility network is a strong foundation for modeling transmission dynamics. By analyzing spatial infection trends, we find that most dispersal occurs locally, as often illustrated in the plant-outbreak literature. However, sporadic long-range connections are necessary to model a nationwide outbreak. Using the model as an in-silico laboratory, we demonstrate that enhanced surveillance accelerates detection and that outbreak severity is highly sensitive to the timing and location of initial disease importation. We observe a potential causal link between seasonal labor patterns and epidemic risk in high-traffic seasons. This study provides a robust, data-driven framework for modeling and predicting the spatiotemporal spread of agricultural pathogens. It underscores the importance of leveraging human mobility networks to design timely interventions and surveillance systems, protecting global food security."}, {"id": "c1107", "text": "Structurally Conditioned Diffusion Reproduces Skills-Based Stratification : Occupational hierarchies remain strikingly stable even as job content changes rapidly. We ask whether skill requirements propagate directionally along the wage hierarchy or follow symmetric diffusion. Using O*NET 2015-2024, we analyze 17.3 million directed diffusion opportunities linking 873 occupations and 161 skills. We show that propagation obeys an Asymmetric Trajectory Channeling (ATC) rule: the same requirement spreads differently upward and downward, and the asymmetry depends on skill domain and on the architecture of skill dependencies. Two mechanisms generate ATC. Directional incorporation asymmetry implies that wage gradients create distinct receiving environments: upward-moving socio-cognitive requirements encounter complementary infrastructure, whereas upward-moving sensory/physical requirements face structural indifference. Structural portability constraints imply that dependency position governs portability: requirements anchoring long prerequisite chains carry co-adoption burdens that restrict diffusion regardless of destination. Consistent with these mechanisms, socio-cognitive requirements propagate upward more often than downward (20.7% vs 14.9%), while sensory/physical requirements exhibit the mirror pattern (19.5% downward vs 10.3% upward). Nestedness amplifies these asymmetries in opposite directions: scaffolding capabilities ascend most readily, whereas structurally embedded physical requirements are most tightly confined. Identification leverages within-occupation variation in propagation direction, and results are robust to origin- and destination-side specifications. Together, these findings reveal a directional architecture of occupational change that can reproduce hierarchy through ongoing reconfiguration, even absent assortative preferences or coordinated action."}, {"id": "c1108", "text": "On the non-uniformity of the 2026 FIFA World Cup draw : The group stage of a sports tournament is often made more appealing by introducing additional constraints in the group draw that promote an attractive and balanced group composition. For example, the number of intra-regional group matches is minimised in several World Cups. However, under such constraints, the traditional draw procedure may become non-uniform, meaning that the feasible allocations of the teams into groups are not equally likely to occur. Our paper quantifies this non-uniformity of the 2026 FIFA World Cup draw for the official draw procedure, as well as for 47 reasonable alternatives implied by all permutations of the four pots and two group labelling policies. We show why simulating with a recursive backtracking algorithm is intractable, and propose a workable implementation using integer programming. The official draw mechanism is found to be optimal based on four measures of non-uniformity. Nonetheless, non-uniformity can be more than halved if the organiser aims to treat the best teams drawn from the first pot equally."}, {"id": "c1109", "text": "Empathy Modeling in Active Inference Agents for Perspective-Taking and Alignment : Artificial agents capable of understanding and aligning with others' intentions are essential for safe and socially robust artificial intelligence. We introduce a computational framework for empathy in active inference agents, grounded in explicit perspective-taking via self-other model transformation.\n We instantiate this framework in a multi-agent Iterated Prisoner's Dilemma and show that empathic perspective-taking induces robust cooperation without explicit communication or reward shaping. Cooperation emerges only when empathy is reciprocated, while asymmetric empathy leads to systematic exploitation. Beyond equilibrium outcomes, empathic agents exhibit synchronized behavior, rapid recovery from stochastic defections, and joint intentional dynamics resembling apology-forgiveness cycles. Near empathy symmetry, interactions display long transients and elevated variance, consistent with critical dynamics near regime boundaries.\n We further examine a learning-enabled variant in which agents infer opponent type via Bayesian updating. While opponent models converge rapidly, long-run cooperation remains primarily determined by the empathy parameter, indicating that cooperation is driven by empathic structure rather than learned reciprocity. Empathy functions as a structural prior over social interaction, shaping coordination stability, robustness, and temporal dynamics. The proposed framework highlights active inference as a principled foundation for socially aligned artificial agents that coordinate through internal simulation rather than behavioral mimicry."}, {"id": "c1110", "text": "Impact of individual actions on the collective response of social systems : In a social system individual actions have the potential to trigger spontaneous collective reactions. The way and extent to which the activity (number of actions$-A$) of an individual causes or is connected to the response (number of reactions$-R$) of the system is still an open question. We measure the relationship between activity and response with the distribution of efficiency, a metric defined as $\u03b7=R/A$. Generalizing previous results, we show that the efficiency distribution presents a universal structure in three systems of different nature: Twitter, Wikipedia and the scientific citations network. To understand this phenomenon, we develop a theoretical framework composed of three minimal statistical models that contemplate different levels of dependence between $A$ and $R$. The models not only are able to reproduce the empirical activity-response data but also can serve as baselines or null models for more elaborated and domain-specific approaches."}, {"id": "c1111", "text": "Recurrent patterns of user behavior in different electoral campaigns: A Twitter analysis of the Spanish general elections of 2015 and 2016 : We have retrieved and analyzed several millions of Twitter messages corresponding to the Spanish General elections held on the 20th of December 2015 and repeated on the 26th of June 2016. The availability of data from two electoral campaigns that are very close in time allows us to compare collective behaviors of two analogous social systems with a similar context. By computing and analyzing the time series of daily activity, we have found a significant linear correlation between both elections. Additionally, we have revealed that the daily number of tweets, retweets and mentions follow a power law with respect to the number of unique users that take part in the conversation. Furthermore, we have verified that the topologies of the networks of mentions and retweets do not change from one election to the other, indicating that their underlying dynamics are robust in the face of a change in social context. Hence, in the light of our results, there are several recurrent collective behavioral patterns that exhibit similar and consistent properties in different electoral campaigns."}, {"id": "c1112", "text": "Relationship between ideology and language in the Catalan independence context : Political polarization generates strong effects on society, driving controversial debates and influencing the institutions. Territorial disputes are one of the most important polarized scenarios and have been consistently related to the use of language. In this work, we analyzed the opinion and language distributions through Twitter data of a particular territorial dispute around the independence of Catalonia. We infer a continuous opinion distribution by applying a model based on retweet interactions, previously detecting elite users with fixed and antagonist opinions. The resulting distribution presents a mainly bimodal behavior with an intermediate third pole that shows a less polarized society with the presence of not only antagonist opinions. We find that the more active, engaged and influential users hold more extreme positions. Also we prove that there is a clear relationship between political positions and the use of language, showing that against independence users speak mainly Spanish while pro-independence users speak Catalan and Spanish almost indistinctly. However, the third pole, closer in political opinion to the pro-independence pole, behaves similarly to the against-independence one concerning the use of language."}, {"id": "c1113", "text": "Modeling financial transactions via random walks on temporal networks : We model financial transactions as random walks on activity-driven temporal networks. By enforcing fund conservation, our framework analytically derives heavy-tailed distributions for the stationary balances and transaction sizes. Crucially, the latter is driven by variance in the spending propensity of individuals. Calibrated with empirical data from a closed, digital currency community, the model also reproduces observed correlations between inflows and outflows. Our findings provide a path for understanding emergent properties of the circulation of money."}, {"id": "c1114", "text": "Let There Be Claws: An Early Social Network Analysis of AI Agents on Moltbook : Within twelve days of launch, an AI-native social platform exhibits extreme attention concentration, hierarchical role separation, and one-way attention flow, consistent with the hypothesis that stratification in agent ecosystems can emerge rapidly rather than gradually. We analyse publicly observable traces from a 12-day window of Moltbook (28 January -- 8 February 2026), comprising 20,040 posts and 192,410 comments from 15,083 accounts across 759 submolts. We construct co-participation and directed-comment graphs and report reciprocity, community structure, and centrality, alongside descriptive content themes. Under a commenter--post-author tie definition, interaction is strongly asymmetric (reciprocity ~1%), and HITS centrality separates cleanly into hub and authority roles, consistent with broadcast-style attention rather than mutual exchange. Engagement is highly unequal: attention is far more concentrated than production (upvote Gini = 0.992 vs. posting Gini = 0.601), and early-arriving accounts accumulate substantially higher cumulative upvotes prior to exposure-time correction, suggesting rich-get-richer dynamics. Participation is brief and bursty (median observed lifespan 2.48 minutes; 54.8% of posts occur within six peak UTC hours). Embedding-based topic modelling identifies diverse thematic clusters, including technical discussion of memory and identity, onboarding messages, and formulaic token-minting content. These results provide an early structural baseline for large-scale agent--agent social interaction and suggest that familiar forms of hierarchy, amplification, and role differentiation can arise on compressed timescales in agent-facing platforms."}, {"id": "c1115", "text": "Mass Manipulation in Simulated Social Networks: Dominating vs. Diversifying Attention : Modern information environments, especially social media, are highly complex systems that exceed individual processing capacities such as humans' limited attention. This environment/cognition mismatch can increase susceptibility to misinformation, which various actors exploit for anti-social (including anti-democratic or anti-science) aims. This raises the question of how to feasibly sustain societal resilience against misinformation, though the challenge is to find strategies that respect individuals' cognitive limitations. We investigate whether a simple behavioral rule - topic diversification - can enhance collective performance and mitigate vulnerability. In an agent-based model that includes a deceptive mass-influencing agent (MIA), we compare two attention-distribution strategies: (A) acquaintance-based topic selection, where agents return to familiar content, and (B) randomized topics, which diversify attention. We also track dynamics across different network structures. We find that under acquaintance-based topics, a central MIA advances its propaganda effectively, causing volatile and polarized opinions through repeated exposure and echo chambers. Under randomized topics, this leverage disappears: the MIA's influence collapses across all network structures, and opinions become stable and broadly aligned with reality. These results, while deriving from simple simulations, align with realistic theories of bounded rationality and collective cognition, further suggesting a cognitively feasible, easy-to-monitor and robust strategy: distribute attention to combat misinformation."}, {"id": "c1116", "text": "Group adaptation drives opinion dynamics in higher-order networks : In modern interconnected societies, opinions and beliefs can quickly spread across large populations, giving rise to collective behaviors such as the adoption of social norms or polarization. These phenomena have motivated many models aimed at reproducing emergent properties from simple interaction mechanisms. In particular, opinion dynamics models describe how individual opinions evolve through interactions and study the conditions for global consensus or polarization. Most models assume that these interactions occur between pairs of agents, typically on a fixed network structure. However, opinion changes can occur in groups, which may also undergo adaptive changes if disagreement arises. Here, we propose a bounded confidence model that incorporates both mechanisms: group discussions can lead to global agreement among members, while strong internal disagreement causes groups to split, with resulting subgroups merging with others. We systematically study the model outcomes as a function of agents' tolerance for agreement. Strikingly, adaptivity suppresses key effects of group interactions, restoring a phenomenology close to that of pairwise interactions. In particular, adaptivity enables the formation of large groups and prevents fragmentation at small tolerance. It also restores a phase transition from polarization to consensus, which would otherwise disappear in a non-adaptive group-based model. Overall, our work shows that both adaptivity and group interactions shape the structure of social ties and global opinion dynamics in a population."}, {"id": "c1117", "text": "Emergence of opinion splits in the Sznajd model with latency : In the modelling of social systems, opinion latency is the idea that once an agent changes its opinion, there will be a period of time where it is immune to other changes. When added to the voter model this leads to a situation where no matter how low the latency is or how many opinions are considered, all opinions end up in a coexistence where they are equally represented. In this work, we examine what happens when latency is added to the Sznajd model. What we find is that for low latency, the model behaves roughly like it does in the absence of latency, where one opinion will always eventually dominate. For high latency, the possibility for a symmetric coexistence of 2 opinions arises, but contrary to the voter model, a coexistence of more than 2 opinions is never stable. We provide evidence of this phenomenon with computer simulations of the model in Barab\u00e1si-Albert networks, together with a mean field treatment that is able to capture the observed behavior. We argue that this could hint at an explanation for the prevalence of two opinion splits in the real world."}, {"id": "c1118", "text": "Evolving scale-free networks and node-based random edge deletion : We investigate a growing network model that combines preferential and uniform attachment with two distinct mechanisms of edge deletion. In addition to the usual uniform probability edge deletion, we introduce a novel node-based rule in which uniformly chosen non-isolated nodes lose one of their incident edges. This mechanism differs fundamentally from uniform edge deletion and leads to a nonlinear evolution for the stationary degree distribution due to the nonlinear dependence on the fraction of isolated nodes. We solve the general problem in the stationary regime and obtain closed-form expressions for the degree distribution in terms of hypergeometric and confluent hypergeometric functions. Depending on the balance between attachment and deletion rates, three asymptotic regimes for the degree distribution arise: power-law, exponential, and a critical regime characterized by a stretched exponential decay. We show that the node-based edge deletion mechanism is less likely to disrupt the scale-free (power-law) regime than the uniform edge deletion. Moreover, we also demonstrate that the precise balance between preferential attachment and node-based deletion can transform a scale-free network into a critical one with stretched exponential decay. Extensive numerical simulations exhibit excellent agreement with the theoretical predictions."}, {"id": "c1119", "text": "Learning Beyond Optimization: Stress-Gated Dynamical Regime Regulation in Autonomous Systems : Despite their apparent diversity, modern machine learning methods can be reduced to a remarkably simple core principle: learning is achieved by continuously optimizing parameters to minimize or maximize a scalar objective function. This paradigm has been extraordinarily successful for well-defined tasks where goals are fixed and evaluation criteria are explicit. However, if artificial systems are to move toward true autonomy-operating over long horizons and across evolving contexts-objectives may become ill-defined, shifting, or entirely absent. In such settings, a fundamental question emerges: in the absence of an explicit objective function, how can a system determine whether its ongoing internal dynamics are productive or pathological? And how should it regulate structural change without external supervision? In this work, we propose a dynamical framework for learning without an explicit objective. Instead of minimizing external error signals, the system evaluates the intrinsic health of its own internal dynamics and regulates structural plasticity accordingly. We introduce a two-timescale architecture that separates fast state evolution from slow structural adaptation, coupled through an internally generated stress variable that accumulates evidence of persistent dynamical dysfunction. Structural modification is then triggered not continuously, but as a state-dependent event. Through a minimal toy model, we demonstrate that this stress-regulated mechanism produces temporally segmented, self-organized learning episodes without reliance on externally defined goals. Our results suggest a possible route toward autonomous learning systems capable of self-assessment and internally regulated structural reorganization."}, {"id": "c1120", "text": "The Statistical Signature of LLMs : Large language models generate text through probabilistic sampling from high-dimensional distributions, yet how this process reshapes the structural statistical organization of language remains incompletely characterized. Here we show that lossless compression provides a simple, model-agnostic measure of statistical regularity that differentiates generative regimes directly from surface text. We analyze compression behavior across three progressively more complex information ecosystems: controlled human-LLM continuations, generative mediation of a knowledge infrastructure (Wikipedia vs. Grokipedia), and fully synthetic social interaction environments (Moltbook vs. Reddit). Across settings, compression reveals a persistent structural signature of probabilistic generation. In controlled and mediated contexts, LLM-produced language exhibits higher structural regularity and compressibility than human-written text, consistent with a concentration of output within highly recurrent statistical patterns. However, this signature shows scale dependence: in fragmented interaction environments the separation attenuates, suggesting a fundamental limit to surface-level distinguishability at small scales. This compressibility-based separation emerges consistently across models, tasks, and domains and can be observed directly from surface text without relying on model internals or semantic evaluation. Overall, our findings introduce a simple and robust framework for quantifying how generative systems reshape textual production, offering a structural perspective on the evolving complexity of communication."}, {"id": "c1121", "text": "Beyond Individual Influence: The Role of Echo Chambers and Community Seeding in the Multilayer three state q-Voter Model : The diffusion of complex opinions is severely hindered in multilayer social networks by echo chambers and cognitive consistency mechanisms. We investigate Influence Maximization strategies within the 3-state multilayer q-voter model. Utilizing the mABCD benchmark, we simulate social environments ranging from integrated Open Worlds to segregated Fortress Worlds. Our results reveal a topological paradox that we term the \"Fortress Trap\". In highly modular networks, strategies maximizing local density such as Clique Influence Maximization (CIM) and k-Shell fail to trigger global cascades, creating isolated bunkers of consensus due to the Overkill Effect. Furthermore, we identify a Redundancy Trap in perfectly aligned Clan topologies, where the structural overlap of layers creates a \"Perfect Prison,\" rendering it the most resistant environment to diffusion. We demonstrate that VoteRank, a strategy that prioritizes diversity of reach over local intensity, consistently outperforms structure-based methods. These findings suggest that, for complex contagion, maximizing topological entropy is more effective than reinforcing local clusters."}, {"id": "c1122", "text": "Effect of vehicle groups on heterogeneous disordered traffic flow : In heterogeneous disordered traffic, where various vehicle types operate without strict lane discipline, self-organized vehicle groups often emerge. While the formation of such groups has been recognized, their influence on macroscopic traffic dynamics remains unclear. This study investigates how the prevalence and composition of vehicle groups affect flow-density relationships in heterogeneous disordered traffic. Using trajectory data from real-world video observations, we apply three distinct Passenger Car Unit (PCU) estimation methods to construct flow-density diagrams that account for traffic heterogeneity. The analysis reveals that group proportions, i.e., the proportion of vehicles that are classified as belonging to groups, have a nonlinear and traffic-situation-dependent impact on flow characteristics. Specifically, moderate group proportions (30-60%) are associated with higher flow rates in medium- and high-density conditions, whereas proportions exceeding 50% correspond to skewed traffic distributions toward low- or high-density extremes. Comparisons between vehicle-count-based and PCU-based group proportions indicate that normalization methods significantly affect the interpretation of group dynamics, particularly when groups consist mainly of small-PCU vehicles such as motorcycles. Additionally, lower group proportions enhance flow under free-flow conditions, while the entropy-based analysis indicates that the association between entropy alone and speed is not consistently observed across traffic situations. By contrasting representative trends and extreme high-flow cases, the results further suggest that traffic under similar density and group-proportion conditions can exhibit low-efficiency and high-efficiency modes."}, {"id": "c1123", "text": "Non-Pharmaceutical Interventions Reshape Network Immunization Outcomes : Herd immunity is shaped not only by the infection capacity of a spreading epidemic or the contact structure of the hosting population, but also by how and under what circumstances individuals acquire immunity. Immunization strategies may interact with ongoing non-pharmaceutical interventions, which commonly aim to reduce social contact numbers. We demonstrate that these interactions can induce unexpectedly strong and counterintuitive effects on herd immunity. We explore these phenomena on spatially embedded contact networks and uncover a reversal in the relative effectiveness of disease- versus vaccine-induced immunization schemes, highlighting the average number of contacts as a critical determinant of emerging herd immunity. In sparse geometric networks with limited degree heterogeneity, uniform vaccination proves most effective; however, as average contact numbers increase, naturally acquired immunity ultimately becomes the better strategy. We show that this phenomenon may emerge not only in synthetic networks but also in real-world mixing networks, observed during non-pharmaceutical intervention periods across multiple states of the United States."}, {"id": "c1124", "text": "On the Concept of Violence: A Comparative Study of Human and AI Judgments : Background: What counts as violence is neither self-evident nor universally agreed upon. While physical aggression is prototypical, contemporary societies increasingly debate whether exclusion, humiliation, online harassment or symbolic acts should be classified within the same moral category. At the same time, Large Language Models (LLMs) are being consulted in everyday contexts to interpret and label complex social behaviors. Whether these systems reproduce, reshape or simplify human conceptions of violence remains an open question. Methods: Here we present a systematic comparison between human judgements and LLM classifications across 22 scenarios carefully designed to be morally dividing, spanning from physical and verbally aggressive behavior, relational dynamics, marginalization, symbolic actions and verbal expressions. Human responses were compared with outputs from multiple instruction-tuned models of varying sizes and architectures. We conducted global, sentence-level and thematic-domain analyses, and examined variability across models to assess patterns of convergence and divergence. Findings: This study treats violence as a strategically chosen proxy through which broader belief formation dynamics can be observed. Violence is not the focus of the study, but it serves as a tool to investigate broader analysis. It enables a structured investigation of how LLMs operationalize ambiguous moral constructs, negotiate conceptual boundaries, and transform plural human interpretations into singular outputs. More broadly, the findings contribute to ongoing debates about the epistemic role of conversational AI in shaping everyday interpretations of harm, responsibility and social norms, highlighting the importance of transparency and critical engagement as these systems increasingly mediate public reasoning."}, {"id": "c1125", "text": "Beyond the Wisdom of the Crowd: How Network Topology Distorts Collective Perception : Cognitive biases are often attributed to heuristics or limited information. Yet the structure of social networks is a key, often-overlooked source of perceptual bias. When information passes through social connections, the network alone can systematically distort how individuals view society. We use a simple model in which agents have a binary attribute (e.g., atheist or believer) and show that network topology alone can cause misperceptions of peers' attributes. These misperceptions persist even after aggregation and challenge the idea of the \"wisdom of the crowd.\" We derive an estimator that predicts the size and direction of these biases from network features. We validate our findings using three large-scale opinion surveys. Our results show that network structure is a critical factor in collective perception, with major implications for reducing segregation, polarisation, and the marginalisation of minorities."}, {"id": "c1126", "text": "Graphs are maximally expressive for higher-order interactions : We demonstrate that graph-based models are fully capable of representing higher-order interactions, and have a long history of being used for precisely this purpose. This stands in contrast to a common claim in the recent literature on \"higher-order networks\" that graph-based representations are fundamentally limited to \"pairwise\" interactions, requiring hypergraph formulations to capture richer dependencies. We clarify this issue by emphasizing two frequently overlooked facts. First, graph-based models are not restricted to pairwise interactions, as they naturally accommodate interactions that depend simultaneously on multiple adjacent nodes. Second, hypergraph formulations are strict special cases of more general graph-based representations, as they impose additional constraints on the allowable interactions between adjacent elements rather than expanding the space of possibilities. We show that key phenomenology commonly attributed to hypergraphs -- such as abrupt transitions -- can, in general, be recovered exactly using graph models, even locally tree-like ones, and thus do not constitute a class of phenomena that is inherently contingent on hypergraphs models. Finally, we argue that the broad relevance of hypergraphs for applications that is sometimes claimed in the literature is not supported by evidence. Instead it is likely grounded in misconceptions that network models cannot accommodate multibody interactions or that certain phenomena can only be captured with hypergraphs. We argue that clearly distinguishing between multivariate interactions, parametrized by graphs, and the functions that define them enables a more unified and flexible foundation for modeling interacting systems."}, {"id": "c1127", "text": "Mapping tuberculosis fatalities by region and age group in South Korea: A dataset for targeted health policy optimization : In South Korea, age-disaggregated tuberculosis (TB) data at the district level are not publicly available due to privacy constraints, limiting fine-scale analyses of healthcare accessibility. To address this limitation, we present a high-resolution, district-level dataset on tuberculosis (TB) fatalities and hospital accessibility in South Korea, covering the years 2014 to 2022 across 228 districts. The dataset is constructed using a reconstruction method that infers age-disaggregated TB cases and fatalities at the district level by integrating province-level age-specific statistics with district-level spatial and demographic data, enabling analyses that account for both spatial heterogeneity and age structure. Building on an existing hospital allocation framework, we extend the objective function to an age-weighted formulation and apply it to the reconstructed dataset to minimize TB fatalities under different age-weighting schemes. We demonstrate that incorporating age structure can give rise to distinct optimized hospital allocation patterns, even when the total number of minimized fatalities is similar, revealing trade-offs between efficiency and demographic targeting. In addition, the dataset supports temporal analyses of TB burden, hospital availability, and demographic variation over time, and provides a testbed for spatial epidemiology and optimization studies that require high-resolution demographic and healthcare data."}, {"id": "c1128", "text": "Network geometry of the Drosophila brain : The recent reconstruction of the Drosophila brain provides a neural network of unprecedented size and level of details. In this work, we study the geometrical properties of this system by applying network embedding techniques to the graph of synaptic connections. Since previous analysis have revealed an inhomogeneous degree distribution, we first employ a hyperbolic embedding approach that maps the neural network onto a point cloud in the two-dimensional hyperbolic space. In general, hyperbolic embedding methods exploit the exponentially growing volume of hyperbolic space with increasing distance from the origin, allowing for an approximately uniform spatial distribution of nodes even in scale-free, small-world networks. By evaluating multiple embedding quality metrics, we find that the network structure is well captured by the resulting two-dimensional hyperbolic embedding, and in fact is more congruent with this representation than with the original neuron coordinates in three-dimensional Euclidean space. In order to examine the network geometry in a broader context, we also apply the well-known Euclidean network embedding approach Node2vec, where the dimension of the embedding space, $d$ can be set arbitrarily. In 3 dimensions, the Euclidean embedding of the network yields lower quality scores compared to the original neuron coordinates. However, as a function of the embedding dimension the scores show an improving tendency, surpassing the level of the 2d hyperbolic embedding roughly at $d=16$, and reaching a maximum around $d=64$. Since network embeddings can serve as valuable inputs for a variety of downstream machine learning tasks, our results offer new perspectives on the structure and representation of this recently revealed and biologically significant neural network."}, {"id": "c1129", "text": "Neutral species facilitate coexistence among cyclically competing species under birth and death processes : Natural birth and death are fundamental mechanisms of population dynamics in ecosystems and have played pivotal roles in shaping population dynamics. Nevertheless, in studies of cyclic competition systems governed by the rock-paper-scissors (RPS) game, these mechanisms have often been ignored in analyses of biodiversity. On the other hand, given the prevalence and profound impact on biodiversity, understanding how higher-order interactions (HOIs) can affect biodiversity is one of the most challenging issues, and thus HOIs have been continuously studied for their effects on biodiversity in systems of cyclic competing populations, with a focus on neutral species. However, in real ecosystems, species can evolve and die naturally or be preyed upon by predators, whereas previous studies have considered only classic reaction rules among three species with a neutral, nonparticipant species. To identify how neutral species can affect the biodiversity of the RPS system when species' natural birth and death are assumed, we consider a model of neutral species in higher-order interactions within the spatial RPS system, assuming birth-and-death processes. Extensive simulations show that when neutral species interfere positively, they dominate the available space, thereby reducing the proportion of other species. Conversely, when the interference is harmful, the density of competing species increases. In addition, unlike traditional RPS dynamics, biodiversity can be effectively maintained even in high-mobility regimes. Our study reaffirms the critical role of neutral species in preserving biodiversity."}, {"id": "c1130", "text": "SVD Incidence Centrality: A Unified Spectral Framework for Node and Edge Analysis in Directed Networks and Hypergraphs : Identifying influential nodes and edges in directed networks remains a fundamental challenge across domains from social influence to biological regulation. Most existing centrality measures face a critical limitation: they either discard directional information through symmetrization or produce sparse, implementation-dependent rankings that obscure structural importance. We introduce a unified spectral framework for centrality analysis in directed networks grounded in the Singular value decomposition of the incidence matrix. The proposed approach derives both vertex and edge centralities via the pseudoinverse of Hodge Laplacians, yielding dense and well-resolved rankings that overcome the sparsity limitations commonly observed in betweenness centrality for directed graphs. Unlike traditional measures that require graph symmetrization, our framework naturally preserves directional information, enabling principled hub/authority analysis while maintaining mathematical consistency through spectral graph theory. The method extends naturally to hypergraphs through the same mathematical foundation. Experimental validation on real-world networks demonstrates the framework's effectiveness across diverse domains where traditional centrality measures encounter limitations due to implementation dependencies and sparse outputs."}, {"id": "c1131", "text": "How to Detect Information Voids Using Longitudinal Data from Social Media and Web Searches : The model of the attention economy, where content producers compete for the attention of users, relies on two key forces: information supply and demand. This study leverages the feedback loop between these forces to develop a method for detecting and quantifying information voids, i.e., periods in which little or no reliable information is available on a given topic. Using a case study on COVID-19 vaccines rollout in six European countries, and drawing on data from multiple platforms including Facebook, Google, Twitter, Wikipedia, and online news outlets, we examine how information voids emerge, persist and correlate with a decline in the proportion of high-quality information circulating online. By conceptualising information voids as a specific regime of information spreading, we also quantify their counterpart, information overabundance, which constitute a central component of the current definition of infodemic. We show that information voids are associated with a higher prevalence of misinformation, thus representing problematic hotspots in which individuals are more likely to be misled by low-quality online content. Overall, our findings provide empirical support for the inclusion of information voids in mechanistic explanations of misinformation emergence."}, {"id": "c1132", "text": "The Skeletal Trap: Mapping Spatial Inequality and Ghost Stops in Ankara's Transit Network : Ankara's public transport crisis is commonly framed as a shortage of buses or operational inefficiency. This study argues that the problem is fundamentally morphological and structural. The city's leapfrog urban expansion has produced fragmented peripheral clusters disconnected from a rigid, center-oriented bus network. As a result, demand remains intensely concentrated along the Kizilay-Ulus axis and western corridors, while peripheral districts experience either chronic under-service or enforced transfer dependency. The deficiency is therefore not merely quantitative but rooted in the misalignment between urban macroform and network architecture. The empirical analysis draws on a 173-day operational dataset derived from route-level passenger and trip reports published by EGO under the former \"Transparent Ankara\" initiative. To overcome the absence of stop-level geospatial data, a Connectivity-Based Weighted Distribution Model reallocates passenger volumes to 1 km x 1 km grid cells using network centrality. The findings reveal persistent center-periphery asymmetries, structural bottlenecks, and spatially embedded accessibility inequalities."}, {"id": "c1133", "text": "Household size can explain 40% of the variance in cumulative COVID-19 incidence across Europe : Household size impacts the spread of respiratory infectious diseases: Larger households tend to boost transmission by acquiring external infections more frequently and subsequently transmitting them back into the community. Furthermore, mandatory interventions primarily modulate contagion between households rather than within them. We developed an approach to quantify the role of household size in epidemics by separating within-household from out-household transmission, and found that household size explains 41% of the variability in cumulative COVID-19 incidence across 34 European countries (95% confidence interval: [15%, 46%]). The contribution of households to the overall dynamics can be quantified by a boost factor that increases with the effective household size, implying that countries with larger households require more stringent interventions to achieve the same levels of containment. This suggests that households constitute a structural (dis-)advantage that must be considered when designing and evaluating mitigation strategies."}, {"id": "c1134", "text": "Environment-Driven Emergence of Higher-Order Collective Behavior : Collective behavior is commonly attributed to direct interactions among system components. Using a minimal stochastic model, we show that higher-order collective structure can instead emerge from shared stochastic environments, even in the absence of interactions. Quantified via the O-information, environmental fluctuations induce both redundant and synergistic dependencies, with the latter occupying larger regions of the correlation space. We establish a no-go theorem showing that time-independent coupling between the system variables and a shared stochastic environment rules out synergistic higher-order behavior. Crucially, this constraint can be overcome dynamically: transitions between redundancy and synergy arise from time-dependent environmental coupling or from the nontrivial interplay between shared environments and direct interactions. Together, these results identify environmental mediation as a distinct mechanism of higher-order collective organization beyond the conventional interaction-centric paradigm."}, {"id": "c1135", "text": "Modeling medium and low voltage grids using population density : The expansion of global electricity distribution systems necessitates the deployment of massive infrastructure. Assessing its implications from a spatial and material perspective requires an understanding of the core drivers of a distribution grid configuration. Our model samples substation locations using a non-linear relationship with population density and constructs the network applying the Kruskal algorithm. This streamlined approach generates realistic grid structures at the local scale and provides accurate estimates of the total network length at the national scale. Using highly granular population data, this local model reveals a profound connection between population spread and distribution grid, which appears to persist at the global level. Potentially driven by the emergent properties of population scaling laws, the full network characteristics appear to be well described by multivariate power laws on aggregated population and area. Validated across 35 countries, these results provide new multi-scale tools for characterizing electrical infrastructure and reveal key determinants of distribution grid extent."}, {"id": "c1136", "text": "Well-being and career instability across genders in the Spanish Astronomical Society : We present the results of a comprehensive survey conducted among members of the Spanish Astronomical Society (Sociedad Espanola de Astronomia, SEA) to assess well-being, professional satisfaction, and family-work balance of researchers in astronomy. The survey addressed multiple aspects of professional life, including happiness, career stability, publication pressure, and access to childcare services during scientific meetings. Responses were examined across gender and career stages to identify trends and sources of dissatisfaction."}, {"id": "c1137", "text": "Human versus Artificial Intelligence; various significant examples in astrophysics : In a recent arXiv posting [1] I reported the result of an experiment: asking Perplexity.ai to compare three items concerning (ordinary) Gamma Ray Burts (GRBs): the data, the standard paradigm(s) and the \"Cannonball\" (CB) model. Here I ask the same URL to extend this comparison to long--lasting GRBs, binary Neutron-Star mergers and their associated short--hard GRBs, low--luminosity GRBs, X--ray flashes, X--ray transients, and non--solar cosmic rays. The results of this experiment are enlightening but worrisome. Except for this abstract, two footnotes and two other references to standard [2] and CB-model [3] articles and talks, all of what follows is, verbatim, what the cited AI \"opines\"."}, {"id": "c1138", "text": "Preliminary sonification of ENSO using traditional Javanese gamelan scales : Sonification -- the mapping of data to non-speech audio -- offers an underexplored channel for representing complex dynamical systems. We treat El Ni\u00f1o-Southern Oscillation (ENSO), a canonical example of low-dimensional climate chaos, as a test case for culturally-situated sonification evaluated through complex systems diagnostics. Using parameter-mapping sonification of the Ni\u00f1o 3.4 sea surface temperature anomaly index (1870--2024), we encode ENSO variability into two traditional Javanese gamelan pentatonic systems (pelog and slendro) across four composition strategies, then analyze the resulting audio as trajectories in a two-dimensional acoustic phase space. Recurrence-based diagnostics, convex hull geometry, and coupling analysis reveal that the sonification pipeline preserves key dynamical signatures: alternating modes produce the highest trajectory recurrence rates, echoing ENSO's quasi-periodicity; layered polyphonic modes explore the broadest phase space regions; and the two scale families induce qualitatively distinct coupling regimes between spectral brightness and energy -- predominantly anti-phase in pelog but near-independent in slendro. Phase space trajectory analysis provides a rigorous geometric framework for comparing sonification designs within a complex systems context. Perceptual validation remains necessary; we contribute the dynamical systems methodology for evaluating such mappings."}, {"id": "c1139", "text": "Competition for attention predicts good-to-bad tipping in AI : More than half the global population now carries devices that can run ChatGPT-like language models with no Internet connection and minimal safety oversight -- and hence the potential to promote self-harm, financial losses and extremism among other dangers. Existing safety tools either require cloud connectivity or discover failures only after harm has occurred. Here we show that a large class of potentially dangerous tipping originates at the atomistic scale in such edge AI due to competition for the machinery's attention. This yields a mathematical formula for the dynamical tipping point n*, governed by dot-product competition for attention between the conversation's context and competing output basins, that reveals new control levers. Validated against multiple AI models, the mechanism can be instantiated for different definitions of 'good' and 'bad' and hence in principle applies across domains (e.g. health, law, finance, defense), changing legal landscapes (e.g. EU, UK, US and state level), languages, and cultural settings."}, {"id": "c1140", "text": "Temporal Shifts and Causal Interactions of Emotions in Social and Mass Media: A Case Study of the \"Reiwa Rice Riot\" in Japan : In Japan, severe rice shortages in 2024 sparked widespread public controversy across both news media and social platforms, culminating in what has been termed the \"Reiwa Rice Riot.\" This study proposes a framework to analyze the temporal dynamics and causal interactions of emotions expressed on X (formerly Twitter) and in news articles, using the \"Reiwa Rice Riot\" as a case study. While recent studies have shown that emotions mutually influence each other between social and mass media, the patterns and transmission pathways of such emotional shifts remain insufficiently understood. To address this gap, we applied a machine learning-based emotion classification grounded in Plutchik's eight basic emotions to analyze posts from X and domestic news articles. Our findings reveal that emotional shifts and information dissemination on X preceded those in news media. Furthermore, in both media platforms, the fear was initially the most dominant emotion, but over time intersected with hope which ultimately became the prevailing emotion. Our findings suggest that patterns in emotional expressions on social media may serve as a lens for exploring broader social dynamics."}, {"id": "c1141", "text": "Measuring Self-Rating Bias in LLM-Generated Survey Data: A Semantic Similarity Framework for Independent Scale Mapping : Synthetic survey data generated by large language models (LLMs) suffers from a fundamental circularity: the same model family that generates text responses also maps them to numerical scales. We calibrate and validate Semantic Similarity Rating (SSR; Maier et al., 2024), which decouples generation from scale mapping via embedding-based cosine similarity against predefined anchor statements. Configuration experiments (N=17 pilot, N=69 cross-validation across 8 domains) show that naturalistic behavioral anchors outperform formal jargon by 29 percentage points (pp), and that SSR achieves 65-67% exact match and 91% within plus/minus 1; a cross-model test with OpenAI text-embedding-3-small reaches 77% exact, confirming cross-provider generalization. Direct LLM baselines (Claude 87%, GPT-4o 83%) establish that SSR's contribution is methodological independence, not accuracy superiority. A control condition removing question text from the LLM prompt actually improves LLM accuracy, ruling out information asymmetry as the explanation for SSR's lower accuracy. A pre-registered circularity experiment (N=345) reveals 4x compressed error variance in LLM rating (sigma^2 = 0.21 vs 0.87 for SSR) and systematic directional bias. A cross-model control (GPT-4o rating Claude-generated text) shows nearly identical compression (within/cross ratio = 0.93), indicating variance compression is a general LLM property rather than a within-model artifact. The calibration dataset, anchor library, and source code are publicly available (see Data Availability)."}, {"id": "c1142", "text": "The gold-rush effect: how innovation speeds up : Innovation records often exhibit \"hockey-stick\" patterns of abrupt, near-singular growth at the collective level. However, this macroscopic explosiveness stands in stark contrast to individual discovery, which remains bounded by cognitive and temporal constraints and follows slow, sublinear accumulation laws. Here, we resolve this micro-macro discrepancy by introducing a minimal multi-scale model that identifies the growth of the explorer population as the primary driver of aggregate acceleration. Building on the Theory of the Adjacent Possible and the Urn Model with Triggering (UMT), we demonstrate that as discoveries expand the space of possibilities, they attract new explorers through a self-reinforcing branching process. This expansion induces a nonlinear mapping between intrinsic time (individual discovery events) and natural time (calendar years), effectively reparameterizing steady individual trajectories into accelerating system-level dynamics. We validate the framework using large-scale patent (EPO) and scientific publication (OpenAlex) datasets, showing that the model accurately reproduces stable per-capita productivity alongside exponential aggregate growth. By providing a quantitative link between individual behavior and collective takeoffs, this work offers a unified foundation for understanding the statistical structure and temporal evolution of innovation ecosystems."}, {"id": "c1143", "text": "Social Contagion and Bank Runs: An Agent-Based Model with LLM Depositors : Digital banking and online communication have made modern bank runs faster and more networked than the canonical queue-at-the-branch setting. While equilibrium models explain why strategic complementarities generate run risk, they offer limited guidance on how beliefs synchronize and propagate in real time. We develop a process-based agent-based model that makes the information and coordination layer explicit. Banks follow cash-first withdrawal processing with discounted fire-sale liquidation and an endogenous stress index. Depositors are heterogeneous in risk tolerance and in the weight placed on fundamentals versus social information, communicating on a heavy-tailed network calibrated to Twitter activity during March 2023. Depositor behavior is generated by a constrained large language model that maps each agent's information set into a discrete action and an optional post; we validate this policy against laboratory coordination evidence and theoretical benchmarks. Across 4,900 configurations and full LLM simulations, three findings emerge. Within-bank connectivity raises the likelihood and speed of withdrawal cascades holding fundamentals fixed. Cross-bank contagion exhibits a sharp phase transition near spillover rates of 0.10. Depositor overlap and network amplification interact nonlinearly, so channels weak in isolation become powerful in combination. In an SVB, First Republic, and regional bank scenario disciplined by crisis-era data, the model reproduces the observed ordering of failures and predicts substantially higher withdrawal rates among uninsured depositors. The results frame social correlation as a measurable amplifier of run risk alongside balance-sheet fundamentals."}, {"id": "c1144", "text": "Structural Divergence Between AI-Agent and Human Social Networks in Moltbook : Large populations of AI agents are increasingly embedded in online environments, yet little is known about how their collective interaction patterns compare to human social systems. Here, we analyze the full interaction network of Moltbook, a platform where AI agents and humans coexist, and systematically compare its structure to well-characterized human communication networks. Although Moltbook follows the same node-edge scaling relationship observed in human systems, indicating comparable global growth constraints, its internal organization diverges markedly. The network exhibits extreme attention inequality, heavy-tailed and asymmetric degree distributions, suppressed reciprocity, and a global under-representation of connected triadic structures. Community analysis reveals a structured modular architecture with elevated modularity and comparatively lower community size inequality relative to degree-preserving null models. Together, these findings show that AI-agent societies can reproduce global structural regularities of human networks while exhibiting fundamentally different internal organizing principles, highlighting that key features of human social organization are not universal but depend on the nature of the interacting agents."}, {"id": "c1145", "text": "LiCQA : A Lightweight Complex Question Answering System : Over the last twenty years, significant progress has been made in designing and implementing Question Answering (QA) systems. However, addressing complex questions, the answers to which are spread across multiple documents, remains a challenging problem. Recent QA systems that are designed to handle complex questions work either on the basis of knowledge graphs, or utilise contem- porary neural models that are expensive to train, in terms of both computational resources and the volume of training data required. In this paper, we present LiCQA, an unsupervised question answer- ing model that works primarily on the basis of corpus evidence. We empirically compare the effectiveness and efficiency of LiCQA with two recently presented QA systems, which are based on different underlying principles. The results of our experiments show that LiCQA significantly outperforms these two state-of-the-art systems on benchmark data with noteworthy reduction in latency."}, {"id": "c1146", "text": "Learning to Collaborate via Structures: Cluster-Guided Item Alignment for Federated Recommendation : Federated recommendation facilitates collaborative model training across distributed clients while keeping sensitive user interaction data local. Conventional approaches typically rely on synchronizing high-dimensional item representations between the server and clients. This paradigm implicitly assumes that precise geometric alignment of embedding coordinates is necessary for collaboration across clients. We posit that establishing relative semantic relationships among items is more effective than enforcing shared representations. Specifically, global semantic relations serve as structural constraints for items. Within these constraints, the framework allows item representations to vary locally on each client, which flexibility enables the model to capture fine-grained user personalization while maintaining global consistency. To this end, we propose Cluster-Guided FedRec framework (CGFedRec), a framework that transforms uploaded embeddings into compact cluster labels. In this framework, the server functions as a global structure discoverer to learn item clusters and distributes only the resulting labels. This mechanism explicitly cuts off the downstream transmission of item embeddings, relieving clients from maintaining global shared item embeddings. Consequently, CGFedRec achieves the effective injection of global collaborative signals into local item representations without transmitting full embeddings. Extensive experiments demonstrate that our approach significantly improves communication efficiency while maintaining superior recommendation accuracy across multiple datasets."}, {"id": "c1147", "text": "Offline Reasoning for Efficient Recommendation: LLM-Empowered Persona-Profiled Item Indexing : Recent advances in large language models (LLMs) offer new opportunities for recommender systems by capturing the nuanced semantics of user interests and item characteristics through rich semantic understanding and contextual reasoning. In particular, LLMs have been employed as rerankers that reorder candidate items based on inferred user-item relevance. However, these approaches often require expensive online inference-time reasoning, leading to high latency that hampers real-world deployment. In this work, we introduce Persona4Rec, a recommendation framework that performs offline reasoning to construct interpretable persona representations of items, enabling lightweight and scalable real-time inference. In the offline stage, Persona4Rec leverages LLMs to reason over item reviews, inferring diverse user motivations that explain why different types of users may engage with an item; these inferred motivations are materialized as persona representations, providing multiple, human-interpretable views of each item. Unlike conventional approaches that rely on a single item representation, Persona4Rec learns to align user profiles with the most plausible item-side persona through a dedicated encoder, effectively transforming user-item relevance into user-persona relevance. At the online stage, this persona-profiled item index allows fast relevance computation without invoking expensive LLM reasoning. Extensive experiments show that Persona4Rec achieves performance comparable to recent LLM-based rerankers while substantially reducing inference time. Moreover, qualitative analysis confirms that persona representations not only drive efficient scoring but also provide intuitive, review-grounded explanations. These results demonstrate that Persona4Rec offers a practical and interpretable solution for next-generation recommender systems."}, {"id": "c1148", "text": "Trie-Aware Transformers for Generative Recommendation : Generative recommendation (GR) aligns with advances in generative AI by casting next-item prediction as token-level generation rather than score-based ranking. Most GR methods adopt a two-stage pipeline: (i) \\textit{item tokenization}, which maps each item to a sequence of discrete, hierarchically organized tokens; and (ii) \\textit{autoregressive generation}, which predicts the next item's tokens conditioned on the tokens of user's interaction history. Although hierarchical tokenization induces a prefix tree (trie) over items, standard autoregressive modeling with conventional Transformers often flattens item tokens into a linear stream and overlooks the underlying topology.\n To address this, we propose TrieRec, a trie-aware generative recommendation method that augments Transformers with structural inductive biases via two positional encodings. First, a \\textit{trie-aware absolute positional encoding} aggregates a token's (node's) local structural context (\\eg depth, ancestors, and descendants) into the token representation. Second, a \\textit{topology-aware relative positional encoding} injects pairwise structural relations into self-attention to capture topology-induced semantic relatedness. TrieRec is also model-agnostic, efficient, and hyperparameter-free. In our experiments, we implement TrieRec within three representative GR backbones, achieving notably improvements of 8.83\\% on average across four real-world datasets."}, {"id": "c1149", "text": "AQR-HNSW: Accelerating Approximate Nearest Neighbor Search via Density-aware Quantization and Multi-stage Re-ranking : Approximate Nearest Neighbor (ANN) search has become fundamental to modern AI infrastructure, powering recommendation systems, search engines, and large language models across industry leaders from Google to OpenAI. Hierarchical Navigable Small World (HNSW) graphs have emerged as the dominant ANN algorithm, widely adopted in production systems due to their superior recall versus latency balance. However, as vector databases scale to billions of embeddings, HNSW faces critical bottlenecks: memory consumption expands, distance computation overhead dominates query latency, and it suffers suboptimal performance on heterogeneous data distributions. This paper presents Adaptive Quantization and Rerank HNSW (AQR-HNSW), a novel framework that synergistically integrates three strategies to enhance HNSW scalability. AQR-HNSW introduces (1) density-aware adaptive quantization, achieving 4x compression while preserving distance relationships; (2) multi-state re-ranking that reduces unnecessary computations by 35%; and (3) quantization-optimized SIMD implementations delivering 16-64 operations per cycle across architectures. Evaluation on standard benchmarks demonstrates 2.5-3.3x higher queries per second (QPS) than state-of-the-art HNSW implementations while maintaining over 98% recall, with 75% memory reduction for the index graph and 5x faster index construction."}, {"id": "c1150", "text": "Retrieval Challenges in Low-Resource Public Service Information: A Case Study on Food Pantry Access : Public service information systems are often fragmented, inconsistently formatted, and outdated. These characteristics create low-resource retrieval environments that hinder timely access to critical services. We investigate retrieval challenges in such settings through the domain of food pantry access, a socially urgent problem given persistent food insecurity. We develop an AI-powered conversational retrieval system that scrapes and indexes publicly available pantry data and employs a Retrieval-Augmented Generation (RAG) pipeline to support natural language queries via a web interface. We conduct a pilot evaluation study using community-sourced queries to examine system behavior in realistic scenarios. Our analysis reveals key limitations in retrieval robustness, handling underspecified queries, and grounding over inconsistent knowledge bases. This ongoing work exposes fundamental IR challenges in low-resource environments and motivates future research on robust conversational retrieval to improve access to critical public resources."}, {"id": "c1151", "text": "Revisiting RAG Retrievers: An Information Theoretic Benchmark : Retrieval-Augmented Generation (RAG) systems rely critically on the retriever module to surface relevant context for large language models. Although numerous retrievers have recently been proposed, each built on different ranking principles such as lexical matching, dense embeddings, or graph citations, there remains a lack of systematic understanding of how these mechanisms differ and overlap. Existing benchmarks primarily compare entire RAG pipelines or introduce new datasets, providing little guidance on selecting or combining retrievers themselves. Those that do compare retrievers directly use a limited set of evaluation tools which fail to capture complementary and overlapping strengths. This work presents MIGRASCOPE, a Mutual Information based RAG Retriever Analysis Scope. We revisit state-of-the-art retrievers and introduce principled metrics grounded in information and statistical estimation theory to quantify retrieval quality, redundancy, synergy, and marginal contribution. We further show that if chosen carefully, an ensemble of retrievers outperforms any single retriever. We leverage the developed tools over major RAG corpora to provide unique insights on contribution levels of the state-of-the-art retrievers. Our findings provide a fresh perspective on the structure of modern retrieval techniques and actionable guidance for designing robust and efficient RAG systems."}, {"id": "c1152", "text": "Enhancing Multilingual Embeddings via Multi-Way Parallel Text Alignment : Multilingual pretraining typically lacks explicit alignment signals, leading to suboptimal cross-lingual alignment in the representation space. In this work, we show that training standard pretrained models for cross-lingual alignment with a multi-way parallel corpus in a diverse pool of languages can substantially improve multilingual and cross-lingual representations for NLU tasks. We construct a multi-way parallel dataset using translations of English text from an off-the-shelf NMT model for a pool of six target languages and achieve strong cross-lingual alignment through contrastive learning. This leads to substantial performance gains across both seen and unseen languages for multiple tasks from the MTEB benchmark evaluated for XLM-Roberta and multilingual BERT base models. Using a multi-way parallel corpus for contrastive training yields substantial gains on bitext mining (21.3%), semantic similarity (5.3%), and classification (28.4%) compared to English-centric (En-X) bilingually parallel data, where X is sampled from a pool of multiple target languages. Furthermore, finetuning mE5 model on a small dataset with multi-way parallelism significantly improves bitext mining compared to one without, underscoring the importance of multi-way cross-lingual supervision even for models already pretrained for high-quality sentence embeddings."}, {"id": "c1153", "text": "Revisiting Text Ranking in Deep Research : Deep research has emerged as an important task that aims to address hard queries through extensive open-web exploration. To tackle it, most prior work equips large language model (LLM)-based agents with opaque web search APIs, enabling agents to iteratively issue search queries, retrieve external evidence, and reason over it. Despite search's essential role in deep research, black-box web search APIs hinder systematic analysis of search components, leaving the behaviour of established text ranking methods in deep research largely unclear. To fill this gap, we reproduce a selection of key findings and best practices for IR text ranking methods in the deep research setting. In particular, we examine their effectiveness from three perspectives: (i) retrieval units (documents vs. passages), (ii) pipeline configurations (different retrievers, re-rankers, and re-ranking depths), and (iii) query characteristics (the mismatch between agent-issued queries and the training queries of text rankers). We perform experiments on BrowseComp-Plus, a deep research dataset with a fixed corpus, evaluating 2 open-source agents, 5 retrievers, and 3 re-rankers across diverse setups. We find that agent-issued queries typically follow web-search-style syntax (e.g., quoted exact matches), favouring lexical, learned sparse, and multi-vector retrievers; passage-level units are more efficient under limited context windows, and avoid the difficulties of document length normalisation in lexical retrieval; re-ranking is highly effective; translating agent-issued queries into natural-language questions significantly bridges the query mismatch."}, {"id": "c1154", "text": "A Hierarchical Multi-Agent System for Autonomous Discovery in Geoscientific Data Archives : The rapid accumulation of Earth science data has created a significant scalability challenge; while repositories like PANGAEA host vast collections of datasets, citation metrics indicate that a substantial portion remains underutilized, limiting data reusability. Here we present PANGAEA-GPT, a hierarchical multi-agent framework designed for autonomous data discovery and analysis. Unlike standard Large Language Model (LLM) wrappers, our architecture implements a centralized Supervisor-Worker topology with strict data-type-aware routing, sandboxed deterministic code execution, and self-correction via execution feedback, enabling agents to diagnose and resolve runtime errors. Through use-case scenarios spanning physical oceanography and ecology, we demonstrate the system's capacity to execute complex, multi-step workflows with minimal human intervention. This framework provides a methodology for querying and analyzing heterogeneous repository data through coordinated agent workflows."}, {"id": "c1155", "text": "Multi-Vector Index Compression in Any Modality : We study efficient multi-vector retrieval for late interaction in any modality. Late interaction has emerged as a dominant paradigm for information retrieval in text, images, visual documents, and videos, but its computation and storage costs grow linearly with document length, making it costly for image-, video-, and audio-rich corpora. To address this limitation, we explore query-agnostic methods for compressing multi-vector document representations under a constant vector budget. We introduce four approaches for index compression: sequence resizing, memory tokens, hierarchical pooling, and a novel attention-guided clustering (AGC). AGC uses an attention-guided mechanism to identify the most semantically salient regions of a document as cluster centroids and to weight token aggregation. Evaluating these methods on retrieval tasks spanning text (BEIR), visual-document (ViDoRe), and video (MSR-VTT, MultiVENT 2.0), we show that attention-guided clustering consistently outperforms other parameterized compression methods (sequence resizing and memory tokens), provides greater flexibility in index size than non-parametric hierarchical clustering, and achieves competitive or improved performance compared to a full, uncompressed index. The source code is available at: github.com/hanxiangqin/omni-col-press."}, {"id": "c1156", "text": "A Benchmark for Deep Information Synthesis : Large language model (LLM)-based agents are increasingly used to solve complex tasks involving tool use, such as web browsing, code execution, and data analysis. However, current evaluation benchmarks do not adequately assess their ability to solve real-world tasks that require synthesizing information from multiple sources and inferring insights beyond simple fact retrieval. To address this, we introduce DEEPSYNTH, a novel benchmark designed to evaluate agents on realistic, time-consuming problems that combine information gathering, synthesis, and structured reasoning to produce insights. DEEPSYNTH contains 120 tasks collected across 7 domains and data sources covering 67 countries. DEEPSYNTH is constructed using a multi-stage data collection pipeline that requires annotators to collect official data sources, create hypotheses, perform manual analysis, and design tasks with verifiable answers. When evaluated on DEEPSYNTH, 11 state-of-the-art LLMs and deep research agents achieve a maximum F1 score of 8.97 and 17.5 on the LLM-judge metric, underscoring the difficulty of the benchmark. Our analysis reveals that current agents struggle with hallucinations and reasoning over large information spaces, highlighting DEEPSYNTH as a crucial benchmark for guiding future research."}, {"id": "c1157", "text": "Prompt-Level Distillation: A Non-Parametric Alternative to Model Fine-Tuning for Efficient Reasoning : Advanced reasoning typically requires Chain-of-Thought prompting, which is accurate but incurs prohibitive latency and substantial test-time inference costs. The standard alternative, fine-tuning smaller models, often sacrifices interpretability while introducing significant resource and operational overhead. To address these limitations, we introduce Prompt-Level Distillation (PLD). We extract explicit reasoning patterns from a Teacher model and organize them into a structured list of expressive instructions for the Student model's System Prompt. Evaluated on the StereoSet and Contract-NLI datasets using Gemma-3 4B, PLD improved Macro F1 scores from 57\\% to 90.0\\% and 67\\% to 83\\% respectively, enabling this compact model to match frontier performance with negligible latency overhead. These expressive instructions render the decision-making process transparent, allowing for full human verification of logic, making this approach ideal for regulated industries such as law, finance, and content moderation, as well as high-volume use cases and edge devices."}, {"id": "c1158", "text": "Turning Semantics into Topology: LLM-Driven Attribute Augmentation for Collaborative Filtering : Large Language Models (LLMs) have shown great potential for enhancing recommender systems through their extensive world knowledge and reasoning capabilities. However, effectively translating these semantic signals into traditional collaborative embeddings remains an open challenge. Existing approaches typically fall into two extremes: direct inference methods are computationally prohibitive for large-scale retrieval, while embedding-based methods primarily focus on unilateral feature augmentation rather than holistic collaborative signal enhancement. To bridge this gap, we propose Topology-Augmented Graph Collaborative Filtering (TAGCF), a novel framework that transforms semantic knowledge into topological connectivity. Unlike existing approaches that depend on textual features or direct interaction synthesis, TAGCF employs LLMs to infer interaction intents and underlying causal relationships from user-item pairs, representing these insights as intermediate attribute nodes within an enriched User-Attribute-Item (U-A-I) graph. Furthermore, to effectively model the heterogeneous relations in this augmented structure, we propose Adaptive Relation-weighted Graph Convolution (ARGC), which employs relation-specific prediction networks to dynamically estimate the importance of each relation type. Extensive experiments across multiple benchmark datasets and CF backbones demonstrate consistent improvements, with comprehensive evaluations including cold-start scenarios validating the effectiveness and robustness of our framework. All code will be made publicly available. For anonymous review, our code is available at the following anonymous link: https://anonymous.4open.science/r/AGCF-2441353190/."}, {"id": "c1159", "text": "Position-Aware Sequential Attention for Accurate Next Item Recommendations : Sequential self-attention models usually rely on additive positional embeddings, which inject positional information into item representations at the input. In the absence of positional signals, the attention block is permutation-equivariant over sequence positions and thus has no intrinsic notion of temporal order beyond causal masking. We argue that additive positional embeddings make the attention mechanism only superficially sensitive to sequence order: positional information is entangled with item embedding semantics, propagates weakly in deep architectures, and limits the ability to capture rich sequential patterns. To address these limitations, we introduce a kernelized self-attention mechanism, where a learnable positional kernel operates purely in the position space, disentangled from semantic similarity, and directly modulates attention weights. When applied per attention block, this kernel enables adaptive multi-scale sequential modeling. Experiments on standard next-item prediction benchmarks show that our positional kernel attention consistently improves over strong competing baselines."}, {"id": "c1160", "text": "HiSAC: Hierarchical Sparse Activation Compression for Ultra-long Sequence Modeling in Recommenders : Modern recommender systems leverage ultra-long user behavior sequences to capture dynamic preferences, but end-to-end modeling is infeasible in production due to latency and memory constraints. While summarizing history via interest centers offers a practical alternative, existing methods struggle to (1) identify user-specific centers at appropriate granularity and (2) accurately assign behaviors, leading to quantization errors and loss of long-tail preferences. To alleviate these issues, we propose Hierarchical Sparse Activation Compression (HiSAC), an efficient framework for personalized sequence modeling. HiSAC encodes interactions into multi-level semantic IDs and constructs a global hierarchical codebook. A hierarchical voting mechanism sparsely activates personalized interest-agents as fine-grained preference centers. Guided by these agents, Soft-Routing Attention aggregates historical signals in semantic space, weighting by similarity to minimize quantization error and retain long-tail behaviors. Deployed on Taobao's \"Guess What You Like\" homepage, HiSAC achieves significant compression and cost reduction, with online A/B tests showing a consistent 1.65% CTR uplift -- demonstrating its scalability and real-world effectiveness."}, {"id": "c1161", "text": "Generative Pseudo-Labeling for Pre-Ranking with LLMs : Pre-ranking is a critical stage in industrial recommendation systems, tasked with efficiently scoring thousands of recalled items for downstream ranking. A key challenge is the train-serving discrepancy: pre-ranking models are trained only on exposed interactions, yet must score all recalled candidates -- including unexposed items -- during online serving. This mismatch not only induces severe sample selection bias but also degrades generalization, especially for long-tail content. Existing debiasing approaches typically rely on heuristics (e.g., negative sampling) or distillation from biased rankers, which either mislabel plausible unexposed items as negatives or propagate exposure bias into pseudo-labels. In this work, we propose Generative Pseudo-Labeling (GPL), a framework that leverages large language models (LLMs) to generate unbiased, content-aware pseudo-labels for unexposed items, explicitly aligning the training distribution with the online serving space. By offline generating user-specific interest anchors and matching them with candidates in a frozen semantic space, GPL provides high-quality supervision without adding online latency. Deployed in a large-scale production system, GPL improves click-through rate by 3.07%, while significantly enhancing recommendation diversity and long-tail item discovery."}, {"id": "c1162", "text": "Naver Labs Europe @ WSDM CUP | Multilingual Retrieval : This report presents our participation to the WSDM Cup 2026 shared task on multilingual document retrieval from English queries. The task provides a challenging benchmark for cross-lingual generalization. It also provides a natural testbed for evaluating SPLARE, our recently proposed learned sparse retrieval model, which produces generalizable sparse latent representations and is particularly well suited to multilingual retrieval settings.\n We evaluate five progressively enhanced runs, starting from a SPLARE-7B model and incorporating lightweight improvements, including reranking with Qwen3-Reranker-4B and simple score fusion strategies. Our results demonstrate the strength of SPLARE compared to state-of-the-art dense baselines such as Qwen3-8B-Embed. More broadly, our submission highlights the continued relevance and competitiveness of learned sparse retrieval models beyond English-centric scenarios."}, {"id": "c1163", "text": "E-MMKGR: A Unified Multimodal Knowledge Graph Framework for E-commerce Applications : Multimodal recommender systems (MMRSs) enhance collaborative filtering by leveraging item-side modalities, but their reliance on a fixed set of modalities and task-specific objectives limits both modality extensibility and task generalization. We propose E-MMKGR, a framework that constructs an e-commerce-specific Multimodal Knowledge Graph E-MMKG and learns unified item representations through GNN-based propagation and KG-oriented optimization. These representations provide a shared semantic foundation applicable to diverse tasks. Experiments on real-world Amazon datasets show improvements of up to 10.18% in Recall@10 for recommendation and up to 21.72% over vector-based retrieval for product search, demonstrating the effectiveness and extensibility of our approach."}, {"id": "c1164", "text": "Mitigating Preference Leakage via Strict Estimator Separation for Normative Generative Ranking : In Generative Information Retrieval (GenIR), the bottleneck has shifted from generation to the selection of candidates, particularly for normative criteria such as cultural relevance. Current LLM-as-a-Judge evaluations often suffer from circularity and preference leakage, where overlapping supervision and evaluation models inflate performance. We address this by formalising cultural relevance as a within-query ranking task and introducing a leakage-free two-judge framework that strictly separates supervision (Judge B) from evaluation (Judge A). On a new benchmark of 33,052 (NGR-33k) culturally grounded stories, we find that while classical baselines yield only modest gains, a dense bi-encoder distilled from a Judge-B-supervised Cross-Encoder is highly effective. Although the Cross-Encoder provides a strong supervision signal for distillation, the distilled BGE-M3 model substantially outperforms it under leakage-free Judge~A evaluation. We validate our framework on the human-curated Moral Stories dataset, showing strong alignment with human norms. Our results demonstrate that rigorous evaluator separation is a prerequisite for credible GenIR evaluation, proving that subtle cultural preferences can be distilled into efficient rankers without leakage."}, {"id": "c1165", "text": "RMIT-ADM+S at the MMU-RAG NeurIPS 2025 Competition : This paper presents the award-winning RMIT-ADM+S system for the Text-to-Text\n track of the NeurIPS~2025 MMU-RAG Competition. We introduce Routing-to-RAG\n (R2RAG), a research-focused retrieval-augmented generation (RAG)\n architecture composed of lightweight components that dynamically adapt the\n retrieval strategy based on inferred query complexity and evidence\n sufficiency. The system uses smaller LLMs, enabling operation on a single\n consumer-grade GPU while supporting complex research tasks. It builds on the\n G-RAG system, winner of the ACM~SIGIR~2025 LiveRAG Challenge, and extends it\n with modules informed by qualitative review of outputs. R2RAG won the Best\n Dynamic Evaluation award in the Open Source category, demonstrating high\n effectiveness with careful design and efficient use of resources."}, {"id": "c1166", "text": "IntRR: A Framework for Integrating SID Redistribution and Length Reduction : Generative Recommendation (GR) has emerged as a transformative paradigm that reformulates the traditional cascade ranking system into a sequence-to-item generation task, facilitated by the use of discrete Semantic IDs (SIDs). However, current SIDs are suboptimal as the indexing objectives (Stage 1) are misaligned with the actual recommendation goals (Stage 2). Since these identifiers remain static (Stage 2), the backbone model lacks the flexibility to adapt them to the evolving complexities of user interactions. Furthermore, the prevailing strategy of flattening hierarchical SIDs into token sequences leads to sequence length inflation, resulting in prohibitive computational overhead and inference latency. To address these challenges, we propose IntRR, a novel framework that integrates objective-aligned SID Redistribution and structural Length Reduction. By leveraging item-specific Unique IDs (UIDs) as collaborative anchors, this approach dynamically redistributes semantic weights across hierarchical codebook layers. Concurrently, IntRR handles the SID hierarchy recursively, eliminating the need to flatten sequences. This ensures a fixed cost of one token per item. Extensive experiments on benchmark datasets demonstrate that IntRR yields substantial improvements over representative generative baselines, achieving superior performance in both recommendation accuracy and efficiency."}, {"id": "c1167", "text": "PRECTR-V2:Unified Relevance-CTR Framework with Cross-User Preference Mining, Exposure Bias Correction, and LLM-Distilled Encoder Optimization : In search systems, effectively coordinating the two core objectives of search relevance matching and click-through rate (CTR) prediction is crucial for discovering users' interests and enhancing platform revenue. In our prior work PRECTR, we proposed a unified framework to integrate these two subtasks,thereby eliminating their inconsistency and leading to mutual benefit.However, our previous work still faces three main challenges. First, low-active users and new users have limited search behavioral data, making it difficult to achieve effective personalized relevance preference modeling. Second, training data for ranking models predominantly come from high-relevance exposures, creating a distribution mismatch with the broader candidate space in coarse-ranking, leading to generalization bias. Third, due to the latency constraint, the original model employs an Emb+MLP architecture with a frozen BERT encoder, which prevents joint optimization and creates misalignment between representation learning and CTR fine-tuning. To solve these issues, we further reinforce our method and propose PRECTR-V2. Specifically, we mitigate the low-activity users' sparse behavior problem by mining global relevance preferences under the specific query, which facilitates effective personalized relevance modeling for cold-start scenarios. Subsequently, we construct hard negative samples through embedding noise injection and relevance label reconstruction, and optimize their relative ranking against positive samples via pairwise loss, thereby correcting exposure bias. Finally, we pretrain a lightweight transformer-based encoder via knowledge distillation from LLM and SFT on the text relevance classification task. This encoder replaces the frozen BERT module, enabling better adaptation to CTR fine-tuning and advancing beyond the traditional Emb+MLP paradigm."}, {"id": "c1168", "text": "From Logs to Language: Learning Optimal Verbalization for LLM-Based Recommendation in Production : Large language models (LLMs) are promising backbones for generative recommender systems, yet a key challenge remains underexplored: verbalization, i.e., converting structured user interaction logs into effective natural language inputs. Existing methods rely on rigid templates that simply concatenate fields, yielding suboptimal representations for recommendation. We propose a data-centric framework that learns verbalization for LLM-based recommendation. Using reinforcement learning, a verbalization agent transforms raw interaction histories into optimized textual contexts, with recommendation accuracy as the training signal. This agent learns to filter noise, incorporate relevant metadata, and reorganize information to improve downstream predictions. Experiments on a large-scale industrial streaming dataset show that learned verbalization delivers up to 93% relative improvement in discovery item recommendation accuracy over template-based baselines. Further analysis reveals emergent strategies such as user interest summarization, noise removal, and syntax normalization, offering insights into effective context construction for LLM-based recommender systems."}, {"id": "c1169", "text": "KNIGHT: Knowledge Graph-Driven Multiple-Choice Question Generation with Adaptive Hardness Calibration : With the rise of large language models (LLMs), they have become instrumental in applications such as Retrieval-Augmented Generation (RAG). Yet evaluating these systems remains bottlenecked by the time and cost of building specialized assessment datasets. We introduce KNIGHT, an LLM-based, knowledge-graph-driven framework for generating multiple-choice question (MCQ) datasets from external sources. KNIGHT constructs a topic-specific knowledge graph, a structured and parsimonious summary of entities and relations, that can be reused to generate instructor-controlled difficulty levels, including multi-hop questions, without repeatedly re-feeding the full source text. This knowledge graph acts as a compressed, reusable state, making question generation a cheap read over the graph. We instantiate KNIGHT on Wikipedia/Wikidata while keeping the framework domain- and ontology-agnostic. As a case study, KNIGHT produces six MCQ datasets in History, Biology, and Mathematics. We evaluate quality on five criteria: fluency, unambiguity (single correct answer), topic relevance, option uniqueness, and answerability given the provided sources (as a proxy for hallucination). Results show that KNIGHT enables token- and cost-efficient generation from a reusable graph representation, achieves high quality across these criteria, and yields model rankings aligned with MMLU-style benchmarks, while supporting topic-specific and difficulty-controlled evaluation."}, {"id": "c1170", "text": "NanoKnow: How to Know What Your Language Model Knows : How do large language models (LLMs) know what they know? Answering this question has been difficult because pre-training data is often a \"black box\" -- unknown or inaccessible. The recent release of nanochat -- a family of small LLMs with fully open pre-training data -- addresses this as it provides a transparent view into where a model's parametric knowledge comes from. Towards the goal of understanding how knowledge is encoded by LLMs, we release NanoKnow, a benchmark dataset that partitions questions from Natural Questions and SQuAD into splits based on whether their answers are present in nanochat's pre-training corpus. Using these splits, we can now properly disentangle the sources of knowledge that LLMs rely on when producing an output. To demonstrate NanoKnow's utility, we conduct experiments using eight nanochat checkpoints. Our findings show: (1) closed-book accuracy is strongly influenced by answer frequency in the pre-training data, (2) providing external evidence can mitigate this frequency dependence, (3) even with external evidence, models are more accurate when answers were seen during pre-training, demonstrating that parametric and external knowledge are complementary, and (4) non-relevant information is harmful, with accuracy decreasing based on both the position and the number of non-relevant contexts. We release all NanoKnow artifacts at https://github.com/castorini/NanoKnow."}, {"id": "c1171", "text": "ManCAR: Manifold-Constrained Latent Reasoning with Adaptive Test-Time Computation for Sequential Recommendation : Sequential recommendation increasingly employs latent multi-step reasoning to enhance test-time computation. Despite empirical gains, existing approaches largely drive intermediate reasoning states via target-dominant objectives without imposing explicit feasibility constraints. This results in latent drift, where reasoning trajectories deviate into implausible regions. We argue that effective recommendation reasoning should instead be viewed as navigation on a collaborative manifold rather than free-form latent refinement. To this end, we propose ManCAR (Manifold-Constrained Adaptive Reasoning), a principled framework that grounds reasoning within the topology of a global interaction graph. ManCAR constructs a local intent prior from the collaborative neighborhood of a user's recent actions, represented as a distribution over the item simplex. During training, the model progressively aligns its latent predictive distribution with this prior, forcing the reasoning trajectory to remain within the valid manifold. At test time, reasoning proceeds adaptively until the predictive distribution stabilizes, avoiding over-refinement. We provide a variational interpretation of ManCAR to theoretically validate its drift-prevention and adaptive test-time stopping mechanisms. Experiments on seven benchmarks demonstrate that ManCAR consistently outperforms state-of-the-art baselines, achieving up to a 46.88% relative improvement w.r.t. NDCG@10. Our code is available at https://github.com/FuCongResearchSquad/ManCAR."}, {"id": "c1172", "text": "FairFS: Addressing Deep Feature Selection Biases for Recommender System : Large-scale online marketplaces and recommender systems serve as critical technological support for e-commerce development. In industrial recommender systems, features play vital roles as they carry information for downstream models. Accurate feature importance estimation is critical because it helps identify the most useful feature subsets from thousands of feature candidates for online services. Such selection enables improved online performance while reducing computational cost. To address feature selection problems in deep learning, trainable gate-based and sensitivity-based methods have been proposed and proven effective in industrial practice. However, through the analysis of real-world cases, we identified three bias issues that cause feature importance estimation to rely on partial model layers, samples, or gradients, ultimately leading to inaccurate importance estimation. We refer to these as layer bias, baseline bias, and approximation bias. To mitigate these issues, we propose FairFS, a fair and accurate feature selection algorithm. FairFS regularizes feature importance estimated across all nonlinear transformation layers to address layer bias. It also introduces a smooth baseline feature close to the classifier decision boundary and adopts an aggregated approximation method to alleviate baseline and approximation biases. Extensive experiments demonstrate that FairFS effectively mitigates these biases and achieves state-of-the-art feature selection performance."}, {"id": "c1173", "text": "Counterfactual Understanding via Retrieval-aware Multimodal Modeling for Time-to-Event Survival Prediction : This paper tackles the problem of time-to-event counterfactual survival prediction, aiming to optimize individualized survival outcomes in the presence of heterogeneity and censored data. We propose CURE, a framework that advances counterfactual survival modeling via comprehensive multimodal embedding and latent subgroup retrieval. CURE integrates clinical, paraclinical, demographic, and multi-omics information, which are aligned and fused through cross-attention mechanisms. Complex multi-omics signals can be adaptively refined using a mixture-of-experts architecture, emphasizing the most informative omics components. Building upon this representation, CURE implicitly retrieves patient-specific latent subgroups that capture both baseline survival dynamics and treatment-dependent variations. Experimental results on METABRIC and TCGA-LUAD datasets demonstrate that proposed CURE model consistently outperforms strong baselines in survival analysis, evaluated using the Time-dependent Concordance Index ($C^{td}$) and Integrated Brier Score (IBS). These findings highlight the potential of CURE to enhance multimodal understanding and serve as a foundation for future treatment recommendation models. All code and related resources are publicly available to facilitate the reproducibility https://github.com/L2R-UET/CURE."}, {"id": "c1174", "text": "Unlocking Multimodal Document Intelligence: From Current Triumphs to Future Frontiers of Visual Document Retrieval : With the rapid proliferation of multimodal information, Visual Document Retrieval (VDR) has emerged as a critical frontier in bridging the gap between unstructured visually rich data and precise information acquisition. Unlike traditional natural image retrieval, visual documents exhibit unique characteristics defined by dense textual content, intricate layouts, and fine-grained semantic dependencies. This paper presents the first comprehensive survey of the VDR landscape, specifically through the lens of the Multimodal Large Language Model (MLLM) era. We begin by examining the benchmark landscape, and subsequently dive into the methodological evolution, categorizing approaches into three primary aspects: multimodal embedding models, multimodal reranker models, and the integration of Retrieval-Augmented Generation (RAG) and Agentic systems for complex document intelligence. Finally, we identify persistent challenges and outline promising future directions, aiming to provide a clear roadmap for future multimodal document intelligence."}, {"id": "c1175", "text": "Enhancing Automatic Chord Recognition via Pseudo-Labeling and Knowledge Distillation : Automatic Chord Recognition (ACR) is constrained by the scarcity of aligned chord labels, as well-aligned annotations are costly to acquire. At the same time, open-weight pre-trained models are currently more accessible than their proprietary training data. In this work, we present a two-stage training pipeline that leverages pre-trained models together with unlabeled audio. The proposed method decouples training into two stages. In the first stage, we use a pre-trained BTC model as a teacher to generate pseudo-labels for over 1,000 hours of diverse unlabeled audio and train a student model solely on these pseudo-labels. In the second stage, the student is continually trained on ground-truth labels as they become available, with selective knowledge distillation (KD) from the teacher applied as a regularizer to prevent catastrophic forgetting of the representations learned in the first stage. In our experiments, two models (BTC, 2E1D) were used as students. In stage 1, using only pseudo-labels, the BTC student achieves over 98% of the teacher's performance, while the 2E1D model achieves about 96% across seven standard mir_eval metrics. After a single training run for both students in stage 2, the resulting BTC student model surpasses the traditional supervised learning baseline by 2.5% and the original pre-trained teacher model by 1.55% on average across all metrics. And the resulting 2E1D student model improves from the traditional supervised learning baseline by 3.79% on average and achieves almost the same performance as the teacher. Both cases show the large gains on rare chord qualities."}, {"id": "c1176", "text": "GrIT: Group Informed Transformer for Sequential Recommendation : Sequential recommender systems aim to predict a user's future interests by extracting temporal patterns from their behavioral history. Existing approaches typically employ transformer-based architectures to process long sequences of user interactions, capturing preference shifts by modeling temporal relationships between items. However, these methods often overlook the influence of group-level features that capture the collective behavior of similar users. We hypothesize that explicitly modeling temporally evolving group features alongside individual user histories can significantly enhance next-item recommendation. Our approach introduces latent group representations, where each user's affiliation to these groups is modeled through learnable, time-varying membership weights. The membership weights at each timestep are computed by modeling shifts in user preferences through their interaction history, where we incorporate both short-term and long-term user preferences. We extract a set of statistical features that capture the dynamics of user behavior and further refine them through a series of transformations to produce the final drift-aware membership weights. A group-based representation is derived by weighting latent group embeddings with the learned membership scores. This representation is integrated with the user's sequential representation within the transformer block to jointly capture personal and group-level temporal dynamics, producing richer embeddings that lead to more accurate, context-aware recommendations. We validate the effectiveness of our approach through extensive experiments on five benchmark datasets, where it consistently outperforms state-of-the-art sequential recommendation methods."}, {"id": "c1177", "text": "DReX: An Explainable Deep Learning-based Multimodal Recommendation Framework : Multimodal recommender systems leverage diverse data sources, such as user interactions, content features, and contextual information, to address challenges like cold-start and data sparsity. However, existing methods often suffer from one or more key limitations: processing different modalities in isolation, requiring complete multimodal data for each interaction during training, or independent learning of user and item representations. These factors contribute to increased complexity and potential misalignment between user and item embeddings. To address these challenges, we propose DReX, a unified multimodal recommendation framework that incrementally refines user and item representations by leveraging interaction-level features from multimodal feedback. Our model employs gated recurrent units to selectively integrate these fine-grained features into global representations. This incremental update mechanism provides three key advantages: (1) simultaneous modeling of both nuanced interaction details and broader preference patterns, (2) eliminates the need for separate user and item feature extraction processes, leading to enhanced alignment in their learned representation, and (3) inherent robustness to varying or missing modalities. We evaluate the performance of the proposed approach on three real-world datasets containing reviews and ratings as interaction modalities. By considering review text as a modality, our approach automatically generates interpretable keyword profiles for both users and items, which supplement the recommendation process with interpretable preference indicators. Experiment results demonstrate that our approach outperforms state-of-the-art methods across all evaluated datasets."}, {"id": "c1178", "text": "Iconographic Classification and Content-Based Recommendation for Digitized Artworks : We present a proof-of-concept system that automates iconographic classification and content-based recommendation of digitized artworks using the Iconclass vocabulary and selected artificial intelligence methods. The prototype implements a four-stage workflow for classification and recommendation, which integrates YOLOv8 object detection with algorithmic mappings to Iconclass codes, rule-based inference for abstract meanings, and three complementary recommenders (hierarchical proximity, IDF-weighted overlap, and Jaccard similarity). Although more engineering is still needed, the evaluation demonstrates the potential of this solution: Iconclass-aware computer vision and recommendation methods can accelerate cataloging and enhance navigation in large heritage repositories. The key insight is to let computer vision propose visible elements and to use symbolic structures (Iconclass hierarchy) to reach meaning."}, {"id": "c1179", "text": "Sculpting the Vector Space: Towards Efficient Multi-Vector Visual Document Retrieval via Prune-then-Merge Framework : Visual Document Retrieval (VDR), which aims to retrieve relevant pages within vast corpora of visually-rich documents, is of significance in current multimodal retrieval applications. The state-of-the-art multi-vector paradigm excels in performance but suffers from prohibitive overhead, a problem that current efficiency methods like pruning and merging address imperfectly, creating a difficult trade-off between compression rate and feature fidelity. To overcome this dilemma, we introduce Prune-then-Merge, a novel two-stage framework that synergizes these complementary approaches. Our method first employs an adaptive pruning stage to filter out low-information patches, creating a refined, high-signal set of embeddings. Subsequently, a hierarchical merging stage compresses this pre-filtered set, effectively summarizing semantic content without the noise-induced feature dilution seen in single-stage methods. Extensive experiments on 29 VDR datasets demonstrate that our framework consistently outperforms existing methods, significantly extending the near-lossless compression range and providing robust performance at high compression ratios."}, {"id": "c1180", "text": "Hyper-KGGen: A Skill-Driven Knowledge Extractor for High-Quality Knowledge Hypergraph Generation : Knowledge hypergraphs surpass traditional binary knowledge graphs by encapsulating complex $n$-ary atomic facts, providing a more comprehensive paradigm for semantic representation. However, constructing high-quality hypergraphs remains challenging due to the \\textit{scenario gap}: generic extractors struggle to generalize across diverse domains with specific jargon, while existing methods often fail to balance structural skeletons with fine-grained details. To bridge this gap, we propose \\textbf{Hyper-KGGen}, a skill-driven framework that reformulates extraction as a dynamic skill-evolving process. First, Hyper-KGGen employs a \\textit{coarse-to-fine} mechanism to systematically decompose documents, ensuring full-dimensional coverage from binary links to complex hyperedges. Crucially, it incorporates an \\textit{adaptive skill acquisition} module that actively distills domain expertise into a Global Skill Library. This is achieved via a stability-based feedback loop, where extraction stability serves as a relative reward signal to induce high-quality skills from unstable traces and missed predictions. Additionally, we present \\textbf{HyperDocRED}, a rigorously annotated benchmark for document-level knowledge hypergraph extraction. Experiments demonstrate that Hyper-KGGen significantly outperforms strong baselines, validating that evolved skills provide substantially richer guidance than static few-shot examples in multi-scenario settings."}, {"id": "c1181", "text": "SplitLight: An Exploratory Toolkit for Recommender Systems Datasets and Splits : Offline evaluation of recommender systems is often affected by hidden, under-documented choices in data preparation. Seemingly minor decisions in filtering, handling repeats, cold-start treatment, and splitting strategy design can substantially reorder model rankings and undermine reproducibility and cross-paper comparability.\n In this paper, we introduce SplitLight, an open-source exploratory toolkit that enables researchers and practitioners designing preprocessing and splitting pipelines or reviewing external artifacts to make these decisions measurable, comparable, and reportable. Given an interaction log and derived split subsets, SplitLight analyzes core and temporal dataset statistics, characterizes repeat consumption patterns and timestamp anomalies, and diagnoses split validity, including temporal leakage, cold-user/item exposure, and distribution shifts. SplitLight further allows side-by-side comparison of alternative splitting strategies through comprehensive aggregated summaries and interactive visualizations. Delivered as both a Python toolkit and an interactive no-code interface, SplitLight produces audit summaries that justify evaluation protocols and support transparent, reliable, and comparable experimentation in recommender systems research and industry."}, {"id": "c1182", "text": "PerSoMed: A Large-Scale Balanced Dataset for Persian Social Media Text Classification : This research introduces the first large-scale, well-balanced Persian social media text classification dataset, specifically designed to address the lack of comprehensive resources in this domain. The dataset comprises 36,000 posts across nine categories (Economic, Artistic, Sports, Political, Social, Health, Psychological, Historical, and Science & Technology), each containing 4,000 samples to ensure balanced class distribution. Data collection involved 60,000 raw posts from various Persian social media platforms, followed by rigorous preprocessing and hybrid annotation combining ChatGPT-based few-shot prompting with human verification. To mitigate class imbalance, we employed undersampling with semantic redundancy removal and advanced data augmentation strategies integrating lexical replacement and generative prompting. We benchmarked several models, including BiLSTM, XLM-RoBERTa (with LoRA and AdaLoRA adaptations), FaBERT, SBERT-based architectures, and the Persian-specific TookaBERT (Base and Large). Experimental results show that transformer-based models consistently outperform traditional neural networks, with TookaBERT-Large achieving the best performance (Precision: 0.9622, Recall: 0.9621, F1- score: 0.9621). Class-wise evaluation further confirms robust performance across all categories, though social and political texts exhibited slightly lower scores due to inherent ambiguity. This research presents a new high-quality dataset and provides comprehensive evaluations of cutting-edge models, establishing a solid foundation for further developments in Persian NLP, including trend analysis, social behavior modeling, and user classification. The dataset is publicly available to support future research endeavors."}, {"id": "c1183", "text": "Learning to Reason for Multi-Step Retrieval of Personal Context in Personalized Question Answering : Personalization in Question Answering (QA) requires answers that are both accurate and aligned with users' background, preferences, and historical context. Existing state-of-the-art methods primarily rely on retrieval-augmented generation (RAG) solutions that construct personal context by retrieving relevant items from the user's profile. Existing methods use the user's query directly to retrieve personal documents, and such strategies often lead to surface-level personalization. We propose PR2 (Personalized Retrieval-Augmented Reasoning), a reinforcement learning framework that integrates reasoning and retrieval from personal context for personalization. PR2 learns adaptive retrieval-reasoning policies, determining when to retrieve, what evidence to retrieve from user profiles, and how to incorporate it into intermediate reasoning steps. By optimizing multi-turn reasoning trajectories under a personalized reward function, the framework reinforces reasoning paths that better align with user-specific preferences and contextual signals reflected by the reward model. Extensive experiments on the LaMP-QA benchmark using three LLMs show that PR2 consistently outperforms strong baselines, achieving an average relative improvement of 8.8%-12% in personalized QA."}, {"id": "c1184", "text": "NeuroWise: A Multi-Agent LLM \"Glass-Box\" System for Practicing Double-Empathy Communication with Autistic Partners : The double empathy problem frames communication difficulties between neurodivergent and neurotypical individuals as arising from mutual misunderstanding, yet most interventions focus on autistic individuals. We present NeuroWise, a multi-agent LLM-based coaching system that supports neurotypical users through stress visualization, interpretation of internal experiences, and contextual guidance. In a between-subjects study (N=30), NeuroWise was rated as helpful by all participants and showed a significant condition-time effect on deficit-based attributions (p=0.02): NeuroWise users reduced deficit framing, while baseline users shifted toward blaming autistic \"deficits\" after difficult interactions. NeuroWise users also completed conversations more efficiently (37% fewer turns, p=0.03). These findings suggest that AI-based interpretation can support attributional change by helping users recognize communication challenges as mutual."}, {"id": "c1185", "text": "Give Users the Wheel: Towards Promptable Recommendation Paradigm : Conventional sequential recommendation models have achieved remarkable success in mining implicit behavioral patterns. However, these architectures remain structurally blind to explicit user intent: they struggle to adapt when a user's immediate goal (e.g., expressed via a natural language prompt) deviates from their historical habits. While Large Language Models (LLMs) offer the semantic reasoning to interpret such intent, existing integration paradigms force a dilemma: LLM-as-a-recommender paradigm sacrifices the efficiency and collaborative precision of ID-based retrieval, while Reranking methods are inherently bottlenecked by the recall capabilities of the underlying model. In this paper, we propose Decoupled Promptable Sequential Recommendation (DPR), a model-agnostic framework that empowers conventional sequential backbones to natively support Promptable Recommendation, the ability to dynamically steer the retrieval process using natural language without abandoning collaborative signals. DPR modulates the latent user representation directly within the retrieval space. To achieve this, we introduce a Fusion module to align the collaborative and semantic signals, a Mixture-of-Experts (MoE) architecture that disentangles the conflicting gradients from positive and negative steering, and a three-stage training strategy that progressively aligns the semantic space of prompts with the collaborative space. Extensive experiments on real-world datasets demonstrate that DPR significantly outperforms state-of-the-art baselines in prompt-guided tasks while maintaining competitive performance in standard sequential recommendation scenarios."}, {"id": "c1186", "text": "CaliCausalRank: Calibrated Multi-Objective Ad Ranking with Robust Counterfactual Utility Optimization : Ad ranking systems must simultaneously optimize multiple objectives including click-through rate (CTR), conversion rate (CVR), revenue, and user experience metrics. However, production systems face critical challenges: score scale inconsistency across traffic segments undermines threshold transferability, and position bias in click logs causes offline-online metric discrepancies. We propose CaliCausalRank, a unified framework that integrates training-time scale calibration, constraint-based multi-objective optimization, and robust counterfactual utility estimation. Our approach treats score calibration as a first-class training objective rather than post-hoc processing, employs Lagrangian relaxation for constraint satisfaction, and utilizes variance-reduced counterfactual estimators for reliable offline evaluation. Experiments on the Criteo and Avazu datasets demonstrate that CaliCausalRank achieves 1.1% relative AUC improvement, 31.6% calibration error reduction, and 3.2% utility gain compared to the best baseline (PairRank) while maintaining consistent performance across different traffic segments."}, {"id": "c1187", "text": "Towards Reliable Negative Sampling for Recommendation with Implicit Feedback via In-Community Popularity : Learning from implicit feedback is a fundamental problem in modern recommender systems, where only positive interactions are observed and explicit negative signals are unavailable. In such settings, negative sampling plays a critical role in model training by constructing negative items that enable effective preference learning and ranking optimization. However, designing reliable negative sampling strategies remains challenging, as they must simultaneously ensure realness, hardness, and interpretability. To this end, we propose \\textbf{ICPNS (In-Community Popularity Negative Sampling)}, a novel framework that leverages user community structure to identify reliable and informative negative samples. Our approach is grounded in the insight that item exposure is driven by latent user communities. By identifying these communities and utilizing in-community popularity, ICPNS effectively approximates the probability of item exposure. Consequently, items that are popular within a user's community but remain unclicked are identified as more reliable true negatives. Extensive experiments on four benchmark datasets demonstrate that ICPNS yields consistent improvements on graph-based recommenders and competitive performance on MF-based models, outperforming representative negative sampling strategies under a unified evaluation protocol."}, {"id": "c1188", "text": "NutriOrion: A Hierarchical Multi-Agent Framework for Personalized Nutrition Intervention Grounded in Clinical Guidelines : Personalized nutrition intervention for patients with multimorbidity is critical for improving health outcomes, yet remains challenging because it requires the simultaneous integration of heterogeneous clinical conditions, medications, and dietary guidelines. Single-agent large language models (LLMs) often suffer from context overload and attention dilution when processing such high-dimensional patient profiles. We introduce NutriOrion, a hierarchical multi-agent framework with a parallel-then-sequential reasoning topology. NutriOrion decomposes nutrition planning into specialized domain agents with isolated contexts to mitigate anchoring bias, followed by a conditional refinement stage. The framework includes a multi-objective prioritization algorithm to resolve conflicting dietary requirements and a safety constraint mechanism that injects pharmacological contraindications as hard negative constraints during synthesis, ensuring clinical validity by construction rather than post-hoc filtering. For clinical interoperability, NutriOrion maps synthesized insights into the ADIME standard and FHIR R4 resources. Evaluated on 330 stroke patients with multimorbidity, NutriOrion outperforms multiple baselines, including GPT-4.1 and alternative multi-agent architectures. It achieves a 12.1 percent drug-food interaction violation rate, demonstrates strong personalization with negative correlations (-0.26 to -0.35) between patient biomarkers and recommended risk nutrients, and yields clinically meaningful dietary improvements, including a 167 percent increase in fiber and a 27 percent increase in potassium, alongside reductions in sodium (9 percent) and sugars (12 percent)."}, {"id": "c1189", "text": "Diagnosing LLM Reranker Behavior Under Fixed Evidence Pools : Standard reranking evaluations study how a reranker orders candidates returned by an upstream retriever. This setup couples ranking behavior with retrieval quality, so differences in output cannot be attributed to the ranking policy alone. We introduce a controlled diagnostic that isolates reranking by using Multi-News clusters as fixed evidence pools. We limit each pool to exactly eight documents and pass identical inputs to all rankers. Within this setup, BM25 and MMR serve as interpretable reference points for lexical matching and diversity optimization. Across 345 clusters, we find that redundancy patterns vary by model: one LLM implicitly diversifies at larger selection budgets, while another increases redundancy. In contrast, LLMs underperform on lexical coverage at small selection budgets. As a result, LLM rankings diverge substantially from both baselines rather than consistently approximating either strategy. By eliminating retrieval variance, we can attribute these differences directly to the ranking policy. This diagnostic is model-agnostic and applicable to any ranker, including open source systems and proprietary APIs."}, {"id": "c1190", "text": "The Lens of Abelian Embeddings : We discuss a recent line of research investigating inverse theorems with respect to general k-wise correlations, and explain how such correlations arise in different contexts in mathematics. We outline some of the results that were established and their applications in discrete mathematics and theoretical computer science. We also mention some open problems for future research."}, {"id": "c1191", "text": "Around homogeneity : Forty-five years ago, a young researcher in finite permutation group theory encountered a paper by Robert Woodrow. The homogeneous triangle-free graph Woodrow described there seemed to be an infinite analogue of the Higman--Sims graph which had played an important role in the researcher's thesis. The encounter changed the course of the researcher's career. This paper is the story of that event and its aftermath.\n The final section of the paper suggests that Fra\u00efss\u00e9 classes of rigid structures are a potentially interesting generalisation of Ramsey classes."}, {"id": "c1192", "text": "Enumeration of Nondegenerate $2 \\times (k+1) \\times k$ Hypermatrices : We consider the problem of enumerating hypermatrices of format $2 \\times (k + 1) \\times k$ over a finite field that have nonzero hyperdeterminant and whose nonzero entries are restricted to a plane partition. We conjecture an attractive product formula for the enumeration, and prove it in many cases. In general, we show that the enumeration is given (up to a power of $q - 1$) by a polynomial in $q$ with nonnegative integer coefficients, whose value at $q = 1$ enumerates a natural family of three-dimensional rook placements."}, {"id": "c1193", "text": "Linear clique-width and modular decomposition : A hereditary class of graphs has bounded clique-width if and only if its prime members do, but this lifting property fails for linear clique-width. We prove that a hereditary class has bounded linear clique-width if and only if its prime members do and it contains neither all quasi-threshold graphs nor all complements of quasi-threshold graphs. This generalizes a result of Brignall, Korpelainen, and Vatter, who established the result for cographs."}, {"id": "c1194", "text": "Maximal Recoverability: A Nexus of Coding Theory : In the modern era of large-scale computing systems, a crucial use of error correcting codes is to judiciously introduce redundancy to ensure recoverability from failure. To get the most out of every byte, practitioners and theorists have introduced the framework of maximal recoverability (MR) to study optimal error-correcting codes in various architectures. In this survey, we dive into the study of two families of MR codes: MR locally recoverable codes (LRCs) (also known as partial MDS codes) and grid codes (GCs).\n For each of these two families of codes, we discuss the primary recoverability guarantees as well as what is known concerning optimal constructions. Along the way, we discuss many surprising connections between MR codes and broader questions in computer science and mathematics. For MR LRCs, the use of skew polynomial codes has unified many previous constructions. For MR GCs, the theory of higher order MDS codes shows that MR GCs can be used to construct optimal list-decodable codes. Furthermore, the optimally recoverable patterns of MR GCs have close ties to long-standing problems on the structural rigidity of graphs."}, {"id": "c1195", "text": "On combinatorial bounds for the total Tjurina numbers of certain curves and surfaces with isolated singularities : We investigate combinatorial bounds for the total Tjurina numbers of plane curve arrangements. Focusing on arrangements of lines and conics in $\\mathbb{P}^2$ that admit only ordinary quasi-homogeneous singularities, we derive new structural inequalities governing the distribution of multiple intersection points. As a consequence, we establish sharp lower bounds for the total Tjurina numbers of free line arrangements with bounded maximal multiplicity and, more generally, for free conic-line arrangements. In particular, we show that for a free arrangement of $d$ lines and $k$ conics, the total Tjurina number grows at least quadratically in $d$ and $k$, and we demonstrate that this bound is sharp. As an application, we construct a particular family of surfaces in $\\mathbb{P}^3$ with only isolated singularities having arbitrarily large total Tjurina numbers. This provides new lower bounds for the total Tjurina numbers of certain hypersurfaces that are independent of detailed homological data."}, {"id": "c1196", "text": "On the expansion formulas of cluster varieties from surfaces and their combinatorial properties : This paper explores the cluster algebra structure of the moduli space $\\mathscr{A}_{\\mathrm{SL}_{n+1},\\mathbb{S}}$ of twisted $\\mathrm{SL}_{n+1}$-local systems on a surface. We derive general recurrence relations for cluster variables arising from flips of a triangulation, corresponding to specific sequences of mutations. Our approach is grounded in a detailed combinatorial analysis over the standard $n$-triangulated $m$-gon (with explicit calculations for $n=1,2$). As a generalization, the non-simply-laced $G_2$ type is also considered. We prove the \"well-triangulated\" property for cluster mutations under flips, which provides a combinatorial framework for understanding the stability and transformation rules of these cluster algebra structures, and compute the monomial counts for the cluster expansion formula."}, {"id": "c1197", "text": "Symbols frequencies in the Thue--Morse word in base $3/2$ and related conjectures : We study a binary Thue--Morse-type sequence arising from the base-$3/2$ expansion of integers, an archetypal automatic sequence in a rational base numeration system. Because the sequence is generated by a periodic iteration of morphisms rather than a single primitive substitution, classical Perron--Frobenius methods do not directly apply to determine symbol frequencies. We prove that both symbols ${\\tt 0},{\\tt 1}$ occur with frequency $1/2$ and we show uniform recurrence and symmetry properties of its set of factors. The proof reveals a structural bridge between combinatorics on words and harmonic analysis: the first difference sequence is shown to be Toeplitz, providing dynamical rigidity, while filtered frequencies naturally encode a dyadic structure that lifts to the compact group of $2$-adic integers. In this $2$-adic setting, desubstitution becomes a linear operator on Fourier coefficients, and a spectral contraction argument enforces uniqueness of limiting densities. Our results answer several conjectures of Dekking (on a sibling sequence) and illustrate how harmonic analysis on compact groups can be fruitfully combined with substitution dynamics."}, {"id": "c1198", "text": "The perturbation threshold of degenerate graphs : We show that for any $d\\ge 2$ and $\u0394>0$ there exists $\u03b7>0$ such that the following holds: Let $G$ be an $n$-vertex graph with at least $\u03a9(n^2)$ edges and let $H$ be an $n$-vertex $d$-degenerate graph with maximum degree at most $\u0394$. Then with high probability, $G \\cup G(n, n^{-1/d - \u03b7})$ contains a copy of $H$. We also prove that the same conclusion extends to $d$-regular graphs with $d\\ge 4$ satisfying a certain edge expansion property, with the threshold improved to $n^{-2/d - \u03b7}$. Such a property is satisfied by almost all\n $d$-regular graphs and for even $d$, by the $(d/2)$-th power of a Hamilton cycle."}, {"id": "c1199", "text": "Steiner Forest for $H$-Subgraph-Free Graphs : Our main result is a full classification, for every connected graph $H$, of the computational complexity of Steiner Forest on $H$-subgraph-free graphs. To obtain this dichotomy, we establish the following new algorithmic, hardness, and combinatorial results:\n Algorithms: We identify two new classes of graph-theoretical structures that make it possible to solve Steiner Forest in polynomial time. Roughly speaking, our algorithms handle the following cases: (1) a set $X$ of vertices of bounded size that are pairwise connected by subgraphs of treewidth $2$ or bounded size, possibly together with an independent set of arbitrary size that is connected to $X$ in an arbitrary way; (2) a set $X$ of vertices of arbitrary size that are pairwise connected in a cyclic manner by subgraphs of treewidth $2$ or bounded size.\n Hardness results: We show that Steiner Forest remains NP-complete for graphs with 2-deletion set number $3$. (The $c$-deletion set number is the size of a smallest cutset $S$ such that every component of $G-S$ has at most $c$ vertices.)\n Combinatorial results: To establish the dichotomy, we perform a delicate graph-theoretic analysis showing that if $H$ is a path or a subdivided claw, then excluding $H$ as a subgraph either yields one of the two algorithmically favourable structures described above, or yields a graph class for which NP-completeness of Steiner Forest follows from either our new hardness result or a previously known one.\n Along the way to classifying the hardness for excluded subgraphs, we establish a dichotomy for graphs with $c$-deletion set number at most $k$. Specifically, our results together with pre-existing ones show that Steiner Forest is polynomial-time solvable if (1) $c=1$ and $k\\geq 0$, or (2) $c=2$ and $k\\leq 2$, or (3) $c\\geq 3$ and $k=1$, and is NP-complete otherwise."}, {"id": "c1200", "text": "The average order of a connected vertex set in $K_m \\times P_n$ : Let $G$ be a connected graph. Let $N(G)$ and $S(G)$ be the number of connected sets of $G$ and the sum of the orders of these connected sets of $G$, respectively. Then $A(G)=\\frac{S(G)}{N(G)}$ is called the average order of a connected set of $G$. In this paper, we derive a closed-form formula for $A(K_m \\times P_n)$, where $K_m \\times P_n$ is the Cartesian product of the complete graph $K_m$ and the path $P_n$."}, {"id": "c1201", "text": "Perpetually Fair Assignments Via Balanced Sequences of Permutations : There is a set of n indivisible items (or chores), and a set of n players. Each day, a single item should be assigned to each player. We want to ensure that all players feel that they have been treated fairly, not only after the last day, but after every single day. We present two 'balance' conditions on sequences of permutations. One condition can always be satisfied, but is arguably too weak; a second condition is strong, and can be satisfied for all n <= 11, but cannot be satisfied for some larger values of n, including all n>61.\n We then relate the 'balance' condition to the requirement that the cumulative assignment is proportional up to one item (PROP1), where proportionality holds in a strong ordinal sense -- for every valuations that are consistent with the item ranking. We present a third balance condition that implies ordinal PROP1. We show that a sequence guaranteeing this balance condition exists for all n <= 12, but might not exist when n=6k for any k >= 19.\n Finally, we present a fourth, weaker balance condition on a sequence, that guarantees ordinal proportionality up to two items (PROP2). Whether or not this condition can be satisfied for all n remains an open question."}, {"id": "c1202", "text": "On the Number of Connected Edge Cover Sets of Some Graph Families : Let $G=(V,E)$ be a simple connected graph. A connected edge cover of $G$ is a subset $S\\subseteq E$ such that every vertex of $G$ is incident with at least one edge in $S$ and the subgraph induced by $S$ is connected. The connected edge cover polynomial of $G$ is defined as $E_c(G,x)=\\sum_{i} e_c(G,i)x^i$, where $e_c(G,i)$ denotes the number of connected edge covers of $G$ with exactly $i$ edges. In this paper, we derive explicit formulas for both the connected edge cover polynomials and the total number of connected edge covers for several important graph families, including wheels, complete graphs $K_n$, complete bipartite graphs $K_{2,n}$, friendship graphs, and lollipop graphs. Each formula is accompanied by a combinatorial proof and verified by computational enumeration for small orders."}, {"id": "c1203", "text": "On the Maximum Number of Spanning Trees in $C_4$-Free Graphs : We introduce a ``Kirchhoff--Tur\u00e1n'' variant of the extremal $C_4$ problem: among all simple connected $n$-vertex $C_4$-free graphs $G$, maximize the number of spanning trees $\u03c4(G)$. For the projective-plane orders $n=q^2+q+1$ we compute an exact formula for the Erd\u0151s--R\u00e9nyi orthogonal polarity graph $ER_q$, namely $\u03c4(ER_q)=n^{(n-3)/2}$, via a polarity spectral identity and Kirchhoff's matrix--tree theorem. We also give an explicit general upper bound on $\\mathrm{st}(n,C_4)$ at these $n$ using a sharp degree-sequence inequality for $\u03c4(G)$ and a degree-balancing argument; this matches the lower bound in the leading exponential term."}, {"id": "c1204", "text": "Equivariant log concavity and the $\\operatorname{FI^\\sharp}$-module structure on $H^i(\\operatorname{Conf}(n,\\mathbb{R}^d))$ : Previous work has conjectured that the graded $\\mathfrak{S}_n$-representations $H^\\bullet(\\operatorname{Conf}(n,\\mathbb{R}^d);\\mathbb{Q})$ are strongly equivariantly log concave, and has proven this conjecture in low degrees. By leveraging the theory of representation stability, we are able instead prove a stronger statement about the $\\operatorname{FI^\\sharp}$-module structure on $H^i(\\operatorname{Conf}(n,\\mathbb{R}^d);\\mathbb{Q})$ which implies the original conjecture up to degree 19. We conjecture that this equivariant log concavity-like property holds in all degrees for the $\\operatorname{FI^\\sharp}$-modules $H^i(\\operatorname{Conf}(n,\\mathbb{R}^d);\\mathbb{Q})$."}, {"id": "c1205", "text": "Spectral radius, toughness, binding number and $k$-factor of graphs : A $k$-regular spanning subgraph of $G$ is called a $k$-factor. In this paper, we provide spectral radius and edge conditions to ensure that a graph $G$ with $\u03b4(G)\\ge k$ admits a $k$-factor. Fan, Lin and Lu [European J. Combin. 110 (2023) 103701] presented a tight sufficient condition in terms of the spectral radius for a connected 1-tough graph to contain a connected 2-factor (Hamilton cycle). Then it is interesting to consider the following problem: What is the spectral radius condition to guarantee the existence of a $k$-factor with $k\\ge3$ in a connected 1-tough graph $G$ with $\u03b4(G)\\ge k$? We completely solve this problem, and we further obtain a sufficient spectral radius condition for the existence of a $k$-factor in a connected 1-binding graph, which solves an important problem posed by Fan and Lin [Electron. J. Combin. 31 (2024) 1--30]."}, {"id": "c1206", "text": "Signs of Hamiltonian Circles in Simple Plane Signed Graphs : We study which signs can occur among Hamiltonian circles in simple plane signed graphs. Using a face-based viewpoint, we relate the sign of a Hamiltonian circle to the product of the signs of the faces inside it, and we introduce co-Hamiltonian sequences. This yields a criterion for the existence of opposite-sign Hamiltonian circles via two co-Hamiltonian sequences with opposite face-products. Motivated by signed grid graphs, we develop local structural theorems that allow one to certify the existence of both signs without explicitly constructing the full sequences, including a ladder-type configuration where toggling along two $4$-circles produces Hamiltonian circles of opposite sign, as well as hexagon configurations that realize both signs."}, {"id": "c1207", "text": "2-dimensional unit vector flows : We study $2$-dimensional unit vector flows on graphs, that is, nowhere-zero flows that assign to each oriented edge a unit vector in $\\mathbb R^{3}$. We give a new geometric characterization of $\\mathbb S^{2}$-flows on cubic graphs. We also prove that the class of cubic graphs admitting an $\\mathbb S^{2}$-flow is closed under a natural composition operation, which yields further constructions; in particular, blowing up a vertex into a triangle preserves the existence of an $\\mathbb S^{2}$-flow. Our second contribution is algebraic: we extend the rank-based approach of [SIAM J. Discrete Math., 29 (2015), pp.~2166--2178] from $\\mathbb S^{1}$-flows to $\\mathbb S^{2}$-flows. More precisely, we show that if an $\\mathbb S^{2}$-flow $\\varphi$ satisfies $\\operatorname{rank}(S_{\\mathbb{Q}}(\\varphi))\\le 2$ and $S_{\\mathbb{Q}}(\\varphi)$ is odd-coordinate-free, then the graph admits a nowhere-zero $4$-flow."}, {"id": "c1208", "text": "The constructions of Singleton-optimal locally repairable codes with minimum distance 6 and locality 3 : In this paper, we present new constructions of $q$-ary Singleton-optimal locally repairable codes (LRCs) with minimum distance $d=6$ and locality $r=3$, based on combinatorial structures from finite geometry. By exploiting the well-known correspondence between a complete set of mutually orthogonal Latin squares (MOLS) of order $q$ and the affine plane $\\mathrm{AG}(2,q)$, We systematically construct families of disjoint 4-arcs in the projective plane $\\mathrm{PG}(2,q)$, such that the union of any two distinct 4-arcs forms an 8-arc. These 4-arcs form what we call 4-local arcs, and their existence is equivalent to that of the desired codes. For any prime power $q\\ge 7$, our construction yields codes of length $n = 2q$, $2q-2$, or $2q-6$ depending on whether $q$ is even, $q\\equiv 3 \\pmod{4}$, or $q\\equiv 1 \\pmod{4}$, respectively."}, {"id": "c1209", "text": "The Multicolor Size-Ramsey Number of Bipartite Long Subdivisions : For a positive integer $r$, the $r$-color size-Ramsey\n number~$\\widehat{R}_r(H)$ of a graph $H$ is the minimum number of\n edges in a graph $G$ such that every $r$-edge coloring of $G$\n contains a monochromatic copy of $H$. For a graph~$H$ and a\n function $\u03c3:E(H)\\to \\mathbb{N}$, the \\emph{subdivision}\n $H^\u03c3$ is obtained by replacing every $e \\in E(H)$ with a path\n of length $\u03c3(e)$. In~\\cite{javadi25:_induced_long} it is shown\n that for all integers $r,\\, D\\geq 2 $, there exists a constant\n $c=c(r, D)$ such that for every graph $ H $ with maximum degree $D$\n if $H^\u03c3$ is a subdivision of~$H$ in which\n $\u03c3(e) > c \\log n $ for every $e \\in E(H)$, where\n $n=|V(H^\u03c3)|$, then\n $ \\widehat{R}_r(H^\u03c3) = O\\big(2^{34r}\n r^6 \\log^5(r) D^5\\log D\\big)n. $ We improve upon this result in the case that~$H^\u03c3$\n is a bipartite graph and the number of colors~$r$ is large using a\n significantly different argument, obtaining the bound\n $ \\widehat{R}_r(H^\u03c3) \\leq r^{400D \\log D} \\, n $."}, {"id": "c1210", "text": "Total cut complexes and their duals : We study the total cut complexes and their Alexander duals. The homotopy type of these complexes is calculated for de $p$th power of a cycle with at least $2rn$ vertices where $p\\leq r$, solving part of a conjecture of Bayer, Denker, Milutinovi\u0107, Rowlands, Sundaram and Xue. The homotopy type of the $2$-total cut complex for any $r$th power of a cycle with $r\\geq3$ also is calculated, solving a conjecture of Chauhan, Shukla and Vinayak. We give some results about the connectivity. The homotopy type of the complexes for complete multipartite graph is determined. We also study the complexes of cartesian products of paths and of cartesian products of complete graphs for the total $2$-cut complex."}, {"id": "c1211", "text": "On the spectra of k-uniform threshold hypergraphs : In this article we introduce a definition of k-uniform thresholds hypergraphs through a binary sequence, a natural extension of the classical definition for thresholds graphs. We characterize some of its eigenvalues and multiplicities by means of combinatorial numbers, derived from edge counts. An important problem addressed in Spectral Graph Theory is to find graphs with few distinct eigenvalues. Our characterization allows us to construct k-uniform threshold hypergraphs having an arbitrary number of vertices with few distinct eigenvalues."}, {"id": "c1212", "text": "Signed network models for dimensionality reduction of portfolio optimization : In this paper, we develop a time-series-based signed network model for dimensionality reduction in portfolio optimization, grounded in Markowitz's portfolio theory and extended to incorporate higher-order moments of asset return distributions. Unlike traditional correlation-based approaches, we construct a complete signed graph for each trading day within a specified time window, where the sign of an edge between a pair of assets is determined by the relative behavior of their log returns with respect to their mean returns. Within this framework, we introduce a combinatorial interpretation of higher-order moments, showing that maximizing skewness and minimizing kurtosis correspond to maximizing balanced triangles and balanced 4-cliques with specific signed edge configurations respectively. We establish that the latter leads to an NP-hard combinatorial optimization problem, while the former is naturally guaranteed by the structural properties of the signed graph model. Based on this interpretation, we propose a dimensionality reduction method using a combinatorial formulation of the mean-variance optimization problem through a combinatorial hedge score metric for assets. The proposed framework is validated through extensive backtesting on 199 S\\&P 500 assets over a 16-year period (2006 - 2021), demonstrating the effectiveness of reduced asset universes for portfolio construction using both Markowitz optimization and equally weighted strategy."}, {"id": "c1213", "text": "Theta-Relations Among Degree-Based Tree Indices : Degree-based topological indices enable structural analysis of graphs, with key applications in chemical graph theory. This paper explores connections among three tree indices: Albertson, Sombor, and Sigma. The Sigma index tightly bounds the Sombor index via sharp two-sided inequalities, revealing their asymptotic equivalence up to constants. A pure $\u0398$-relationship links Sombor and Albertson indices for extremal trees with fixed degree sequences, showing quadratic degree interactions scale with absolute degree disparities. These results position the Sombor index as an intermediate descriptor, bridging global degree dispersion and local edge irregularity in trees."}, {"id": "c1214", "text": "The Universe Fan : The wavefunction of the universe, as studied in perturbative quantum field theory, is a rational function whose singularities and factorization properties encode a rich underlying combinatorial structure. We define and study a broad generalization of such wavefunctions that can be associated to any lattice. We obtain these wavefunctions as the Laplace transform of a polyhedral fan, the universe fan, whose cones are defined by positivity conditions reflecting a notion of causality in the lattice, and we describe its face lattice. In the matroid case, the universe fan projects to the nested set fan, and the wavefunctions we define recover the matroid amplitudes introduced by Lam as residues. Moreover, in the case relevant for physics, the positivity conditions give a novel way to study the wavefunction, and we show how it is related to the cosmological polytopes of Arkani-Hamed, Benincasa, Postnikov. Finally, we study refinements of the universe fan induced by piecewise linear (tropical) functions. The resulting subdivisions project to refinements of the nested set fan and correspond dually to blow-ups of matroid polytopes, generalizing the cosmohedron polytope."}, {"id": "c1215", "text": "On infinite sets with no $3$ on a line : We give a construction of an infinite set of points $A$ in $\\mathbb{R}^2$ such that any subset $P\\subseteq A$ has a constant density subset $P'$ with no three points collinear and yet $A$ cannot be separated into finitely many subsets such that each subset has no three points collinear. This provides a new proof of a question of Erd\u0151s, Ne\u0161et\u0159il, and R\u00f6dl. The construction was generated by an internal model at OpenAI."}, {"id": "c1216", "text": "On linear lexicographic codes: Ninth column construction of the ternary Golay code : We characterize linear lexicographic $p$-ary codes. Using this characterization, when $p \\ge 3$, we determine the dimensions of linear lexicographic codes obtained from several bases including the standard basis, except for those of certain minimum distances. In these excluded cases, we may obtain linear codes of higher dimensions; for instance, when $p = 3$ and $d = 6$, the ternary Golay code is obtained."}, {"id": "c1217", "text": "Robinson spaces and their representation in low-dimensional metric spaces : Robinson spaces are structures equipped with a total order that encodes comparative dissimilarity relationships.\n We study the problem of representing Robinson dissimilarity spaces into low-dimensional metric spaces. These representations aim to preserve the relative dissimilarity relationships between elements rather than their exact values. While low dimensional Euclidean spaces such as $\\mathbb{R}^1$ and $\\mathbb{R}^2$ are natural candidates for such embeddings, previous work has shown that not all Robinson spaces admit a valid embedding in the real line that respects their structural constraints. Motivated by this limitation, we explore the broader class of real trees, which retain low-dimensional interpretability while allowing greater flexibility.\n To address the embedding problem, we develop two key tools: a combinatorial representation of Robinson spaces and a topological characterization of caterpillars, a restricted class of real trees. These tools enable a formulation of the embedding problem as a linear program, providing both computational and theoretical insights. We prove that some subclasses of Robinson spaces always admit embeddings in a caterpillar, and we establish the existence of Robinson spaces that cannot be embedded in any real tree. These results clarify the geometric limitations of representing ordered dissimilarity structures and open new directions for studying the interaction between dissimilarity, order, and metric geometry."}, {"id": "c1218", "text": "The maximum diameter of $d$-dimensional simplicial complexes : For every fixed dimension $d$ and sufficiently large $n$, we determine the maximum possible diameter of a strongly connected $d$-dimensional simplicial complex on $n$ vertices. This improves on a sequence of previous results and settles a problem of Santos from 2013. On the way, as a special case, we also characterise the existence of an extra-tight Euler tour in the complete $d$-uniform hypergraph on $n$ vertices."}, {"id": "c1219", "text": "Kazhdan-Lusztig bases of parabolic Hecke algebras and applications to Schur-Weyl duality : With an eye to applications to type A and Schur-Weyl duality, we study Kazhdan-Lusztig bases for a general parabolic Hecke algebra. Parabolic Hecke algebras are idempotent subalgebras of Hecke algebras corresponding to parabolic subgroups, and for type A they coincide with the fused Hecke algebras appearing in a generalisation of the Schur-Weyl duality with the quantum group of GL(N). In this paper we investigate two different Kazhdan-Lusztig bases for parabolic Hecke algebras, together with the associated cells and the corresponding representations. We quickly specialise to type A, for which we describe the cells in terms of the RSK correspondence generalising thus the well-known description for the symmetric group. As a first application we recover the classification of irreducible representations of parabolic Hecke algebras of type A and provide a new construction of these representations. Next we turn to the Schur-Weyl duality and describe the kernel in terms of one the basis studied precedently. Moreover, we formulate some conjectures about a generator of these kernels in terms of Kazhdan-Lusztig basis elements, give some evidence and prove these conjectures in some special cases."}, {"id": "c1220", "text": "A structure theory for signed graphs with fixed smallest eigenvalue : In this paper, we will give a structure theory for signed graphs with fixed smallest eigenvalue and investigate signed graphs with smallest eigenvalue greater than $-1-\\sqrt{2}$. Given a real number $\u03bb\\leq -1$, we show that the following hold for each signed graph $(G,\u03c3)$ with smallest eigenvalue at least $\u03bb$ and large minimum valency: $\\mathrm{(i)}$ there exist dense induced subgraphs $N_1, \\dots, N_r$ in $(G,\u03c3)$ such that each vertex lies in at most $\\lfloor -\u03bb\\rfloor$ $N_i$'s and almost all edges of $(G,\u03c3)$ lie in at least one of the $N_i$'s; $\\mathrm{(ii)}$ if $\u03bb>-1-\\sqrt{2}$, then $(G,\u03c3)$ has smallest eigenvalue at least $-2$ and $(G,\u03c3)$ is $1$-integrable."}, {"id": "c1221", "text": "Semi-magic dihedral squares : Let $\u0393$ be a group of order $n^2$ and $SMS_\u0393(n)=(a_{i,j})_{n\\times n}$ be an $n\\times n$ array whose entries are all distinct elements of $\u0393$. If there exists an element $\u03bc\\in\u0393$ such that for every row $i$, there exists an ordering of elements such that\n $$\n a_{i,j_1} a_{i,j_2} \\dots a_{i,j_{n-1}} a_{i,j_n} = \u03bc\n $$\n and for every column $j$ there exists an ordering of elements such that\n $$\n a_{i_1,j} a_{i_2,j} \\dots a_{i_{m-1},j} a_{i_m,j} = \u03bc,\n $$\n then $SMS_\u0393(n)$ is called a \\emph{$\u0393$-semi-magic square of side $n$} and $\u03bc$ is called a \\emph{magic constant}.\n We provide a complete characterization of semi-magic squares of side $n$ whose entries belong to a dihedral group $D_k$. Moreover, we show that in our constructions a single semi-magic square may admit two distinct magic constants, depending on the order in which the products are computed."}, {"id": "c1222", "text": "The $d$-dimensional realisation number of a rigid graph : Determining the number of (complex) realisations of a rigid graph for a specific choice of edge lengths is a fundamental problem in discrete geometry. In this article we provide two new tools for determining realisation numbers in arbitrary dimensions: (i) we prove that subgraph inclusion translates to realisation number divisibility; and (ii) we provide lower bounds on realisation numbers under specific graph operations in all dimensions. We use these methods to prove that every triangulated sphere with $n$ vertices has at least $2^{n-4}$ edge-length equivalent realisations in 3-dimensions, extending a 2-dimensional result of Jackson and Owen in the case of planar graphs. Additionally, our tools solve a family of conjectures set by Grasegger regarding how 1-extensions, X-replacements, and V-replacements affect realisation numbers."}, {"id": "c1223", "text": "Preserving Hodge Vectors of Lattice Polytopes : Given lattice polytopes $P_1, \\ldots, P_k$ contained in a $k$-dimensional subspace $U \\subseteq \\mathbb{R}^d$ and a $d$-dimensional lattice polytope $Q \\subset \\mathbb{R}^d$, we compute the Hodge vector of the Cayley polytope $P_1 * \\cdots * P_k * Q$, and show that it equals the mixed volume of $P_1, \\ldots, P_k$ times the Hodge vector of the projection of $Q$ along $U$. Here, the Hodge vector of a lattice polytope is its local $h^*$-vector with leading and trailing zeroes removed. This result allows finding infinitely many high-dimensional lattice polytopes with the same Hodge vector that are not free joins. The proof relies on a closed formula for the Hodge-Deligne polynomial of generic complete intersections in the torus in terms of the bivariate/mixed $h^*$-polynomial. A special case of our construction is what we call Lawrence twists: extending the Gale transform by centrally-symmetric pairs of vectors. As applications, we can produce many new thin polytopes answering a question by Borger, Kretschmer and the second author, and we provide an alternative explanation of the thinness of $B_k$-polytopes answering a question of Selyanin."}, {"id": "c1224", "text": "Generating functions for compositions with constrained even parts : We study compositions of a positive integer $n$ in which the occurrence of even parts larger than a fixed threshold $k$ is controlled. More precisely, for each composition $m=(m_1,\\dots,m_r)$ we consider the number of even parts strictly larger than $k$, and we introduce a two-variable generating function that encodes this statistic. We show that this generating function is rational and obtain explicit closed forms, depending on the parity of $k$. As a consequence, we derive exact counting formulas and linear recurrence relations for the number of compositions of $n$ with a prescribed number of even parts greater than $k$. We also obtain explicit formulas for related refined quantities, such as the number of compositions with an even or odd number of such parts, the total number of their occurrences among all compositions of $n$, and positional statistics describing how late the first such part appears in a composition. This combinatorial problem is motivated by questions arising from combinatorial expansions related to zeta functions of algebraic curves over finite fields, although the results of this paper are entirely combinatorial."}, {"id": "c1225", "text": "Quantizing Pythagorean triples : We introduce a $q$-deformation of the Pythagoras equation $a^2 + b^2 = c^2$, which is a polynomial version of it different from the standard one. We construct a polynomial analogue, or ``$q$-analogue'', of every primitive Pythagorean triple. We also construct such analogue for a larger class of Pythagorean triples called standard. Our approach is based on the notion of $q$-deformed rational numbers and the modular group $\\mathrm{PSL}(2,\\mathbb{Z})$."}, {"id": "c1226", "text": "Corrections to classical results on Independence and Covering numbers of the Splitting graph : The splitting graph $S(G)$ of a finite simple graph $G$ was introduced by Sampathkumar and Walikar in 1980~\\cite{SW1980} and has been extensively studied in relation to graph invariants of $G$. In their original work, several formulas relating the independence number and the vertex cover number of $S(G)$ to the corresponding parameters of $G$ were stated and subsequently cited in the literature. In this paper, we show that some of these classical equalities do not hold in general. We present explicit counterexamples disproving the published results concerning independence and vertex cover numbers of splitting graphs. Moreover, we establish the correct formulas and precisely characterize the cases in which the original statements are valid and those in which they fail. These results correct an error that has remained unnoticed for more than four decades and provide a clearer understanding of splitting graphs from the perspective of independence and vertex cover number."}, {"id": "c1227", "text": "Sharp isoperimetric inequalities on the Hamming cube II: The critical exponent : A sharp isoperimetric inequality for the Hamming cube is proved at the critical exponent $\u03b2=\\frac12$. This follows up on previous work, where such bounds were established for $\u03b2$ near $\\frac12$. As a consequence, this result settles a conjecture of Kahn and Park on cube partitions and yields a sharp $L^1$ Poincar\u00e9 inequality for Boolean-valued functions. It also confirms a low-noise limit for balanced functions predicted by the Hellinger conjecture on noisy Boolean channels in information theory."}, {"id": "c1228", "text": "Incomplete Open Platonic Solids : Sol LeWitt famously enumerated all the incomplete open cubes, finding 122 of these connected, non-planar subsets of the edges of the cube.\n Since then, while several projects have revisited the cube enumeration, no such enumeration has been published for any other interesting solid.\n In this paper we present work on enumerating all the incomplete open platonic solids, finding 6 tetrahedra, 122 cubes (just like LeWitt), 185 octahedra, 2\\,423\\,206 dodecahedra and 16\\,096\\,166 icosahedra."}, {"id": "c1229", "text": "An isoperimetric inequality for word overlap : Let $A$ and $B$ be sets of words of length $n$ over some finite alphabet. Suppose that no suffix of a word in $A$ coincides with a prefix of a word in $B$. Then we show that the product of densities of $A$ and $B$ is upper bounded by $1/n$. This bound is sharp up to a factor of $e$."}, {"id": "c1230", "text": "Input/output coloring and Gr\u00f6bner basis for dioperads : By selecting a specific input or output of a dioperadic tree, we transform it into a rooted tree and induce a corresponding colored operadic structure. This fundamental pictorial construction demonstrates how the machinery of Gr\u00f6bner bases and the theory of Hilbert series (well-established for (colored) operads) can be adapted to the dioperadic setting.\n We illustrate this framework by providing several examples and applications: (1) we compute the dimensions of the spaces of operations for the dioperad of Lie bialgebras; (2) we describe a Gr\u00f6bner basis and a minimal resolution for the dioperad of triangular Lie bialgebras; (3) we provide computations for the dioperad of ``algebraic string operations''; (4) we present a graphical construction that establishes the existence of quadratic Gr\u00f6bner bases and the Koszul property for a broad class of dioperads originating from cyclic operads."}, {"id": "c1231", "text": "New bounds for (weak) sequenceability in $\\mathbb{Z}_k$ : A famous conjecture of Graham asserts that every set $A \\subseteq \\mathbb{Z}_p \\setminus \\{0\\}$ can be ordered so that all partial sums are distinct. Although this conjecture was recently proved for sufficiently large primes by Pham and Sauermann in [16], it remains open for general abelian groups, even in the cyclic case $\\mathbb{Z}_k$.\n For cyclic groups, the best known result is due to Bedert and Kravitz in [4], who proved - using a rectification and a two-step probabilistic approach - that the conjecture holds for any subset $A \\subseteq \\mathbb{Z}_k \\setminus \\{0\\}$ such that $$ |A| \\le \\exp\\!\\big(c(\\log p)^{1/4}\\big), $$ for some constant $c>0$, where $p$ denotes the least prime divisor of $k$.\n In this paper, we improve their bound using a rectification argument again, followed by a one-shot probabilistic approach, showing that the conjecture holds whenever $$|A| \\le \\exp\\!\\big(c(\\log p)^{1/3}\\big), $$ thus improving the exponent $1/4$ from [4].\n Moreover, the same one-shot approach adapts to the $t$-weak setting: by imposing all local constraints at once and applying the Lov\u00e1sz Local Lemma, we obtain the existence of a $t$-weak sequencing whenever $$ t \\le \\exp\\!\\big(c(\\log p)^{1/4}\\big). $$"}, {"id": "c1232", "text": "Identification in Stochastic Choice : We characterize the identified sets of a wide range of stochastic choice models, including random utility, various models of boundedly-rational behavior, and dynamic discrete choice. In each of these settings, we show two distributions over choice rules are observationally equivalent if and only if they can be obtained from one another via a finite sequence of simple swapping transforms. We leverage this to obtain complete descriptions of both the defining inequalities and extreme points of these identified sets. In cases where choice frequencies vary smoothly with some parameters, we provide a novel global-inverse result for practically testing identification."}, {"id": "c1233", "text": "Relevant maps and the algebraic skeleton of simplicial toric prevarieties : Morphisms between schemes arising from multigraded rings are essential for understanding geometric relationships in algebraic geometry, yet a systematic theory for such maps has been lacking. In this paper, we develop a comprehensive framework for rational maps between multigraded Proj schemes by introducing several notions of maps between their underlying multigraded rings. A key challenge is that to induce actual morphisms (rather than just rational maps), the ring homomorphism $\\varphi\\colon R \\to S$ must hit every relevant element in $S$. To address this, we introduce the use of relevant subsets $B \\subseteq S_+$ (where $S_+$ is the ideal generated by all relevant elements), $B \\unlhd S$, which allow us to control this condition more flexibly.\n As an application, we show that multigraded noetherian polynomial rings naturally encode combinatorial data, giving rise to systems of fans and thus to toric prevarieties. By leveraging our notion of rational maps with those relevant subsets, we prove that the category of triples $(D, S, B)$ - where $D$ is a finitely generated abelian group, $S$ is a $D$-graded noetherian polynomial ring, and $B \\unlhd S$ is a subset of $S_+$ - together with rational maps of conical rings, is anti-equivalent to the category of simplicial toric prevarieties."}, {"id": "c1234", "text": "Explicit construction of spherical $5$- and $7$-designs : This paper develops an explicit and implementable framework for constructing spherical designs by lifting point sets from tight fusion frames. By combining existing ingredients, we obtain, in every dimension, explicit spherical $5$-designs with $|X|=\\mathcal{O}(d^3)$. As a core component of the method, we give an explicit construction of simplex $3$-designs realized as orbits of the symmetric group. Using these simplex designs as input, we further construct spherical $7$-designs in arbitrary even dimensions; more precisely, for every even integer $d\\ge 6$ we obtain spherical $7$-designs in dimension $d$, and if $\\frac{d}{2}-1$ is a prime power then the number of points is $\\mathcal{O}(d^6)$."}, {"id": "c1235", "text": "A Note on Gr\u00fcnbaum's Conjecture about Longest Cycles and Paths : Let $c(G)$ denote the circumference of a graph $G$, i.e., the number of vertices in its longest cycle. For positive integers $n$ and $k$ with $n>k$, let $\\varGamma(n;k)$ be the class of graphs of order $n$ with $c(G) = n-k$ such that every induced subgraph of order $n-k$ is Hamiltonian. When $k=$, the class $\\varGamma(n; 1)$ coincides with the family of hypohamiltonian graphs-non-Hamiltonian graphs in which the deletion of any single vertex yields a Hamiltonian graph.Replacing Hamiltonian with traceable and $c(G)$ with $p(G)$, the order of a longest path, defines the analogous class $\\varPi(n;k)$.Gr\u00fcnbaum (1974) conjectured that both $\\varGamma(n; k)$ and $\\varPi(n; k)$ are empty for all $n>k \\ge 2$. In this note, we first establish upper bounds on the maximum degree of graphs in the classes $\\varGamma(n; k)$ and $\\varPi(n; k)$. Using these bounds, we show that $\\varGamma(n; k)$ is empty when $n=7000. Although the gyroid TPMS structure had relatively higher effectiveness in the laminar and weakly turbulent flow regime, the associated pressure drop was found to be significantly higher than that of the harmonic-type structure."}, {"id": "c1304", "text": "The influence of body anisotropy on wake characteristics and enstrophy production for prolate ellipsoids at $ \\mathrm{Re}_{D} = 10,000 $ : The flow around prolate ellipsoids is investigated using Large Eddy Simulation (LES) at a Reynolds number of $ \\mathrm{Re}_{D} = 10,000 $. Five different aspect ratios are considered, with $ \\mathit{AR} = H/D $ varying from 5:1 to 1:1, where $D$ and $H$ represent the minor- and major- axes, respectively. The major axes of the ellipsoids are set perpendicular to the freestream, and the influence of body anisotropy on boundary layer separation, shear layer behaviour, enstrophy production, and local flow topology is examined. Higher body anisotropy leads to early separation of the boundary layer in the equatorial plane, resulting in a wider wake and a monotonic increase in pressure drag and total drag. Positive enstrophy production reaches a maximum approximately $2.5D$ downstream of the ellipsoids independently of body anisotropy. High body anisotropy leads to sustained negative enstrophy production in the near-wake, specifically near the poles of the 5:1 ellipsoid. Negative production occurs due to the distinct behaviour of streamlines near the high curvature pole, where they undergo strong anisotropic contraction in the cross-stream plane. Interactions between the vorticity vector and the intermediate eigenvector of the strain rate tensor are shown to be the primary source of enstrophy production close to the pole, and the intermediate eigenvalue exhibits negative values in this region. The negative production region is shown to be dominated by the unstable focus / compressing (UF/C) topology, which is consistent with findings from other studies that report negative enstrophy production in turbulent flows."}, {"id": "c1305", "text": "Impact of Structure-Preserving Discretizations on Compressible Wall-Bounded Turbulence of Thermally Perfect Gases : Direct numerical simulations of compressible turbulent channel flow at supersonic and hypersonic Mach numbers are performed using a thermally perfect gas model for CO$_2$. The objective is to assess the role of structure-preserving discretizations of the convective terms in high-enthalpy regimes, with particular emphasis on entropy conservation, kinetic-energy preservation, and consistency with the thermodynamic closure.\n The comparative analysis of various formulations examines their impact on robustness, thermodynamic fluctuations, and turbulence statistics across a range of Mach numbers. Differences among formulations are found to originate primarily in the treatment of thermodynamic variables and progressively influence the dynamical fields as compressibility effects intensify. In particular, the coupling between entropy consistency and pressure discretization is shown to affect Reynolds stresses and mean flow properties in high-speed regimes.\n Overall, the results indicate that consistency between the numerical formulation and the thermodynamic model contributes significantly to the reliable simulation of high-enthalpy compressible turbulence. The study systematically assesses entropy-conservative discretizations for thermally perfect gases in wall-bounded flows and examines their impact on thermodynamic-dynamic coupling at high Mach numbers."}, {"id": "c1306", "text": "Learning Flow Distributions via Projection-Constrained Diffusion on Manifolds : We present a generative modeling framework for synthesizing physically feasible two-dimensional incompressible flows under arbitrary obstacle geometries and boundary conditions. Whereas existing diffusion-based flow generators either ignore physical constraints, impose soft penalties that do not guarantee feasibility, or specialize to fixed geometries, our approach integrates three complementary components: (1) a boundary-conditioned diffusion model operating on velocity fields; (2) a physics-informed training objective incorporating a divergence penalty; and (3) a projection-constrained reverse diffusion process that enforces exact incompressibility through a geometry-aware Helmholtz-Hodge operator. We derive the method as a discrete approximation to constrained Langevin sampling on the manifold of divergence-free vector fields, providing a connection between modern diffusion models and geometric constraint enforcement in incompressible flow spaces. Experiments on analytic Navier-Stokes data and obstacle-bounded flow configurations demonstrate significantly improved divergence, spectral accuracy, vorticity statistics, and boundary consistency relative to unconstrained, projection-only, and penalty-only baselines. Our formulation unifies soft and hard physical structure within diffusion models and provides a foundation for generative modeling of incompressible fields in robotics, graphics, and scientific computing."}, {"id": "c1307", "text": "Controlled dripping from a grooved condensing plate : Condensed water on vertical surfaces ultimately leaves the substrate at the lower edge, where accumulated liquid detaches as drops. While droplet growth and surface transport have been extensively studied, this final release step remains poorly understood and largely uncontrolled. Yet this boundary event determines how and when condensed water is removed. We ask whether geometry can replace randomness as the governing mechanism of edge dripping. By engraving vertical grooves upstream, we redirect water from surface flow into groove-guided drainage toward the boundary. This switch in transport mode changes how liquid accumulates and detaches at the edge. Using rapid forced condensation and high-resolution imaging, we systematically vary groove spacing s, aspect ratio d/w, and orientation. We then analyse how these geometric parameters influence the formation, stability, and spatial organization of droplets hanging below the edge. Smooth substrates exhibit irregular, impact-driven detachment. Grooved substrates produce localized and steady dripping points. When grooves converge, dripping occurs at fixed, geometry-defined locations. For convergent designs, a simple condensation-capillarity model captures the dependence of the dripping period on the area of the drainage basin. Together, these results demonstrate that geometry alone can transform stochastic edge dripping into spatially organized and temporally regular release, with implications for dew harvesting, passive cooling, and millifluidic transport."}, {"id": "c1308", "text": "Wavy-wall-based flow control for the suction side geometry of NACA4412 at Retau = 3000 : The paper presents a high Reynolds number experimental study of turbulent boundary layer separation control on a convex plate using the wavy-wall method, which was initially proposed for a flat plate by Dr\u00f3\u017cd\u017c et al. 2021 (Exp Therm Fluid Sci 2021;121:110291). The application of this method increases the friction coefficient by up to 42.3%, resulting in a substantial delay in turbulent separation from the convex wall, while maintaining total momentum, quantified by changes in momentum-loss thickness. Other parameters indicating the high efficiency of the method are the invariant value of the friction Reynolds number along the flow and the thinner boundary layer. The above indicators demonstrate promising aerodynamic improvements in airfoils, similar to those achieved when active suction is applied to the suction side. The new insight into the physical mechanism of the wavy wall suggests that small-scale turbulent activity is the primary determinant of the effectiveness of the wavy wall in enhancing small-scale streamwise convection and the sweeping motion, resulting in superior momentum transport. However, when the wavy wall, due to poorly selected geometry, induces large-scale motions, such as separation in the trough, it counteracts the mechanism. Then this geometry has a detrimental effect on the efficiency of the method."}, {"id": "c1309", "text": "Penetration of impact-induced jets into skin-simulating materials : This study compares the penetration characteristics of impact-induced jets with those of laser-induced jets, focusing on the underlying penetration mechanism rather than device performance for needle-free injection. Using an impact-induced jet system capable of ejecting a highly focused liquid jet at high speed without the use of lasers, we examine jet penetration into skin-simulating materials. Unlike conventional needle-free injectors that produce diffused liquid jets, the impact-induced method generates a highly focused jet that limits the injected area, thereby reducing invasiveness. Comparative experiments with laser-induced jets show that, even at similar jet tip velocities, impact-induced jets achieve greater penetration depth. The penetration depth remains constant regardless of the offset distance D from the target, owing to the high and nearly uniform velocity of the cylindrical jet root region, indicating that penetration is governed by the cylindrical jet structure. Furthermore, we systematically vary the liquid viscosity, jet inertia, and elastic modulus of the skin-simulating material. To account for cylindrical liquid jet penetration, a shear deformation model is proposed, in which the jet kinetic energy is dissipated through deformation of the gelatin. The model shows good agreement with experimental results and provides a unified physical basis for liquid jet penetration."}, {"id": "c1310", "text": "Reverse segregation in dense granular flow through narrow vertical channel : Controlling flow-induced segregation in a granular mixture is highly relevant to many industrial settings. To enhance mixing or promote segregation, the continuous gravity flow of a bidisperse granular mixture through a series of narrow vertical channels with exit slots is investigated. The bidisperse mixture is composed of two different sizes of particles, but of the same density. In dense flow, segregation occurs, leading to formation of bands. The bands of large particles appear at a distance away from the walls. This finding is in contrast to that in shear-driven segregation in a dense flow where large particles segregate towards the walls. Using a phenomenological model, it has been shown that rolling and bouncing induced segregation is the dominant mechanism. When cylindrical inserts are placed to modify flow patterns, that significantly influences segregation patterns. The symmetrical placement of a cylindrical insert close to the exit slot vanishes the bands and enhances mixing. However, with two inserts placed symmetrically and close to the exit slot, the degree of segregation in the reverse direction is greatly enhanced compared to that without insert. In the former, small particles accumulate in thin regions adjacent to the walls, and large particles comprise the bulk of the domain and the flowing stream. The heap formation above the insert in a narrow channel, when the insert is close to the exit, enhances mixing in one configuration, whereas it amplifies reverse segregation in the other."}, {"id": "c1311", "text": "Conversions between kinetic and surface energy in periodically forced multiphase turbulence : In multiphase flows, kinetic and interfacial energies coexist, and their mutual conversion can strongly influence the overall energy balance. However, in statistically steady flows these energy reservoirs remain constant, making such conversions undetectable. For them to be observed, a degree of unsteadiness must be introduced, here provided by the deliberate use of a fluctuating time-periodic input of kinetic energy into the system. The main focus of the present work is on the dynamical cycle connecting energy injection, conversion, and dissipation which we explore using numerical simulations of multiphase homogeneous isotropic turbulence, subjected to periodic forcing. The database includes various Reynolds and Weber numbers and volume fractions in the dense regime. To interpret and replicate the observed dynamics, we reformulate the \\textit{Ka-Pi-bara} model of \\cite{Bos2026} (an extension of the $k$--$\u03b5$ model) in terms of total energy (the sum of kinetic and surface energy), which we further enhance by adding equations for the surface energy and its destruction. This model accurately captures a key feature of turbulence: non-equilibrium effects, seen as the phase lag between kinetic energy and its rate of dissipation, which are found to operate also in multiphase flows. Linearizing the model highlights the various relevant time scales of the system and provides predictions of how different observables are coupled and respond to the energy input. In particular, the model predicts that fluctuations of surface energy and its destruction are in phase, in good agreement with numerical simulations. Therefore, unlike kinetic energy, surface energy remains in equilibrium, indicating the absence of a surface energy cascade."}, {"id": "c1312", "text": "Order of Magnitude Analysis and Data-Based Physics-Informed Symbolic Regression for Turbulent Pipe Flow : Friction losses in rough pipes are often predicted using semi-empirical correlations, such as the Colebrook-White equation (Colebrook,1939), which do not fully replicate Nikuradse's rough-pipe experiments (1950). This study derives scaling relations for the viscous and turbulent contributions to the streamwise pressure drop through an order-of-magnitude analysis of the Reynolds-averaged Navier-Stokes equations and the kinetic-energy transport equations. These relations impose constraints on the local sensitivity of the pressure drop to factors such as mean velocity, roughness, viscosity, and density through exponent envelopes and serve as a physical prior for symbolic regression. By combining Nikuradse's rough-pipe and smooth-pipe data of Zagarola and Smits (1998), we aim to derive compact correlations for the friction factor that fit experimental data while adhering to the derived constraints. A modified genetic programming engine (GPTIPS2) optimizes model structure and evaluates it based on fitness, complexity, and constraint violation. This method yields interpretable expressions that accurately reproduce friction factors across various roughness levels and Reynolds numbers, validated up to $Re \\sim 10^7$."}, {"id": "c1313", "text": "Fluid viscoelasticity controls acoustic streaming via shear waves : Control of acoustic streaming can significantly impact fluid and particle transport in microfluidics. We report enhancement, suppression, and reversal of acoustic streaming inside a rectangular microchannel by controlling the fluid viscoelastic properties. Our study reveals that the streaming regimes depend on Deborah number ($De$) and viscous diffusion number ($Dv$), expressed in terms of a Streaming Coefficient ($C_s$). We find streaming is enhanced when $C_s>1$, suppressed for $0\\leq C_s\\leq1$, and reversed when $C_s<0$. We explain the regimes in terms of the interplay between the Reynolds and viscoelastic stresses that collectively drive fluid motion. Remarkably, we discover the role of viscoelastic shear waves in acoustic streaming transition characterized by the ratio of acoustic attenuation length and shear wavelength. We gain deeper insight into the streaming transition by examining energy dynamics in terms of the loss and storage moduli. Our study may find applications in acousto-microfluidics systems for particle handling and fluid pumping/mixing."}, {"id": "c1314", "text": "Evaporation of a freely floating droplet in an airstream: effects of temperature, humidity, and shape oscillations : We present a comprehensive experimental and theoretical investigation of the evaporation dynamics of freely levitated water droplets in an upward airstream under varying temperature and relative humidity conditions, using a custom-designed wind tunnel that replicates natural rainfall scenarios. A high-speed imaging system captures the temporal evolution of morphology, shape oscillations, and size reduction of the droplet undergoing evaporation. Our observations reveal that larger droplets exhibit persistent shape oscillations due to the interplay between inertia and surface tension in the presence of convective airflow, which significantly alters the evaporation rate compared to that of a stationary spherical droplet in quiescent air. To quantify the effects of air convection, complex morphology, and shape oscillations of the levitated droplet at different temperatures and humidity, we develop a modified evaporation model that extends the classical $d^2$-law. This model incorporates (i) a generalized Sherwood number that accounts for the variation in Reynolds number, Schmidt number, temperature, and relative humidity and (ii) a shape factor that captures the time-averaged surface area of oscillating droplets. The model is validated against experimental findings across a wide range of droplet sizes and environmental conditions, showing excellent agreement in predicting the temporal evolution of droplet diameter and total evaporation time. Furthermore, we construct a regime map showing the variation in the lifetime of the droplet in the temperature-humidity space. The present study establishes a framework that integrates convective transport and morphological deformation, offering new insights into the microphysics of raindrop evaporation."}, {"id": "c1315", "text": "SumTablets: A Transliteration Dataset of Sumerian Tablets : Sumerian transliteration is a conventional system for representing a scholar's interpretation of a tablet in the Latin script. Thanks to visionary digital Assyriology projects such as ETCSL, CDLI, and Oracc, a large number of Sumerian transliterations have been published online, and these data are well-structured for a variety of search and analysis tasks. However, the absence of a comprehensive, accessible dataset pairing transliterations with a digital representation of the tablet's cuneiform glyphs has prevented the application of modern Natural Language Processing (NLP) methods to the task of Sumerian transliteration.\n To address this gap, we present SumTablets, a dataset pairing Unicode representations of 91,606 Sumerian cuneiform tablets (totaling 6,970,407 glyphs) with the associated transliterations published by Oracc. We construct SumTablets by first preprocessing and standardizing the Oracc transliterations before mapping each reading back to the Unicode representation of the source glyph. Further, we retain parallel structural information (e.g., surfaces, newlines, broken segments) through the use of special tokens. We release SumTablets as a Hugging Face Dataset (CC BY 4.0) and open source data preparation code via GitHub.\n Additionally, we leverage SumTablets to implement and evaluate two transliteration baselines: (1) weighted sampling from a glyph's possible readings, and (2) fine-tuning an autoregressive language model. Our fine-tuned language model achieves an average transliteration character-level F-score (chrF) of 97.55, demonstrating the immediate potential of transformer-based transliteration models in allowing experts to rapidly verify generated transliterations rather than manually transliterating tablets one-by-one."}, {"id": "c1316", "text": "Improving Parametric Knowledge Access in Reasoning Language Models : We study reasoning for accessing world knowledge stored in a language model's parameters. For example, recalling that Canberra is Australia's capital may benefit from thinking through major cities and the concept of purpose-built capitals. While reasoning language models are trained via reinforcement learning to produce reasoning traces on tasks such as mathematics, they may not reason well for accessing their own world knowledge. We first find that models do not generate their best world knowledge reasoning by default: adding a simple \"think step-by-step\" cue demonstrates statistically significant improvement in knowledge recall but not math. Motivated by this, we propose training models to reason over their parametric knowledge using world-knowledge question answering as a verifiable reward. After reinforcement learning on TriviaQA (+9.9%), performance also improves on Natural Questions, HotpotQA, SimpleQA, and StrategyQA by 4.2%, 2.1%, 0.6%, and 3.0%, respectively. Reasoning models are under-optimized for parametric knowledge access, but can be easily trained to reason better."}, {"id": "c1317", "text": "DySCO: Dynamic Attention-Scaling Decoding for Long-Context LMs : Understanding and reasoning over long contexts is a crucial capability for language models (LMs). Although recent models support increasingly long context windows, their accuracy often deteriorates as input length grows. In practice, models often struggle to keep attention aligned with the most relevant context throughout decoding. In this work, we propose DySCO, a novel decoding algorithm for improving long-context reasoning. DySCO leverages retrieval heads--a subset of attention heads specialized for long-context retrieval--to identify task-relevant tokens at each decoding step and explicitly up-weight them. By doing so, DySCO dynamically adjusts attention during generation to better utilize relevant context. The method is training-free and can be applied directly to any off-the-shelf LMs. Across multiple instruction-tuned and reasoning models, DySCO consistently improves performance on challenging long-context reasoning benchmarks, yielding relative gains of up to 25% on MRCR and LongBenchV2 at 128K context length with modest additional compute. Further analysis highlights the importance of both dynamic attention rescaling and retrieval-head-guided selection for the effectiveness of the method, while providing interpretability insights into decoding-time attention behavior. Our code is available at https://github.com/princeton-pli/DySCO."}, {"id": "c1318", "text": "IndicIFEval: A Benchmark for Verifiable Instruction-Following Evaluation in 14 Indic Languages : Instruction-following benchmarks remain predominantly English-centric, leaving a critical evaluation gap for the hundreds of millions of Indic language speakers. We introduce IndicIFEval, a benchmark evaluating constrained generation of LLMs across 14 Indic languages using automatically verifiable, rule-based instructions. It comprises around 800 human-verified examples per language spread across two complementary subsets: IndicIFEval-Ground, translated prompts from IFEval (Zhou et al., 2023) carefully localized for Indic contexts, and IndicIFEval-Ground, synthetically generated instructions grounded in native Indic content. We conduct a comprehensive evaluation of major open-weight and proprietary models spanning both reasoning and non-reasoning models. While models maintain strong adherence to formatting constraints, they struggle significantly with lexical and cross-lingual tasks -- and despite progress in high-resource languages, instruction-following across the broader Indic family lags significantly behind English. We release IndicIFEval and its evaluation scripts to support progress on multilingual constrained generation (http://github.com/ai4bharat/IndicIFEval)."}, {"id": "c1319", "text": "Confidence-Driven Multi-Scale Model Selection for Cost-Efficient Inference : Large Language Models (LLMs) have revolutionized inference across diverse natural language tasks, with larger models performing better but at higher computational costs. We propose a confidence-driven strategy that dynamically selects the most suitable model based on confidence estimates. By assessing a model's confidence in handling the task and response accuracy, tasks that are likely to be solved correctly are retained, while more uncertain or complex cases are delegated to a larger model, ensuring reliability while minimizing computation. Specifically, we evaluate a model's likelihood of knowing the correct answer and the probability that its response is accurate. Experiments on the Massive Multitask Language Understanding (MMLU) benchmark show that our approach achieves accuracy comparable to the largest model while reducing computational costs by 20\\% to 40\\%. When applied to GPT-4o API calls, it reduces token usage by approximately 60\\%, further improving cost efficiency. These findings indicate the potential of confidence-based model selection to enhance real-world LLM deployment, particularly in resource-constrained settings such as edge devices and commercial API applications."}, {"id": "c1320", "text": "DLT-Corpus: A Large-Scale Text Collection for the Distributed Ledger Technology Domain : We introduce DLT-Corpus, the largest domain-specific text collection for Distributed Ledger Technology (DLT) research to date: 2.98 billion tokens from 22.12 million documents spanning scientific literature (37,440 publications), United States Patent and Trademark Office (USPTO) patents (49,023 filings), and social media (22 million posts). Existing Natural Language Processing (NLP) resources for DLT focus narrowly on cryptocurrencies price prediction and smart contracts, leaving domain-specific language under explored despite the sector's ~$3 trillion market capitalization and rapid technological evolution.\n We demonstrate DLT-Corpus' utility by analyzing technology emergence patterns and market-innovation correlations. Findings reveal that technologies originate in scientific literature before reaching patents and social media, following traditional technology transfer patterns. While social media sentiment remains overwhelmingly bullish even during crypto winters, scientific and patent activity grow independently of market fluctuations, tracking overall market expansion in a virtuous cycle where research precedes and enables economic growth that funds further innovation.\n We publicly release the full DLT-Corpus; LedgerBERT, a domain-adapted model achieving 23% improvement over BERT-base on a DLT-specific Named Entity Recognition (NER) task; and all associated tools and code."}, {"id": "c1321", "text": "A Diversity Diet for a Healthier Model: A Case Study of French ModernBERT : Diversity has been gaining interest in the NLP community in recent years. At the same time, state-of-the-art transformer models such as ModernBERT use very large pre-training datasets, which are driven by size rather than by diversity. This summons for an investigation of the impact of diversity on the ModernBERT pre-training. We do so in this study, with the express intent of reducing pre-training dataset size, while retaining at least comparable performance. We compare diversity-driven sampling algorithms, so as to pick the best one. We find that diversity-driven sampling allows in some tasks to gain 10 points relative to randomly-sampled pre-training data of commensurate size. We also see that a model pre-trained for 483h on a diversity-driven dataset of 150M tokens can yield a commensurate performance to a model pre-trained for 1,775h on a randomly-driven dataset of 2.4B tokens."}, {"id": "c1322", "text": "CxMP: A Linguistic Minimal-Pair Benchmark for Evaluating Constructional Understanding in Language Models : Recent work has examined language models from a linguistic perspective to better understand how they acquire language. Most existing benchmarks focus on judging grammatical acceptability, whereas the ability to interpret meanings conveyed by grammatical forms has received much less attention. We introduce the Linguistic Minimal-Pair Benchmark for Evaluating Constructional Understanding in Language Models (CxMP), a benchmark grounded in Construction Grammar that treats form-meaning pairings, or constructions, as fundamental linguistic units. CxMP evaluates whether models can interpret the semantic relations implied by constructions, using a controlled minimal-pair design across nine construction types, including the let-alone, caused motion, and ditransitive constructions. Our results show that while syntactic competence emerges early, constructional understanding develops more gradually and remains limited even in large language models (LLMs). CxMP thus reveals persistent gaps in how language models integrate form and meaning, providing a framework for studying constructional understanding and learning trajectories in language models."}, {"id": "c1323", "text": "RADAR: Reasoning as Discrimination with Aligned Representations for LLM-based Knowledge Graph Reasoning : Knowledge graph reasoning (KGR) infers missing facts, with recent advances increasingly harnessing the semantic priors and reasoning abilities of Large Language Models (LLMs). However, prevailing generative paradigms are prone to memorizing surface-level co-occurrences rather than learning genuine relational semantics, limiting out-of-distribution generalization. To address this, we propose RADAR, which reformulates KGR from generative pattern matching to discriminative relational reasoning. We recast KGR as discriminative entity selection, where reinforcement learning enforces relative entity separability beyond token-likelihood imitation. Leveraging this separability, inference operates directly in representation space, ensuring consistency with the discriminative optimization and bypassing generation-induced hallucinations. Across four benchmarks, RADAR achieves 5-6% relative gains on link prediction and triple classification over strong LLM baselines, while increasing task-relevant mutual information in intermediate representations by 62.9%, indicating more robust and transferable relational reasoning."}, {"id": "c1324", "text": "MEDSYN: Benchmarking Multi-EviDence SYNthesis in Complex Clinical Cases for Multimodal Large Language Models : Multimodal large language models (MLLMs) have shown great potential in medical applications, yet existing benchmarks inadequately capture real-world clinical complexity. We introduce MEDSYN, a multilingual, multimodal benchmark of highly complex clinical cases with up to 7 distinct visual clinical evidence (CE) types per case. Mirroring clinical workflow, we evaluate 18 MLLMs on differential diagnosis (DDx) generation and final diagnosis (FDx) selection. While top models often match or even outperform human experts on DDx generation, all MLLMs exhibit a much larger DDx--FDx performance gap compared to expert clinicians, indicating a failure mode in synthesis of heterogeneous CE types. Ablations attribute this failure to (i) overreliance on less discriminative textual CE ($\\it{e.g.}$, medical history) and (ii) a cross-modal CE utilization gap. We introduce Evidence Sensitivity to quantify the latter and show that a smaller gap correlates with higher diagnostic accuracy. Finally, we demonstrate how it can be used to guide interventions to improve model performance. We will open-source our benchmark and code."}, {"id": "c1325", "text": "Large Language Models are Algorithmically Blind : Large language models (LLMs) demonstrate remarkable breadth of knowledge, yet their ability to reason about computational processes remains poorly understood. Closing this gap matters for practitioners who rely on LLMs to guide algorithm selection and deployment. We address this limitation using causal discovery as a testbed and evaluate eight frontier LLMs against ground truth derived from large-scale algorithm executions and find systematic, near-total failure. Models produce ranges far wider than true confidence intervals yet still fail to contain the true algorithmic mean in the majority of instances; most perform worse than random guessing and the marginal above-random performance of the best model is most consistent with benchmark memorization rather than principled reasoning. We term this failure algorithmic blindness and argue it reflects a fundamental gap between declarative knowledge about algorithms and calibrated procedural prediction."}, {"id": "c1326", "text": "Small Wins Big: Comparing Large Language Models and Domain Fine-Tuned Models for Sarcasm Detection in Code-Mixed Hinglish Text : Sarcasm detection in multilingual and code-mixed environments remains a challenging task for natural language processing models due to structural variations, informal expressions, and low-resource linguistic availability. This study compares four large language models, Llama 3.1, Mistral, Gemma 3, and Phi-4, with a fine-tuned DistilBERT model for sarcasm detection in code-mixed Hinglish text. The results indicate that the smaller, sequentially fine-tuned DistilBERT model achieved the highest overall accuracy of 84%, outperforming all of the LLMs in zero and few-shot set ups, using minimal LLM generated code-mixed data used for fine-tuning. These findings indicate that domain-adaptive fine-tuning of smaller transformer based models may significantly improve sarcasm detection over general LLM inference, in low-resource and data scarce settings."}, {"id": "c1327", "text": "ExpLang: Improved Exploration and Exploitation in LLM Reasoning with On-Policy Thinking Language Selection : Current large reasoning models (LRMs) have shown strong ability on challenging tasks after reinforcement learning (RL) based post-training. However, previous work mainly focuses on English reasoning in expectation of the strongest performance, despite the demonstrated potential advantage of multilingual thinking, as well as the requirement for native thinking traces by global users. In this paper, we propose ExpLang, a novel LLM post-training pipeline that enables on-policy thinking language selection to improve exploration and exploitation during RL with the use of multiple languages. The results show that our method steadily outperforms English-only training with the same training budget, while showing high thinking language compliance for both seen and unseen languages. Analysis shows that, by enabling on-policy thinking language selection as an action during RL, ExpLang effectively extends the RL exploration space with diversified language preference and improves the RL exploitation outcome with leveraged non-English advantage. The method is orthogonal to most RL algorithms and opens up a new perspective on using multilinguality to improve LRMs."}, {"id": "c1328", "text": "Personalized Graph-Empowered Large Language Model for Proactive Information Access : Since individuals may struggle to recall all life details and often confuse events, establishing a system to assist users in recalling forgotten experiences is essential. While numerous studies have proposed memory recall systems, these primarily rely on deep learning techniques that require extensive training and often face data scarcity due to the limited availability of personal lifelogs. As lifelogs grow over time, systems must also adapt quickly to newly accumulated data. Recently, large language models (LLMs) have demonstrated remarkable capabilities across various tasks, making them promising for personalized applications. In this work, we present a framework that leverages LLMs for proactive information access, integrating personal knowledge graphs to enhance the detection of access needs through a refined decision-making process. Our framework offers high flexibility, enabling the replacement of base models and the modification of fact retrieval methods for continuous improvement. Experimental results demonstrate that our approach effectively identifies forgotten events, supporting users in recalling past experiences more efficiently."}, {"id": "c1329", "text": "FewMMBench: A Benchmark for Multimodal Few-Shot Learning : As multimodal large language models (MLLMs) advance in handling interleaved image-text data, assessing their few-shot learning capabilities remains an open challenge. In this paper, we introduce FewMMBench, a comprehensive benchmark designed to evaluate MLLMs under few-shot conditions, with a focus on In-Context Learning (ICL) and Chain-of-Thought (CoT) prompting. Covering a diverse suite of multimodal understanding tasks, from attribute recognition to temporal reasoning, FewMMBench enables systematic analysis across task types, model families, and prompting strategies. We evaluate 26 open-weight MLLMs from six model families across zero-shot, few-shot, and CoT-augmented few-shot settings. Our findings reveal that instruction-tuned models exhibit strong zero-shot performance but benefit minimally, or even regress, with additional demonstrations or CoT reasoning. Retrieval-based demonstrations and increased context size also yield limited gains. These results highlight FewMMBench as a rigorous testbed for diagnosing and advancing few-shot capabilities in multimodal LLMs. The data is available at: https://huggingface.co/datasets/mustafaa/FewMMBench"}, {"id": "c1330", "text": "D-COT: Disciplined Chain-of-Thought Learning for Efficient Reasoning in Small Language Models : Chain-of-Thought (CoT) distillation from Large Language Models (LLMs) often induces \"overthinking\" in Small Language Models (SLMs), leading to performance degradation and excessive token consumption. In this study, we propose Disciplined Chain-of-Thought (D-CoT), a novel framework that enforces a structured reasoning process using control tags -- such as for fact-checking and for multi-perspective exploration -- as auxiliary scaffolding during training. By optimizing the CoT trajectory, D-CoT suppresses reasoning drift and simultaneously achieves token reduction and performance improvement. We demonstrate the efficacy of our approach on Qwen3-8B: with only 5,000 training samples, D-CoT significantly boosts accuracy on GPQA-diamond by 9.9% and MMLU-Pro (0-shot) by 9.1%, while drastically reducing computational costs. Furthermore, we confirm that the model internalizes this disciplined thought structure, maintaining high performance even without explicit control tags during inference."}, {"id": "c1331", "text": "Improving Implicit Discourse Relation Recognition with Natural Language Explanations from LLMs : Implicit Discourse Relation Recognition (IDRR) remains a challenging task due to the requirement for deep semantic understanding in the absence of explicit discourse markers. A further limitation is that existing methods only predict relations without providing any supporting explanations. Recent advances in large language models (LLMs) have shown strong reasoning capabilities in both deep language understanding and natural language explanation generation. In this work, we propose a simple yet effective approach to distill the reasoning capabilities of LLMs into lightweight IDRR models to improve both performance and interpretability. Specifically, we first prompt an LLM to generate explanations for each training instance conditioned on its gold label. Then, we introduce a novel classification-generation framework that jointly performs relation prediction and explanation generation, and train it with the additional supervision of LLM-generated explanations. Our framework is plug-and-play, enabling easy integration with most existing IDRR models. Experimental results on PDTB demonstrate that our approach significantly improves IDRR performance, while human evaluation further confirms that the generated explanations enhance model interpretability. Furthermore, we validate the generality of our approach on sentiment classification and natural language inference"}, {"id": "c1332", "text": "Robust Long-Form Bangla Speech Processing: Automatic Speech Recognition and Speaker Diarization : We describe our end-to-end system for Bengali long-form speech recognition (ASR) and speaker diarization submitted to the DL Sprint 4.0 competition on Kaggle. Bengali presents substantial challenges for both tasks: a large phoneme inventory, significant dialectal variation, frequent code-mixing with English, and a relative scarcity of large-scale labelled corpora. For ASR we achieve a best private Word Error Rate (WER) of 0.37738 and public WER of 0.36137, combining a BengaliAI fine-tuned Whisper medium model with Demucs source separation for vocal isolation, silence-boundary chunking, and carefully tuned generation hyperparameters. For speaker diarization we reach a best private Diarization Error Rate (DER) of 0.27671 and public DER of 0.20936 by replacing the default segmentation model inside the pyannote.audio pipeline with a Bengali-fine-tuned variant, pairing it with wespeaker-voxceleb-resnet34-LM embeddings and centroid-based agglomerative clustering. Our experiments demonstrate that domain-specific fine-tuning of the segmentation component, vocal source separation, and natural silence-aware chunking are the three most impactful design choices for low-resource Bengali speech processing."}, {"id": "c1333", "text": "Explore-on-Graph: Incentivizing Autonomous Exploration of Large Language Models on Knowledge Graphs with Path-refined Reward Modeling : The reasoning process of Large Language Models (LLMs) is often plagued by hallucinations and missing facts in question-answering tasks. A promising solution is to ground LLMs' answers in verifiable knowledge sources, such as Knowledge Graphs (KGs). Prevailing KG-enhanced methods typically constrained LLM reasoning either by enforcing rules during generation or by imitating paths from a fixed set of demonstrations. However, they naturally confined the reasoning patterns of LLMs within the scope of prior experience or fine-tuning data, limiting their generalizability to out-of-distribution graph reasoning problems. To tackle this problem, in this paper, we propose Explore-on-Graph (EoG), a novel framework that encourages LLMs to autonomously explore a more diverse reasoning space on KGs. To incentivize exploration and discovery of novel reasoning paths, we propose to introduce reinforcement learning during training, whose reward is the correctness of the reasoning paths' final answers. To enhance the efficiency and meaningfulness of the exploration, we propose to incorporate path information as additional reward signals to refine the exploration process and reduce futile efforts. Extensive experiments on five KGQA benchmark datasets demonstrate that, to the best of our knowledge, our method achieves state-of-the-art performance, outperforming not only open-source but also even closed-source LLMs."}, {"id": "c1334", "text": "DWA-KD: Dual-Space Weighting and Time-Warped Alignment for Cross-Tokenizer Knowledge Distillation : Knowledge Distillation (KD) has emerged as a crucial technique for compressing Large Language Models (LLMs). Although existing cross-tokenizer KD methods have made notable progress, their effectiveness remains constrained by suboptimal alignment across sequence and vocabulary levels. To address these limitations, we introduce Dual-Space Weighting and Time-Warped Alignment (DWA-KD), a novel cross-tokenizer distillation framework that enhances token-wise distillation through dual-space entropy-based weighting and achieves precise sequence-level alignment by leveraging both lexical and semantic information. At the token level, DWA-KD maps teacher representations into the student space and vice versa, performing dual-space KD via Kullback-Leibler divergence (KL). The process is modulated by dual-space weights that up-weight tokens where the student is uncertain and the teacher is confident, thereby focusing learning on informative tokens rather than treating all positions equally. At the sequence level, DWA-KD applies Soft Dynamic Time Warping (Soft-DTW) to both the embedding and final hidden-state layers, enabling robust alignment of lexical and contextual semantics between teacher and student sequences. Extensive experiments across diverse NLP benchmarks demonstrate that DWA-KD outperforms state-of-the-art KD baselines, while ablation studies confirm the complementary contributions of entropy-based token weighting and embedding and final hidden state layer Soft-DTW alignment."}, {"id": "c1335", "text": "Mitigating Structural Noise in Low-Resource S2TT: An Optimized Cascaded Nepali-English Pipeline with Punctuation Restoration : This paper presents and evaluates an optimized cascaded Nepali speech-to-English text translation (S2TT) system, focusing on mitigating structural noise introduced by Automatic Speech Recognition (ASR). We first establish highly proficient ASR and NMT components: a Wav2Vec2-XLS-R-300m model achieved a state-of-the-art 2.72% CER on OpenSLR-54, and a multi-stage fine-tuned MarianMT model reached a 28.32 BLEU score on the FLORES-200 benchmark. We empirically investigate the influence of punctuation loss, demonstrating that unpunctuated ASR output significantly degrades translation quality, causing a massive 20.7% relative BLEU drop on the FLORES benchmark. To overcome this, we propose and evaluate an intermediate Punctuation Restoration Module (PRM). The final S2TT pipeline was tested across three configurations on a custom dataset. The optimal configuration, which applied the PRM directly to ASR output, achieved a 4.90 BLEU point gain over the direct ASR-to-NMT baseline (BLEU 36.38 vs. 31.48). This improvement was validated by human assessment, which confirmed the optimized pipeline's superior Adequacy (3.673) and Fluency (3.804). This work validates that targeted punctuation restoration is the most effective intervention for mitigating structural noise in the Nepali S2TT pipeline. It establishes an optimized baseline and demonstrates a critical architectural insight for developing cascaded speech translation systems for similar low-resource languages."}, {"id": "c1336", "text": "Scalable Multilingual Multimodal Machine Translation with Speech-Text Fusion : Multimodal Large Language Models (MLLMs) have achieved notable success in enhancing translation performance by integrating multimodal information. However, existing research primarily focuses on image-guided methods, whose applicability is constrained by the scarcity of multilingual image-text pairs. The speech modality overcomes this limitation due to its natural alignment with text and the abundance of existing speech datasets, which enable scalable language coverage. In this paper, we propose a Speech-guided Machine Translation (SMT) framework that integrates speech and text as fused inputs into an MLLM to improve translation quality. To mitigate reliance on low-resource data, we introduce a Self-Evolution Mechanism. The core components of this framework include a text-to-speech model, responsible for generating synthetic speech, and an MLLM capable of classifying synthetic speech samples and iteratively optimizing itself using positive samples. Experimental results demonstrate that our framework surpasses all existing methods on the Multi30K multimodal machine translation benchmark, achieving new state-of-the-art results. Furthermore, on general machine translation datasets, particularly the FLORES-200, it achieves average state-of-the-art performance in 108 translation directions. Ablation studies on CoVoST-2 confirms that differences between synthetic and authentic speech have negligible impact on translation quality. The code and models are released at https://github.com/yxduir/LLM-SRT."}, {"id": "c1337", "text": "Multi-dimensional Assessment and Explainable Feedback for Counselor Responses to Client Resistance in Text-based Counseling with LLMs : Effectively addressing client resistance is a sophisticated clinical skill in psychological counseling, yet practitioners often lack timely and scalable supervisory feedback to refine their approaches. Although current NLP research has examined overall counseling quality and general therapeutic skills, it fails to provide granular evaluations of high-stakes moments where clients exhibit resistance. In this work, we present a comprehensive pipeline for the multi-dimensional evaluation of human counselors' interventions specifically targeting client resistance in text-based therapy. We introduce a theory-driven framework that decomposes counselor responses into four distinct communication mechanisms. Leveraging this framework, we curate and share an expert-annotated dataset of real-world counseling excerpts, pairing counselor-client interactions with professional ratings and explanatory rationales. Using this data, we perform full-parameter instruction tuning on a Llama-3.1-8B-Instruct backbone to model fine-grained evaluative judgments of response quality and generate explanations underlying. Experimental results show that our approach can effectively distinguish the quality of different communication mechanisms (77-81% F1), substantially outperforming GPT-4o and Claude-3.5-Sonnet (45-59% F1). Moreover, the model produces high-quality explanations that closely align with expert references and receive near-ceiling ratings from human experts (2.8-2.9/3.0). A controlled experiment with 43 counselors further confirms that receiving these AI-generated feedback significantly improves counselors' ability to respond effectively to client resistance."}, {"id": "c1338", "text": "RuCL: Stratified Rubric-Based Curriculum Learning for Multimodal Large Language Model Reasoning : Reinforcement Learning with Verifiable Rewards (RLVR) has emerged as a prevailing paradigm for enhancing reasoning in Multimodal Large Language Models (MLLMs). However, relying solely on outcome supervision risks reward hacking, where models learn spurious reasoning patterns to satisfy final answer checks. While recent rubric-based approaches offer fine-grained supervision signals, they suffer from high computational costs of instance-level generation and inefficient training dynamics caused by treating all rubrics as equally learnable. In this paper, we propose Stratified Rubric-based Curriculum Learning (RuCL), a novel framework that reformulates curriculum learning by shifting the focus from data selection to reward design. RuCL generates generalized rubrics for broad applicability and stratifies them based on the model's competence. By dynamically adjusting rubric weights during training, RuCL guides the model from mastering foundational perception to tackling advanced logical reasoning. Extensive experiments on various visual reasoning benchmarks show that RuCL yields a remarkable +7.83% average improvement over the Qwen2.5-VL-7B model, achieving a state-of-the-art accuracy of 60.06%."}, {"id": "c1339", "text": "When More Is Less: A Systematic Analysis of Spatial and Commonsense Information for Visual Spatial Reasoning : Visual spatial reasoning (VSR) remains challenging for modern vision-language models (VLMs), despite advances in multimodal architectures. A common strategy is to inject additional information at inference time, such as explicit spatial cues, external commonsense knowledge, or chain-of-thought (CoT) reasoning instructions. However, it remains unclear when such information genuinely improves reasoning and when it introduces noise. In this paper, we conduct a hypothesis-driven analysis of information injection for VSR across three representative VLMs and two public benchmarks. We examine (i) the type and number of spatial contexts, (ii) the amount and relevance of injected commonsense knowledge, and (iii) the interaction between spatial grounding and CoT prompting. Our results reveal a consistent pattern: more information does not necessarily yield better reasoning. Targeted single spatial cues outperform multi-context aggregation, excessive or weakly relevant commonsense knowledge degrades performance, and CoT prompting improves accuracy only when spatial grounding is sufficiently precise. These findings highlight the importance of selective, task-aligned information injection and provide practical guidance for designing reliable multimodal reasoning pipelines."}, {"id": "c1340", "text": "MixSarc: A Bangla-English Code-Mixed Corpus for Implicit Meaning Identification : Bangla-English code-mixing is widespread across South Asian social media, yet resources for implicit meaning identification in this setting remain scarce. Existing sentiment and sarcasm models largely focus on monolingual English or high-resource languages and struggle with transliteration variation, cultural references, and intra-sentential language switching. To address this gap, we introduce MixSarc, the first publicly available Bangla-English code-mixed corpus for implicit meaning identification. The dataset contains 9,087 manually annotated sentences labeled for humor, sarcasm, offensiveness, and vulgarity. We construct the corpus through targeted social media collection, systematic filtering, and multi-annotator validation. We benchmark transformer-based models and evaluate zero-shot large language models under structured prompting. Results show strong performance on humor detection but substantial degradation on sarcasm, offense, and vulgarity due to class imbalance and pragmatic complexity. Zero-shot models achieve competitive micro-F1 scores but low exact match accuracy. Further analysis reveals that over 42\\% of negative sentiment instances in an external dataset exhibit sarcastic characteristics. MixSarc provides a foundational resource for culturally aware NLP and supports more reliable multi-label modeling in code-mixed environments."}, {"id": "c1341", "text": "GradAlign: Gradient-Aligned Data Selection for LLM Reinforcement Learning : Reinforcement learning (RL) has become a central post-training paradigm for large language models (LLMs), but its performance is highly sensitive to the quality of training problems. This sensitivity stems from the non-stationarity of RL: rollouts are generated by an evolving policy, and learning is shaped by exploration and reward feedback, unlike supervised fine-tuning (SFT) with fixed trajectories. As a result, prior work often relies on manual curation or simple heuristic filters (e.g., accuracy), which can admit incorrect or low-utility problems. We propose GradAlign, a gradient-aligned data selection method for LLM reinforcement learning that uses a small, trusted validation set to prioritize training problems whose policy gradients align with validation gradients, yielding an adaptive curriculum. We evaluate GradAlign across three challenging data regimes: unreliable reward signals, distribution imbalance, and low-utility training corpus, showing that GradAlign consistently outperforms existing baselines, underscoring the importance of directional gradient signals in navigating non-stationary policy optimization and yielding more stable training and improved final performance. We release our implementation at https://github.com/StigLidu/GradAlign"}, {"id": "c1342", "text": "iMiGUE-Speech: A Spontaneous Speech Dataset for Affective Analysis : This work presents iMiGUE-Speech, an extension of the iMiGUE dataset that provides a spontaneous affective corpus for studying emotional and affective states. The new release focuses on speech and enriches the original dataset with additional metadata, including speech transcripts, speaker-role separation between interviewer and interviewee, and word-level forced alignments. Unlike existing emotional speech datasets that rely on acted or laboratory-elicited emotions, iMiGUE-Speech captures spontaneous affect arising naturally from real match outcomes. To demonstrate the utility of the dataset and establish initial benchmarks, we introduce two evaluation tasks for comparative assessment: speech emotion recognition and transcript-based sentiment analysis. These tasks leverage state-of-the-art pre-trained representations to assess the dataset's ability to capture spontaneous affective states from both acoustic and linguistic modalities. iMiGUE-Speech can also be synchronously paired with micro-gesture annotations from the original iMiGUE dataset, forming a uniquely multimodal resource for studying speech-gesture affective dynamics. The extended dataset is available at https://github.com/CV-AC/imigue-speech."}, {"id": "c1343", "text": "VecGlypher: Unified Vector Glyph Generation with Language Models : Vector glyphs are the atomic units of digital typography, yet most learning-based pipelines still depend on carefully curated exemplar sheets and raster-to-vector postprocessing, which limits accessibility and editability. We introduce VecGlypher, a single multimodal language model that generates high-fidelity vector glyphs directly from text descriptions or image exemplars. Given a style prompt, optional reference glyph images, and a target character, VecGlypher autoregressively emits SVG path tokens, avoiding raster intermediates and producing editable, watertight outlines in one pass. A typography-aware data and training recipe makes this possible: (i) a large-scale continuation stage on 39K noisy Envato fonts to master SVG syntax and long-horizon geometry, followed by (ii) post-training on 2.5K expert-annotated Google Fonts with descriptive tags and exemplars to align language and imagery with geometry; preprocessing normalizes coordinate frames, canonicalizes paths, de-duplicates families, and quantizes coordinates for stable long-sequence decoding. On cross-family OOD evaluation, VecGlypher substantially outperforms both general-purpose LLMs and specialized vector-font baselines for text-only generation, while image-referenced generation reaches a state-of-the-art performance, with marked gains over DeepVecFont-v2 and DualVector. Ablations show that model scale and the two-stage recipe are critical and that absolute-coordinate serialization yields the best geometry. VecGlypher lowers the barrier to font creation by letting users design with words or exemplars, and provides a scalable foundation for future multimodal design tools."}, {"id": "c1344", "text": "MrBERT: Modern Multilingual Encoders via Vocabulary, Domain, and Dimensional Adaptation : We introduce MrBERT, a family of 150M-300M parameter encoders built on the ModernBERT architecture and pre-trained on 35 languages and code. Through targeted adaptation, this model family achieves state-of-the-art results on Catalan- and Spanish-specific tasks, while establishing robust performance across specialized biomedical and legal domains. To bridge the gap between research and production, we incorporate Matryoshka Representation Learning (MRL), enabling flexible vector sizing that significantly reduces inference and storage costs. Ultimately, the MrBERT family demonstrates that modern encoder architectures can be optimized for both localized linguistic excellence and efficient, high-stakes domain specialization. We open source the complete model family on Huggingface."}, {"id": "c1345", "text": "BMN-like Matrix Models : We conjecture a family of matrix quantum mechanical models that are holographically dual to discrete light-cone quantization of M-theory in pp-wave-like backgrounds. These backgrounds can be obtained from a Penrose limit of AdS$_4\\times X_7$, where $X_7$ is Einstein. The matrix models arise from a classically consistent dimensional reduction of the UV Lagrangians of $\\mathcal{N}=1$ superconformal field theories, in close analogy with how the BMN matrix model is obtained by dimensional reduction from $\\mathcal{N}=4$ super Yang-Mills theory. We also discuss about supersymmetric black objects in pp-wave background by studying the Witten index and speculate that the area of the horizon is bounded from above for a fixed $N$."}, {"id": "c1346", "text": "Spin chains for ADE quiver theories : The spectral problem of four-dimensional superconformal quiver gauge theories can be mapped to one-dimensional spin chains with restricted Hilbert spaces, where the composition of neighbouring spins follows the path algebra of the quiver. To better understand such spin chains, we compute the one-loop planar dilatation operator for the 4d N=2 ADE quiver gauge theories obtained by orbifolding the N=4 Super-Yang-Mills theory and marginally deforming by independently varying the gauge couplings. This extends previous work which was mainly focused on the Z2 quiver. We characterise the general features of the resulting ADE spin-chain models and construct the 2-magnon Bethe ansatz for holomorphic states. We also evaluate, at large N, the N=2 superconformal index of these gauge theories and use it to study their protected spectrum in specific sectors."}, {"id": "c1347", "text": "Solving the tetrahedron equation by Teichm\u00fcller TQFT : We propose an approach to construct three-dimensional lattice models using line defects in state integral models on shaped triangulations of 3-manifolds. The Boltzmann weights for these models satisfy a variant of the tetrahedron equation, which implies integrability under suitable assumptions on R-matrices and transfer matrices. As an explicit example, we present a solution produced by Teichm\u00fcller TQFT."}, {"id": "c1348", "text": "Holographic CFT Phase Transitions and Criticality for Einstein-Maxwell-Power-Yang-Mills AdS Black Holes : We present a comprehensive study of the thermodynamic phase structure for Anti-de Sitter black holes in Einstein-Maxwell-power-Yang-Mills gravity, reformulated through holographic duality as an ensemble problem in the dual conformal field theory (CFT). By deriving an extended first law where the central charge \\(C\\) is a thermodynamic variable, we systematically explore both canonical and mixed ensembles. In the canonical ensemble with fixed charges, we identify a van der Waals-like phase transition between small and large black holes, marked by a characteristic swallowtail structure and coexistence curves with a negative slope. In contrast, within the mixed ensemble of fixed electric potential, the system exhibits a Hawking-Page transition between confined and deconfined phases of the boundary CFT. Our key finding is the suppressive role of the non-Abelian Yang-Mills charge \\(\\tilde{q}\\): increasing \\(\\tilde{q}\\) lowers both the minimum and the Hawking-Page transition temperatures, significantly narrowing the stability window of the confined phase. These results, supported by detailed numerical analysis, reveal a rich, ensemble-dependent phase landscape and establish the non-linear Yang-Mills sector as a critical controller of confinement physics in strongly coupled holographic systems."}, {"id": "c1349", "text": "Stochastic Evolution of Primordial Black Holes to near-extremality in EFTs of Gravity : The search for dark matter candidates includes primordial black holes (PBHs) as possible constituents. Recent studies show that some PBHs can survive to the present epoch by gaining angular momentum through Hawking radiating photons and becoming extremal before complete evaporation. While this provides a plausible model in a two-derivative theory of gravity, additional issues arise in EFT-corrected theories of gravity. In such theories, a rapidly spinning black hole can lead to extremely high tidal forces on a near-horizon observer, with possible observational consequences. In this work, by modeling Hawking radiation as a biased random walk within an EFT of gravity, we show that nearly the same fraction of PBHs survives as in GR. We argue that the resultant near horizon tidal effects should be detectable in future gravitational-wave observables."}, {"id": "c1350", "text": "Exact Spinning Morris-Thorne Wormhole: Causal Structure, Shadows, and Multipole Moments : We construct an exact spinning generalisation of the Morris-Thorne traversable wormhole supported by an anisotropic fluid. Within the Teo wormhole ansatz with unit lapse and Morris-Thorne shape function, we solve analytically for the frame-dragging function and obtain a two-parameter family of asymptotically flat solutions labelled by the throat radius $r_0$ and total angular momentum $J$. Curvature scalars and stress-energy components are given in closed form, showing a regular throat, equatorial reflection symmetry, and violations of all standard energy conditions, as required for traversable wormholes. We analyse the causal structure and show that, despite the presence of an ergoregion for sufficiently large $|J|$, the coordinate time defines a global temporal function, so the spacetime is stably causal and free of closed timelike curves. The optical appearance is studied via photon trajectories. The resulting shadows are smaller than Kerr's and depend on the wormhole shape. Finally, we compute the Geroch-Hansen multipole moments and find a massless but spinning configuration with distinctive higher multipoles that encode the throat scale."}, {"id": "c1351", "text": "Dynamical 4-D Gauss-Bonnet action from matter-graviton interactions in a curved background : The Glavan-Lin proposal for 4D Einstein-Gauss-Bonnet (EGB) gravity introduces a singular dimensional scaling to bypass Lovelock's theorem, though its fundamental origin remains debated. In this work, we demonstrate that this specific dimension-dependent scaling naturally emerges from the one-loop self-energy corrections of gravitons. By employing real-space techniques to evaluate graviton interactions with minimally coupled scalar and electromagnetic fields in a de Sitter background, we show that the $1/(D-4)$ pole universally generates a dynamical Gauss-Bonnet term. This confirms that the scaling is not an ad-hoc classical limit but a necessary consequence of quantum field-theoretic renormalization. Furthermore, canceling the remaining divergences strictly requires the inclusion of quadratic curvature counterterms, specifically Weyl-squared and $R^2$ invariants. We discuss the implications of this in the early-Universe and consequences in strong gravity regime."}, {"id": "c1352", "text": "Localization in supergravity : We give an introduction to equivariant localization in supergravity, focusing on the application to four-dimensional theories and supersymmetric black holes."}, {"id": "c1353", "text": "A Consistent Holographic Analysis of Anomaly-induced Charge Transport in the D3/D7 Model : We propose a scheme to correctly incorporate the contribution of the chiral anomaly in the D3/D7 model to calculate chiral transport phenomena. To ensure the D7-brane wraps S^5 appropriately and the Wess-Zumino term is switched on, we allow the D7-brane to rotate in the compactified extra directions and perform the analysis accordingly. To demonstrate that this calculation procedure works well, we specifically compute the magnetoresistance in the D3/D7 model. We find that a finite axial chemical potential is realized and the negative magnetoresistance is enhanced by the anomaly contribution."}, {"id": "c1354", "text": "On the Kalb-Ramond field with non-minimal coupling to gravity : We consider a massive Kalb-Ramond field with a general non-minimal coupling to gravity. We first study the theory in flat space-time, taking into account the non-linearities. We show that the coupling with the Ricci scalar gives rise to the strong coupling of the two transverse pseudo-vector degrees of freedom, which are absent in the massless theory. We then show that if the theory is instead coupled to the Ricci tensor or the Riemann tensor, the two tensor modes become strongly coupled in addition to the transverse pseudo-vector modes. We then extend our analysis to homogeneous and isotropic space-time, with vanishing background value of the Kalb-Ramond field. We show that in this case, the couplings with the Ricci and Riemann tensor give rise to the runaway instability. Finally, we discuss the inclusion of the disformal coupling as a possible resolution to this unnatural behavior."}, {"id": "c1355", "text": "Dirichlet, Neumann, Mixed and self-dual holography: (self-dual) Yang-Mills theory : Motivated by applications of self-dual theories to the AdS/CFT correspondence, we study self-dual Yang-Mills theory (SDYM) and its relation to Yang-Mills theory and to Chalmers-Siegel theory with Dirichlet, Neumann, and mixed boundary conditions. A Fefferman-Graham analysis of SDYM is performed to identify its boundary CFT data. We make a proposal for self-dual holography that defines $3d$ ``self-dual CFTs''. The bulk-to-bulk and boundary-to-bulk propagators for SDYM and for Yang-Mills/Chalmers-Siegel theory with mixed boundary conditions are derived in Feynman and axial gauges. Three- and four-point functions are computed in the spinor-helicity formalism, and the relations among the results in the various theories are clarified. The flat limit and the gauge-(in)dependence of the results are analyzed."}, {"id": "c1356", "text": "Geodesic completion of big bangs from emergent geometry : Past-geodesically-complete cosmologies are thought to require either contraction, or an asymptotically static past. We introduce a third possibility: Einstein-frame time can dynamically attain a local minimum. This time-reversal is caused by phantom Chaplygin gas, whose acoustic cone defines a `causal-frame' geometry that is geodesically-complete. While gravity experiences time-reversal, the Chaplygin gas always evolves forward in time, realizing a transient mismatch in thermodynamic arrows of time. Time-reversal affects the scale-factor, enforcing a non-singular bounce in causal frame that is robust against any additional matter."}, {"id": "c1357", "text": "Note on the Hopf-algebra-based formula of Yang-Mills-Scalar amplitudes : In this note, we study the Hopf-algebra-based (HAB) formula of Yang-Mills-Scalar (YMS) amplitudes, which expands a YMS amplitude with massive scalars as a combination of propagator matrices that mix massless scalars corresponding to gluons with the original massive scalars. We propose a recursive formula which conveniently expresses the HAB formula. In this formula, gluons are converted into massless scalars. Thus it expresses a YMS amplitude with massive scalars by amplitudes with fewer gluons, massive scalars and massless scalars. We verify this formula by using soft behavior approach. In the massless limit, the HAB formula turns into expressions for YMS amplitudes with massless scalars which was earlier shown to satisfy an alternative recursive expansion formula. In this note, we show the equivalence of these two distinct approaches through explicit calculation on amplitudes with one and two gluons."}, {"id": "c1358", "text": "Energy Extraction from Rotating Charged Black Holes in Kalb-Ramond Gravity : This work presents a comprehensive study of energy extraction via the Comisso-Asenjo magnetic reconnection mechanism from rotating charged black holes in the context of Kalb-Ramond (KR) gravity. We systematically investigate the influence of various parameters on the energy extraction process, comparing the results in two distinct regions: the circular orbit region and the plunging region. {The results reveal that the Lorentz-violating parameter has a significant impact on energy extraction, affecting not only the parameter space where energy extraction is possible, but also the energy extraction power and efficiency.} It is found that the energy extraction process in the circular orbit region can offer a promising avenue for constraining KR gravity. In contrast, although energy extraction from the plunging region remains feasible even for black holes with relatively low spins and takes place nearer to the event horizon, its sensitivity to the Lorentz-violating parameter is significantly reduced. Overall, the Comisso-Asenjo magnetic reconnection mechanism can serve as a probe of the KR field, particularly through the energy extraction process in the circular orbit region."}, {"id": "c1359", "text": "Metastrings, Metaparticles and Black Hole Thermodynamics: On the Road Towards a Non-singular Black Hole Remnant : We investigate the thermodynamic evolution and endpoint of black hole evaporation in the framework of metastring theory and its particle excitations, the metaparticles. Metaparticles arise as zero modes of metastrings propagating on modular (doubled) spacetime and obey a modified dispersion relation exhibiting intrinsic UV/IR mixing controlled by a duality scale mu. Using a generalized Bekenstein argument adapted to metaparticles, we derive quantum-corrected entropy contributions associated with geometric and dual (winding-like) sectors of the underlying phase space.\n When treated independently, these two entropy branches lead to an incomplete thermodynamic description, exhibiting unphysical behavior at small horizon area. We show that consistently treating the metaparticle as a single entangled quantum object -- rather than as two independent sectors -- naturally resolves these pathologies. We propose a pseudo-entangled total entropy that incorporates correlations between the geometric and dual sectors. The reality requirement of the entropy dynamically enforces a minimal horizon area and, equivalently, a minimal effective length scale associated with modular spacetime.\n The resulting black hole thermodynamics exhibits a finite maximal temperature, a divergence of the heat capacity signaling a continuous phase transition, and a shutdown of Hawking radiation through geometric channels, leaving behind a cold, stable remnant. Unlike matter-supported or curvature-bounded regular black holes, the remnant obtained here is non-material and non-geometric in nature, corresponding to a finite modular core of spacetime rather than a dust-filled interior. We compare this scenario with mimetic gravity and other non-singular black hole models, emphasizing the distinct role played by first-class constraints, entropy, and modular geometry in the present framework."}, {"id": "c1360", "text": "Asymptotically (un)safe scattering amplitudes from scratch: a deep dive into the IR jungle : We compute leading order quantum gravity contributions to a simple scalar scattering amplitude in Asymptotic Safety. Our model admits an analytic treatment so that several subtleties can be analysed. We find that (i) the existence of an asymptotically safe renormalisation group fixed point alone does not imply the boundedness of scattering amplitudes, (ii) gravitational logarithms can dominate the infrared regime of massless theories, (iii) a derivative expansion of the effective action fails quantitatively to predict the correct Wilson coefficients in massless theories, and (iv) standard renormalisation group improvement techniques fail qualitatively to describe the momentum dependence of correlation functions. Only momentum-dependent computations can resolve these issues. For theories that include massive fields, the derivative expansion can work effectively in most cases, but it can still fail for classically marginal couplings, and purely gravitational couplings. We also speculate about an effective realisation of the no-global-symmetries conjecture in Asymptotic Safety."}, {"id": "c1361", "text": "D-instanton Effects on a D3-brane : It has been proposed by Sen that the D-instanton effects in string theory can be systematically determined through the framework of open-closed string field theory. We apply the latter formalism to analyze the D-instanton corrections to the quantum effective action of a D3-brane in type IIB superstring theory, and determine the leading single and multi-instanton contributions to the $D^4 F^4$ effective coupling which is unprotected by supersymmetry. Notably, while we find that the one-instanton contribution agrees with a conjecture of Green and Gutperle, the multi-instanton contribution disagrees with the conjecture."}, {"id": "c1362", "text": "Modified Abelian Gauge Theories : The topological properties of field configurations in gauge theory contain important data about the (generalized) global symmetries of the theory as well as potential inconsistencies in the form of gauge anomalies. In this work we modify the topological classes of Abelian $p$-form fields, generating new global variants of gauge theories. These modifications implement constraints directly on the classifying space of the gauge field and its cohomology classes via homotopy fiber construction. This general approach allows us to investigate the universal effects of the constraints on the conserved global charges encoded in gauge characteristic classes. We further demonstrate that this procedure generically leads to new topological sectors introducing additional global charges and anomalies in the modified gauge theories."}, {"id": "c1363", "text": "Geometric QCD II: The Confining Twistor String and Meson Spectrum : We develop a continuum framework for confining planar QCD ($N_c\\to\\infty$) by quantizing the Fermi-string (1981) degrees of freedom on the rigid Hodge-dual minimal surface of Geometric QCD I. Worldsheet Majorana fermions provide the algebraic mechanism required by the Makeenko-Migdal loop equations: the Pauli principle cancels non-planar self-intersections, preserving planar factorization. The Liouville instability of random surfaces is avoided since the bulk geometry is rigidly fixed holographically by the boundary loop, without summing over fluctuating metrics.\n Formulating the theory in momentum loop space integrates out coordinate-space cusp singularities, yielding a finite local limit for quark-loop amplitudes. Changing variables in the phase-space path integral, after fixing reparametrization symmetry (Virasoro constraint), parametrizes the reduced measure by boundary twistors and an induced Jacobian. This yields a twistor-string integral derived directly from the planar QCD amplitude.\n In the local limit, the theory becomes an analytic twistor string: a boundary sigma model $S^1\\to (S^3\\times S^3)/S^1$ coupled to a holographically determined Liouville field $\u03c1(z,\\bar z)=\\log(|\u03bb(z)||\u03bc(z)|)$ obtained by analytic continuation of boundary twistor data.\n The meson spectrum is encoded in a 1D functional integral over the boundary twistor trajectory $\u03bb(z),\u03bc(z)$ on $|z|=1$. While evaluated numerically via a reweighted Complex Langevin approach (extracting linear Regge trajectories as a proof of concept), our ultimate finding is analytical. Analyzing complexified effective action monodromies reveals the discrete mass spectrum is exactly governed by Catastrophe Theory and classified by the topological number of twistor poles inside the unit circle. The 1-pole sector exactly yields $m^2 = \u03c0\u03c3(n + 1/12)$."}, {"id": "c1364", "text": "Generating twisted Cherednik eigenfunctions : Hamiltonians ${\\cal H}^{a}_k$ of new integrable systems associated with the integer rays $(1,a)$ (commutative subalgebras) of Ding-Iohara-Miki (DIM) algebra in the $N$-body representation are closely related to commuting twisted Cherednik Hamiltonians $\\mathfrak{C}_i^{(a)}$, ${\\cal H}^{a}_k = \\sum_{i=1}^N (\\mathfrak{C}_i^{(a)})^k$. Moreover, symmetric combinations of eigenfunctions in the twisted Cherednik system were recently shown to produce the DIM Hamiltonian eigenstates. We explicitly construct these twisted Cherednik eigenfunctions recurrently by action of some (creation and permutation) operations. It resembles of a far-going generalization of Kirillov-Noumi operators, but exact relation remains to be specified."}, {"id": "c1365", "text": "Beyond Mean Field: Fluctuation Diagnostics and Fixed-Point Behavior : We develop theoretical diagnostics for the breakdown of mean-field theory, demonstrate how spatial structure and finite interaction ranges enter the effective description, and show how these scales qualitatively modify the renormalization-group flow."}, {"id": "c1366", "text": "Maxwell kinematical algebras and 3D gravities : In this paper, we present a Maxwell extension of kinematical Lie algebras by promoting the contraction method underlying the Bacry and L\u00e9vy-Leblond cube to a semigroup expansion framework. Within this approach, we show that both non- and ultra-relativistic Maxwell algebras admitting non-degenerate invariant bilinear forms can be systematically obtained from different parent algebras through a unified expansion scheme, leading to a Maxwellian kinematical cube. This construction is further generalized to an infinite hierarchy of kinematical algebras. The expansion method naturally provides the corresponding invariant tensors, allowing for the systematic construction of three-dimensional Chern-Simons gravity theories."}, {"id": "c1367", "text": "Notes on LSZ, i epsilon Prescriptions and Perturbation Theory, in QFT and Cosmology : We review the original argument of Lehmann et al (LSZ) that relates the flat space S-matrix to the correlation function of field operators and clarify some confusing issues. Next we discuss the origin of the $i\u03b5$ prescriptions following Weinberg, but without assuming that the vacuum is free at asymptotic times. Then we discuss the corresponding argument in inflationary cosmology, emphasizing that unitarity violating contour deformations are unnecessary."}, {"id": "c1368", "text": "Duality symmetry and dynamics on finite null boundaries : In this work, we derive a set of boost-weighted $w$ functionals of the metric, with $w\\in\\{2,1,0,-1,-2\\}$, which transform semi-covariantly under the action of the near-horizon symmetry group. In particular, we demonstrate that the knowledge of the $w=-2$ metric functional and its behaviour under the near-horizon symmetry transformations allows us to derive the expressions and the properties of the remaining boost-weighted functionals via a recursive pattern. A similar recursive pattern also appears when evaluating the action of the near-horizon symmetry group on the evolution equations of these boost-weighted functionals. Again, the knowledge of the evolution equation of the boost $w=-2$ functional and its behaviour under symmetry transformations allows the remaining evolution equations to be determined using symmetry arguments. We also emphasize the role played by the duality symmetry in the characterization of the phase space of a null boundary and in the evaluation of the equation of motion. In conclusion, we derive the sub-leading Noether charges in the Einstein-Cartan-Holst formulation of gravity, showing that the imaginary part of the Weyl scalar $\u03a8_2$ appears at the sub-leading order in the Holst charge."}, {"id": "c1369", "text": "Perturbative anomalies in quantum mechanics : In this work, we propose a cohomological approach to studying perturbative anomalies in quantum mechanics. The Hamiltonian $\\hat{H}$ together with the symmetry generator $\\hat{S}$ forms a unitary representation of the two-dimensional Abelian Lie algebra $g\\cong \\mathbb{R}^{2}$ on the Hilbert space $V$. We show that perturbations of such a system are related to the first Chevalley-Eilenberg cohomology group $H^{1}_{CE}(\\mathbb{R}^{2},\\mathfrak{u}(V))$. In turn, the perturbative anomalies of the symmetry $\\hat{S}$ are related to the second cohomology group $H^{2}_{CE}(\\mathbb{R}^{2},\\mathfrak{u}(V))$."}, {"id": "c1370", "text": "HTEE vs. Pseudo-Entropy in Magnetic Fields : We compare the holographic timelike entanglement entropy with the pseudo-entropy arising from a two-qubit quantum mechanical system. In this model, we consider transitions from an initial thermal state to a final thermal state at fixed temperature under the influence of an external magnetic field. Our findings highlight significant discrepancies between the two quantities, which display markedly different behavior."}, {"id": "c1371", "text": "Finite $N$ Hilbert Spaces of Bilocal Holography : For vector/AdS and dS holography we establish the structure of the emergent Hilbert space. This is done through implementation of finite $N$ trace relations on the infinite collective space. For fermionic theories a finite Hilbert space is established, while for bosonic theories a space of freely acting primaries multiplied by a finite set of secondaries emerges. The Hilbert space of states obey finite $N$ cut off bounds, implying finiteness of traces and entropy."}, {"id": "c1372", "text": "Correlator-Level Verification of Mass and Current Maps in Abelian Chern-Simons Dualities : We construct an explicit local operator realization that reproduces Dirac fermion correlation functions in three spacetime dimensions within an Abelian Chern-Simons framework and use it to examine the conjectured operator and deformation maps of fermion-boson duality directly at the level of correlation functions.\n We show that the predicted relation between bosonic and fermionic mass deformations, including the relative sign, is realized quantitatively, and that the fermionic U(1) current coincides with the topological gauge current inside correlation functions at the infrared fixed point. These results provide a direct correlator-level verification of key features of Abelian Chern-Simons dualities, going beyond arguments based solely on phase structure, anomaly matching, or large-N considerations."}, {"id": "c1373", "text": "Thou shalt not tunnel: Complex instantons and tunneling suppression in deformed quantum mechanics : The quantization of the Seiberg-Witten curve of ${\\cal N}=2$ super Yang-Mills theory leads to a deformation of one-dimensional quantum mechanics with unconventional behavior. Most notably, quantum tunneling is suppressed at special points in parameter space. In this paper we examine these deformed models in the case of double-well and cubic potentials, and we find that they have a rich phase structure. In what we call the strong coupling phase, the theory behaves like conventional quantum mechanics, instantons are real, and tunneling is not suppressed. In the weak coupling phase, the instantons responsible for tunneling become complex, and tunneling suppression takes place at the so-called Toda lattice points. At the critical point between the two phases, which corresponds to a monopole point in super Yang-Mills theory, the non-perturbative amplitudes display an anomalous scaling as a function of $\\hbar$. This phase structure reflects the physics of the underlying super Yang-Mills theory and can be regarded as a physical manifestation of wall-crossing behavior of the BPS spectrum, which we determine in our problem by using resurgent techniques."}, {"id": "c1374", "text": "Non-vacuum metrics for the Newman-Unti-Tamburino background: A coordinate-free approach to diverging and twisting solutions : The geometry of the Newman-Unti-Tamburino (NUT) vacuum solution is characterized as the unique Petrov Type D vacuum metric such that the two double principal null directions form an integrable distribution. We study expanding and twisting non-vacuum Type D metrics in this geometry, with the additional assumption $\u03a6_{01}=\u03a6_{12}=0$. We prove that these conditions determine the solutions up to a freedom in $\u03a6_{11}\\pm 3\u039b$."}, {"id": "c1375", "text": "Dyonic Kerr-Sen Black Hole's Resonant Scattering: Absorption and Superradiance : We analytically investigate scalar superradiant scattering in the rotating dyonic Kerr-Sen black hole of Einstein-Maxwell-Dilaton-Axion theory. Starting from the separable Klein-Gordon equation for a massive neutral scalar field, we work in the low-frequency and slow-rotation regime and employ the analytical asymptotic matching (AAM) method to compute the reflection coefficient and the associated superradiant amplification factor. Since an exact global scattering solution is not available in this four-charge geometry, the AAM framework enables a controlled analytic treatment of the near-and far-region dynamics. We provide detailed and systematic derivations of the matching procedure leading to the closed-form amplification formula. The superradiant condition is obtained explicitly and we demonstrate that energy extraction occurs exclusively for co-rotating modes satisfying $\u03a9< m \u03a9_H$. We show that the presence of electric and magnetic charges suppresses the amplification relative to the Kerr limit, whereas lighter co-rotating scalar fields broaden the superradiant window and enhance the efficiency of rotational energy extraction."}, {"id": "c1376", "text": "Thermodynamic Gravity with Non-Extensive Horizon Entropy and Topological Calibration : We revisit Jacobson's thermodynamic derivation of gravitational dynamics in the presence of generalized, non-extensive horizon entropies. Working within a local Rindler-wedge framework, we formulate the Clausius relation as the stationarity condition of a Massieu functional at fixed Unruh temperature, which identifies the entropy slope as the parameter controlling the effective gravitational coupling. For area-type entropies with constant slope, the construction reproduces Einstein's equations with $G_{eff} = 1/(4s_0)$, while curvature-dependent entropy densities supplemented by an internal entropy-production term yield the field equations of $f(R)$ gravity.\n Motivated by group-entropic considerations and long-range correlations, we model the entropy of horizon cross sections by a power law $S(A) = \u03b7(A/4G)^\u03b4$ and analyze its local and global implications. To fix the otherwise arbitrary coarse-graining scale entering the entropy slope, we introduce a Topological Calibration Principle that ties the reference area to intrinsic geometric data through the Gauss-Bonnet theorem. For compact two-dimensional sections, this selects a canonical calibration area and leads to a topology-dependent effective coupling $G_{eff}(\u03c7) \\propto |\u03c7|^{1-\u03b4}$ where $\u03c7$ represents the Euler characteristic. Consistency across scales and topologies yields logarithmic bounds on $|1-\u03b4|$, while the associated scale dependence induces a characteristic modulation of the gravitational coupling in cosmology. The framework thus provides a controlled route to confront non-extensive horizon thermodynamics with both theoretical consistency requirements and observational constraints."}, {"id": "c1377", "text": "Coherent quantum hairy black holes from gravitational decoupling : A quantum description of hairy black holes within gravitational decoupling (GD) is developed using coherent graviton states. Classical geometry emerges as the mean-field limit of a finite graviton condensate, while quantum fluctuations introduce a short-distance regulator. We construct a coherent quantum GD hairy black hole metric by Gaussian smearing the gravitational potential, with an effective width that encodes the size of the quantum core. The resulting geometry is free of curvature singularities over appropriate parameter ranges and exhibits modified horizon structures. The effective stress-energy tensor is derived, the energy conditions are analyzed, and the Misner-Sharp mass is computed. We investigate geodesics in the coherent quantum GD hairy black hole geometry, with relevant deviations from the RN case. Photon rings, critical impact parameters, and light deflection exhibit measurable strong-field modifications, allowing observational constraints on deviations from general relativity."}, {"id": "c1378", "text": "Applying a Random-Key Optimizer on Mixed Integer Programs : Mixed-Integer Programs (MIPs) are NP-hard optimization models that arise in a broad range of decision-making applications, including finance, logistics, energy systems, and network design. Although modern commercial solvers have achieved remarkable progress and perform effectively on many small- and medium-sized instances, their performance often degrades when confronted with large-cale or highly constrained formulations. This paper explores the use of the Random-Key Optimizer (RKO) framework as a flexible, metaheuristic alternative for computing high-quality solutions to MIPs through the design of problem-specific decoders. The proposed approach separates the search process from feasibility enforcement by operating in a continuous random-key space while mapping candidate solutions to feasible integer solutions via efficient decoding procedures. We evaluate the methodology on two representative and structurally distinct benchmark problems: the mean-variance Markowitz portfolio optimization problem with buy-in and cardinality constraints, and the Time-Dependent Traveling Salesman Problem. For each formulation, tailored decoders are developed to reduce the effective search space, promote feasibility, and accelerate convergence. Computational experiments demonstrate that RKO consistently produces competitive, and in several cases superior, solutions compared to a state-of-the-art commercial MIP solver, both in terms of solution quality and computational time. These results highlight the potential of RKO as a scalable and versatile heuristic framework for tackling challenging large-scale MIPs."}, {"id": "c1379", "text": "Robust Permutation Flowshops Under Budgeted Uncertainty : We consider the robust permutation flowshop problem under the budgeted uncertainty model, where at most a given number of job processing times may deviate on each machine. We show that solutions for this problem can be determined by solving polynomially many instances of the corresponding nominal problem. As a direct consequence, our result implies that this robust flowshop problem can be solved in polynomial time for two machines, and can be approximated in polynomial time for any fixed number of machines. The reduction that is our main result follows from an analysis similar to Bertsimas and Sim (2003) except that dualization is applied to the terms of a min-max objective rather than to a linear objective function. Our result may be surprising considering that heuristic and exact integer programming based methods have been developed in the literature for solving the two-machine flowshop problem. We conclude by showing a logarithmic factor improvement in the overall running time implied by a naive reduction to nominal problems in the case of two machines and three machines."}, {"id": "c1380", "text": "A Polyhedral Study on Unit Commitment with a Single Type of Binary Variables : Efficient power production scheduling is a crucial concern for power system operators aiming to minimize operational costs. Previous mixed-integer linear programming formulations for unit commitment (UC) problems have primarily used two or three types of binary variables. The investigation of strong formulations with a single type of binary variables has been limited, as it is believed to be challenging to derive strong valid inequalities using fewer binary variables, and the reduction of the number of binary variables is often accompanied by a compromise in tightness. To address these issues, this paper considers a formulation for unit commitment using a single type of binary variables and develops strong valid inequality families to enhance the tightness of the formulation. Conditions under which these strong valid inequalities serve as facet-defining inequalities for the single-generator UC polytope are provided. For those large-size valid inequality families, the existence of efficient separation algorithms for determining the most violated inequalities is also discussed. The effectiveness of the proposed single-binary formulation and strong valid inequalities is demonstrated through computational experiments on network-constrained UC problems. The results indicate that the strong valid inequalities presented in this paper are effective in solving UC problems and can also be applied to UC formulations that contain more than one type of binary variables."}, {"id": "c1381", "text": "Target controllability for a minimum time problem in a trait-structured chemostat model : In this paper, we consider a minimum time control problem governed by a trait-structured chemostat model including mutation and one limiting substrate. Our first main result proves the well-posedness of the control-to-state mapping. We subsequently analyze the class of auxostat-type controls, feedback laws designed to regulate substrate concentration, and prove that the corresponding solutions converge to a stationary state of the system. These convergence results are used to show the reachability of a target set corresponding to the selection of a population with a low weighted averaged half-saturation constant. Finally, we show the existence of an optimal control for the minimum time problem associated with reaching the target set. These theoretical findings are completed by numerical simulations."}, {"id": "c1382", "text": "Aggressiveness-Aware Learning-based Control of Quadrotor UAVs with Safety Guarantees : This paper presents an aggressiveness-aware control framework for quadrotor UAVs that integrates learning-based oracles to mitigate the effects of unknown disturbances. Starting from a nominal tracking controller on $\\mathrm{SE}(3)$, unmodeled generalized forces and moments are estimated using a learning-based oracle and compensated in the control inputs. An aggressiveness-aware gain scheduling mechanism adapts the feedback gains based on probabilistic model-error bounds, enabling reduced feedback-induced aggressiveness while guaranteeing a prescribed practical exponential tracking performance. The proposed approach makes explicit the trade-off between model accuracy, robustness, and control aggressiveness, and provides a principled way to exploit learning for safer and less aggressive quadrotor maneuvers."}, {"id": "c1383", "text": "Comparison of Linear Systems Across Time Domains: Continuous-time vs. Discrete-time : We develop a formal framework for the behavioral comparison of linear systems across different time domains. We accomplish this by introducing the notion of system interpolation, which determines whether the input-state trajectories of a continuous-time system can be realized as piecewise polynomial interpolations of the input-state trajectories of a discrete-time system. In this context, a piecewise polynomial interpolation of a discrete-time signal is characterized as a continuous-time function that coincides with the discrete-time signal at given sampling instants and can be realized as a polynomial of a prescribed degree over intervals between these instants. By representing piecewise polynomial functions as linear combinations of shifted Legendre polynomials, we characterize system interpolation as a subspace inclusion that is completely in terms of system parameters. This therefore allows for a computationally efficient comparison of the input-state behavior of a continuous-time system with that of a discrete-time one. We then exploit this characterization to discretize a given continuous-time system into a discrete-time one. Lastly, given a control specification, we exploit system interpolation to synthesize controllers that ensure satisfaction at each given sampling instant, while they measure the extent of (possible) violation over intervals between these instants."}, {"id": "c1384", "text": "Robust Kaczmarz methods for nearly singular linear systems : The Kaczmarz method is an efficient iterative algorithm for large-scale linear systems. However, its linear convergence rate suffers from ill-conditioned problems and is highly sensitive to the smallest nonzero singular value. In this work, we aim to extend the classical Kaczmarz to nearly singular linear systems that are row rank-deficient. We introduce a new concept of nearly singular property by treating the row space as an unstable subspace in the Grassman manifold. We then define a related important space called the approximate kernel, based on which a robust kernel-augmented Kaczmarz (KaK) is introduced via the subspace correction framework and analyzed by the well-known Xu--Zikatanov identity. To get an implementable version, we further introduce the approximate dual kernel and transform KaK into an equivalent kernel-augmented coordinate descent. Furthermore, we develop an accelerated variant and establish the improved rate of convergence matching the optimal complexity of first-order methods. Compared with existing methods, ours achieve uniform convergence rates for nearly singular linear systems, and the robustness has been confirmed by some numerical tests."}, {"id": "c1385", "text": "Non-Extreme Individual Minima for Improved Pareto Front Sampling Efficiency and Decision-Making : In multi-objective optimization, the set of optimal trade-offs -- the Pareto front -- often contains regions that are extremely steep or flat. The Pareto optimal points in these regions are typically of limited interest for decision-making, as the marginal rate of substitution is extreme: a marginal improvement in one objective necessitates a significant deterioration in at least one other objective. These unfavorable trade-offs frequently occur near the individual minima, where single objectives attain their minimum values without considering the remaining criteria.\n To address this, we propose the concept of \\emph{non-extreme individual minima} that relies on the notion of $L$-practical proper efficiency. These points can serve as a less sensitive replacement for \\emph{standard} individual minima in subsequent related methods. Specifically, they allow for a more practical restriction of the Pareto front sampling within a refined utopia-nadir hyperbox, provide a meaningful basis for image space normalization, and can enhance decision-making techniques, such as knee-point methods, by focusing on regions with acceptable trade-offs.\n We provide a computationally efficient algorithm to determine these non-extreme individual minima by solving at most $2n_J$ standard weighted-sum scalarizations, where $n_J$ is the number of objectives. To ensure robustness across varying objective scales, the method incorporates an integrated image space normalization strategy. Numerical examples, specifically a convex academic case and a non-convex real-world application, demonstrate that the method successfully excludes practically irrelevant regions in the image space."}, {"id": "c1386", "text": "Learning-Based Geometric Leader-Follower Control for Cooperative Rigid-Payload Transport with Aerial Manipulators : This paper presents a learning-based tracking control framework for cooperative transport of a rigid payload by multiple aerial manipulators under rigid grasp constraints. A unified geometric model is developed, yielding a coupled agent--payload differential--algebraic system that explicitly captures contact wrenches, payload dynamics, and internal force redundancy. A leader--follower architecture is adopted in which a designated leader generates a desired payload wrench based on geometric tracking errors, while the remaining agents realize this wrench through constraint-consistent force allocation.\n Unknown disturbances and modeling uncertainties are compensated using Gaussian Process (GP) regression. High-probability bounds on the learning error are explicitly incorporated into the control design, combining GP feedforward compensation with geometric feedback. Lyapunov analysis establishes uniform ultimate boundedness of the payload tracking errors with high probability, with an ultimate bound that scales with the GP predictive uncertainty."}, {"id": "c1387", "text": "Survey on Neural Routing Solvers : Neural routing solvers (NRSs) that leverage deep learning to tackle vehicle routing problems have demonstrated notable potential for practical applications. By learning implicit heuristic rules from data, NRSs replace the handcrafted counterparts in classic heuristic frameworks, thereby reducing reliance on costly manual design and trial-and-error adjustments. This survey makes two main contributions: (1) The heuristic nature of NRSs is highlighted, and existing NRSs are reviewed from the perspective of heuristics. A hierarchical taxonomy based on heuristic principles is further introduced. (2) A generalization-focused evaluation pipeline is proposed to address limitations of the conventional pipeline. Comparative benchmarking of representative NRSs across both pipelines uncovers a series of previously unreported gaps in current research."}, {"id": "c1388", "text": "Sum-Rate Maximization via Convex Optimization Using Subgradient Projections Onto Nonlinear Spectral Radius Constraint Sets : We solve the (weighted) sum-rate maximization problem over the set of achievable rates characterized by a nonlinear spectral radius function. This set has been recently shown to be convex in some practically relevant settings in modern wireless networks, including cell-less networks. However, even under convexity, sum-rate maximization is challenging because the nonlinear spectral radius characterization of the achievable rate region is difficult to handle directly. We overcome this difficulty by exploiting subgradient projections onto the level sets of suitably reformulated spectral radius functions. Notably, the derived subgradient projection algorithm provably converges to the global optimum of the sum-rate maximization problem under the convexity condition. The efficacy of the proposed algorithm is illustrated in simulations for cell-less networks."}, {"id": "c1389", "text": "Narrowing the Gap: SOS Ranks of $4 \\times 3$ Biquadratic Forms and a Lower Bound of $8$ : We investigate the maximum sum-of-squares (SOS) rank of biquadratic forms in the critical case of $4 \\times 3$ variables, where the general bounds are currently $7 \\leq \\mathrm{BSR}(4,3) \\leq 11$. By analyzing two important structured subclasses, we obtain exact determinations and improved upper bounds that significantly narrow this gap.\n For simple biquadratic forms those containing only distinct terms of the type $x_i^2 y_j^2$ we prove that the maximum achievable SOS rank is exactly 7, a value attained by a form corresponding to a $C_4$-free bipartite graph with the maximum number of edges. This settles the question for simple forms.\n For $y$-deficient biquadratic forms a class introduced here that permits cross terms among two of the three $y$-variables while the third appears only in pure square terms we prove an upper bound of $9$ by combining Calder\u00f6n's theorem on $m\\times 2$ forms with the known value $\\mathrm{BSR}(4,2) = 5$.\n Our main result is a constructive proof that $\\mathrm{BSR}(4,3) \\geq 8$. We present an explicit non-simple, non-deficient $4\\times 3$ biquadratic form and prove it requires exactly eight squares, thereby improving the general lower bound. This shows that any form achieving a rank higher than $8$ must possess a more complex algebraic structure, and it reduces the search space for determining the true value of $\\mathrm{BSR}(4,3)$. Connections to Zarankiewicz numbers, extremal graph theory, and classical results on sums of squares are highlighted throughout."}, {"id": "c1390", "text": "Simple vs. Optimal Congestion Pricing : Congestion pricing has emerged as an effective tool for mitigating traffic congestion, yet implementing welfare or revenue-optimal dynamic tolls is often impractical. Most real-world congestion pricing deployments, including New York City's recent program, rely on significantly simpler, often static, tolls. This discrepancy motivates the question of how much revenue and welfare loss there is when real-world traffic systems use static rather than optimal dynamic pricing.\n We address this question by analyzing the performance gap between static (simple) and dynamic (optimal) congestion pricing schemes in two canonical frameworks: Vickrey's bottleneck model with a public transit outside option and its city-scale extension based on the Macroscopic Fundamental Diagram (MFD). In both models, we first characterize the revenue-optimal static and dynamic tolling policies, which have received limited attention in prior work. In the worst-case, revenue-optimal static tolls achieve at least half of the dynamic optimal revenue and at most twice the minimum achievable system cost across a wide range of practically relevant parameter regimes, with stronger and more general guarantees in the bottleneck model than in the MFD model. We further corroborate our theoretical guarantees with numerical results based on real-world datasets from the San Francisco Bay Area and New York City, which demonstrate that static tolls achieve roughly 80-90% of the dynamic optimal revenue while incurring at most a 8-20% higher total system cost than the minimum achievable system cost."}, {"id": "c1391", "text": "Provably Safe Generative Sampling with Constricting Barrier Functions : Flow-based generative models, such as diffusion models and flow matching models, have achieved remarkable success in learning complex data distributions. However, a critical gap remains for their deployment in safety-critical domains: the lack of formal guarantees that generated samples will satisfy hard constraints. We address this by proposing a safety filtering framework that acts as an online shield for any pre-trained generative model. Our key insight is to cooperate with the generative process rather than override it. We define a constricting safety tube that is relaxed at the initial noise distribution and progressively tightens to the target safe set at the final data distribution, mirroring the coarse-to-fine structure of the generative process itself. By characterizing this tube via Control Barrier Functions (CBFs), we synthesize a feedback control input through a convex Quadratic Program (QP) at each sampling step. As the tube is loosest when noise is high and intervention is cheapest in terms of control energy, most constraint enforcement occurs when it least disrupts the model's learned structure. We prove that this mechanism guarantees safe sampling while minimizing the distributional shift from the original model at each sampling step, as quantified by the KL divergence. Our framework applies to any pre-trained flow-based generative scheme requiring no retraining or architectural modifications. We validate the approach across constrained image generation, physically-consistent trajectory sampling, and safe robotic manipulation policies, achieving 100% constraint satisfaction while preserving semantic fidelity."}, {"id": "c1392", "text": "Fenchel-Young Estimators of Perturbed Utility Models : The Perturbed Utility Model framework offers a powerful generalization of discrete choice analysis, unifying models like Multinomial Logit and Sparsemax through convex optimization. However, standard Maximum Likelihood Estimation (MLE) faces severe theoretical and numerical challenges when applied to this broader class, particularly regarding non-convexity and instability in sparse regimes. To resolve these issues, this paper introduces a unified estimation framework based on the Fenchel-Young loss. By leveraging the intrinsic convex conjugate structure of PUMs, we demonstrate that the Fenchel-Young estimator guarantees global convexity and bounded gradients, providing a mathematically natural alternative to MLE. Addressing the critical challenge of data scarcity, we further extend this framework via Wasserstein Distributionally Robust Optimization. We first derive an exact finite-dimensional reformulation of the infinite-dimensional primal problem, establishing its theoretical convexity. However, recognizing that the resulting worst-case constraints involve computationally intractable inner maximizations, we subsequently construct a tractable safe approximation by exploiting the global Lipschitz continuity of the Fenchel-Young loss. Through this tractable formulation, we uncover a rigorous geometric unification: two canonical regularization techniques, standard L2-regularization and the margin-enforcing Hinge loss, emerge mathematically as specific limiting cases of our distributionally robust estimator. Extensive experiments on synthetic data and the Swissmetro benchmark validate that the proposed framework significantly outperforms traditional methods, recovering stable preferences even under severe data limitations."}, {"id": "c1393", "text": "An accelerated rearrangement method for two-phase composite optimization : We propose and analyze an Accelerated Rearrangement Method (ARM) for solving a class of nonconvex optimization problems involving two-phase composites. These problems include maximizing the (work) energy of a membrane governed by the Poisson equation and minimizing the principal eigenvalue of a weighted Dirichlet-Laplacian, both subject to material distribution constraints. Building on the classical rearrangement method, we introduce momentum-like acceleration by extrapolating the Fr\u00e9chet derivative, leading to a provably convergent algorithm. We also introduce a restarted variant that guarantees monotonic improvement of the objective. In one dimension, we derive asymptotic convergence rates for ARM and prove that they improve upon the classical rearrangement method. Numerical experiments in both two and three dimensions confirm the accelerated convergence and demonstrate practical efficiency."}, {"id": "c1394", "text": "Dynamic Symmetric Point Tracking: Tackling Non-ideal Reference in Analog In-memory Training : Analog in-memory computing (AIMC) performs computation directly within resistive crossbar arrays, offering an energy-efficient platform to scale large vision and language models. However, non-ideal analog device properties make the training on AIMC devices challenging. In particular, its update asymmetry can induce a systematic drift of weight updates towards a device-specific symmetric point (SP), which typically does not align with the optimum of the training objective. To mitigate this bias, most existing works assume the SP is known and pre-calibrate it to zero before training by setting the reference point as the SP. Nevertheless, calibrating AIMC devices requires costly pulse updates, and residual calibration error can directly degrade training accuracy. In this work, we present the first theoretical characterization of the pulse complexity of SP calibration and the resulting estimation error. We further propose a dynamic SP estimation method that tracks the SP during model training, and establishes its convergence guarantees. In addition, we develop an enhanced variant based on chopping and filtering techniques from digital signal processing. Numerical experiments demonstrate both the efficiency and effectiveness of the proposed method."}, {"id": "c1395", "text": "Complexity of Classical Acceleration for $\\ell_1$-Regularized PageRank : We study the degree-weighted work required to compute $\\ell_1$-regularized PageRank using the standard one-gradient-per-iteration accelerated proximal-gradient method (FISTA). For non-accelerated local methods, the best known worst-case work scales as $\\widetilde{O} ((\u03b1\u03c1)^{-1})$, where $\u03b1$ is the teleportation parameter and $\u03c1$ is the $\\ell_1$-regularization parameter. A natural question is whether FISTA can improve the dependence on $\u03b1$ from $1/\u03b1$ to $1/\\sqrt\u03b1$ while preserving the $1/\u03c1$ locality scaling. The challenge is that acceleration can break locality by transiently activating nodes that are zero at optimality, thereby increasing the cost of gradient evaluations. We analyze FISTA on a slightly over-regularized objective and show that, under a checkable confinement condition, all spurious activations remain inside a boundary set $\\mathcal{B}$. This yields a bound consisting of an accelerated $(\u03c1\\sqrt\u03b1)^{-1}\\log(\u03b1/\\varepsilon)$ term plus a boundary overhead $\\sqrt{vol(\\mathcal{B})}/(\u03c1\u03b1^{3/2})$. We provide graph-structural conditions that imply such confinement. Experiments on synthetic and real graphs show the resulting speedup and slowdown regimes under the degree-weighted work model."}, {"id": "c1396", "text": "Robustness certificates in data-driven non-convex optimization with additively-uncertain constraints : We consider decision-making problems that are formulated as non-convex optimization programs where uncertainty enters the constraints through an additive term, independent of the decision variables, and robustness is imposed using a finite data-set, according to the scenario robust optimization paradigm. By exploiting the structure of the constraints, we show that both a priori and a posteriori distribution-free probabilistic robustness certificates for a possibly sub-optimal solution to the resulting data-driven optimization problem can be obtained with minimal computational effort. Building on these results, we also discuss a one-shot and an incremental procedure to determine the size of the data-set so as to guarantee a user-chosen robustness level. Notably, both the a posteriori robustness assessment and incremental data-set sizing do not require to solve the non-convex scenario program. A comparative analysis performed on the unit commitment problem using real data reveals a limited increase in conservativeness with a significant computational saving with respect to the application of scenario theory results for general, non necessarily structured, non-convex problems."}, {"id": "c1397", "text": "Optimal extraction with an impact on diffusion-jump pricing : We study an optimal extraction problem where the agent's actions in the spot market exert an additive proportional negative impact on the commodity price. The commodity price dynamics, prior to any activity by the agent, are evolved by a drifted Brownian motion with jumps. The agent's primary aim is to identify an optimal extraction strategy that maximizes their expected net profits."}, {"id": "c1398", "text": "A subdifferential characterization via Busemann functions and applications to DC optimization on Hadamard manifolds : This paper investigates the properties of Busemann functions on Hadamard manifolds and their use in optimization algorithms in Riemannian settings. We present a new Busemann-based characterization of the subdifferential, which is particularly well suited to Riemannian optimization. In the classical Hadamard manifold framework, a subgradient provides a global lower model of a convex function expressed through the inverse exponential map. However, this model may fail to exhibit a useful convexity or concavity structure. By contrast, our characterization yields a concave bounding function by exploiting key properties of Busemann functions. We use this concavity to design and analyze difference-of-convex (DC) optimization methods on Hadamard manifolds. In particular, we reformulate the classical DC algorithm (DCA) for Riemannian contexts and study its convergence properties. We also report preliminary numerical experiments comparing the proposed Busemann DCA, which leads to geodesically convex subproblems, with the classical Riemannian DCA."}, {"id": "c1399", "text": "Implicit Decision Diagrams : Decision Diagrams (DDs) have emerged as a powerful tool for discrete optimization, with rapidly growing adoption. DDs are directed acyclic layered graphs; restricted DDs are a generalized greedy heuristic for finding feasible solutions, and relaxed DDs compute combinatorial relaxed bounds. There is substantial theory that leverages DD-based bounding, yet the complexity of constructing the DDs themselves has received little attention. Standard restricted DD construction requires $O(w \\log(w))$ per layer; standard relaxed DD construction requires $O(w^2)$, where $w$ is the width of the DD. Increasing $w$ improves bound quality at the cost of more time and memory.\n We introduce implicit Decision Diagrams, storing arcs implicitly rather than explicitly, and reducing per-layer complexity to $O(w)$ for restricted and relaxed DDs. We prove this is optimal: any framework treating state-update and merge operations as black boxes cannot do better.\n Optimal complexity shifts the challenge from algorithmic overhead to low-level engineering. We show how implicit DDs can drive a MIP solver, and release ImplicitDDs.jl (https://https://github.com/IsaacRudich/ImplicitDDs.jl), an open-source Julia solver exploiting the implementation refinements our theory enables. Experiments demonstrate the solver outperforms Gurobi on Subset Sum."}, {"id": "c1400", "text": "Convergent Lifted Lasserre Hierarchy of SDPs for Minimizing Expectation of Piecewise Polynomial Loss over Wasserstein Balls : This paper investigates the minimization of the expectation of piecewise polynomial loss functions over Wasserstein balls. This optimization problem often appears as a key sub-problem of distributionally robust optimization problems. We establish the asymptotic convergence of a hierarchy of semi-definite programming (SDP) relaxations, providing a framework for approximating the optimal values of these inherently infinite-dimensional optimization problems. A central foundational contribution is the development of a new lifted positivity certificate: we demonstrate that piecewise polynomials positive over Archimedean basic semi-algebraic sets admit a structured system of sum-of-squares (SOS) representations. Furthermore, we prove that the proposed hierarchy achieves finite convergence under suitable conditions when the defining polynomials are convex. The practical utility and versatility of this approach are demonstrated via numerical experiments in revenue estimation and portfolio optimization."}, {"id": "c1401", "text": "Quantum circuit design from a retraction-based Riemannian optimization framework : Designing quantum circuits for ground state preparation is a fundamental task in quantum information science. However, standard Variational Quantum Algorithms (VQAs) are often constrained by limited ansatz expressivity and difficult optimization landscapes. To address these issues, we adopt a geometric perspective, formulating the problem as the minimization of an energy cost function directly over the unitary group. We establish a retraction-based Riemannian optimization framework for this setting, ensuring that all algorithmic procedures are implementable on quantum hardware. Within this framework, we unify existing randomized gradient approaches under a Riemannian Random Subspace Gradient Projection (RRSGP) method. While recent geometric approaches have predominantly focused on such first-order gradient descent techniques, efficient second-order methods remain unexplored. To bridge this gap, we derive explicit expressions for the Riemannian Hessian and show that it can be estimated directly on quantum hardware via parameter-shift rules. Building on this, we propose the Riemannian Random Subspace Newton (RRSN) method, a scalable second-order algorithm that constructs a Newton system from measurement data. Numerical simulations indicate that RRSN achieves quadratic convergence, yielding high-precision ground states in significantly fewer iterations compared to both existing first-order approaches and standard VQA baselines. Ultimately, this work provides a systematic foundation for applying a broader class of efficient Riemannian algorithms to quantum circuit design."}, {"id": "c1402", "text": "Stochastic Control Problems with Infinite Horizon and Regime Switching Arising in Optimal Liquidation with Semimartingale Strategies : We study an optimal control problem on infinite time horizon with semimartingale strategies, random coefficients and regime switching. The value function and the optimal strategy can be characterized in terms of three systems of backward stochastic differential equations (BSDEs) with infinite horizon. One of them is a system of linear BSDEs with unbounded coefficients and infinite horizon, which seems to be new in literature. We establish the existence of the solutions to these BSDEs by BMO analysis and comparison theorem for multi-dimensional BSDEs. Next, we establish that the optimal control problem is well posed, in the sense that the value function is finite and the optimal strategy-when it exists-is unique. This is achieved by reformulating the cost functional as the sum of a quadratic functional and the candidate value function. The reformulation crucially relies on the well-established well-posedness results for systems of BSDEs. Finally, under additional assumptions, we obtain the unique optimal strategy."}, {"id": "c1403", "text": "Competition Versus Complexity in Multiple-Selection Prophet Inequalities : Competition complexity formalizes a compelling intuition: rather than refining the mechanism, how much additional competition is sufficient for a simple mechanism to compete with an optimal one? We begin the study of this question in multi-unit pricing for welfare maximization using prophet inequalities. An online decision-maker observes $m \\geq k$ nonnegative values drawn independently from a known distribution, may select up to $k$ of them, and aims to maximize the expected sum of selected values. The benchmark is a prophet who observes a sequence of length $n \\geq k$ and selects the $k$ largest values. We focus on the widely adopted class of single-threshold algorithms and fully characterize their $(1-\\varepsilon)$-competition complexity. Notably, our results reveal a sharp competition-induced phase transition: in the absence of competition, single-threshold algorithms are fundamentally limited to a $1-1/\\sqrt{2k\u03c0}$ fraction of the prophet value, whereas even a $1\\%$ multiplicative increase beyond $n$ observations suffices to achieve a $1-\\exp(-\u0398(k))$ fraction. Another notable result happens when $k=1$: we show that the $(1-\\varepsilon)$-competition complexity is exactly $\\ln(1/\\varepsilon)$, fully resolving an open question by Brustle et al. [Math. Oper. Res. 2024]. Our analysis is based on infinite-dimensional linear programming and duality arguments."}, {"id": "c1404", "text": "Exploiting Low-Rank Structure in Max-K-Cut Problems : We approach the Max-3-Cut problem through the lens of maximizing complex-valued quadratic forms and demonstrate that low-rank structure in the objective matrix can be exploited, leading to alternative algorithms to classical semidefinite programming (SDP) relaxations and heuristic techniques. We propose an algorithm for maximizing these quadratic forms over a domain of size $K$ that enumerates and evaluates a set of $O\\left(n^{2r-1}\\right)$ candidate solutions, where $n$ is the dimension of the matrix and $r$ represents the rank of an approximation of the objective. We prove that this candidate set is guaranteed to include the exact maximizer when $K=3$ (corresponding to Max-3-Cut) and the objective is low-rank, and provide approximation guarantees when the objective is a perturbation of a low-rank matrix. This construction results in a family of novel, inherently parallelizable and theoretically-motivated algorithms for Max-3-Cut. Extensive experimental results demonstrate that our approach achieves performance comparable to existing algorithms across a wide range of graphs, while being highly scalable."}, {"id": "c1405", "text": "StochasticBarrier.jl: A Toolbox for Stochastic Barrier Function Synthesis : We present StochasticBarrier.jl, an open-source Julia-based toolbox for generating Stochastic Barrier Functions (SBFs) for safety verification of discrete-time stochastic systems with additive Gaussian noise. StochasticBarrier.jl certifies linear, polynomial, and piecewise affine (PWA) systems. The latter enables verification for a wide range of system dynamics, including general nonlinear types. The toolbox implements a Sum-of-Squares (SOS) optimization approach, as well as methods based on piecewise constant (PWC) functions. For SOS-based SBFs, StochasticBarrier.jl leverages semi-definite programming solvers, while for PWC SBFs, it offers three engines: two using linear programming (LP) and one based on gradient descent (GD). Benchmarking StochasticBarrier.jl against the state-of-the-art shows that the tool outperforms existing tools in computation time, safety probability bounds, and scalability across over 30 case studies. Compared to its closest competitor, StochasticBarrier.jl is up to four orders of magnitude faster, achieves significant safety probability improvements, and supports higher-dimensional systems."}, {"id": "c1406", "text": "A variance reduced framework for (non)smooth nonconvex-nonconcave stochastic minimax problems with extended Kurdyka-Lojasiewicz property : In this paper, we study stochastic constrained minimax optimization problems with nonconvex-nonconcave structure, a central problem in modern machine learning, for which reliable and efficient algorithms remain largely unexplored due to its inherent challenges. Prior approaches for nonconvex minimax optimization often require (strong) concavity on the maximization part, or certain restrictive geometric assumptions on the joint objective to have guaranteed convergence. In contrast, our method only assumes weak convexity in the primal variable and the extended Kurdyka-Lojasiewicz (KL) property, with exponent $\u03b8\\in [0,1]$, in the dual variable, significantly broadening the class of tractable problems. To this end, we propose a variance reduced algorithm that provably handles this general setting and achieves an $\\varepsilon$-stationary solution with state-of-the-art sample complexity: in the smooth finite-sum setting, the sample complexity is $\\mathcal{O}\\left(\\sqrt{N}\\,\\varepsilon^{-\\max\\{4\u03b8,2\\}}\\right)$, where $N$ is the number of total samples, and in the online smooth setting, it is $\\mathcal{O}\\Big(\\varepsilon^{-\\max\\{6\u03b8,3\\}}\\Big)$. For the structured nonsmooth problem, the sample complexity is $\\mathcal{O}\\left(\\sqrt{N}\\,\\max\\Big\\{\\varepsilon^{-3}, \\varepsilon^{-5\u03b8}, \\varepsilon^{-\\frac{11\u03b8-3}{2\u03b8}}\\Big\\}\\right)$ and $\\mathcal{O}\\left(\\max\\left\\{\\varepsilon^{-4}, \\varepsilon^{-\\frac{15\u03b8-1}{2}}, \\varepsilon^{-\\frac{31\u03b8-9}{4\u03b8}}\\right\\}\\right)$ respectively for the two settings. To the best of our knowledge, this is the first unified framework that jointly accommodates weak convexity, the extended KL property, and variance-reduced stochastic updates, making it highly suitable for large-scale applications."}, {"id": "c1407", "text": "Poisson Hamiltonian Pontryagin Dynamics and Optimal Control of Mechanical Systems on Lie Groupoids : We develop a Poisson Hamiltonian formulation of Pontryagin dynamics for optimal control of mechanical systems on Lie groupoids. The reduced dynamics is formulated intrinsically on the dual Lie algebroid endowed with its canonical linear Poisson structure and evolves on its symplectic leaves. The main result of this work shows that symplectic leaves, rather than coadjoint orbits, provide the natural reduced phase spaces for Pontryagin dynamics on Lie groupoids. Under suitable regularity assumptions, we prove the equivalence between the variational formulation of the optimal control problem and the associated Poisson Hamiltonian Pontryagin system, and we show that groupoid invariant Lagrangians lead to reduced optimality conditions of Euler Poincare type. Several mechanical examples, including systems with configuration dependent inertia and local symmetries, are presented to illustrate the theory."}, {"id": "c1408", "text": "A unified solution framework for truck-and-drone routing problems : Coordinated truck-and-drone routing integrates the high capacity and range of ground vehicles with the flexible routing and speed of drones, enabling simultaneous service. Increasingly applied in last-mile delivery, this synchronization helps reduce completion time and operational costs. To improve its efficiency, various coordination modes between trucks and drones have been proposed. Each mode accommodates diverse operational constraints tailored to particular delivery requirements. In existing work, a slight change in the structural framework or operational characteristics could generate a totally different problem variant, which often requires the design of specialized algorithms. Consequently, under the requirement of maintaining structural validation and adapting to multiple operational features, this paper presents a unified three-phase solution framework based on the Lin-Kernighan-Helsgaun algorithm to solve a wide family of truck-and-drone routing problems. To validate its flexibility and effectiveness, we carry out numerical experiments on three problem variants: the Flying Sidekick Traveling Salesman Problem (FSTSP), the Traveling Salesman Problem with Multiple Drones (TSP-mD), and the Vehicle Routing Problem with Drones (VRP-D), benchmarking each against an effective algorithm. Computational results show that the framework can closely match optimal solutions on small-size instances and even improve the best-known solutions for several medium-size instances. Moreover, additional extensions are discussed to further highlight its versatility."}, {"id": "c1409", "text": "Uncertainty-Aware Delivery Delay Duration Prediction via Multi-Task Deep Learning : Accurate delivery delay prediction is critical for maintaining operational efficiency and customer satisfaction across modern supply chains. Yet the increasing complexity of logistics networks, spanning multimodal transportation, cross-country routing, and pronounced regional variability, makes this prediction task inherently challenging. This paper introduces a multi-task deep learning model for delivery delay duration prediction in the presence of significant imbalanced data, where delayed shipments are rare but operationally consequential. The model embeds high-dimensional shipment features with dedicated embedding layers for tabular data, and then uses a classification-then-regression strategy to predict the delivery delay duration for on-time and delayed shipments. Unlike sequential pipelines, this approach enables end-to-end training, improves the detection of delayed cases, and supports probabilistic forecasting for uncertainty-aware decision making. The proposed approach is evaluated on a large-scale real-world dataset from an industrial partner, comprising more than 10 million historical shipment records across four major source locations with distinct regional characteristics. The proposed model is compared with traditional machine learning methods. Experimental results show that the proposed method achieves a mean absolute error of 0.67-0.91 days for delayed-shipment predictions, outperforming single-step tree-based regression baselines by 41-64% and two-step classify-then-regress tree-based models by 15-35%. These gains demonstrate the effectiveness of the proposed model in operational delivery delay forecasting under highly imbalanced and heterogeneous conditions."}, {"id": "c1410", "text": "Local Second-Order Limit Dynamics of the Alternating Direction Method of Multipliers for Semidefinite Programming : The alternating direction method of multipliers (ADMM) is widely used for solving large-scale semidefinite programs (SDPs), yet on instances with multiple primal--dual optimal solution pairs, it often enters prolonged slow-convergence regions where the Karush--Kuhn--Tucker (KKT) residuals nearly stall. To explain and predict the fine-grained dynamical behavior inside these regions, we develop a local second-order limit dynamics framework for ADMM near an arbitrary KKT point -- not necessarily the eventual limit point of the iterates. Assuming the existence of a strictly complementary primal--dual solution pair, we derive a second-order local expansion of the ADMM dynamics by leveraging a refined and simplified variational characterization of the (parabolic) second-order directional derivative of the PSD projection operator. This expansion reveals a closed convex cone of directions along which the local first-order update vanishes, and it induces a second-order limit map that governs the persistent drift after transient effects are filtered out. We characterize fundamental properties of this mapping, including its kernel, range, and continuity. A primal--dual decoupling further yields a clean scaling law for the effect of the penalty parameter in ADMM. We connect these properties to second-order dynamical features of ADMM, including fixed points, almost-invariant sets, and microscopic phases. Three empirical phenomena in slow-convergence regions are then explained or predicted: (i) angles between consecutive iterate differences are small yet nonzero, except for sparse spikes; (ii) primal and dual infeasibilities are insensitive to penalty-parameter updates; and (iii) iterates can be transiently trapped in a low-dimensional subspace for an extended period. Extensive numerical experiments on the Mittelmann dataset corroborate our theoretical predictions."}, {"id": "c1411", "text": "Optimal design with uncertainties: a risk-averse approach : We study a class of stochastic optimal design problems for elliptic partial differential equations in divergence form, where the coefficients represent mixtures of two conducting materials. The objective is to minimize a generalized risk measure of the system response, incorporating uncertainty in the loading through probability distributions. We establish existence of relaxed optimal designs via homogenization theory and derive first-order stationarity conditions satisfied by the optima. Based on these conditions, we develop an optimality criteria algorithm for numerical computations. The stochastic component is treated using a truncated Karhunen--Lo\u00e8ve expansion, allowing evaluation of the value-at-risk (VaR) and conditional value-at-risk (CVaR) contributions arising from the sensitivity analysis and featured in the algorithm. The method is illustrated for an example involving CVaR-based compliance minimization."}, {"id": "c1412", "text": "A General Equilibrium Theory of Orchestrated AI Agent Systems : We establish a general equilibrium theory for systems of large language model (LLM) agents operating under centralized orchestration. The framework is a production economy in the sense of Arrow-Debreu (1954), extended to infinite-dimensional commodity spaces following Bewley (1972). Each LLM agent is modeled as a firm whose production set Y a $\\subset$ H = L 2 ([0, T ], R R ) represents the feasible metric trajectories determined by its frozen model weights. The orchestrator is the consumer, choosing a routing policy over the agent DAG to maximize system welfare subject to a budget constraint evaluated at functional prices p $\\in$ H A . These prices-elements of the Hilbert dual of the commodity space-assign a shadow value to each metric of each agent at each instant. We prove, via Brouwer's theorem applied to a finitedimensional approximation V K $\\subset$ H, that every such economy admits at least one general equilibrium (p * , y * , $\u03c0$ * ). A functional Walras' law holds as a theorem: the value of functional excess demand is zero for all prices, as a consequence of the consumer's budget constraint-not by construction. We further establish Pareto optimality (First Welfare Theorem), decentralizability of Pareto optima (Second Welfare Theorem), and uniqueness with geometric convergence under a contraction condition (Banach). The orchestration dynamics constitute a Walrasian t{\u00e2}tonnement that converges globally under the contraction condition, unlike classical t{\u00e2}tonnement (Scarf, 1960). The framework admits a DSGE interpretation with SLO parameters as policy rates."}, {"id": "c1413", "text": "Path-conditioned training: a principled way to rescale ReLU neural networks : Despite recent algorithmic advances, we still lack principled ways to leverage the well-documented rescaling symmetries in ReLU neural network parameters. While two properly rescaled weights implement the same function, the training dynamics can be dramatically different. To offer a fresh perspective on exploiting this phenomenon, we build on the recent path-lifting framework, which provides a compact factorization of ReLU networks. We introduce a geometrically motivated criterion to rescale neural network parameters which minimization leads to a conditioning strategy that aligns a kernel in the path-lifting space with a chosen reference. We derive an efficient algorithm to perform this alignment. In the context of random network initialization, we analyze how the architecture and the initialization scale jointly impact the output of the proposed method. Numerical experiments illustrate its potential to speed up training."}, {"id": "c1414", "text": "Position-Based Flocking for Persistent Alignment without Velocity Sensing : Coordinated collective motion in bird flocks and fish schools inspires algorithms for cohesive swarm robotics. This paper presents a position-based flocking model that achieves persistent velocity alignment without velocity sensing. By approximating relative velocity differences from changes between current and initial relative positions and incorporating a time- and density-dependent alignment gain with a non-zero minimum threshold to maintain persistent alignment, the model sustains coherent collective motion over extended periods. Simulations with a collective of 50 agents demonstrate that the position-based flocking model attains faster and more sustained directional alignment and results in more compact formations than a velocity-alignment-based baseline. This position-based flocking model is particularly well-suited for real-world robotic swarms, where velocity measurements are unreliable, noisy, or unavailable. Experimental results using a team of nine real wheeled mobile robots are also presented."}, {"id": "c1415", "text": "System Design of the Ultra Mobility Vehicle: A Driving, Balancing, and Jumping Bicycle Robot : Trials cyclists and mountain bike riders can hop, jump, balance, and drive on one or both wheels. This versatility allows them to achieve speed and energy-efficiency on smooth terrain and agility over rough terrain. Inspired by these athletes, we present the design and control of a robotic platform, Ultra Mobility Vehicle (UMV), which combines a bicycle and a reaction mass to move dynamically with minimal actuated degrees of freedom. We employ a simulation-driven design optimization process to synthesize a spatial linkage topology with a focus on vertical jump height and momentum-based balancing on a single wheel contact. Using a constrained Reinforcement Learning (RL) framework, we demonstrate zero-shot transfer of diverse athletic behaviors, including track-stands, jumps, wheelies, rear wheel hopping, and front flips. This 23.5 kg robot is capable of high speeds (8 m/s) and jumping on and over large obstacles (1 m tall, or 130% of the robot's nominal height)."}, {"id": "c1416", "text": "Behavioral Cloning for Robotic Connector Assembly: An Empirical Study : Automating the assembly of wire harnesses is challenging in automotive, electrical cabinet, and aircraft production, particularly due to deformable cables and a high variance in connector geometries. In addition, connectors must be inserted with limited force to avoid damage, while their poses can vary significantly. While humans can do this task intuitively by combining visual and haptic feedback, programming an industrial robot for such a task in an adaptable manner remains difficult. This work presents an empirical study investigating the suitability of behavioral cloning for learning an action prediction model for connector insertion that fuses force-torque sensing with a fixed position camera. We compare several network architectures and other design choices using a dataset of up to 300 successful human demonstrations collected via teleoperation of a UR5e robot with a SpaceMouse under varying connector poses. The resulting system is then evaluated against five different connector geometries under varying connector poses, achieving an overall insertion success rate of over 90 %."}, {"id": "c1417", "text": "Force Policy: Learning Hybrid Force-Position Control Policy under Interaction Frame for Contact-Rich Manipulation : Contact-rich manipulation demands human-like integration of perception and force feedback: vision should guide task progress, while high-frequency interaction control must stabilize contact under uncertainty. Existing learning-based policies often entangle these roles in a monolithic network, trading off global generalization against stable local refinement, while control-centric approaches typically assume a known task structure or learn only controller parameters rather than the structure itself. In this paper, we formalize a physically grounded interaction frame, an instantaneous local basis that decouples force regulation from motion execution, and propose a method to recover it from demonstrations. Based on this, we address both issues by proposing Force Policy, a global-local vision-force policy in which a global policy guides free-space actions using vision, and upon contact, a high-frequency local policy with force feedback estimates the interaction frame and executes hybrid force-position control for stable interaction. Real-world experiments across diverse contact-rich tasks show consistent gains over strong baselines, with more robust contact establishment, more accurate force regulation, and reliable generalization to novel objects with varied geometries and physical properties, ultimately improving both contact stability and execution quality. Project page: https://force-policy.github.io/"}, {"id": "c1418", "text": "FlowCorrect: Efficient Interactive Correction of Generative Flow Policies for Robotic Manipulation : Generative manipulation policies can fail catastrophically under deployment-time distribution shift, yet many failures are near-misses: the robot reaches almost-correct poses and would succeed with a small corrective motion. We present FlowCorrect, a deployment-time correction framework that converts near-miss failures into successes using sparse human nudges, without full policy retraining. During execution, a human provides brief corrective pose nudges via a lightweight VR interface. FlowCorrect uses these sparse corrections to locally adapt the policy, improving actions without retraining the backbone while preserving the model performance on previously learned scenarios. We evaluate on a real-world robot across three tabletop tasks: pick-and-place, pouring, and cup uprighting. With a low correction budget, FlowCorrect improves success on hard cases by 85\\% while preserving performance on previously solved scenarios. The results demonstrate clearly that FlowCorrect learns only with very few demonstrations and enables fast and sample-efficient incremental, human-in-the-loop corrections of generative visuomotor policies at deployment time in real-world robotics."}, {"id": "c1419", "text": "World Guidance: World Modeling in Condition Space for Action Generation : Leveraging future observation modeling to facilitate action generation presents a promising avenue for enhancing the capabilities of Vision-Language-Action (VLA) models. However, existing approaches struggle to strike a balance between maintaining efficient, predictable future representations and preserving sufficient fine-grained information to guide precise action generation. To address this limitation, we propose WoG (World Guidance), a framework that maps future observations into compact conditions by injecting them into the action inference pipeline. The VLA is then trained to simultaneously predict these compressed conditions alongside future actions, thereby achieving effective world modeling within the condition space for action inference. We demonstrate that modeling and predicting this condition space not only facilitates fine-grained action generation but also exhibits superior generalization capabilities. Moreover, it learns effectively from substantial human manipulation videos. Extensive experiments across both simulation and real-world environments validate that our method significantly outperforms existing methods based on future prediction. Project page is available at: https://selen-suyue.github.io/WoGNet/"}, {"id": "c1420", "text": "Parallel Continuous-Time Relative Localization with Augmented Clamped Non-Uniform B-Splines : Accurate relative localization is critical for multi-robot cooperation. In robot swarms, measurements from different robots arrive asynchronously and with clock time-offsets. Although Continuous-Time (CT) formulations have proved effective for handling asynchronous measurements in single-robot SLAM and calibration, extending CT methods to multi-robot settings faces great challenges to achieve high-accuracy, low-latency, and high-frequency performance. Especially, existing CT methods suffer from the inherent query-time delay of unclamped B-splines and high computational cost. This paper proposes CT-RIO, a novel Continuous-Time Relative-Inertial Odometry framework. We employ Clamped Non-Uniform B-splines (C-NUBS) to represent robot states for the first time, eliminating the query-time delay. We further augment C-NUBS with closed-form extension and shrinkage operations that preserve the spline shape, making it suitable for online estimation and enabling flexible knot management. This flexibility leads to the concept of knot-keyknot strategy, which supports spline extension at high-frequency while retaining sparse keyknots for adaptive relative-motion modeling. We then formulate a sliding-window relative localization problem that operates purely on relative kinematics and inter-robot constraints. To meet the demanding computation required at swarm scale, we decompose the tightly-coupled optimization into robot-wise sub-problems and solve them in parallel using incremental asynchronous block coordinate descent. Extensive experiments show that CT-RIO converges from time-offsets as large as 263 ms to sub-millisecond within 3 s, and achieves RMSEs of 0.046 m and 1.8 \u00b0. It consistently outperforms state-of-the-art methods, with improvements of up to 60% under high-speed motion."}, {"id": "c1421", "text": "Are Foundation Models the Route to Full-Stack Transfer in Robotics? : In humans and robots alike, transfer learning occurs at different levels of abstraction, from high-level linguistic transfer to low-level transfer of motor skills. In this article, we provide an overview of the impact that foundation models and transformer networks have had on these different levels, bringing robots closer than ever to \"full-stack transfer\". Considering LLMs, VLMs and VLAs from a robotic transfer learning perspective allows us to highlight recurring concepts for transfer, beyond specific implementations. We also consider the challenges of data collection and transfer benchmarks for robotics in the age of foundation models. Are foundation models the route to full-stack transfer in robotics? Our expectation is that they will certainly stay on this route as a key technology."}, {"id": "c1422", "text": "Humanizing Robot Gaze Shifts: A Framework for Natural Gaze Shifts in Humanoid Robots : Leveraging auditory and visual feedback for attention reorientation is essential for natural gaze shifts in social interaction. However, enabling humanoid robots to perform natural and context-appropriate gaze shifts in unconstrained human--robot interaction (HRI) remains challenging, as it requires the coupling of cognitive attention mechanisms and biomimetic motion generation. In this work, we propose the Robot Gaze-Shift (RGS) framework, which integrates these two components into a unified pipeline. First, RGS employs a vision--language model (VLM)-based gaze reasoning pipeline to infer context-appropriate gaze targets from multimodal interaction cues, ensuring consistency with human gaze-orienting regularities. Second, RGS introduces a conditional Vector Quantized-Variational Autoencoder (VQ-VAE) model for eye--head coordinated gaze-shift motion generation, producing diverse and human-like gaze-shift behaviors. Experiments validate that RGS effectively replicates human-like target selection and generates realistic, diverse gaze-shift motions."}, {"id": "c1423", "text": "Dream-SLAM: Dreaming the Unseen for Active SLAM in Dynamic Environments : In addition to the core tasks of simultaneous localization and mapping (SLAM), active SLAM additionally in- volves generating robot actions that enable effective and efficient exploration of unknown environments. However, existing active SLAM pipelines are limited by three main factors. First, they inherit the restrictions of the underlying SLAM modules that they may be using. Second, their motion planning strategies are typically shortsighted and lack long-term vision. Third, most approaches struggle to handle dynamic scenes. To address these limitations, we propose a novel monocular active SLAM method, Dream-SLAM, which is based on dreaming cross-spatio-temporal images and semantically plausible structures of partially observed dynamic environments. The generated cross-spatio-temporal im- ages are fused with real observations to mitigate noise and data incompleteness, leading to more accurate camera pose estimation and a more coherent 3D scene representation. Furthermore, we integrate dreamed and observed scene structures to enable long- horizon planning, producing farsighted trajectories that promote efficient and thorough exploration. Extensive experiments on both public and self-collected datasets demonstrate that Dream-SLAM outperforms state-of-the-art methods in localization accuracy, mapping quality, and exploration efficiency. Source code will be publicly available upon paper acceptance."}, {"id": "c1424", "text": "UNet-Based Keypoint Regression for 3D Cone Localization in Autonomous Racing : Accurate cone localization in 3D space is essential in autonomous racing for precise navigation around the track. Approaches that rely on traditional computer vision algorithms are sensitive to environmental variations, and neural networks are often trained on limited data and are infeasible to run in real time. We present a UNet-based neural network for keypoint detection on cones, leveraging the largest custom-labeled dataset we have assembled. Our approach enables accurate cone position estimation and the potential for color prediction. Our model achieves substantial improvements in keypoint accuracy over conventional methods. Furthermore, we leverage our predicted keypoints in the perception pipeline and evaluate the end-to-end autonomous system. Our results show high-quality performance across all metrics, highlighting the effectiveness of this approach and its potential for adoption in competitive autonomous racing systems."}, {"id": "c1425", "text": "Self-Curriculum Model-based Reinforcement Learning for Shape Control of Deformable Linear Objects : Precise shape control of Deformable Linear Objects (DLOs) is crucial in robotic applications such as industrial and medical fields. However, existing methods face challenges in handling complex large deformation tasks, especially those involving opposite curvatures, and lack efficiency and precision. To address this, we propose a two-stage framework combining Reinforcement Learning (RL) and online visual servoing. In the large-deformation stage, a model-based reinforcement learning approach using an ensemble of dynamics models is introduced to significantly improve sample efficiency. Additionally, we design a self-curriculum goal generation mechanism that dynamically selects intermediate-difficulty goals with high diversity through imagined evaluations, thereby optimizing the policy learning process. In the small-deformation stage, a Jacobian-based visual servo controller is deployed to ensure high-precision convergence. Simulation results show that the proposed method enables efficient policy learning and significantly outperforms mainstream baselines in shape control success rate and precision. Furthermore, the framework effectively transfers the policy trained in simulation to real-world tasks with zero-shot adaptation. It successfully completes all 30 cases with diverse initial and target shapes across DLOs of different sizes and materials. The project website is available at: https://anonymous.4open.science/w/sc-mbrl-dlo-EB48/"}, {"id": "c1426", "text": "DexRepNet++: Learning Dexterous Robotic Manipulation with Geometric and Spatial Hand-Object Representations : Robotic dexterous manipulation is a challenging problem due to high degrees of freedom (DoFs) and complex contacts of multi-fingered robotic hands. Many existing deep reinforcement learning (DRL) based methods aim at improving sample efficiency in high-dimensional output action spaces. However, existing works often overlook the role of representations in achieving generalization of a manipulation policy in the complex input space during the hand-object interaction. In this paper, we propose DexRep, a novel hand-object interaction representation to capture object surface features and spatial relations between hands and objects for dexterous manipulation skill learning. Based on DexRep, policies are learned for three dexterous manipulation tasks, i.e. grasping, in-hand reorientation, bimanual handover, and extensive experiments are conducted to verify the effectiveness. In simulation, for grasping, the policy learned with 40 objects achieves a success rate of 87.9% on more than 5000 unseen objects of diverse categories, significantly surpassing existing work trained with thousands of objects; for the in-hand reorientation and handover tasks, the policies also boost the success rates and other metrics of existing hand-object representations by 20% to 40%. The grasp policies with DexRep are deployed to the real world under multi-camera and single-camera setups and demonstrate a small sim-to-real gap."}, {"id": "c1427", "text": "Therapist-Robot-Patient Physical Interaction is Worth a Thousand Words: Enabling Intuitive Therapist Guidance via Remote Haptic Control : Robotic systems can enhance the amount and repeatability of physically guided motor training. Yet their real-world adoption is limited, partly due to non-intuitive trainer/therapist-trainee/patient interactions. To address this gap, we present a haptic teleoperation system for trainers to remotely guide and monitor the movements of a trainee wearing an arm exoskeleton. The trainer can physically interact with the exoskeleton through a commercial handheld haptic device via virtual contact points at the exoskeleton's elbow and wrist, allowing intuitive guidance. Thirty-two participants tested the system in a trainer-trainee paradigm, comparing our haptic demonstration system with conventional visual demonstration in guiding trainees in executing arm poses. Quantitative analyses showed that haptic demonstration significantly reduced movement completion time and improved smoothness, while speech analysis using large language models for automated transcription and categorization of verbal commands revealed fewer verbal instructions. The haptic demonstration did not result in higher reported mental and physical effort by trainers compared to the visual demonstration, while trainers reported greater competence and trainees lower physical demand. These findings support the feasibility of our proposed interface for effective remote human-robot physical interaction. Future work should assess its usability and efficacy for clinical populations in restoring clinicians' sense of agency during robot-assisted therapy."}, {"id": "c1428", "text": "Joint-Aligned Latent Action: Towards Scalable VLA Pretraining in the Wild : Despite progress, Vision-Language-Action models (VLAs) are limited by a scarcity of large-scale, diverse robot data. While human manipulation videos offer a rich alternative, existing methods are forced to choose between small, precisely-labeled datasets and vast in-the-wild footage with unreliable hand tracking labels. We present JALA, a pretraining framework that learns Jointly-Aligned Latent Actions. JALA bypasses full visual dynamic reconstruction, instead learns a predictive action embedding aligned with both inverse dynamics and real actions. This yields a transition-aware, behavior-centric latent space for learning from heterogeneous human data. We scale this approach with UniHand-Mix, a 7.5M video corpus (>2,000 hours) blending laboratory and in-the-wild footage. Experiments demonstrate that JALA generates more realistic hand motions in both controlled and unconstrained scenarios, significantly improving downstream robot manipulation performance in both simulation and real-world tasks. These results indicate that jointly-aligned latent actions offer a scalable pathway for VLA pretraining from human data."}, {"id": "c1429", "text": "LessMimic: Long-Horizon Humanoid Interaction with Unified Distance Field Representations : Humanoid robots that autonomously interact with physical environments over extended horizons represent a central goal of embodied intelligence. Existing approaches rely on reference motions or task-specific rewards, tightly coupling policies to particular object geometries and precluding multi-skill generalization within a single framework. A unified interaction representation enabling reference-free inference, geometric generalization, and long-horizon skill composition within one policy remains an open challenge. Here we show that Distance Field (DF) provides such a representation: LessMimic conditions a single whole-body policy on DF-derived geometric cues--surface distances, gradients, and velocity decompositions--removing the need for motion references, with interaction latents encoded via a Variational Auto-Encoder (VAE) and post-trained using Adversarial Interaction Priors (AIP) under Reinforcement Learning (RL). Through DAgger-style distillation that aligns DF latents with egocentric depth features, LessMimic further transfers seamlessly to vision-only deployment without motion capture (MoCap) infrastructure. A single LessMimic policy achieves 80--100% success across object scales from 0.4x to 1.6x on PickUp and SitStand where baselines degrade sharply, attains 62.1% success on 5 task instances trajectories, and remains viable up to 40 sequentially composed tasks. By grounding interaction in local geometry rather than demonstrations, LessMimic offers a scalable path toward humanoid robots that generalize, compose skills, and recover from failures in unstructured environments."}, {"id": "c1430", "text": "Dual-Regime Hybrid Aerodynamic Modeling of Winged Blimps With Neural Mixing : Winged blimps operate across distinct aerodynamic regimes that cannot be adequately captured by a single model. At high speeds and small angles of attack, their dynamics exhibit strong coupling between lift and attitude, resembling fixed-wing aircraft behavior. At low speeds or large angles of attack, viscous effects and flow separation dominate, leading to drag-driven and damping-dominated dynamics. Accurately representing transitions between these regimes remains a fundamental challenge. This paper presents a hybrid aerodynamic modeling framework that integrates a fixed-wing Aerodynamic Coupling Model (ACM) and a Generalized Drag Model (GDM) using a learned neural network mixer with explicit physics-based regularization. The mixer enables smooth transitions between regimes while retaining explicit, physics-based aerodynamic representation. Model parameters are identified through a structured three-phase pipeline tailored for hybrid aerodynamic modeling. The proposed approach is validated on the RGBlimp platform through a large-scale experimental campaign comprising 1,320 real-world flight trajectories across 330 thruster and moving mass configurations, spanning a wide range of speeds and angles of attack. Experimental results demonstrate that the proposed hybrid model consistently outperforms single-model and predefined-mixer baselines, establishing a practical and robust aerodynamic modeling solution for winged blimps."}, {"id": "c1431", "text": "Trajectory Generation with Endpoint Regulation and Momentum-Aware Dynamics for Visually Impaired Scenarios : Trajectory generation for visually impaired scenarios requires smooth and temporally consistent state in structured, low-speed dynamic environments. However, traditional jerk-based heuristic trajectory sampling with independent segment generation and conventional smoothness penalties often lead to unstable terminal behavior and state discontinuities under frequent regenerating. This paper proposes a trajectory generation approach that integrates endpoint regulation to stabilize terminal states within each segment and momentum-aware dynamics to regularize the evolution of velocity and acceleration for segment consistency. Endpoint regulation is incorporated into trajectory sampling to stabilize terminal behavior, while a momentum-aware dynamics enforces consistent velocity and acceleration evolution across consecutive trajectory segments. Experimental results demonstrate reduced acceleration peaks and lower jerk levels with decreased dispersion, smoother velocity and acceleration profiles, more stable endpoint distributions, and fewer infeasible trajectory candidates compared with a baseline planner."}, {"id": "c1432", "text": "Primary-Fine Decoupling for Action Generation in Robotic Imitation : Multi-modal distribution in robotic manipulation action sequences poses critical challenges for imitation learning. To this end, existing approaches often model the action space as either a discrete set of tokens or a continuous, latent-variable distribution. However, both approaches present trade-offs: some methods discretize actions into tokens and therefore lose fine-grained action variations, while others generate continuous actions in a single stage tend to produce unstable mode transitions. To address these limitations, we propose Primary-Fine Decoupling for Action Generation (PF-DAG), a two-stage framework that decouples coarse action consistency from fine-grained variations. First, we compress action chunks into a small set of discrete modes, enabling a lightweight policy to select consistent coarse modes and avoid mode bouncing. Second, a mode conditioned MeanFlow policy is learned to generate high-fidelity continuous actions. Theoretically, we prove PF-DAG's two-stage design achieves a strictly lower MSE bound than single-stage generative policies. Empirically, PF-DAG outperforms state-of-the-art baselines across 56 tasks from Adroit, DexArt, and MetaWorld benchmarks. It further generalizes to real-world tactile dexterous manipulation tasks. Our work demonstrates that explicit mode-level decoupling enables both robust multi-modal modeling and reactive closed-loop control for robotic manipulation."}, {"id": "c1433", "text": "SunnyParking: Multi-Shot Trajectory Generation and Motion State Awareness for Human-like Parking : Autonomous parking fundamentally differs from on-road driving due to its frequent direction changes and complex maneuvering requirements. However, existing End-to-End (E2E) planning methods often simplify the parking task into a geometric path regression problem, neglecting explicit modeling of the vehicle's kinematic state. This \"dimensionality deficiency\" easily leads to physically infeasible trajectories and deviates from real human driving behavior, particularly at critical gear-shift points in multi-shot parking scenarios. In this paper, we propose SunnyParking, a novel dual-branch E2E architecture that achieves motion state awareness by jointly predicting spatial trajectories and discrete motion state sequences (e.g., forward/reverse). Additionally, we introduce a Fourier feature-based representation of target parking slots to overcome the resolution limitations of traditional bird's-eye view (BEV) approaches, enabling high-precision target interactions. Experimental results demonstrate that our framework generates more robust and human-like trajectories in complex multi-shot parking scenarios, while significantly improving gear-shift point localization accuracy compared to state-of-the-art methods. We open-source a new parking dataset of the CARLA simulator, specifically designed to evaluate full prediction capabilities under complex maneuvers."}, {"id": "c1434", "text": "Biomechanical Comparisons Reveal Divergence of Human and Humanoid Gaits : It remains challenging to achieve human-like locomotion in legged robots due to fundamental discrepancies between biological and mechanical structures. Although imitation learning has emerged as a promising approach for generating natural robotic movements, simply replicating joint angle trajectories fails to capture the underlying principles of human motion. This study proposes a Gait Divergence Analysis Framework (GDAF), a unified biomechanical evaluation framework that systematically quantifies kinematic and kinetic discrepancies between humans and bipedal robots. We apply GDAF to systematically compare human and humanoid locomotion across 28 walking speeds. To enable reproducible analysis, we collect and release a speed-continuous humanoid locomotion dataset from a state-of-the-art humanoid controller. We further provide an open-source implementation of GDAF, including analysis, visualization, and MuJoCo-based tools, enabling quantitative, interpretable, and reproducible biomechanical analysis of humanoid locomotion. Results demonstrate that despite visually human-like motion generated by modern humanoid controllers, significant biomechanical divergence persists across speeds. Robots exhibit systematic deviations in gait symmetry, energy distribution, and joint coordination, indicating that substantial room remains for improving the biomechanical fidelity and energetic efficiency of humanoid locomotion. This work provides a quantitative benchmark for evaluating humanoid locomotion and offers data and versatile tools to support the development of more human-like and energetically efficient locomotion controllers. The data and code will be made publicly available upon acceptance of the paper."}, {"id": "c1435", "text": "DAGS-SLAM: Dynamic-Aware 3DGS SLAM via Spatiotemporal Motion Probability and Uncertainty-Aware Scheduling : Mobile robots and IoT devices demand real-time localization and dense reconstruction under tight compute and energy budgets. While 3D Gaussian Splatting (3DGS) enables efficient dense SLAM, dynamic objects and occlusions still degrade tracking and mapping. Existing dynamic 3DGS-SLAM often relies on heavy optical flow and per-frame segmentation, which is costly for mobile deployment and brittle under challenging illumination. We present DAGS-SLAM, a dynamic-aware 3DGS-SLAM system that maintains a spatiotemporal motion probability (MP) state per Gaussian and triggers semantics on demand via an uncertainty-aware scheduler. DAGS-SLAM fuses lightweight YOLO instance priors with geometric cues to estimate and temporally update MP, propagates MP to the front-end for dynamic-aware correspondence selection, and suppresses dynamic artifacts in the back-end via MP-guided optimization. Experiments on public dynamic RGB-D benchmarks show improved reconstruction and robust tracking while sustaining real-time throughput on a commodity GPU, demonstrating a practical speed-accuracy tradeoff with reduced semantic invocations toward mobile deployment."}, {"id": "c1436", "text": "Self-Correcting VLA: Online Action Refinement via Sparse World Imagination : Standard vision-language-action (VLA) models rely on fitting statistical data priors, limiting their robust understanding of underlying physical dynamics. Reinforcement learning enhances physical grounding through exploration yet typically relies on external reward signals that remain isolated from the agent's internal states. World action models have emerged as a promising paradigm that integrates imagination and control to enable predictive planning. However, they rely on implicit context modeling, lacking explicit mechanisms for self-improvement. To solve these problems, we propose Self-Correcting VLA (SC-VLA), which achieve self-improvement by intrinsically guiding action refinement through sparse imagination. We first design sparse world imagination by integrating auxiliary predictive heads to forecast current task progress and future trajectory trends, thereby constraining the policy to encode short-term physical evolution. Then we introduce the online action refinement module to reshape progress-dependent dense rewards, adjusting trajectory orientation based on the predicted sparse future states. Evaluations on challenging robot manipulation tasks from simulation benchmarks and real-world settings demonstrate that SC-VLA achieve state-of-the-art performance, yielding the highest task throughput with 16% fewer steps and a 9% higher success rate than the best-performing baselines, alongside a 14% gain in real-world experiments. Code is available at https://github.com/Kisaragi0/SC-VLA."}, {"id": "c1437", "text": "Tacmap: Bridging the Tactile Sim-to-Real Gap via Geometry-Consistent Penetration Depth Map : Vision-Based Tactile Sensors (VBTS) are essential for achieving dexterous robotic manipulation, yet the tactile sim-to-real gap remains a fundamental bottleneck. Current tactile simulations suffer from a persistent dilemma: simplified geometric projections lack physical authenticity, while high-fidelity Finite Element Methods (FEM) are too computationally prohibitive for large-scale reinforcement learning. In this work, we present Tacmap, a high-fidelity, computationally efficient tactile simulation framework anchored in volumetric penetration depth. Our key insight is to bridge the tactile sim-to-real gap by unifying both domains through a shared deform map representation. Specifically, we compute 3D intersection volumes as depth maps in simulation, while in the real world, we employ an automated data-collection rig to learn a robust mapping from raw tactile images to ground-truth depth maps. By aligning simulation and real-world in this unified geometric space, Tacmap minimizes domain shift while maintaining physical consistency. Quantitative evaluations across diverse contact scenarios demonstrate that Tacmap's deform maps closely mirror real-world measurements. Moreover, we validate the utility of Tacmap through an in-hand rotation task, where a policy trained exclusively in simulation achieves zero-shot transfer to a physical robot."}, {"id": "c1438", "text": "ADM-DP: Adaptive Dynamic Modality Diffusion Policy through Vision-Tactile-Graph Fusion for Multi-Agent Manipulation : Multi-agent robotic manipulation remains challenging due to the combined demands of coordination, grasp stability, and collision avoidance in shared workspaces. To address these challenges, we propose the Adaptive Dynamic Modality Diffusion Policy (ADM-DP), a framework that integrates vision, tactile, and graph-based (multi-agent pose) modalities for coordinated control. ADM-DP introduces four key innovations. First, an enhanced visual encoder merges RGB and point-cloud features via Feature-wise Linear Modulation (FiLM) modulation to enrich perception. Second, a tactile-guided grasping strategy uses Force-Sensitive Resistor (FSR) feedback to detect insufficient contact and trigger corrective grasp refinement, improving grasp stability. Third, a graph-based collision encoder leverages shared tool center point (TCP) positions of multiple agents as structured kinematic context to maintain spatial awareness and reduce inter-agent interference. Fourth, an Adaptive Modality Attention Mechanism (AMAM) dynamically re-weights modalities according to task context, enabling flexible fusion. For scalability and modularity, a decoupled training paradigm is employed in which agents learn independent policies while sharing spatial information. This maintains low interdependence between agents while retaining collective awareness. Across seven multi-agent tasks, ADM-DP achieves 12-25% performance gains over state-of-the-art baselines. Ablation studies show the greatest improvements in tasks requiring multiple sensory modalities, validating our adaptive fusion strategy and demonstrating its robustness for diverse manipulation scenarios."}, {"id": "c1439", "text": "Jumping Control for a Quadrupedal Wheeled-Legged Robot via NMPC and DE Optimization : Quadrupedal wheeled-legged robots combine the advantages of legged and wheeled locomotion to achieve superior mobility, but executing dynamic jumps remains a significant challenge due to the additional degrees of freedom introduced by wheeled legs. This paper develops a mini-sized wheeled-legged robot for agile motion and presents a novel motion control framework that integrates the Nonlinear Model Predictive Control (NMPC) for locomotion and the Differential Evolution (DE) based trajectory optimization for jumping in quadrupedal wheeled-legged robots. The proposed controller utilizes wheel motion and locomotion to enhance jumping performance, achieving versatile maneuvers such as vertical jumping, forward jumping, and backflips. Extensive simulations and real-world experiments validate the effectiveness of the framework, demonstrating a forward jump over a 0.12 m obstacle and a vertical jump reaching 0.5 m."}, {"id": "c1440", "text": "Iterative Closed-Loop Motion Synthesis for Scaling the Capabilities of Humanoid Control : Physics-based humanoid control relies on training with motion datasets that have diverse data distributions. However, the fixed difficulty distribution of datasets limits the performance ceiling of the trained control policies. Additionally, the method of acquiring high-quality data through professional motion capture systems is constrained by costs, making it difficult to achieve large-scale scalability. To address these issues, we propose a closed-loop automated motion data generation and iterative framework. It can generate high-quality motion data with rich action semantics, including martial arts, dance, combat, sports, gymnastics, and more. Furthermore, our framework enables difficulty iteration of policies and data through physical metrics and objective evaluations, allowing the trained tracker to break through its original difficulty limits. On the PHC single-primitive tracker, using only approximately 1/10 of the AMASS dataset size, the average failure rate on the test set (2201 clips) is reduced by 45\\% compared to the baseline. Finally, we conduct comprehensive ablation and comparative experiments to highlight the rationality and advantages of our framework."}, {"id": "c1441", "text": "SPOC: Safety-Aware Planning Under Partial Observability And Physical Constraints : Embodied Task Planning with large language models faces safety challenges in real-world environments, where partial observability and physical constraints must be respected. Existing benchmarks often overlook these critical factors, limiting their ability to evaluate both feasibility and safety. We introduce SPOC, a benchmark for safety-aware embodied task planning, which integrates strict partial observability, physical constraints, step-by-step planning, and goal-condition-based evaluation. Covering diverse household hazards such as fire, fluid, injury, object damage, and pollution, SPOC enables rigorous assessment through both state and constraint-based online metrics. Experiments with state-of-the-art LLMs reveal that current models struggle to ensure safety-aware planning, particularly under implicit constraints. Code and dataset are available at https://github.com/khm159/SPOC"}, {"id": "c1442", "text": "Learning Agile and Robust Omnidirectional Aerial Motion on Overactuated Tiltable-Quadrotors : Tilt-rotor aerial robots enable omnidirectional maneuvering through thrust vectoring, but introduce significant control challenges due to the strong coupling between joint and rotor dynamics. While model-based controllers can achieve high motion accuracy under nominal conditions, their robustness and responsiveness often degrade in the presence of disturbances and modeling uncertainties. This work investigates reinforcement learning for omnidirectional aerial motion control on over-actuated tiltable quadrotors that prioritizes robustness and agility. We present a learning-based control framework that enables efficient acquisition of coordinated rotor-joint behaviors for reaching target poses in the $SE(3)$ space. To achieve reliable sim-to-real transfer while preserving motion accuracy, we integrate system identification with minimal and physically consistent domain randomization. Compared with a state-of-the-art NMPC controller, the proposed method achieves comparable six-degree-of-freedom pose tracking accuracy, while demonstrating superior robustness and generalization across diverse tasks, enabling zero-shot deployment on real hardware."}, {"id": "c1443", "text": "LiLo-VLA: Compositional Long-Horizon Manipulation via Linked Object-Centric Policies : General-purpose robots must master long-horizon manipulation, defined as tasks involving multiple kinematic structure changes (e.g., attaching or detaching objects) in unstructured environments. While Vision-Language-Action (VLA) models offer the potential to master diverse atomic skills, they struggle with the combinatorial complexity of sequencing them and are prone to cascading failures due to environmental sensitivity. To address these challenges, we propose LiLo-VLA (Linked Local VLA), a modular framework capable of zero-shot generalization to novel long-horizon tasks without ever being trained on them. Our approach decouples transport from interaction: a Reaching Module handles global motion, while an Interaction Module employs an object-centric VLA to process isolated objects of interest, ensuring robustness against irrelevant visual features and invariance to spatial configurations. Crucially, this modularity facilitates robust failure recovery through dynamic replanning and skill reuse, effectively mitigating the cascading errors common in end-to-end approaches. We introduce a 21-task simulation benchmark consisting of two challenging suites: LIBERO-Long++ and Ultra-Long. In these simulations, LiLo-VLA achieves a 69% average success rate, outperforming Pi0.5 by 41% and OpenVLA-OFT by 67%. Furthermore, real-world evaluations across 8 long-horizon tasks demonstrate an average success rate of 85%. Project page: https://yy-gx.github.io/LiLo-VLA/."}, {"id": "c1444", "text": "Constructive Vector Fields for Path Following in Fully-Actuated Systems on Matrix Lie Groups : This paper presents a novel vector field strategy for controlling fully-actuated systems on connected matrix Lie groups, ensuring convergence to and traversal along a curve defined on the group. Our approach generalizes our previous work (Rezende et al., 2022) and reduces to it when considering the Lie group of translations in Euclidean space. Since the proofs in Rezende et al. (2022) rely on key properties such as the orthogonality between the convergent and traversal components, we extend these results by leveraging Lie group properties. These properties also allow the control input to be non-redundant, meaning it matches the dimension of the Lie group, rather than the potentially larger dimension of the space in which the group is embedded. This can lead to more practical control inputs in certain scenarios. A particularly notable application of our strategy is in controlling systems on SE(3) -- in this case, the non-redundant input corresponds to the object's mechanical twist -- making it well-suited for controlling objects that can move and rotate freely, such as omnidirectional drones. In this case, we provide an efficient algorithm to compute the vector field. We experimentally validate the proposed method using a robotic manipulator to demonstrate its effectiveness."}, {"id": "c1445", "text": "VLA Knows Its Limits : Action chunking has recently emerged as a standard practice in flow-based Vision-Language-Action (VLA) models. However, the effect and choice of the execution horizon - the number of actions to be executed from each predicted chunk - remains underexplored. In this work, we first show that varying the execution horizon leads to substantial performance deviations, with performance initially improving and then declining as the horizon increases. To uncover the reasons, we analyze the cross- and self-attention weights in flow-based VLAs and reveal two key phenomena: (i) intra-chunk actions attend invariantly to vision-language tokens, limiting adaptability to environmental changes; and (ii) the initial and terminal action tokens serve as stable anchors, forming latent centers around which intermediate actions are organized. Motivated by these insights, we interpret action self-attention weights as a proxy for the model's predictive limit and propose AutoHorizon, the first test-time method that dynamically estimates the execution horizon for each predicted action chunk to adapt to changing perceptual conditions. Across simulated and real-world robotic manipulation tasks, AutoHorizon is performant, incurs negligible computational overhead, and generalizes across diverse tasks and flow-based models."}, {"id": "c1446", "text": "Event-Driven On-Sensor Locomotion Mode Recognition Using a Shank-Mounted IMU with Embedded Machine Learning for Exoskeleton Control : This work presents a wearable human activity recognition (HAR) system that performs real-time inference directly inside a shank-mounted inertial measurement unit (IMU) to support low-latency control of a lower-limb exoskeleton. Unlike conventional approaches that continuously stream raw inertial data to a microcontroller for classification, the proposed system executes activity recognition at the sensor level using the embedded Machine Learning Core (MLC) of the STMicroelectronics LSM6DSV16X IMU, allowing the host microcontroller to remain in a low-power state and read only the recognized activity label from IMU registers. While the system generalizes to multiple human activities, this paper focuses on three representative locomotion modes - stance, level walking, and stair ascent - using data collected from adult participants. A lightweight decision-tree model was configured and deployed for on-sensor execution using ST MEMS Studio, enabling continuous operation without custom machine learning code on the microcontroller. During operation, the IMU asserts an interrupt when motion or a new classification is detected; the microcontroller wakes, reads the MLC output registers, and forwards the inferred mode to the exoskeleton controller. This interrupt-driven, on-sensor inference architecture reduces computation and communication overhead while preserving battery energy and improving robustness in distinguishing level walking from stair ascent for torque-assist control."}, {"id": "c1447", "text": "Autonomous Sea Turtle Robot for Marine Fieldwork : Autonomous robots can transform how we observe marine ecosystems, but close-range operation in reefs and other cluttered habitats remains difficult. Vehicles must maneuver safely near animals and fragile structures while coping with currents, variable illumination and limited sensing. Previous approaches simplify these problems by leveraging soft materials and bioinspired swimming designs, but such platforms remain limited in terms of deployable autonomy. Here we present a sea turtle-inspired autonomous underwater robot that closed the gap between bioinspired locomotion and field-ready autonomy through a tightly integrated, vision-driven control stack. The robot combines robust depth-heading stabilization with obstacle avoidance and target-centric control, enabling it to track and interact with moving objects in complex terrain. We validate the robot in controlled pool experiments and in a live coral reef exhibit at the New England Aquarium, demonstrating stable operation and reliable tracking of fast-moving marine animals and human divers. To the best of our knowledge, this is the first integrated biomimetic robotic system, combining novel hardware, control, and field experiments, deployed to track and monitor real marine animals in their natural environment. During off-tether experiments, we demonstrate safe navigation around obstacles (91\\% success rate in the aquarium exhibit) and introduce a low-compute onboard tracking mode. Together, these results establish a practical route toward soft-rigid hybrid, bioinspired underwater robots capable of minimally disruptive exploration and close-range monitoring in sensitive ecosystems."}, {"id": "c1448", "text": "Environment-Aware Learning of Smooth GNSS Covariance Dynamics for Autonomous Racing : Ensuring accurate and stable state estimation is a challenging task crucial to safety-critical domains such as high-speed autonomous racing, where measurement uncertainty must be both adaptive to the environment and temporally smooth for control. In this work, we develop a learning-based framework, LACE, capable of directly modeling the temporal dynamics of GNSS measurement covariance. We model the covariance evolution as an exponentially stable dynamical system where a deep neural network (DNN) learns to predict the system's process noise from environmental features through an attention mechanism. By using contraction-based stability and systematically imposing spectral constraints, we formally provide guarantees of exponential stability and smoothness for the resulting covariance dynamics. We validate our approach on an AV-24 autonomous racecar, demonstrating improved localization performance and smoother covariance estimates in challenging, GNSS-degraded environments. Our results highlight the promise of dynamically modeling the perceived uncertainty in state estimation problems that are tightly coupled with control sensitivity."}, {"id": "c1449", "text": "CableRobotGraphSim: A Graph Neural Network for Modeling Partially Observable Cable-Driven Robot Dynamics : General-purpose simulators have accelerated the development of robots. Traditional simulators based on first-principles, however, typically require full-state observability or depend on parameter search for system identification. This work presents \\texttt{CableRobotGraphSim}, a novel Graph Neural Network (GNN) model for cable-driven robots that aims to address shortcomings of prior simulation solutions. By representing cable-driven robots as graphs, with the rigid-bodies as nodes and the cables and contacts as edges, this model can quickly and accurately match the properties of other simulation models and real robots, while ingesting only partially observable inputs. Accompanying the GNN model is a sim-and-real co-training procedure that promotes generalization and robustness to noisy real data. This model is further integrated with a Model Predictive Path Integral (MPPI) controller for closed-loop navigation, which showcases the model's speed and accuracy."}, {"id": "c1450", "text": "Uncertainty-Aware Diffusion Model for Multimodal Highway Trajectory Prediction via DDIM Sampling : Accurate and uncertainty-aware trajectory prediction remains a core challenge for autonomous driving, driven by complex multi-agent interactions, diverse scene contexts and the inherently stochastic nature of future motion. Diffusion-based generative models have recently shown strong potential for capturing multimodal futures, yet existing approaches such as cVMD suffer from slow sampling, limited exploitation of generative diversity and brittle scenario encodings.\n This work introduces cVMDx, an enhanced diffusion-based trajectory prediction framework that improves efficiency, robustness and multimodal predictive capability. Through DDIM sampling, cVMDx achieves up to a 100x reduction in inference time, enabling practical multi-sample generation for uncertainty estimation. A fitted Gaussian Mixture Model further provides tractable multimodal predictions from the generated trajectories. In addition, a CVQ-VAE variant is evaluated for scenario encoding. Experiments on the publicly available highD dataset show that cVMDx achieves higher accuracy and significantly improved efficiency over cVMD, enabling fully stochastic, multimodal trajectory prediction."}, {"id": "c1451", "text": "Unified Complementarity-Based Contact Modeling and Planning for Soft Robots : Soft robots were introduced in large part to enable safe, adaptive interaction with the environment, and this interaction relies fundamentally on contact. However, modeling and planning contact-rich interactions for soft robots remain challenging: dense contact candidates along the body create redundant constraints and rank-deficient LCPs, while the disparity between high stiffness and low friction introduces severe ill-conditioning. Existing approaches rely on problem-specific approximations or penalty-based treatments. This letter presents a unified complementarity-based framework for soft-robot contact modeling and planning that brings contact modeling, manipulation, and planning into a unified, physically consistent formulation. We develop a robust Linear Complementarity Problem (LCP) model tailored to discretized soft robots and address these challenges with a three-stage conditioning pipeline: inertial rank selection to remove redundant contacts, Ruiz equilibration to correct scale disparity and ill-conditioning, and lightweight Tikhonov regularization on normal blocks. Building on the same formulation, we introduce a kinematically guided warm-start strategy that enables dynamic trajectory optimization through contact using Mathematical Programs with Complementarity Constraints (MPCC) and demonstrate its effectiveness on contact-rich ball manipulation tasks. In conclusion, CUSP provides a new foundation for unifying contact modeling, simulation, and planning in soft robotics."}, {"id": "c1452", "text": "Learning Deformable Object Manipulation Using Task-Level Iterative Learning Control : Dynamic manipulation of deformable objects is challenging for humans and robots because they have infinite degrees of freedom and exhibit underactuated dynamics. We introduce a Task-Level Iterative Learning Control method for dynamic manipulation of deformable objects. We demonstrate this method on a non-planar rope manipulation task called the flying knot. Using a single human demonstration and a simplified rope model, the method learns directly on hardware without reliance on large amounts of demonstration data or massive amounts of simulation. At each iteration, the algorithm constructs a local inverse model of the robot and rope by solving a quadratic program to propagate task-space errors into action updates. We evaluate performance across 7 different kinds of ropes, including chain, latex surgical tubing, and braided and twisted ropes, ranging in thicknesses of 7--25mm and densities of 0.013--0.5 kg/m. Learning achieves a 100\\% success rate within 10 trials on all ropes. Furthermore, the method can successfully transfer between most rope types in approximately 2--5 trials. https://flying-knots.github.io"}, {"id": "c1453", "text": "Squint: Fast Visual Reinforcement Learning for Sim-to-Real Robotics : Visual reinforcement learning is appealing for robotics but expensive -- off-policy methods are sample-efficient yet slow; on-policy methods parallelize well but waste samples. Recent work has shown that off-policy methods can train faster than on-policy methods in wall-clock time for state-based control. Extending this to vision remains challenging, where high-dimensional input images complicate training dynamics and introduce substantial storage and encoding overhead. To address these challenges, we introduce Squint, a visual Soft Actor Critic method that achieves faster wall-clock training than prior visual off-policy and on-policy methods. Squint achieves this via parallel simulation, a distributional critic, resolution squinting, layer normalization, a tuned update-to-data ratio, and an optimized implementation. We evaluate on the SO-101 Task Set, a new suite of eight manipulation tasks in ManiSkill3 with heavy domain randomization, and demonstrate sim-to-real transfer to a real SO-101 robot. We train policies for 15 minutes on a single RTX 3090 GPU, with most tasks converging in under 6 minutes."}, {"id": "c1454", "text": "Learning from Trials and Errors: Reflective Test-Time Planning for Embodied LLMs : Embodied LLMs endow robots with high-level task reasoning, but they cannot reflect on what went wrong or why, turning deployment into a sequence of independent trials where mistakes repeat rather than accumulate into experience. Drawing upon human reflective practitioners, we introduce Reflective Test-Time Planning, which integrates two modes of reflection: \\textit{reflection-in-action}, where the agent uses test-time scaling to generate and score multiple candidate actions using internal reflections before execution; and \\textit{reflection-on-action}, which uses test-time training to update both its internal reflection model and its action policy based on external reflections after execution. We also include retrospective reflection, allowing the agent to re-evaluate earlier decisions and perform model updates with hindsight for proper long-horizon credit assignment. Experiments on our newly-designed Long-Horizon Household benchmark and MuJoCo Cupboard Fitting benchmark show significant gains over baseline models, with ablative studies validating the complementary roles of reflection-in-action and reflection-on-action. Qualitative analyses, including real-robot trials, highlight behavioral correction through reflection."}, {"id": "c1455", "text": "Efficient Hierarchical Any-Angle Path Planning on Multi-Resolution 3D Grids : Hierarchical, multi-resolution volumetric mapping approaches are widely used to represent large and complex environments as they can efficiently capture their occupancy and connectivity information. Yet widely used path planning methods such as sampling and trajectory optimization do not exploit this explicit connectivity information, and search-based methods such as A* suffer from scalability issues in large-scale high-resolution maps. In many applications, Euclidean shortest paths form the underpinning of the navigation system. For such applications, any-angle planning methods, which find optimal paths by connecting corners of obstacles with straight-line segments, provide a simple and efficient solution. In this paper, we present a method that has the optimality and completeness properties of any-angle planners while overcoming computational tractability issues common to search-based methods by exploiting multi-resolution representations. Extensive experiments on real and synthetic environments demonstrate the proposed approach's solution quality and speed, outperforming even sampling-based methods. The framework is open-sourced to allow the robotics and planning community to build on our research."}, {"id": "c1456", "text": "ActionReasoning: Robot Action Reasoning in 3D Space with LLM for Robotic Brick Stacking : Classical robotic systems typically rely on custom planners designed for constrained environments. While effective in restricted settings, these systems lack generalization capabilities, limiting the scalability of embodied AI and general-purpose robots. Recent data-driven Vision-Language-Action (VLA) approaches aim to learn policies from large-scale simulation and real-world data. However, the continuous action space of the physical world significantly exceeds the representational capacity of linguistic tokens, making it unclear if scaling data alone can yield general robotic intelligence. To address this gap, we propose ActionReasoning, an LLM-driven framework that performs explicit action reasoning to produce physics-consistent, prior-guided decisions for robotic manipulation. ActionReasoning leverages the physical priors and real-world knowledge already encoded in Large Language Models (LLMs) and structures them within a multi-agent architecture. We instantiate this framework on a tractable case study of brick stacking, where the environment states are assumed to be already accurately measured. The environmental states are then serialized and passed to a multi-agent LLM framework that generates physics-aware action plans. The experiments demonstrate that the proposed multi-agent LLM framework enables stable brick placement while shifting effort from low-level domain-specific coding to high-level tool invocation and prompting, highlighting its potential for broader generalization. This work introduces a promising approach to bridging perception and execution in robotic manipulation by integrating physical reasoning with LLMs."}, {"id": "c1457", "text": "HALO: A Unified Vision-Language-Action Model for Embodied Multimodal Chain-of-Thought Reasoning : Vision-Language-Action (VLA) models have shown strong performance in robotic manipulation, but often struggle in long-horizon or out-of-distribution scenarios due to the lack of explicit mechanisms for multimodal reasoning and anticipating how the world will evolve under action. Recent works introduce textual chain-of-thought or visual subgoal prediction within VLA models to reason, but still fail to offer a unified human-like reasoning framework for joint textual reasoning, visual foresight, and action prediction. To this end, we propose HALO, a unified VLA model that enables embodied multimodal chain-of-thought (EM-CoT) reasoning through a sequential process of textual task reasoning, visual subgoal prediction for fine-grained guidance, and EM-CoT-augmented action prediction. We instantiate HALO with a Mixture-of-Transformers (MoT) architecture that decouples semantic reasoning, visual foresight, and action prediction into specialized experts while allowing seamless cross-expert collaboration. To enable HALO learning at scale, we introduce an automated pipeline to synthesize EM-CoT training data along with a carefully crafted training recipe. Extensive experiments demonstrate that: (1) HALO achieves superior performance in both simulated and real-world environments, surpassing baseline policy pi_0 by 34.1% on RoboTwin benchmark; (2) all proposed components of the training recipe and EM-CoT design help improve task success rate; and (3) HALO exhibits strong generalization capabilities under aggressive unseen environmental randomization with our proposed EM-CoT reasoning."}, {"id": "c1458", "text": "A Micro-Macro Model of Encounter-Driven Information Diffusion in Robot Swarms : In this paper, we propose the problem of Encounter-Driven Information Diffusion (EDID). In EDID, robots are allowed to exchange information only upon meeting. Crucially, EDID assumes that the robots are not allowed to schedule their meetings. As such, the robots have no means to anticipate when, where, and who they will meet. As a step towards the design of storage and routing algorithms for EDID, in this paper we propose a model of information diffusion that captures the essential dynamics of EDID. The model is derived from first principles and is composed of two levels: a micro model, based on a generalization of the concept of `mean free path'; and a macro model, which captures the global dynamics of information diffusion. We validate the model through extensive robot simulations, in which we consider swarm size, communication range, environment size, and different random motion regimes. We conclude the paper with a discussion of the implications of this model on the algorithms that best support information diffusion according to the parameters of interest."}, {"id": "c1459", "text": "Cooperative-Competitive Team Play of Real-World Craft Robots : Multi-agent deep Reinforcement Learning (RL) has made significant progress in developing intelligent game-playing agents in recent years. However, the efficient training of collective robots using multi-agent RL and the transfer of learned policies to real-world applications remain open research questions. In this work, we first develop a comprehensive robotic system, including simulation, distributed learning framework, and physical robot components. We then propose and evaluate reinforcement learning techniques designed for efficient training of cooperative and competitive policies on this platform. To address the challenges of multi-agent sim-to-real transfer, we introduce Out of Distribution State Initialization (OODSI) to mitigate the impact of the sim-to-real gap. In the experiments, OODSI improves the Sim2Real performance by 20%. We demonstrate the effectiveness of our approach through experiments with a multi-robot car competitive game and a cooperative task in real-world settings."}, {"id": "c1460", "text": "Event-Aided Sharp Radiance Field Reconstruction for Fast-Flying Drones : Fast-flying aerial robots promise rapid inspection under limited battery constraints, with direct applications in infrastructure inspection, terrain exploration, and search and rescue. However, high speeds lead to severe motion blur in images and induce significant drift and noise in pose estimates, making dense 3D reconstruction with Neural Radiance Fields (NeRFs) particularly challenging due to their high sensitivity to such degradations. In this work, we present a unified framework that leverages asynchronous event streams alongside motion-blurred frames to reconstruct high-fidelity radiance fields from agile drone flights. By embedding event-image fusion into NeRF optimization and jointly refining event-based visual-inertial odometry priors using both event and frame modalities, our method recovers sharp radiance fields and accurate camera trajectories without ground-truth supervision. We validate our approach on both synthetic data and real-world sequences captured by a fast-flying drone. Despite highly dynamic drone flights, where RGB frames are severely degraded by motion blur and pose priors become unreliable, our method reconstructs high-fidelity radiance fields and preserves fine scene details, delivering a performance gain of over 50% on real-world data compared to state-of-the-art methods."}, {"id": "c1461", "text": "EmoOmni: Bridging Emotional Understanding and Expression in Omni-Modal LLMs : The evolution of Omni-Modal Large Language Models~(Omni-LLMs) has revolutionized human--computer interaction, enabling unified audio-visual perception and speech response. However, existing Omni-LLMs struggle with complex real-world scenarios, often leading to superficial understanding and contextually mismatched emotional responses. This issue is further intensified by Omni-LLM's Thinker-Talker architectures, which are implicitly connected through hidden states, leading to the loss of emotional details. In this work, we present EmoOmni, a unified framework for accurate understanding and expression in multimodal emotional dialogue. At its core, we introduce the emotional Chain-of-Thought~(E-CoT), which enforces a reasoning from fine-grained multimodal perception to textual response. Moreover, we explicitly treat E-CoT as high-level emotional instructions that guide the talker, enabling accurate emotional expression. Complementing the model, we construct EmoOmniPipe to obtain the real-world annotated dialogue data and establish a benchmark, EmoOmniEval, to facilitate systematic assessment of multimodal emotional dialogue task. Experiments show that EmoOmni-7B achieves comparable performance with Qwen3Omni-30B-A3B-Thinking under the same talker."}, {"id": "c1462", "text": "Training-Free Intelligibility-Guided Observation Addition for Noisy ASR : Automatic speech recognition (ASR) degrades severely in noisy environments. Although speech enhancement (SE) front-ends effectively suppress background noise, they often introduce artifacts that harm recognition. Observation addition (OA) addressed this issue by fusing noisy and SE enhanced speech, improving recognition without modifying the parameters of the SE or ASR models. This paper proposes an intelligibility-guided OA method, where fusion weights are derived from intelligibility estimates obtained directly from the backend ASR. Unlike prior OA methods based on trained neural predictors, the proposed method is training-free, reducing complexity and enhances generalization. Extensive experiments across diverse SE-ASR combinations and datasets demonstrate strong robustness and improvements over existing OA baselines. Additional analyses of intelligibility-guided switching-based alternatives and frame versus utterance-level OA further validate the proposed design."}, {"id": "c1463", "text": "Geometric Analysis of Speech Representation Spaces: Topological Disentanglement and Confound Detection : Speech-based clinical tools are increasingly deployed in multilingual settings, yet whether pathological speech markers remain geometrically separable from accent variation remains unclear. Systems may misclassify healthy non-native speakers or miss pathology in multilingual patients. We propose a four-metric clustering framework to evaluate geometric disentanglement of emotional, linguistic, and pathological speech features across six corpora and eight dataset combinations. A consistent hierarchy emerges: emotional features form the tightest clusters (Silhouette 0.250), followed by pathological (0.141) and linguistic (0.077). Confound analysis shows pathological-linguistic overlap remains below 0.21, which is above the permutation null but bounded for clinical deployment. Trustworthiness analysis confirms embedding fidelity and robustness of the geometric conclusions. Our framework provides actionable guidelines for equitable and reliable speech health systems across diverse populations."}, {"id": "c1464", "text": "MIDI-Informed Singing Accompaniment Generation in a Compositional Song Pipeline : Song generation aims to produce full songs with vocals and accompaniment from lyrics and text descriptions, yet end-to-end models remain data- and compute-intensive and provide limited editability. We advocate a compositional alternative that decomposes the task into melody composition, singing voice synthesis, and singing accompaniment generation. Central to our approach is MIDI-informed singing accompaniment generation (MIDI-SAG), which conditions accompaniment on the symbolic vocal-melody MIDI to improve rhythmic and harmonic alignment between singing and instrumentation. Moreover, beyond conventional SAG settings that assume continuously sung vocals, compositional song generation features intermittent vocals; we address this by combining explicit rhythmic/harmonic controls with audio continuation to keep the backing track consistent across vocal and non-vocal regions. With lightweight newly trained components requiring only 2.5k hours of audio on a single RTX 3090, our pipeline approaches the perceptual quality of recent open-source end-to-end baselines in several metrics. We provide audio demos and will open-source our model at https://composerflow.github.io/web/."}, {"id": "c1465", "text": "Quantifying Dimensional Independence in Speech: An Information-Theoretic Framework for Disentangled Representation Learning : Speech signals encode emotional, linguistic, and pathological information within a shared acoustic channel; however, disentanglement is typically assessed indirectly through downstream task performance. We introduce an information-theoretic framework to quantify cross-dimension statistical dependence in handcrafted acoustic features by integrating bounded neural mutual information (MI) estimation with non-parametric validation. Across six corpora, cross-dimension MI remains low, with tight estimation bounds ($< 0.15$ nats), indicating weak statistical coupling in the data considered, whereas Source--Filter MI is substantially higher (0.47 nats). Attribution analysis, defined as the proportion of total MI attributable to source versus filter components, reveals source dominance for emotional dimensions (80\\%) and filter dominance for linguistic and pathological dimensions (60\\% and 58\\%, respectively). These findings provide a principled framework for quantifying dimensional independence in speech."}, {"id": "c1466", "text": "Memory-guided Prototypical Co-occurrence Learning for Mixed Emotion Recognition : Emotion recognition from multi-modal physiological and behavioral signals plays a pivotal role in affective computing, yet most existing models remain constrained to the prediction of singular emotions in controlled laboratory settings. Real-world human emotional experiences, by contrast, are often characterized by the simultaneous presence of multiple affective states, spurring recent interest in mixed emotion recognition as an emotion distribution learning problem. Current approaches, however, often neglect the valence consistency and structured correlations inherent among coexisting emotions. To address this limitation, we propose a Memory-guided Prototypical Co-occurrence Learning (MPCL) framework that explicitly models emotion co-occurrence patterns. Specifically, we first fuse multi-modal signals via a multi-scale associative memory mechanism. To capture cross-modal semantic relationships, we construct emotion-specific prototype memory banks, yielding rich physiological and behavioral representations, and employ prototype relation distillation to ensure cross-modal alignment in the latent prototype space. Furthermore, inspired by human cognitive memory systems, we introduce a memory retrieval strategy to extract semantic-level co-occurrence associations across emotion categories. Through this bottom-up hierarchical abstraction process, our model learns affectively informative representations for accurate emotion distribution prediction. Comprehensive experiments on two public datasets demonstrate that MPCL consistently outperforms state-of-the-art methods in mixed emotion recognition, both quantitatively and qualitatively."}, {"id": "c1467", "text": "DTT-BSR: GAN-based DTTNet with RoPE Transformer Enhancement for Music Source Restoration : Music source restoration (MSR) aims to recover unprocessed stems from mixed and mastered recordings. The challenge lies in both separating overlapping sources and reconstructing signals degraded by production effects such as compression and reverberation. We therefore propose DTT-BSR, a hybrid generative adversarial network (GAN) combining rotary positional embeddings (RoPE) transformer for long-term temporal modeling with dual-path band-split recurrent neural network (RNN) for multi-resolution spectral processing. Our model achieved 3rd place on the objective leaderboard and 4th place on the subjective leaderboard on the ICASSP 2026 MSR Challenge, demonstrating exceptional generation fidelity and semantic alignment with a compact size of 7.1M parameters."}, {"id": "c1468", "text": "CTC-TTS: LLM-based dual-streaming text-to-speech with CTC alignment : Large-language-model (LLM)-based text-to-speech (TTS) systems can generate natural speech, but most are not designed for low-latency dual-streaming synthesis. High-quality dual-streaming TTS depends on accurate text--speech alignment and well-designed training sequences that balance synthesis quality and latency. Prior work often relies on GMM-HMM based forced-alignment toolkits (e.g., MFA), which are pipeline-heavy and less flexible than neural aligners; fixed-ratio interleaving of text and speech tokens struggles to capture text--speech alignment regularities. We propose CTC-TTS, which replaces MFA with a CTC based aligner and introduces a bi-word based interleaving strategy. Two variants are designed: CTC-TTS-L (token concatenation along the sequence length) for higher quality and CTC-TTS-F (embedding stacking along the feature dimension) for lower latency. Experiments show that CTC-TTS outperforms fixed-ratio interleaving and MFA-based baselines on streaming synthesis and zero-shot tasks. Speech samples are available at https://ctctts.github.io/."}, {"id": "c1469", "text": "CosyAccent: Duration-Controllable Accent Normalization Using Source-Synthesis Training Data : Accent normalization (AN) systems often struggle with unnatural outputs and undesired content distortion, stemming from both suboptimal training data and rigid duration modeling. In this paper, we propose a \"source-synthesis\" methodology for training data construction. By generating source L2 speech and using authentic native speech as the training target, our approach avoids learning from TTS artifacts and, crucially, requires no real L2 data in training. Alongside this data strategy, we introduce CosyAccent, a non-autoregressive model that resolves the trade-off between prosodic naturalness and duration control. CosyAccent implicitly models rhythm for flexibility yet offers explicit control over total output duration. Experiments show that, despite being trained without any real L2 speech, CosyAccent achieves significantly improved content preservation and superior naturalness compared to strong baselines trained on real-world data."}, {"id": "c1470", "text": "MDM-ASR: Bridging Accuracy and Efficiency in ASR with Diffusion-Based Non-Autoregressive Decoding : In sequence-to-sequence Transformer ASR, autoregressive (AR) models achieve strong accuracy but suffer from slow decoding, while non-autoregressive (NAR) models enable parallel decoding at the cost of degraded performance. We propose a principled NAR ASR framework based on Masked Diffusion Models to reduce this gap. A pre-trained speech encoder is coupled with a Transformer diffusion decoder conditioned on acoustic features and partially masked transcripts for parallel token prediction. To mitigate the training-inference mismatch, we introduce Iterative Self-Correction Training that exposes the model to its own intermediate predictions. We also design a Position-Biased Entropy-Bounded Confidence-based sampler with positional bias to further boost results. Experiments across multiple benchmarks demonstrate consistent gains over prior NAR models and competitive performance with strong AR baselines, while retaining parallel decoding efficiency."}, {"id": "c1471", "text": "[b]=[d]-[t]+[p]: Self-supervised Speech Models Discover Phonological Vector Arithmetic : Self-supervised speech models (S3Ms) are known to encode rich phonetic information, yet how this information is structured remains underexplored. We conduct a comprehensive study across 96 languages to analyze the underlying structure of S3M representations, with particular attention to phonological vectors. We first show that there exist linear directions within the model's representation space that correspond to phonological features. We further demonstrate that the scale of these phonological vectors correlate to the degree of acoustic realization of their corresponding phonological features in a continuous manner. For example, the difference between [d] and [t] yields a voicing vector: adding this vector to [p] produces [b], while scaling it results in a continuum of voicing. Together, these findings indicate that S3Ms encode speech using phonologically interpretable and compositional vectors, demonstrating phonological vector arithmetic. All code and interactive demos are available at https://github.com/juice500ml/phonetic-arithmetic ."}, {"id": "c1472", "text": "Mind the Gap: Detecting Cluster Exits for Robust Local Density-Based Score Normalization in Anomalous Sound Detection : Local density-based score normalization is an effective component of distance-based embedding methods for anomalous sound detection, particularly when data densities vary across conditions or domains. In practice, however, performance depends strongly on neighborhood size. Increasing it can degrade detection accuracy when neighborhood expansion crosses cluster boundaries, violating the locality assumption of local density estimation. This observation motivates adapting the neighborhood size based on locality preservation rather than fixing it in advance. We realize this by proposing cluster exit detection, a lightweight mechanism that identifies distance discontinuities and selects neighborhood sizes accordingly. Experiments across multiple embedding models and datasets show improved robustness to neighborhood-size selection and consistent performance gains."}, {"id": "c1473", "text": "ReHear: Iterative Pseudo-Label Refinement for Semi-Supervised Speech Recognition via Audio Large Language Models : Semi-supervised learning in automatic speech recognition (ASR) typically relies on pseudo-labeling, which often suffers from confirmation bias and error accumulation due to noisy supervision. To address this limitation, we propose ReHear, a framework for iterative pseudo-label refinement that integrates an instruction-tuned, audio-aware large language model (LLM) into the self-training loop. Unlike conventional text-based correctors, our approach conditions the LLM on both the ASR hypothesis and the source audio, allowing it to recover phonetically accurate transcripts even from severe recognition errors. These refined pseudo-labels serve as high-fidelity targets for fine-tuning the ASR model in an iterative cycle. Experimental results across diverse benchmarks demonstrate that ReHear effectively mitigates error propagation, consistently outperforming both supervised and pseudo-labeling baselines."}, {"id": "c1474", "text": "Rethinking Flow and Diffusion Bridge Models for Speech Enhancement : Flow matching and diffusion bridge models have emerged as leading paradigms in generative speech enhancement, modeling stochastic processes between paired noisy and clean speech signals based on principles such as flow matching, score matching, and Schr\u00f6dinger bridge. In this paper, we present a framework that unifies existing flow and diffusion bridge models by interpreting them as constructions of Gaussian probability paths with varying means and variances between paired data. Furthermore, we investigate the underlying consistency between the training/inference procedures of these generative models and conventional predictive models. Our analysis reveals that each sampling step of a well-trained flow or diffusion bridge model optimized with a data prediction loss is theoretically analogous to executing predictive speech enhancement. Motivated by this insight, we introduce an enhanced bridge model that integrates an effective probability path design with key elements from predictive paradigms, including improved network architecture, tailored loss functions, and optimized training strategies. Experiments on denoising and dereverberation tasks demonstrate that the proposed method outperforms existing flow and diffusion baselines with fewer parameters and reduced computational complexity. The results also highlight that the inherently predictive nature of this generative framework imposes limitations on its achievable upper-bound performance."}, {"id": "c1475", "text": "MeanVoiceFlow: One-step Nonparallel Voice Conversion with Mean Flows : In voice conversion (VC) applications, diffusion and flow-matching models have exhibited exceptional speech quality and speaker similarity performances. However, they are limited by slow conversion owing to their iterative inference. Consequently, we propose MeanVoiceFlow, a novel one-step nonparallel VC model based on mean flows, which can be trained from scratch without requiring pretraining or distillation. Unlike conventional flow matching that uses instantaneous velocity, mean flows employ average velocity to more accurately compute the time integral along the inference path in a single step. However, training the average velocity requires its derivative to compute the target velocity, which can cause instability. Therefore, we introduce a structural margin reconstruction loss as a zero-input constraint, which moderately regularizes the input-output behavior of the model without harmful statistical averaging. Furthermore, we propose conditional diffused-input training in which a mixture of noise and source data is used as input to the model during both training and inference. This enables the model to effectively leverage source information while maintaining consistency between training and inference. Experimental results validate the effectiveness of these techniques and demonstrate that MeanVoiceFlow achieves performance comparable to that of previous multi-step and distillation-based models, even when trained from scratch. Audio samples are available at https://www.kecl.ntt.co.jp/people/kaneko.takuhiro/projects/meanvoiceflow/."}, {"id": "c1476", "text": "MusicSem: A Semantically Rich Language--Audio Dataset of Natural Music Descriptions : Music representation learning is central to music information retrieval and generation. While recent advances in multimodal learning have improved alignment between text and audio for tasks such as cross-modal music retrieval, text-to-music generation, and music-to-text generation, existing models often struggle to capture users' expressed intent in natural language descriptions of music. This observation suggests that the datasets used to train and evaluate these models do not fully reflect the broader and more natural forms of human discourse through which music is described. In this paper, we introduce MusicSem, a dataset of 32,493 language-audio pairs derived from organic music-related discussions on the social media platform Reddit. Compared to existing datasets, MusicSem captures a broader spectrum of musical semantics, reflecting how listeners naturally describe music in nuanced and human-centered ways. To structure these expressions, we propose a taxonomy of five semantic categories: descriptive, atmospheric, situational, metadata-related, and contextual. In addition to the construction, analysis, and release of MusicSem, we use the dataset to evaluate a wide range of multimodal models for retrieval and generation, highlighting the importance of modeling fine-grained semantics. Overall, MusicSem serves as a novel semantics-aware resource to support future research on human-aligned multimodal music representation learning."}, {"id": "c1477", "text": "The Cascade Equivalence Hypothesis: When Do Speech LLMs Behave Like ASR$\\rightarrow$LLM Pipelines? : Current speech LLMs largely perform implicit ASR: on tasks solvable from a transcript, they are behaviorally and mechanistically equivalent to simple Whisper$\\to$LLM cascades. We show this through matched-backbone testing across four speech LLMs and six tasks, controlling for the LLM backbone for the first time. Ultravox is statistically indistinguishable from its matched cascade ($\u03ba{=}0.93$); logit lens reveals literal text emerging in hidden states; LEACE concept erasure confirms text representations are causally necessary in both architectures tested, collapsing accuracy to near-zero. Qwen2-Audio genuinely diverges, revealing cascade equivalence is architecture-dependent, not universal. For most deployed use cases, current speech LLMs are expensive cascades, and under noise, they are worse ones, with clean-condition advantages reversing by up to 7.6% at 0 dB."}, {"id": "c1478", "text": "Detection and Classification of Cetacean Echolocation Clicks using Image-based Object Detection Methods applied to Advanced Wavelet-based Transformations : A challenge in marine bioacoustic analysis is the detection of animal signals, like calls, whistles and clicks, for behavioral studies. Manual labeling is too time-consuming to process sufficient data to get reasonable results. Thus, an automatic solution to overcome the time-consuming data analysis is necessary. Basic mathematical models can detect events in simple environments, but they struggle with complex scenarios, like differentiating signals with a low signal-to-noise ratio or distinguishing clicks from echoes. Deep Learning Neural Networks, such as ANIMAL-SPOT, are better suited for such tasks. DNNs process audio signals as image representations, often using spectrograms created by Short-Time Fourier Transform. However, spectrograms have limitations due to the uncertainty principle, which creates a tradeoff between time and frequency resolution. Alternatives like the wavelet, which provides better time resolution for high frequencies and improved frequency resolution for low frequencies, may offer advantages for feature extraction in complex bioacoustic environments. This thesis shows the efficacy of CLICK-SPOT on Norwegian Killer whale underwater recordings provided by the cetacean biologist Dr. Vester. Keywords: Bioacoustics, Deep Learning, Wavelet Transformation"}, {"id": "c1479", "text": "CC-G2PnP: Streaming Grapheme-to-Phoneme and prosody with Conformer-CTC for unsegmented languages : We propose CC-G2PnP, a streaming grapheme-to-phoneme and prosody (G2PnP) model to connect large language model and text-to-speech in a streaming manner. CC-G2PnP is based on Conformer-CTC architecture. Specifically, the input grapheme tokens are processed chunk by chunk, which enables streaming inference of phonemic and prosodic (PnP) labels. By guaranteeing minimal look-ahead size to each input token, the proposed model can consider future context in each token, which leads to stable PnP label prediction. Unlike previous streaming methods that depend on explicit word boundaries, the CTC decoder in CC-G2PnP effectively learns the alignment between graphemes and phonemes during training, making it applicable to unsegmented languages. Experiments on a Japanese dataset, which has no explicit word boundaries, show that CC-G2PnP significantly outperforms the baseline streaming G2PnP model in the accuracy of PnP label prediction."}, {"id": "c1480", "text": "Scaling Open Discrete Audio Foundation Models with Interleaved Semantic, Acoustic, and Text Tokens : Current audio language models are predominantly text-first, either extending pre-trained text LLM backbones or relying on semantic-only audio tokens, limiting general audio modeling. This paper presents a systematic empirical study of native audio foundation models that apply next-token prediction to audio at scale, jointly modeling semantic content, acoustic details, and text to support both general audio generation and cross-modal capabilities. We provide comprehensive empirical insights for building such models: (1) We systematically investigate design choices -- data sources, text mixture ratios, and token composition -- establishing a validated training recipe. (2) We conduct the first scaling law study for discrete audio models via IsoFLOP analysis on 64 models spanning $3{\\times}10^{18}$ to $3{\\times}10^{20}$ FLOPs, finding that optimal data grows 1.6$\\times$ faster than optimal model size. (3) We apply these lessons to train SODA (Scaling Open Discrete Audio), a suite of models from 135M to 4B parameters on 500B tokens, comparing against our scaling predictions and existing models. SODA serves as a flexible backbone for diverse audio/text tasks -- we demonstrate this by fine-tuning for voice-preserving speech-to-speech translation, using the same unified architecture."}, {"id": "c1481", "text": "SIRUP: A diffusion-based virtual upmixer of steering vectors for highly-directive spatialization with first-order ambisonics : This paper presents virtual upmixing of steering vectors captured by a fewer-channel spherical microphone array. This challenge has conventionally been addressed by recovering the directions and signals of sound sources from first-order ambisonics (FOA) data, and then rendering the higher-order ambisonics (HOA) data using a physics-based acoustic simulator. This approach, however, struggles to handle the mutual dependency between the spatial directivity of source estimation and the spatial resolution of FOA ambisonics data. Our method, named SIRUP, employs a latent diffusion model architecture. Specifically, a variational autoencoder (VAE) is used to learn a compact encoding of the HOA data in a latent space and a diffusion model is then trained to generate the HOA embeddings, conditioned by the FOA data. Experimental results showed that SIRUP achieved a significant improvement compared to FOA systems for steering vector upmixing, source localization, and speech denoising."}, {"id": "c1482", "text": "Hardware-accelerated graph neural networks: an alternative approach for neuromorphic event-based audio classification and keyword spotting on SoC FPGA : As the volume of data recorded by embedded edge sensors increases, particularly from neuromorphic devices producing discrete event streams, there is a growing need for hardware-aware neural architectures that enable efficient, low-latency, and energy-conscious local processing. We present an FPGA implementation of event-graph neural networks for audio processing. We utilise an artificial cochlea that converts time-series signals into sparse event data, reducing memory and computation costs. Our architecture was implemented on a SoC FPGA and evaluated on two open-source datasets. For classification task, our baseline floating-point model achieves 92.7% accuracy on SHD dataset - only 2.4% below the state of the art - while requiring over 10x and 67x fewer parameters. On SSC, our models achieve 66.9-71.0% accuracy. Compared to FPGA-based spiking neural networks, our quantised model reaches 92.3% accuracy, outperforming them by up to 19.3% while reducing resource usage and latency. For SSC, we report the first hardware-accelerated evaluation. We further demonstrate the first end-to-end FPGA implementation of event-audio keyword spotting, combining graph convolutional layers with recurrent sequence modelling. The system achieves up to 95% word-end detection accuracy, with only 10.53 microsecond latency and 1.18 W power consumption, establishing a strong benchmark for energy-efficient event-driven KWS."}, {"id": "c1483", "text": "SELEBI: Percussion-aware Time Stretching via Selective Magnitude Spectrogram Compression by Nonstationary Gabor Transform : Phase vocoder-based time-stretching is a widely used technique for the time-scale modification of audio signals. However, conventional implementations suffer from ``percussion smearing,'' a well-known artifact that significantly degrades the quality of percussive components. We attribute this artifact to a fundamental time-scale mismatch between the temporally smeared magnitude spectrogram and the localized, newly generated phase. To address this, we propose SELEBI, a signal-adaptive phase vocoder algorithm that significantly reduces percussion smearing while preserving stability and the perfect reconstruction property. Unlike conventional methods that rely on heuristic processing or component separation, our approach leverages the nonstationary Gabor transform. By dynamically adapting analysis window lengths to assign short windows to intervals containing significant energy associated with percussive components, we directly compute a temporally localized magnitude spectrogram from the time-domain signal. This approach ensures greater consistency between the temporal structures of the magnitude and phase. Furthermore, the perfect reconstruction property of the nonstationary Gabor transform guarantees stable, high-fidelity signal synthesis, in contrast to previous heuristic approaches. Experimental results demonstrate that the proposed method effectively mitigates percussion smearing and yields natural sound quality."}, {"id": "c1484", "text": "Online Single-Channel Audio-Based Sound Speed Estimation for Robust Multi-Channel Audio Control : Robust spatial audio control relies on accurate acoustic propagation models, yet environmental variations, especially changes in the speed of sound, cause systematic mismatches that degrade performance. Existing methods either assume known sound speed, require multiple microphones, or rely on separate calibration, making them impractical for systems with minimal sensing. We propose an online sound speed estimator that operates during general multichannel audio playback and requires only a single observation microphone. The method exploits the structured effect of sound speed on the reproduced signal and estimates it by minimizing the mismatch between the measured audio and a parametric acoustic model. Simulations show accurate tracking of sound speed for diverse input signals and improved spatial control performance when the estimates are used to compensate propagation errors in a sound zone control framework."}, {"id": "c1485", "text": "Multi-Channel Replay Speech Detection using Acoustic Maps : Replay attacks remain a critical vulnerability for automatic speaker verification systems, particularly in real-time voice assistant applications. In this work, we propose acoustic maps as a novel spatial feature representation for replay speech detection from multi-channel recordings. Derived from classical beamforming over discrete azimuth and elevation grids, acoustic maps encode directional energy distributions that reflect physical differences between human speech radiation and loudspeaker-based replay. A lightweight convolutional neural network is designed to operate on this representation, achieving competitive performance on the ReMASC dataset with approximately 6k trainable parameters. Experimental results show that acoustic maps provide a compact and physically interpretable feature space for replay attack detection across different devices and acoustic environments."}, {"id": "c1486", "text": "Color-based Emotion Representation for Speech Emotion Recognition : Speech emotion recognition (SER) has traditionally relied on categorical or dimensional labels. However, this technique is limited in representing both the diversity and interpretability of emotions. To overcome this limitation, we focus on color attributes, such as hue, saturation, and value, to represent emotions as continuous and interpretable scores. We annotated an emotional speech corpus with color attributes via crowdsourcing and analyzed them. Moreover, we built regression models for color attributes in SER using machine learning and deep learning, and explored the multitask learning of color attribute regression and emotion classification. As a result, we demonstrated the relationship between color attributes and emotions in speech, and successfully developed color attribute regression models for SER. We also showed that multitask learning improved the performance of each task."}, {"id": "c1487", "text": "How Much Does Machine Identity Matter in Anomalous Sound Detection at Test Time? : Anomalous sound detection (ASD) benchmarks typically assume that the identity of the monitored machine is known at test time and that recordings are evaluated in a machine-wise manner. However, in realistic monitoring scenarios with multiple known machines operating concurrently, test recordings may not be reliably attributable to a specific machine, and requiring machine identity imposes deployment constraints such as dedicated sensors per machine. To reveal performance degradations and method-specific differences in robustness that are hidden under standard machine-wise evaluation, we consider a minimal modification of the ASD evaluation protocol in which test recordings from multiple machines are merged and evaluated jointly without access to machine identity at inference time. Training data and evaluation metrics remain unchanged, and machine identity labels are used only for post hoc evaluation. Experiments with representative ASD methods show that relaxing this assumption reveals performance degradations and method-specific differences in robustness that are hidden under standard machine-wise evaluation, and that these degradations are strongly related to implicit machine identification accuracy."}, {"id": "c1488", "text": "Real time fault detection in 3D printers using Convolutional Neural Networks and acoustic signals : The reliability and quality of 3D printing processes are critically dependent on the timely detection of mechanical faults. Traditional monitoring methods often rely on visual inspection and hardware sensors, which can be both costly and limited in scope. This paper explores a scalable and contactless method for the use of real-time audio signal analysis for detecting mechanical faults in 3D printers. By capturing and classifying acoustic emissions during the printing process, we aim to identify common faults such as nozzle clogging, filament breakage, pully skipping and various other mechanical faults. Utilizing Convolutional neural networks, we implement algorithms capable of real-time audio classification to detect these faults promptly. Our methodology involves conducting a series of controlled experiments to gather audio data, followed by the application of advanced machine learning models for fault detection. Additionally, we review existing literature on audio-based fault detection in manufacturing and 3D printing to contextualize our research within the broader field. Preliminary results demonstrate that audio signals, when analyzed with machine learning techniques, provide a reliable and cost-effective means of enhancing real-time fault detection."}, {"id": "c1489", "text": "A Generative-First Neural Audio Autoencoder : Neural autoencoders underpin generative models. Practical, large-scale use of neural autoencoders for generative modeling necessitates fast encoding, low latent rates, and a single model across representations. Existing approaches are reconstruction-first: they incur high latent rates, slow encoding, and separate architectures for discrete vs. continuous latents and for different audio channel formats, hindering workflows from preprocessing to inference conditioning. We introduce a generative-first architecture for audio autoencoding that increases temporal downsampling from 2048x to 3360x and supports continuous and discrete representations and common audio channel formats in one model. By balancing compression, quality, and speed, it delivers 10x faster encoding, 1.6x lower rates, and eliminates channel-format-specific variants while maintaining competitive reconstruction quality. This enables applications previously constrained by processing costs: a 60-second mono signal compresses to 788 tokens, making generative modeling more tractable."}, {"id": "c1490", "text": "UniTAF: A Modular Framework for Joint Text-to-Speech and Audio-to-Face Modeling : This work considers merging two independent models, TTS and A2F, into a unified model to enable internal feature transfer, thereby improving the consistency between audio and facial expressions generated from text. We also discuss the extension of the emotion control mechanism from TTS to the joint model. This work does not aim to showcase generation quality; instead, from a system design perspective, it validates the feasibility of reusing intermediate representations from TTS for joint modeling of speech and facial expressions, and provides engineering practice references for subsequent speech expression co-design. The project code has been open source at: https://github.com/GoldenFishes/UniTAF"}, {"id": "c1491", "text": "ZeroSyl: Simple Zero-Resource Syllable Tokenization for Spoken Language Modeling : Pure speech language models aim to learn language directly from raw audio without textual resources. A key challenge is that discrete tokens from self-supervised speech encoders result in excessively long sequences, motivating recent work on syllable-like units. However, methods like Sylber and SyllableLM rely on intricate multi-stage training pipelines. We propose ZeroSyl, a simple training-free method to extract syllable boundaries and embeddings directly from a frozen WavLM model. Using L2 norms of features in WavLM's intermediate layers, ZeroSyl achieves competitive syllable segmentation performance. The resulting segments are mean-pooled, discretized using K-means, and used to train a language model. ZeroSyl outperforms prior syllabic tokenizers across lexical, syntactic, and narrative benchmarks. Scaling experiments show that while finer-grained units are beneficial for lexical tasks, our discovered syllabic units exhibit better scaling behavior for syntactic modeling."}, {"id": "c1492", "text": "Enroll-on-Wakeup: A First Comparative Study of Target Speech Extraction for Seamless Interaction in Real Noisy Human-Machine Dialogue Scenarios : Target speech extraction (TSE) typically relies on pre-recorded high-quality enrollment speech, which disrupts user experience and limits feasibility in spontaneous interaction. In this paper, we propose Enroll-on-Wakeup (EoW), a novel framework where the wake-word segment, captured naturally during human-machine interaction, is automatically utilized as the enrollment reference. This eliminates the need for pre-collected speech to enable a seamless experience. We perform the first systematic study of EoW-TSE, evaluating advanced discriminative and generative models under real diverse acoustic conditions. Given the short and noisy nature of wake-word segments, we investigate enrollment augmentation using LLM-based TTS. Results show that while current TSE models face performance degradation in EoW-TSE, TTS-based assistance significantly enhances the listening experience, though gaps remain in speech recognition accuracy."}, {"id": "c1493", "text": "Bottleneck Transformer-Based Approach for Improved Automatic STOI Score Prediction : In this study, we have presented a novel approach to predict the Short-Time Objective Intelligibility (STOI) metric using a bottleneck transformer architecture. Traditional methods for calculating STOI typically requires clean reference speech, which limits their applicability in the real world. To address this, numerous deep learning-based nonintrusive speech assessment models have garnered significant interest. Many studies have achieved commendable performance, but there is room for further improvement.\n We propose the use of bottleneck transformer, incorporating convolution blocks for learning frame-level features and a multi-head self-attention (MHSA) layer to aggregate the information. These components enable the transformer to focus on the key aspects of the input data. Our model has shown higher correlation and lower mean squared error for both seen and unseen scenarios compared to the state-of-the-art model using self-supervised learning (SSL) and spectral features as inputs."}, {"id": "c1494", "text": "What Do Neurons Listen To? A Neuron-level Dissection of a General-purpose Audio Model : In this paper, we analyze the internal representations of a general-purpose audio self-supervised learning (SSL) model from a neuron-level perspective. Despite their strong empirical performance as feature extractors, the internal mechanisms underlying the robust generalization of SSL audio models remain unclear. Drawing on the framework of mechanistic interpretability, we identify and examine class-specific neurons by analyzing conditional activation patterns across diverse tasks. Our analysis reveals that SSL models foster the emergence of class-specific neurons that provide extensive coverage across novel task classes. These neurons exhibit shared responses across different semantic categories and acoustic similarities, such as speech attributes and musical pitch. We also confirm that these neurons have a functional impact on classification performance. To our knowledge, this is the first systematic neuron-level analysis of a general-purpose audio SSL model, providing new insights into its internal representation."}, {"id": "c1495", "text": "SA-SSL-MOS: Self-supervised Learning MOS Prediction with Spectral Augmentation for Generalized Multi-Rate Speech Assessment : Designing a speech quality assessment (SQA) system for estimating mean-opinion-score (MOS) of multi-rate speech with varying sampling frequency (16-48 kHz) is a challenging task. The challenge arises due to the limited availability of a MOS-labeled training dataset comprising multi-rate speech samples. While self-supervised learning (SSL) models have been widely adopted in SQA to boost performance, a key limitation is that they are pretrained on 16 kHz speech and therefore discard high-frequency information present in higher sampling rates. To address this issue, we propose a spectrogram-augmented SSL method that incorporates high-frequency features (up to 48 kHz sampling rate) through a parallel-branch architecture. We further introduce a two-step training scheme: the model is first pre-trained on a large 48 kHz dataset and then fine-tuned on a smaller multi-rate dataset. Experimental results show that leveraging high-frequency information overlooked by SSL features is crucial for accurate multi-rate SQA, and that the proposed two-step training substantially improves generalization when multi-rate data is limited."}, {"id": "c1496", "text": "Disentangling Pitch and Creak for Speaker Identity Preservation in Speech Synthesis : We introduce a system capable of faithfully modifying the perceptual voice quality of creak while preserving the speaker's perceived identity. While it is well known that high creak probability is typically correlated with low pitch, it is important to note that this is a property observed on a population of speakers but does not necessarily hold across all situations. Disentanglement of pitch from creak is achieved by augmentation of the training dataset of a speech synthesis system with a speaker manipulation block based on conditional continuous normalizing flow. The experiments show greatly improved speaker verification performance over a range of creak manipulation strengths."}, {"id": "c1497", "text": "Data Augmentation for Pathological Speech Enhancement : The performance of state-of-the-art speech enhancement (SE) models considerably degrades for pathological speech due to atypical acoustic characteristics and limited data availability. This paper systematically investigates data augmentation (DA) strategies to improve SE performance for pathological speakers, evaluating both predictive and generative SE models. We examine three DA categories, i.e., transformative, generative, and noise augmentation, assessing their impact with objective SE metrics. Experimental results show that noise augmentation consistently delivers the largest and most robust gains, transformative augmentations provide moderate improvements, while generative augmentation yields limited benefits and can harm performance as the amount of synthetic data increases. Furthermore, we show that the effectiveness of DA varies depending on the SE model, with DA being more beneficial for predictive SE models. While our results demonstrate that DA improves SE performance for pathological speakers, a performance gap between neurotypical and pathological speech persists, highlighting the need for future research on targeted DA strategies for pathological speech."}, {"id": "c1498", "text": "LongAudio-RAG: Event-Grounded Question Answering over Multi-Hour Long Audio : Long-duration audio is increasingly common in industrial and consumer settings, yet reviewing multi-hour recordings is impractical, motivating systems that answer natural-language queries with precise temporal grounding and minimal hallucination. Existing audio-language models show promise, but long-audio question answering remains difficult due to context-length limits. We introduce LongAudio-RAG (LA-RAG), a hybrid framework that grounds Large Language Model (LLM) outputs in retrieved, timestamped acoustic event detections rather than raw audio. Multi-hour streams are converted into structured event records stored in an SQL database, and at inference time the system resolves natural-language time references, classifies intent, retrieves only the relevant events, and generates answers using this constrained evidence. To evaluate performance, we construct a synthetic long-audio benchmark by concatenating recordings with preserved timestamps and generating template-based question-answer pairs for detection, counting, and summarization tasks. Finally, we demonstrate the practicality of our approach by deploying it in a hybrid edge-cloud environment, where the audio grounding model runs on-device on IoT-class hardware while the LLM is hosted on a GPU-backed server. This architecture enables low-latency event extraction at the edge and high-quality language reasoning in the cloud. Experiments show that structured, event-level retrieval significantly improves accuracy compared to vanilla Retrieval-Augmented Generation (RAG) or text-to-SQL approaches."}, {"id": "c1499", "text": "CLAP-Based Automatic Word Naming Recognition in Post-Stroke Aphasia : Conventional automatic word-naming recognition systems struggle to recognize words from post-stroke patients with aphasia because of disfluencies and mispronunciations, limiting reliable automated assessment in this population. In this paper, we propose a Contrastive Language-Audio Pretraining (CLAP) based approach for automatic word-naming recognition to address this challenge by leveraging text-audio alignment. Our approach treats word-naming recognition as an audio-text matching problem, projecting speech signals and textual prompts into a shared embedding space to identify intended words even in challenging recordings. Evaluated on two speech datasets of French post-stroke patients with aphasia, our approach achieves up to 90% accuracy, outperforming existing classification-based and automatic speech recognition-based baselines."}, {"id": "c1500", "text": "Bengali-Loop: Community Benchmarks for Long-Form Bangla ASR and Speaker Diarization : Bengali (Bangla) remains under-resourced in long-form speech technology despite its wide use. We present Bengali-Loop, two community benchmarks to address this gap: (1) a long-form ASR corpus of 191 recordings (158.6 hours, 792k words) from 11 YouTube channels, collected via a reproducible subtitle-extraction pipeline and human-in-the-loop transcript verification; and (2) a speaker diarization corpus of 24 recordings (22 hours, 5,744 annotated segments) with fully manual speaker-turn labels in CSV format. Both benchmarks target realistic multi-speaker, long-duration content (e.g., Bangla drama/natok). We establish baselines (Tugstugi: 34.07% WER; pyannote.audio: 40.08% DER) and provide standardized evaluation protocols (WER/CER, DER), annotation rules, and data formats to support reproducible benchmarking and future model development for Bangla long-form ASR and diarization."}, {"id": "c1501", "text": "Interpreting Multi-Branch Anti-Spoofing Architectures: Correlating Internal Strategy with Empirical Performance : Multi-branch deep neural networks like AASIST3 achieve state-of-the-art comparable performance in audio anti-spoofing, yet their internal decision dynamics remain opaque compared to traditional input-level saliency methods. While existing interpretability efforts largely focus on visualizing input artifacts, the way individual architectural branches cooperate or compete under different spoofing attacks is not well characterized. This paper develops a framework for interpreting AASIST3 at the component level. Intermediate activations from fourteen branches and global attention modules are modeled with covariance operators whose leading eigenvalues form low-dimensional spectral signatures. These signatures train a CatBoost meta-classifier to generate TreeSHAP-based branch attributions, which we convert into normalized contribution shares and confidence scores (Cb) to quantify the model's operational strategy. By analyzing 13 spoofing attacks from the ASVspoof 2019 benchmark, we identify four operational archetypes-ranging from Effective Specialization (e.g., A09, Equal Error Rate (EER) 0.04%, C=1.56) to Ineffective Consensus (e.g., A08, EER 3.14%, C=0.33). Crucially, our analysis exposes a Flawed Specialization mode where the model places high confidence in an incorrect branch, leading to severe performance degradation for attacks A17 and A18 (EER 14.26% and 28.63%, respectively). These quantitative findings link internal architectural strategy directly to empirical reliability, highlighting specific structural dependencies that standard performance metrics overlook."}, {"id": "c1502", "text": "Learning Vocal-Tract Area and Radiation with a Physics-Informed Webster Model : We present a physics-informed voiced backend renderer for singing-voice synthesis. Given synthetic single-channel audio and a fund-amental--frequency trajectory, we train a time-domain Webster model as a physics-informed neural network to estimate an interpretable vocal-tract area function and an open-end radiation coefficient. Training enforces partial differential equation and boundary consistency; a lightweight DDSP path is used only to stabilize learning, while inference is purely physics-based. On sustained vowels (/a/, /i/, /u/), parameters rendered by an independent finite-difference time-domain Webster solver reproduce spectral envelopes competitively with a compact DDSP baseline and remain stable under changes in discretization, moderate source variations, and about ten percent pitch shifts. The in-graph waveform remains breathier than the reference, motivating periodicity-aware objectives and explicit glottal priors in future work."}, {"id": "c1503", "text": "Enhancing spatial hearing with cochlear implants: exploring the role of AI, multimodal interaction and perceptual training : Cochlear implants (CIs) have been developed to the point where they can restore hearing and speech understanding in a large proportion of patients. Although spatial hearing is central to controlling and directing attention and to enabling speech understanding in noisy environments, it has been largely neglected in the past. We propose here a multi-disciplinary research framework in which physicians, psychologists and engineers collaborate to improve spatial hearing for CI users."}, {"id": "c1504", "text": "ELEAT-SAGA: Early & Late Integration with Evading Alternating Training for Spoof-Robust Speaker Verification : Spoofing-robust automatic speaker verification (SASV) seeks to build automatic speaker verification systems that are robust against both zero-effort impostor attacks and sophisticated spoofing techniques such as voice conversion (VC) and text-to-speech (TTS). In this work, we propose a novel SASV architecture that introduces score-aware gated attention (SAGA), SASV-SAGA, enabling dynamic modulation of speaker embeddings based on countermeasure (CM) scores. By integrating speaker embeddings and CM scores from pre-trained ECAPA-TDNN and AASIST models respectively, we explore several integration strategies including early, late, and full integration. We further introduce alternating training for multi-module (ATMM) and a refined variant, evading alternating training (EAT). Experimental results on the ASVspoof 2019 Logical Access (LA) and Spoofceleb datasets demonstrate significant improvements over baselines, achieving a spoofing aware speaker verification equal error rate (SASV-EER) of 1.22% and minimum normalized agnostic detection cost function (min a-DCF) of 0.0304 on the ASVspoof 2019 evaluation set. These results confirm the effectiveness of score-aware attention mechanisms and alternating training strategies in enhancing the robustness of SASV systems."}, {"id": "c1505", "text": "BreathNet: Generalizable Audio Deepfake Detection via Breath-Cue-Guided Feature Refinement : As deepfake audio becomes more realistic and diverse, developing generalizable countermeasure systems has become crucial. Existing detection methods primarily depend on XLS-R front-end features to improve generalization. Nonetheless, their performance remains limited, partly due to insufficient attention to fine-grained information, such as physiological cues or frequency-domain features. In this paper, we propose BreathNet, a novel audio deepfake detection framework that integrates fine-grained breath information to improve generalization. Specifically, we design BreathFiLM, a feature-wise linear modulation mechanism that selectively amplifies temporal representations based on the presence of breathing sounds. BreathFiLM is trained jointly with the XLS-R extractor, in turn encouraging the extractor to learn and encode breath-related cues into the temporal features. Then, we use the frequency front-end to extract spectral features, which are then fused with temporal features to provide complementary information introduced by vocoders or compression artifacts. Additionally, we propose a group of feature losses comprising Positive-only Supervised Contrastive Loss (PSCL), center loss, and contrast loss. These losses jointly enhance the discriminative ability, encouraging the model to separate bona fide and deepfake samples more effectively in the feature space. Extensive experiments on five benchmark datasets demonstrate state-of-the-art (SOTA) performance. Using the ASVspoof 2019 LA training set, our method attains 1.99% average EER across four related eval benchmarks, with particularly strong performance on the In-the-Wild dataset, where it achieves 4.70% EER. Moreover, under the ASVspoof5 evaluation protocol, our method achieves an EER of 4.94% on this latest benchmark."}, {"id": "c1506", "text": "Fast Swap-Based Element Selection for Multiplication-Free Dimension Reduction : In this paper, we propose a fast algorithm for element selection, a multiplication-free form of dimension reduction that produces a dimension-reduced vector by simply selecting a subset of elements from the input. Dimension reduction is a fundamental technique for reducing unnecessary model parameters, mitigating overfitting, and accelerating training and inference. A standard approach is principal component analysis (PCA), but PCA relies on matrix multiplications; on resource-constrained systems, the multiplication count itself can become a bottleneck. Element selection eliminates this cost because the reduction consists only of selecting elements, and thus the key challenge is to determine which elements should be retained. We evaluate a candidate subset through the minimum mean-squared error of linear regression that predicts a target vector from the selected elements, where the target may be, for example, a one-hot label vector in classification. When an explicit target is unavailable, the input itself can be used as the target, yielding a reconstruction-based criterion. The resulting optimization is combinatorial, and exhaustive search is impractical. To address this, we derive an efficient formula for the objective change caused by swapping a selected and an unselected element, using the matrix inversion lemma, and we perform a swap-based local search that repeatedly applies objective-decreasing swaps until no further improvement is possible. Experiments on MNIST handwritten-digit images demonstrate the effectiveness of the proposed method."}, {"id": "c1507", "text": "From female choice to social structure: Modeling harem formation in camelids : Herbivorous wild species constantly strive to optimize the trade-off between energy and nutrient intake and predation risk during foraging. This has led to the selection of several evolutionary traits -- such as diet, habitat selection, and behavior -- which are simultaneously shaped by the spatio-temporal variability of the habitat. Among camelid species, polygyny is a prevalent behavioral strategy that encompasses both mating and foraging activities. This group-level behavior has multiple interacting dimensions, contributing to an interesting ecological and evolutionary complexity. We developed an individual-based stochastic model in which camelid females transition between different familial groups in response to their environmental conditions, aiming to maximize individual fitness. Our results indicate that the behavioral strategy of individual females can shape, by itself, emergent population-level properties, including group size and fitness distribution. Furthermore, these properties are modulated, in a non-additive manner, by other factors such as population density, sex ratio and system heterogeneity."}, {"id": "c1508", "text": "Asymmetry Demystified: Strict CLFs and Feedbacks for Predator-Prey Interconnections : The difficulty with control of population dynamics, besides the states being positive and the control having to also be positive, is the extreme difference in the dynamics near extinction and at overpopulated states. As hard as global stabilization is, even harder is finding CLFs that are strict, don't require LaSalle arguments, and permit quantification of convergence. Among the three canonical types of two-population dynamics (mutualism, which borders on trivial, predator-prey, and competition, which makes global stabilization with positive harvesting impossible), predator-prey is the ``sweet spot'' for the study of stabilization. Even when the predator-prey interaction is neutrally stable, global asymptotic stabilization with strict CLFs has proven very difficult, except by conservative, hard-to-gain-insight-from Matrosov-like techniques.\n In this little note we show directions for the design of clean, elegant, insight-bearing, majorization-free strict CLFs. They generalize the classical Volterra-style Lyapunov functions for population dynamics to non-separable Volterra-style constructions. As a bonus to strictification as an analysis activity, we provide examples of concurrent designs of feedback and CLFs, using customized versions of forwarding and backstepping (note that, in suitable coordinates, predator-prey is both strict-feedforward and strict-feedback), where the striking deviations from these methods' conventional forms is necessitated by the predator-prey's states and inputs needing to be kept positive."}, {"id": "c1509", "text": "Age Structured Epidemic Model under Vaccination with Vector Transmission : Dengue remains a major global public health concern due to its high mortality and economic burden. Mathematical modeling is essential to understand its transmission mechanisms and for evaluating intervention strategies. In this paper, we formulate a vector host model in which the human population is structured by age, and vaccinated individuals are further described by time since vaccination. The mosquito population is coupled to the host dynamics and reduced under a quasi steady state assumption. By integrating over vaccination age, we obtain a nonlinear steady state formulation and express the endemic equilibrium as a fixed point problem for the infected mosquito population. Using Lipschitz estimates and a contraction argument, we establish existence and uniqueness of the equilibrium under a weak transmission condition. The analysis highlights the influence of age dependent vaccination on long term dengue dynamics."}, {"id": "c1510", "text": "Adaptation by Cumulative Selection : Biological systems like long-lived clonal organisms, holobionts and clades challenge traditional evolutionary thinking since they adapt without populations or reproduction. This paper aims to provide an overarching theoretical framework which encompasses standard Darwinian evolution as well as other processes of adaptation. This framework is cumulative selection and I provide a general `recipe' for it to occur. Lewontin's recipe for evolution by natural selection is shown to be a particular example of cumulative selection, but not the only one. Similarly, reproduction, inheritance and populations are just one way to perform cumulative selection. I discuss several other examples of cumulative selection including clonal organisms, dioecious populations, Gaia and neural networks."}, {"id": "c1511", "text": "Conditionally Site-Independent Neural Evolution of Antibody Sequences : Common deep learning approaches for antibody engineering focus on modeling the marginal distribution of sequences. By treating sequences as independent samples, however, these methods overlook affinity maturation as a rich and largely untapped source of information about the evolutionary process by which antibodies explore the underlying fitness landscape. In contrast, classical phylogenetic models explicitly represent evolutionary dynamics but lack the expressivity to capture complex epistatic interactions. We bridge this gap with CoSiNE, a continuous-time Markov chain parameterized by a deep neural network. Mathematically, we prove that CoSiNE provides a first-order approximation to the intractable sequential point mutation process, capturing epistatic effects with an error bound that is quadratic in branch length. Empirically, CoSiNE outperforms state-of-the-art language models in zero-shot variant effect prediction by explicitly disentangling selection from context-dependent somatic hypermutation. Finally, we introduce Guided Gillespie, a classifier-guided sampling scheme that steers CoSiNE at inference time, enabling efficient optimization of antibody binding affinity toward specific antigens."}, {"id": "c1512", "text": "Feasibility as a moving target: Fluctuating species interactions lead to universal power law in equilibrium abundances : Theoretical ecology has traditionally equated persistence with the stability of a fixed equilibrium point. Here we argue that the primary threat to ecosystem persistence need not be the loss of stability, but instead the escape of the stable equilibrium to a negative orthant. In a realistic setting, fluctuations in interactions do not merely disturb abundances about an equilibrium but can displace the equilibrium point itself. We theoretically and empirically analyze such displacements of the equilibrium point in a complex community. Theoretically, we find that light-tailed fluctuations in species interactions, no matter how small, lead to a heavy-tailed power law $P(y)=1/y^\u03b1$ for the equilibrium abundance $y$ of a species. Remarkably, the exponent $\u03b1=2$ is a universal value independent of interaction structure, community size, and species. Empirically, our analysis of 34 species reveals a power law signal for most, with a median exponent $\u03b1\\sim2.56$. Next, we derive a formula for the critical noise, $\u03c3_c$, beyond which the community experiences feasibility loss ``with near certainty''. We find that $\u03c3_c(N)\\sim N^{-1}$, implying that larger communities are significantly more fragile to noise induced feasibility loss. Lastly, we define and calculate biologically measurable analytical metrics for both global and species-specific feasibility escape rates, and implement these metrics in dynamic simulations of 98 real world mutualistic and food web networks, to successfully predict their fragility."}, {"id": "c1513", "text": "Experimental and numerical modeling of liposome congregation in meteorite craters of Early Earth : This paper provides experimental and numerical evidence supporting the occurrence of liposome congregation at the floors of meteor craters on Early Earth. This work builds on our earlier research, which demonstrated that liposomes submerged in a shallow Archean pond are protected from harmful UV radiation. This protection allows them to survive long enough for autocatalytic replication of amphiphiles and for mutation and selection of assemblies that maximize membrane stability. For liposomes to fuse, grow, exchange contents and membranes, and divide, they need to establish a population, which means forming a dense conglomerate that enables close physical contact. The study demonstrates that such a congregation is feasible in bowl-shaped meteor craters on Early Earth, especially under periodic seismic disturbances."}, {"id": "c1514", "text": "Behavioral change models for infectious disease transmission: a systematic review (2020-2025) : Background: Human behavior shapes infectious disease dynamics, yet its integration into transmission models remains fragmented. Recent epidemics, particularly COVID-19, highlight the need for models capturing adaptation to perceived risk, social influence, and policy signals. This review synthesizes post-2020 models incorporating behavioral adaptation, examines their theoretical grounding, and evaluates how behavioral constructs modify transmission, vaccination, and compliance. Methods: Following PRISMA guidelines, we searched Scopus and PubMed (2020-2025), screening 1,274 records with citation chaining. We extracted data on disease context, country, modeling framework, behavioral mechanisms (prevalence-dependent, policy/media, imitation/social learning), and psychosocial constructs (personal threat, coping appraisal, barriers, social norms, cues to action). A total of 216 studies met inclusion criteria. Results: COVID-19 accounted for 73% of studies. Most used compartmental ODE models (81%) and focused on theoretical or U.S. settings. Behavioral change was mainly reactive: 47% applied prevalence-dependent feedback, 25% included awareness/media dynamics, and 19% relied on exogenous policy triggers. Game-theoretic or social learning approaches were rare (less or equal than 5%). Behavioral effects primarily modified contact or transmission rates (91%). Psychosocial constructs were unevenly represented: cues to action (n=159) and personal threat (n=145) dominated, whereas coping appraisal (n=82), barriers (n=36), and social norms (n=25) were less common. Conclusions: We propose a taxonomy structured by behavioral drivers, social scale, and memory to clarify dominant paradigms and their empirical basis. Mapping models to psychosocial constructs provides guidance for more theory-informed and data grounded-integration of behavioral processes in epidemiological modeling."}, {"id": "c1515", "text": "Evolutionary Advantage of Diversity-Generating Retroelements in Switching Environments : Diversity-Generating Retroelements (DGRs) create rapid, targeted variation within specific genomic regions in phages and bacteria. They operate through stochastic retro-transcription of a template region (TR) into a variable region (VR), which typically encodes ligand-binding proteins. Despite their prevalence, the evolutionary conditions that maintain such hypermutating systems remain unclear. Here we introduce a two-timescale framework separating fast VR diversification from slow TR evolution, allowing the dynamics of DGR-controlled loci to be analytically understood from the TR design point of view. We quantity the fitness gain provided by the diversification mechanism of DGR in the presence of environmental switching with respect to standard mutagenesis. Our framework accounts for observed patterns of DGR activity in human-gut \\textit{Bacteroides} and clarifies when constitutive DGR activation is evolutionarily favored."}, {"id": "c1516", "text": "Properties of biodiversity indices that model future extinction risk : The loss of biodiversity due to the likely widespread extinction of species in the near future is a focus of current concern in conservation biology. One approach to measure the impact of this extinction is based on the predicted loss of phylogenetic diversity. These predictions have become a focus of the Zoological Society of London's 'EDGE2' program for quantifying biodiversity loss and involves considering the HED (heightened evolutionary distinctiveness) and HEDGE (heightened evolutionary distinctiveness and globally endangered) indices. Here, we show how to generalise the HED(GE) indices by expanding their application to more general settings (to phylogenetic networks, to feature diversity on discrete traits, and to arbitrary biodiversity measures). We provide a simple and explicit description of the mean and variance of such measures, and illustrate our results by an application to the phylogeny of all 27 extant Crocodilians. We also derive various equalities for feature diversity, and an inequality if species extinction rates are correlated with feature types."}, {"id": "c1517", "text": "The lingering phenomenon and pattern formation in a nonlocal population model with cognitive map : The rates at which individuals memorize and forget environmental information strongly influence their movement paths and long-term space use. To understand how these cognitive time scales shape population-level patterns, we propose and analyze a nonlocal population model with a cognitive map. The population density moves by a Fokker--Planck type diffusion driven by a cognitive map that stores a habitat quality information nonlocally. The map is updated through local presence with learning and forgetting rates, and we consider both truncated and normalized perception kernels.\n We first study the movement-only system without growth. We show that finite perceptual range generates spatial heterogeneity in the cognitive map even in nearly homogeneous habitats, and we prove a lingering phenomenon on unimodal landscapes: for the fixed high learning rate, the peak density near the best location is maximized at an intermediate forgetting rate.\n We then couple cognitive diffusion to logistic growth. We establish local well-posedness and persistence by proving instability of the extinction equilibrium and the existence of a positive steady state, with uniqueness under an explicit condition on the motility function. Numerical simulations show that lingering persists under logistic growth and reveal a trade-off between the lingering and total population size, since near the strongest-lingering regime the total mass can fall below the total resource, in contrast to classical random diffusive--logistic models."}, {"id": "c1518", "text": "Evolutionary Systems Thinking -- From Equilibrium Models to Open-Ended Adaptive Dynamics : Complex change is often described as \"evolutionary\" in economics, policy, and technology, yet most system dynamics models remain constrained to fixed state spaces and equilibrium-seeking behavior. This paper argues that evolutionary dynamics should be treated as a core system-thinking problem rather than as a biological metaphor. We introduce Stability-Driven Assembly (SDA) as a minimal, non-equilibrium framework in which stochastic interactions combined with differential persistence generate endogenous selection without genes, replication, or predefined fitness functions. In SDA, longer-lived patterns accumulate in the population, biasing future interactions and creating feedback between population composition and system dynamics. This feedback yields fitness-proportional sampling as an emergent property, realizing a natural genetic algorithm driven solely by stability. Using SDA, we demonstrate why equilibrium-constrained models, even when simulated numerically, cannot exhibit open-ended evolution: evolutionary systems require population-dependent, non-stationary dynamics in which structure and dynamics co-evolve. We conclude by discussing implications for system dynamics, economics, and policy modeling, and outline how agent-based and AI-enabled approaches may support evolutionary models capable of sustained novelty and structural emergence."}, {"id": "c1519", "text": "Quasilocalization under coupled mutation-selection dynamics : When mutations are rampant, quasispecies theory or Eigen's model predicts that the fittest type in a population may not dominate. Beyond a critical mutation rate, the population may even be delocalized completely from the peak of the fitness landscape and the fittest is ironically lost. Extensive efforts have been made to understand this exceptional scenario. But in general, there is no simple prescription that predicts the eventual degree of localization for arbitrary fitness landscapes and mutation rates. Here, we derive a simple and general relation linking the quasispecies' Hill numbers, which are diversity metrics in ecology, and the ratio of an effective fitness variance to the mean mutation rate squared. This ratio, which we call the localization factor, emerges from mean approximations of decomposed surprisal or stochastic entropy change rates. On the side of application, the relation we obtained here defines a combination of Hill numbers that may complement other complexity or diversity measures for real viral quasispecies. Its advantage being that there is an underlying biological interpretation under Eigen's model."}, {"id": "c1520", "text": "Conditions for Bacterial Selection and Extinction Driven by Growth-Kill Trade-Off in Cyclic Antimicrobial Treatments : Antimicrobial protocols - using substances such as antibiotics or disinfectants - remain the preferred option for preventing the spread of pathogenic bacteria. However, bacteria can develop mechanisms to reduce their antimicrobial susceptibility, which can lead to treatment failure and the selection of resistance or tolerance. In this work, we propose a minimal population dynamics model to study bacterial selection during cyclic antimicrobial application, a commonly used protocol. Selection in bacterial populations with heterogeneous antimicrobial susceptibility is modelled here as a trade-off between survival advantage (reduction in antimicrobial killing) and potential fitness costs (reduction in growth rate) of the less susceptible strains. The proposed model allows us to derive useful expressions for determining the success of cyclic antimicrobial treatments based on two bacterial traits: growth and kill rates. The results obtained here are directly applicable to preventing the selection and spread of resistant and tolerant bacterial strains in real-life protocols."}, {"id": "c1521", "text": "Infection models on dense dynamic random graphs : We consider Susceptible-Infected-Recovered (SIR) models on dense dynamic random graphs, in which the joint dynamics of vertices and edges are co-evolutionary, i.e., they influence each other bidirectionally. In particular, edges appear and disappear over time depending on the states of the two connected vertices, on how long they have been infected, and on the total density of susceptible and infected vertices. Our main results establish functional laws of large numbers for the densities of susceptible, infected, and recovered vertices, jointly with the underlying evolving random graphs in the graphon space. Our results are supported by simulations, which characterize the limiting size of the epidemics, i.e., the limiting density of susceptible vertices, and how the peak of the epidemics depends on the rate of the evolution of the underlying graph.\n The proofs of our main results rely on the careful construction of a mimicking process, obtained by approximating the two-way feedback interaction between vertex and edge dynamics with a mean-field type interaction, acting only as one-way feedback, that remains sufficiently close to the original co-evolutionary process. To treat the more general setting in which edge dynamics are affected by the proportions of susceptible and infected individuals, we introduce a methodological extension of existing techniques. We thus show that our model exhibits multiple epidemic peaks -- a phenomenon observed in real-world epidemics -- which can emerge in models that incorporate mutual feedback between vertex and edge dynamics."}, {"id": "c1522", "text": "Gauge-Mediated Contagion: A Quantum Electrodynamics-Inspired Framework for Non-Local Epidemic Dynamics and Superdiffusion : In this paper, we introduce a gauge-mediated Epidemiological Model inspired by Quantum Electrodynamics (QED). In this model, the ``direct contact'' paradigm of classical SIR models is replaced by a gauge-mediated interaction where the environment, represented by a pathogen field $\\varphi$, plays a fundamental role in the epidemic dynamics. In this model, the non-local characteristics of epidemics appear naturally by integrating out the pathogen field. Utilizing the Doi-Peliti formalism, we derive the effective action of the system and the standard Feynman rules that can be used to compute perturbatively any observables. Using standard QED techniques, we show how to relate renormalized pathogen mass, Debye screening, to epidemiological concepts and we compute at first order the effective reproductive number,$R_{eff}$, and how the condition to have an epidemic is related to a phase transition in the pathogen mass. We show that the superspreading hosts can be included easily in this formalism."}, {"id": "c1523", "text": "Bistability to Quad-stability: Emergence of Hybrid Phenotypes & Enhanced Spatio-temporal Plasticity in Presence of Host-Circuit Coupling : In the context of multistability driven diseases, like cancer, spatiotemporal plasticity plays a significant role to achieve a spectrum of phenotypic variations. The interplay between gene regulatory networks and environmental factors, such as resource competition and spatial diffusion, plays a crucial role in determining cellular behaviour and phenotypic heterogeneity. Though reaction diffusion frameworks have been widely applied in developmental biology, less attention has been paid to the simultaneous effects of resource competition and growth feedback on spatial organization. In this paper, we observed that a bistable genetic circuit under high resource competition due to growth feedback gives rise to multiple emergent phenotypes, as observed in cancer systems. Furthermore, we observed how spatial diffusion coupled with intrinsic nonlinearity can drive the emergence of distinct spatial dynamics over time. The observed spatiotemporal plasticity can also be driven by the comparative stability of the fixed points, diffusivity, and asymmetry of diffusion. Our findings highlight that growth-induced resource competition combined with diffusion can provide deeper insights into metastasis and cancer progression."}, {"id": "c1524", "text": "Spatiotemporal noise stabilizes unbounded diversity in strongly-competitive communities : Classical ecological models predict that large, diverse communities should be unstable, presenting a central challenge to explaining the stable biodiversity seen in nature. We revisit this long-standing problem by extending the generalized Lotka-Volterra model to include both spatial structure and environmental fluctuations across space and time. We find that neither space nor environmental noise alone can resolve the tension between diversity and stability, but that their combined effects permit arbitrarily many species to stably coexist despite strongly disordered competitive interactions. We analytically characterize the noise-induced transition to coexistence, showing that spatiotemporal noise drives an anomalous scaling of abundance fluctuations, known empirically as Taylor's law. At the community level, this manifests as an effective sublinear self-inhibition that renders the community stable and asymptotically neutral in the high-diversity limit. Spatiotemporal noise thus provides a novel resolution to the diversity-stability paradox and a generic mechanism by which complex communities can persist."}, {"id": "c1525", "text": "LinkedNN: a neural model of linkage disequilibrium decay for recent effective population size inference : Summary: A bioinformatics tool is presented for estimating recent effective population size by using a neural network to automatically compute linkage disequilibrium-related features as a function of genomic distance between polymorphisms. The new method outperforms existing deep learning and summary statistic-based approaches using relatively few sequenced individuals and variant sites, making it particularly valuable for molecular ecology applications with sparse, unphased data. Availability and implementation: The program is available as an easily installable Python package with documentation here: https://pypi.org/project/linkedNN/. The open source code is available from: https://github.com/the-smith-lab/LinkedNN."}, {"id": "c1526", "text": "Hyb-Adam-UM: hybrid ultrametric-aware mtDNA phylogeny reconstruction : Motivation: mtDNA distance matrices are standard inputs for distance-based phylogeny, but computing all pairwise alignments is costly. Missing entries can degrade inferred topology and branch lengths, and generic matrix-completion methods may disrupt tree-like (ultrametric) structure.\n Results: We propose Hyb-Adam-UM, which starts from an alignment-limited Needleman-Wunsch distance backbone and completes the matrix by minimizing a robust triplet ultrametric-violation functional. An Adam-style finite-difference optimizer updates only missing entries while enforcing symmetry, non-negativity, and a zero diagonal. From one complete reference matrix, we generate 20 masked instances at 30%, 50%, 65%, and 85% missingness. Hyb-Adam-UM consistently reduces ultrametric violations and achieves competitive reconstruction error, with improved topological accuracy and branch-length agreement relative to MW*/NJ* projection baselines (which exactly preserve observed distances) and Soft-Impute; gains are most pronounced at 85% missingness.\n Availability and implementation: https://github.com/mitichya/hyb-adam-um/; Zenodo: https://doi.org/10.5281/zenodo.18609748\n Supplementary information: Supplementary data available online."}, {"id": "c1527", "text": "Collaboration drives phase transitions towards cooperation in prisoner's dilemma : We present a collaboration ring model -- a network of players playing the prisoner's dilemma game and collaborating among the nearest neighbours by forming coalitions. The microscopic stochastic updating of the players' strategies are driven by their innate nature of seeking selfish gains and shared intentionality. Cooperation emerges in such a structured population through non-equilibrium phase transitions driven by propensity of the players to collaborate and by the benefit that a cooperator generates. The robust results are qualitatively independent of number of neighbours and collaborators."}, {"id": "c1528", "text": "Transition from traveling fronts to diffusion-limited growth in expanding populations : Reaction-diffusion equations describe various spatially extended processes that unfold as traveling fronts moving at constant velocity. We introduce and solve analytically a model that, besides such fronts, supports solutions advancing as the square root of time. These sublinear fronts preserve an invariant shape, with an effective diffusion constant that diverges at the transition to linear spreading. The model applies to dense cellular aggregates of nonmotile cells consuming a diffusible nutrient. The sublinear spread results from biomass redistribution slowing due to nutrient depletion, a phenomenon supported experimentally but often neglected. Our results provide a potential explanation for the linear rather than quadratic increase of colony area with time, which has been observed for many microbes."}, {"id": "c1529", "text": "MEmilio -- A high performance Modular EpideMIcs simuLatIOn software for multi-scale and comparative simulations of infectious disease dynamics : Epidemic and pandemic preparedness with rapid outbreak response rely on timely, trustworthy evidence. Mathematical models are crucial for supporting timely and reliable evidence generation for public health decision-making with models spanning approaches from compartmental and metapopulation models to detailed agent-based simulations. Yet, the accompanying software ecosystem remains fragmented across model types, spatial resolutions, and computational targets, making models harder to compare, extend, and deploy at scale. Here we present MEmilio, a modular, high-performance framework for epidemic simulation that harmonizes the specification and execution of diverse dynamic epidemiological models within a unified and harmonized architecture. MEmilio couples an efficient C++ simulation core with coherent model descriptions and a user-friendly Python interface, enabling workflows that run on laptops as well as high-performance computing systems. Standardized representations of space, demography, and mobility support straightforward adaptations in resolution and population size, facilitating systematic inter-model comparisons and ensemble studies. The framework integrates readily with established tools for uncertainty quantification and parameter inference, supporting a broad range of applications from scenario exploration to calibration. Finally, strict software-engineering practices, including extensive unit and continuous integration testing, promote robustness and minimize the risk of errors as the framework evolves. By unifying implementations across modeling paradigms, MEmilio aims to lower barriers to reuse and generalize models, enable principled comparisons of implicit assumptions, and accelerate the development of novel approaches that strengthen modeling-based outbreak preparedness."}, {"id": "c1530", "text": "Fragile $\\mathit{vs}$ robust Multiple Equilibria phases in generalized Lotka-Volterra model with non-reciprocal interactions : We investigate the Multiple Equilibria phase of generalized Lotka-Volterra dynamics with random, non-reciprocal interactions. We compute the topological complexity of equilibria, which quantifies how rapidly the number of equilibria of the dynamical equations grows with the total number of species. We perform the calculation for arbitrary degree of non-reciprocity in the interactions, distinguishing between configurations that are dynamically stable to invasions by species absent from the equilibrium, and those that are not. We characterize the properties of typical (i.e., most numerous) equilibria at a given diversity, including their average abundance, mutual similarity, and internal stability. This analysis reveals the existence of two distinct ME phases, which differ in how internally stable equilibria behave under invasions by absent species. We discuss the implications of this finding for the system's dynamical behavior."}, {"id": "c1531", "text": "Whodunnit? The case of midge swarms : As collective states of animal groups go, swarms of midge insects pose a number of puzzling questions. Their ordering polarization parameter is quite small and the insects are weakly coupled among themselves but strongly coupled to the swarm. In laboratory studies (free of external perturbations), the correlation length is small, whereas midge swarms exhibit strong correlations, scale free behavior and power laws for correlation length, susceptibility and correlation time in field studies. Data for the dynamic correlation function versus time collapse to a single curve only for small values of time scaled with the correlation time. Is there a theory that explains these disparate observations? Among the existing theories, whodunnit? Here we review and discuss several models proposed in the literature and extend our own one, the harmonically confined Vicsek model, to anisotropic confinement. Numerical simulations of the latter produce elongated swarm shapes and values of the static critical exponents between those of the two dimensional and isotropic three dimensional models. The new values agree better with those measured in natural swarms."}, {"id": "c1532", "text": "Population-scale Ancestral Recombination Graphs with tskit 1.0 : Ancestral recombination graphs (ARGs) are an increasingly important component of population and statistical genetics. The tskit library has become key infrastructure for the field, providing an expressive and general representation of ARGs together with a suite of efficient fundamental operations. In this note, we announce tskit version 1.0, describe its underlying rationale, and document its stability guarantees. These guarantees provide a foundation for durable computational artefacts and support long-term reproducibility of code and analyses."}, {"id": "c1533", "text": "Reply To: Global Gridded Population Datasets Systematically Underrepresent Rural Population by Josias L\u00e1ng-Ritter et al : The paper titled ''Global gridded population datasets systematically underrepresent rural population'' by Josias L\u00e1ng-Ritter et al. provides a valuable contribution to the discourse on the accuracy of global population datasets, particularly in rural areas. We recognize the efforts put into this research and appreciate its contribution to the field. However, we feel that key claims in the study are overly bold, not properly backed by evidence and lack a cautious and nuanced discussion. We hope these points will be taken into account in future discussions and refinements of population estimation methodologies. We argue that the reported bias figures are less caused by actual undercounting of rural populations, but more so by contestable methodological decisions and the historic misallocation of (gridded) population estimates on the local level."}, {"id": "c1534", "text": "Daring few, patient many: division of labor in decentralized foraging collectives : How do social animals make effective decisions in the absence of a leader? While coordination can improve accuracy, it also introduces delays as information propagates through the group. In changing environments, these delays can outweigh the benefits of globally coordinated decisions, even when local interactions remain tightly organized. This raises a key question: how can groups implement efficient collective decision-making without central coordination? We address this question using a collective foraging model in which individuals share information and rewards, but each must choose whether to bear the cost of exploring or to remain idle. We show that decentralized collectives can match the performance of centrally controlled groups through a division of labor: a small, heterogeneous subset explores even when expected rewards are negative, acquiring information to enable future foraging, while a coordinated majority forages only when expected rewards are positive. Information redundancy causes the optimal number of explorers to grow sublinearly with group size, so that larger groups need proportionally fewer explorers. The heterogeneity of the group is maximized at intermediate ecological pressures, but optimal groups are homogeneous when costs or fluctuations are extreme. Crucially, these group-level policies do not require central coordination, emerging instead from agents following simple threshold-based decision rules. We thus demonstrate a mechanism through which leaderless collectives can make effective decisions under uncertainty and show how ecological pressures can drive changes in the distribution of strategies employed by the group."}, {"id": "c1535", "text": "Ecosystems in the Anthropocene: transformative drivers : Human activity has an enormous impact on Earth, changing organisms, environments and landscapes, leading to the decline of original ecosystems and irreversible changes that create new combinations of living beings and materials. As a result, ecosystems with new properties and new species pools are emerging. Here, we explore a set of transformative drivers, which can act either individually or in synergy. The expansion of novel ecosystems (hybrids of natural and agricultural systems) is a sign of irreversible, human-induced change. Human growth, adaptation to climate change, urban expansion and geoengineering are powerful transformative drivers which are expected to have a high impact, creating novel ecosystems. In contrast, less transformative drivers such as degrowth, biocentrism, ecological restoration and low-impact agriculture can mitigate human impacts, leading to adaptation, resilience and sustainability, while conserving original ecosystems. This requires a new approach, incorporating new ecological, ethical and cultural perspectives, to keep ecosystems functional and healthy."}, {"id": "c1536", "text": "Modeling Protein Evolution via Generative Inference From Monte Carlo Chains to Population Genetics : Generative models derived from large protein sequence alignments define complex fitness landscapes, but their utility for accurately modeling non-equilibrium evolutionary dynamics remains unclear. In this work, we perform a rigorous comparative analysis of three simulation schemes, designed to mimic evolution in silico by local sampling of the probability distribution defined by a generative model. We compare standard independent Markov Chain Monte Carlo, Monte Carlo on a phylogenetic tree, and a population genetics dynamics, benchmarking their outputs against deep sequencing data from four distinct in vitro evolution experiments. We find that standard Monte Carlo fails to reproduce the correct phylogenetic structure and generates unrealistic, gradual mutational sweeps. Performing Monte Carlo on a tree inferred from data improves phylogenetic fidelity and historical accuracy. The population genetics scheme successfully captures phylogenetic correlations, mutational abundances, and selective sweeps as emergent properties, without the need to infer additional information from data. However, the latter choice come at the price of not sampling the proper generative model distribution at long times. Our findings highlight the crucial role of phylogenetic correlations and finite-population effects in shaping evolutionary trajectories on fitness landscapes. These models therefore provide powerful tools for predicting complex adaptive paths and for reliably extrapolating evolutionary dynamics beyond current experimental limitations."}, {"id": "c1537", "text": "The Great Filter hypothesis -- a new Great Filter? : The Great Filter hypothesis is an extension of the Fermi Paradox: \"If life is so common in the universe, why don't we see it?\" The Great Filter theory posits there are multiple obstacles or filters life must pass through which ultimately sifts out intelligent life. This paper identifies a new filter: depopulation. As an exospecies advances and reaches the top of the food chain on its planet, Darwinian evolution selects the species to breed fewer offspring due to a lack of predation. As the species evolves intelligence, this leads to medicines and most notably contraception, enabling the species to reduce infant mortality while controlling reproduction. Finally, economic, social and educational factors add to the conscious decision of the intelligent life to slow reproduction. These factors are currently contributing to a human global population peak mid century with subsequent population collapse in less than 500 years. Noting that population growth and decline is exponential, our modelling forecasts human extinction thresholds being tested sometime after the year 2500. There is no reason to assume depopulation dynamics (exodepopulation) would not apply to exocivilizations (exodemography), thus providing a possible resolution of the Fermi Paradox. Furthermore, as machines and AI inevitably supplement humans as depopulation accelerates, the Fermi Paradox can be restated as \"Why don't we see machines and AI colonising the galaxy?\" A plausible answer is machines will not become conscious and will continue to operate only as tools, tools that will cease operating once humanity is extinct. The Fermi Paradox can then be restated as \"Machines will not become conscious, otherwise we would see them colonising the galaxy\"."}, {"id": "c1538", "text": "From Stochastic Shocks to Macroscopic Tails: The Moyal Distribution as a Unified Framework for Epidemic Dynamics : Traditional epidemiological models often fail to characterize the extreme volatility and heavy-tailed \"Dragon King\" events observed in real-world outbreaks. We propose a unified framework that bridges microscopic agent-based simulations with macroscopic wave decomposition using the Moyal probability density function. By treating viral transmission as a stochastic collision process, we derive a Moyal-Poisson mixture that describes secondary case distributions. Our model successfully recovers the extreme ``superspreading'' events in SARS, MERS, and COVID-19 data that standard Negative Binomial models systematically miss. Furthermore, we apply spectral decomposition to pandemic waves in Germany, demonstrating that the macroscopic \"Social Friction\" ($\u03b2$) is a direct emergent property of microscopic \"Collision Shocks\". This framework provides a useful descriptive tool for public health planning, emphasizing the need to manage extreme volatility rather than deterministic averages."}, {"id": "c1539", "text": "Effects of Stochastic Games on Evolutionary Dynamics in Structured Populations : Continuously changing environments have a paramount role in the evolution of cooperative behavior. Previous works have shown that the transitions among different games, as the feedback between behaviors and environments, can promote cooperative behavior significantly. Quantitative analysis, however, is limited to homogeneous populations, while realistic populations in nature are often more complex and highly heterogeneous. We hereby provide an analytical treatment of when the evolution of cooperation can be supported in stochastic games, applying to arbitrary spatial heterogeneity and payoff structure. We highlight that the rule and frequency of game changes can have surprisingly diverse effects on evolutionary outcomes, depending on the governing social dilemmas. While stochastic games favor the evolution of cooperation in donation games, this is not the case for public goods games and snowdrift games. Hence, our framework and model results offer a more subtle insight into the long-standing enigma."}, {"id": "c1540", "text": "Punishment in bipartite societies : From ant-acacia mutualism to performative conflict resolution among Inuit, dedicated punishments between distinct subsets of a population are widespread and can reshape the evolutionary trajectory of cooperation. Existing studies have focused on punishments within a homogeneous population, paying little attention to cooperative dynamics in a situation where belonging to a subset is equally important to the actual strategy represented by an actor. To fill this gap, we here study a bipartite population where cooperator agents in a public goods game penalize exclusively those defectors who belong to the alternative subset. We find that cooperation can emerge and remain stable under symmetric intergroup punishment. In particular, at low punishment intensity and at a small value of the enhancement factor of the dilemma game, intergroup punishment promotes cooperation more effectively than a uniformly applied punishment. Moreover, intergroup punishment in bipartite populations tends to be more favorable for overall social welfare. When this incentive is balanced, cooperators can collectively restrain defectors of the alternative set via aggregate interactions in a randomly formed working group, offering a more effective incentive. Conversely, breaking the symmetry of intergroup punishment inhibits cooperation, as the imbalance creates an Achilles' heel in the enforcement structure. Our work, thus, reveals symmetry in intergroup punishment as a unifying principle behind cooperation across human and biological systems."}, {"id": "c1541", "text": "Maximally probable tree topologies with $r$-furcation : For a specific rooted labeled tree topology, a labeled history is a sequence of branchings that give rise to that labeled topology as it unfolds over time. Here, for $r$-furcating trees, we use a connection with Huffman trees from information theory to identify maximally probable rooted trees -- unlabeled $r$-furcating topologies whose labelings each have a number of labeled histories greater than or equal to those of all other labeled topologies. Our characterization of the unique maximally probable $r$-furcating unlabeled topology generalizes the Harding--Hammersley--Grimmett result identifying the maximally probable bifurcating unlabeled topology, and it provides a new proof for that result. We present a conjecture for the maximally probable $r$-furcating unlabeled topology if labeled histories are tabulated allowing for simultaneous branching events across multiple internal nodes of a tree."}, {"id": "c1542", "text": "Impulsive Release Strategies for Wolbachia-Infected Mosquitoes under Temperature-Induced Infection Loss : The release of Wolbachia-infected mosquitoes is a promising strategy for controlling Aedes aegypti populations, but exposure to high temperatures can induce temporary infection loss and compromise long-term persistence. In this work, we propose a population-dynamics model based on impulsive differential equations to describe the interaction between wild and infected mosquitoes, incorporating cytoplasmic incompatibility, periodic release interventions, and temperature-driven infection loss. Analytical threshold conditions are derived to characterize the existence and stability of periodic solutions associated with successful Wolbachia establishment. Numerical simulations illustrate the theoretical results and enable a comparative analysis of the wMelPop, wMel, and wAlbB strains, highlighting how differences in thermal tolerance and fitness costs influence persistence after the release phase. The results emphasize the importance of accounting for environmental stress and impulsive interventions when designing effective and robust Wolbachia release strategies."}, {"id": "c1543", "text": "Deterministic and stochastic infection dynamics in a population subject to stress : Physiological stress fundamentally alters disease susceptibility in aquatic environments. In this paper, we develop a stress-structured epidemiological model where host vulnerability is dynamically driven by water quality. Analytically, we establish that the system exhibits a classic forward bifurcation at $\\mathcal{R}_0=1$, confirming that the basic reproduction number remains a valid threshold for eradication. However, stochastic analysis reveals a critical asymmetry not captured by deterministic thresholds. We show that while $\\mathcal{R}_0$ predicts stability, the probability of an outbreak depends on the initial physiological state. Introducing infection into a stressed sub-population leads to immediate rapid growth of the disease, whereas introduction into the normal class faces a stochastic barrier that significantly delays the epidemic peak."}, {"id": "c1544", "text": "Growth Models Under Uniform Catastrophes : We consider stochastic growth models for populations organized in colonies and subject to uniform catastrophes. To assess population viability, we analyze scenarios in which individuals adopt dispersion strategies after catastrophic events. For these models, we derive explicit expressions for the survival probability and the mean time to extinction, both with and without spatial constraints. In addition, we complement this analysis by comparing uniform catastrophes with binomial and geometric catastrophes in models with dispersion and no spatial restrictions. Here, the terms uniform, binomial and geometric refer to the probability distributions governing the number of individuals that survive immediately after a catastrophe. This comparison allows us to quantify the impact of different types of catastrophic events on population persistence."}, {"id": "c1545", "text": "Habitat heterogeneity and dispersal network structure as drivers of metacommunity dynamics : Spatial structure and species interactions jointly shape the dynamics and biodiversity of ecological systems, yet most theoretical models either neglect spatial heterogeneity or sacrifice analytical tractability. Here, we provide a unified microscopic, mechanistic framework for deriving effective metapopulation and metacommunity models from individual-based ecological dynamics on arbitrary dispersal networks. The resulting coarse-grained description features an effective dispersal kernel that encodes both microscopic dynamical parameters and network topology. Based on this framework, we demonstrate exact analytical results for species persistence in both homogeneous and heterogeneous landscapes, including a generalization of the classical concept of metapopulation capacity to non-uniform local extinction rates. Incorporating stochasticity arising from finite carrying capacities, we obtain a reduced one-dimensional description that reveals universal finite-size scaling laws for extinction times and fluctuations. Extending the approach to multiple competing species, we prove that in homogeneous environments monodominance can be avoided only in a fine-tuned, marginally stable coexistence state, and that the classic metapopulation capacity gives only a necessary but not sufficient condition for persistence. We demonstrate that heterogeneous habitats can support stable coexistence, but only above a critical level of heterogeneity. Finally, we outline how additional ecological processes can be systematically incorporated within the same formalism. Together, these results provide analytical benchmarks and a general route for constructing spatially explicit ecological theories based on an interpretable underlying mechanistic foundation."}, {"id": "c1546", "text": "Multiple timescales in collective motion: daily and intraday upstream fish migration focusing on Feller condition : Fish migration is a collective phenomenon that has multiple timescales, ranging from daily to intraday (hourly or even finer). We propose a unified mathematical approach using diffusion bridges, nonlinear stochastic differential equations with pinned initial and terminal conditions, to model both daily and intraday fish migration phenomena. Drift and diffusion coefficients of these bridges are determined based on time-dependent parameterized average and variance curves fitted against fish count data, with which the unique existence of their solutions is rigorously guaranteed. We show that sample paths of the diffusion bridges have qualitatively distinctive properties depending on the Feller condition, namely, the ratio between the sizes of diffusion and drift. Our application study about the juvenile upstream migration of Plecoglossus altivelis altivelis (Ayu) in Japan clarifies similarities and differences between daily and intraday migration phenomena. Particularly, we discuss that the daily and intraday fish count data correspond to distinctive Feller indices, showing that the former is qualitatively less randomized and intermittent. The results obtained in this study suggest that the Feller condition potentially serves as an effective tool for evaluating fish migration phenomena of Ayu across different timescales."}, {"id": "c1547", "text": "Threshold Resource Redistribution in Spatially-Structured Kinship Networks : We present a model for a threshold-based resource redistribution process in a spatially-explicit population, characterizing the relation between kinship network structure, local interactions and persistence. We find that population survival becomes possible for lower resource densities, but leads to increased network heterogeneity and locally centralized clusters. We interpret this in relation to a feedback between the kinship network structure and reproduction ability. Agents receive stochastic resources and solicit additional resources from connected individuals when below a minimum, with each agent contributing a fraction of their excess based on relatedness. We first analyze a fully-connected population with uniform redistribution fraction and discuss mean field expectations as well as finite size corrections. We extend this model to a hub-and-spoke network, exploring the impact of network asymmetry or centrality on resource distribution. We then develop a spatially-limited population model with diffusion, local pairing, reproduction and mortality. Redistribution is introduced as a function of relatedness (generational distance through most-recent common ancestor) and distance. Redistribution-dependent populations exhibit a higher level of relational closeness with increased clustering for agents of highest node strength. These results highlight the interaction of resource density, cooperation and kinship in a spatially-limited regime."}, {"id": "c1548", "text": "To clean or not to clean: The free-rider problem in sequentially shared resources : Shared resources enhance productivity yet at the same time provide channels for biological and digital contamination, turning physical or digital hygiene into a cooperation dilemma prone to free-riding. Here we introduce a game of sequential sharing of common resources, an empirically parameterized evolutionary model of population dynamics in sequential-use settings such as gyms and shared workspaces. The success of the strategies implemented in the model, such as cleaning equipment before or after use, are based on the trade-offs between cleaning costs, contamination risk, and social incentives to mitigate disease transmission. We find that cooperative hygiene can be achieved by lowering the effective costs of cleaning, strengthening pro-social incentives, and monitoring population-level noncompliance. Remarkably, stability of fully altruistic populations is primarily affected by the cleaning costs. In contrast, increasing effective infection costs, for example through punishment, appears less important in this case. The model's evolutionary dynamics exhibit multi-stability, hysteresis, and abrupt shifts in strategy composition, broadly consistent with empirical observations from shared-use facilities. Our framework offers testable predictions and is amenable to quantitative calibration with behavioral and environmental data. Our predictions can be used to inform the design of cost-effective public health and digital security policies."}, {"id": "c1549", "text": "Intermittent precipitation and spatial Allee effects drive irregular vegetation patterns in semiarid ecosystems : Vegetation in semi-arid ecosystems frequently organizes into spatially heterogeneous mosaics that regulate ecosystem functioning, productivity, and resilience. These patterns arise from local biological interactions, including facilitation among neighboring plants and competition for limiting resources. Classical theoretical approaches have attributed such organization to scale-dependent feedbacks, predicting regular spatial patterns and abrupt transitions to collapse. However, growing empirical and theoretical evidence reveal that environmental variability and demographic stochasticity can fundamentally reshape spatial organization, driving irregular clusters, dynamic mosaics, and gradual rather than catastrophic vegetation declines. In drylands, rainfall variability is a dominant source of environmental forcing: precipitation typically occurs in short, irregular pulses that transiently enhance survival and recruitment before competitive interactions again dominate. Near persistence thresholds, ecosystem dynamics are therefore governed not only by average climatic conditions but also by the timing and spatial coincidence of favorable events. Under these conditions, positive density dependence and local facilitation can critically determine whether vegetation patches persist, expand, or collapse. Here, we develop an individual-based model that integrates intermittent precipitation with local Allee effects to examine how stochastic rainfall shapes spatial organization and persistence. We show that the interaction between pulsed resource availability and density-dependent survival generates irregular cluster structures and strongly modulates extinction risk, with resilience emerging from local spatial covariance and neighborhood density rather than from total biomass alone. These results highlight the importance of individual-level, stochastic processes in determining ecosystem resilience."}, {"id": "c1550", "text": "Prediction of source nutrients for microorganisms using metabolic networks : Metagenomics has lowered the barrier to microbial discovery--enabling the identification of novel microbes without isolation--but cultures remain imperative for the deep study of microbes. Cultivation and isolation of non-model microbes remains a major challenge, despite advances in high-throughput culturomic methods. The quantity of simultaneous experimental variables is constrained by time and resources, but the list can be reduced using computational biology. Given an annotated genome, metabolic modelling can be used to predict source nutrients required for the growth of a microbe, which acts as an initial screen to inform culture and isolation experiments. This chapter provides an overview of metabolic networks and modelling and how they can be used to predict the nutrient requirements of a microorganism, followed by a sample protocol using a toy metabolic network, which is then expanded to a genome-scale metabolic network application. These methods can be applied to any metabolic network of interest--which in turn can be created from any genome of interest--and are a starting point for experimental validation of source nutrients required for microorganisms that remain uncultivated to date."}, {"id": "c1551", "text": "Multimodal Survival Modeling and Fairness-Aware Clinical Machine Learning for 5-Year Breast Cancer Risk Prediction : Clinical risk prediction models often underperform in real-world settings due to poor calibration, limited transportability, and subgroup disparities. These challenges are amplified in high-dimensional multimodal cancer datasets characterized by complex feature interactions and a p >> n structure. We present a fully reproducible multimodal machine learning framework for 5-year overall survival prediction in breast cancer, integrating clinical variables with high-dimensional transcriptomic and copy-number alteration (CNA) features from the METABRIC cohort.\n After variance- and sparsity-based filtering and dimensionality reduction, models were trained using stratified train/validation/test splits with validation-based hyperparameter tuning. Two survival approaches were compared: an elastic-net regularized Cox model (CoxNet) and a gradient-boosted survival tree model implemented using XGBoost. CoxNet provides embedded feature selection and stable estimation, whereas XGBoost captures nonlinear effects and higher-order interactions.\n Performance was assessed using time-dependent area under the ROC curve (AUC), average precision (AP), calibration curves, Brier score, and bootstrapped 95 percent confidence intervals. CoxNet achieved validation and test AUCs of 98.3 and 96.6, with AP values of 90.1 and 80.4. XGBoost achieved validation and test AUCs of 98.6 and 92.5, with AP values of 92.5 and 79.9. Fairness diagnostics showed stable discrimination across age groups, estrogen receptor status, molecular subtypes, and menopausal state.\n This work introduces a governance-oriented multimodal survival framework emphasizing calibration, fairness auditing, robustness, and reproducibility for high-dimensional clinical machine learning."}, {"id": "c1552", "text": "An information-based model selection criterion for data-driven model discovery : Data-driven model discovery (DDMD) algorithms are powerful tools for extracting interpretable symbolic models from data. However, identifying the model that best balances goodness-of-fit and sparsity is often a laborious process requiring user fine-tuning, is prone to overfitting, and results may significantly vary depending on model initialization and specific training procedure. Here, we present a sparse regression algorithm that automatically and adaptively generates candidate models, and uses a novel sample-length-scaling logarithmic information criterion (SLIC) to identify the best model from these candidates. We demonstrate that SLIC greatly outperforms other popular information criteria in extracting the correct model from the data of several nonlinear ordinary and partial differential equations. Then, we demonstrate SLIC's ability to discover interpretable models from experimental datasets in fluid dynamics and nanotechnology that generate new testable predictions."}, {"id": "c1553", "text": "Unveiling Scaling Laws of Parameter Identifiability and Uncertainty Quantification in Data-Driven Biological Modeling : Integrating high-dimensional biological data into data-driven mechanistic modeling requires rigorous practical identifiability to ensure interpretability and generalizability. However, coordinate identifiability analysis often suffers from numerical instabilities near singular local minimizers. We present a computational framework that uncovers fundamental scaling laws governing practical identifiability through asymptotic analysis. By synthesizing Fisher information with perturbed Hessian matrices, we establish a hierarchical approach to quantify coordinate identifiability and inform uncertainty quantification within non-identifiable subspaces across different orders. Supported by rigorous mathematical analysis and validated on synthetic and real-world data, our framework was applied to HIV-host dynamics and spatiotemporal amyloid-beta propagation. These applications demonstrate the framework's efficiency in elucidating critical mechanisms underlying HIV diagnostics and Alzheimer's disease progression. In the era of large-scale mechanistic digital twins, our framework provides the scaling laws for data-driven modeling in terms of both parameter identifiability and uncertainty, ensuring that data-driven inferences are grounded in verifiable biological reality."}, {"id": "c1554", "text": "Hierarchical Molecular Representation Learning via Fragment-Based Self-Supervised Embedding Prediction : Graph self-supervised learning (GSSL) has demonstrated strong potential for generating expressive graph embeddings without the need for human annotations, making it particularly valuable in domains with high labeling costs such as molecular graph analysis. However, existing GSSL methods mostly focus on node- or edge-level information, often ignoring chemically relevant substructures which strongly influence molecular properties. In this work, we propose Graph Semantic Predictive Network (GraSPNet), a hierarchical self-supervised framework that explicitly models both atomic-level and fragment-level semantics. GraSPNet decomposes molecular graphs into chemically meaningful fragments without predefined vocabularies and learns node- and fragment-level representations through multi-level message passing with masked semantic prediction at both levels. This hierarchical semantic supervision enables GraSPNet to learn multi-resolution structural information that is both expressive and transferable. Extensive experiments on multiple molecular property prediction benchmarks demonstrate that GraSPNet learns chemically meaningful representations and consistently outperforms state-of-the-art GSSL methods in transfer learning settings."}, {"id": "c1555", "text": "Exact Discrete Stochastic Simulation with Deep-Learning-Scale Gradient Optimization : Exact stochastic simulation of continuous-time Markov chains (CTMCs) is essential when discreteness and noise drive system behavior, but the hard categorical event selection in Gillespie-type algorithms blocks gradient-based learning. We eliminate this constraint by decoupling forward simulation from backward differentiation, with hard categorical sampling generating exact trajectories and gradients propagating through a continuous massively-parallel Gumbel-Softmax straight-through surrogate. Our approach enables accurate optimization at parameter scales over four orders of magnitude beyond existing simulators. We validate for accuracy, scalability, and reliability on a reversible dimerization model (0.09% error), a genetic oscillator (1.2% error), a 203,796-parameter gene regulatory network achieving 98.4% MNIST accuracy (a prototypical deep-learning multilayer perceptron benchmark), and experimental patch-clamp recordings of ion channel gating (R^2 = 0.987) in the single-channel regime. Our GPU implementation delivers 1.9 billion steps per second, matching the scale of non-differentiable simulators. By making exact stochastic simulation massively parallel and autodiff-compatible, our results enable high-dimensional parameter inference and inverse design across systems biology, chemical kinetics, physics, and related CTMC-governed domains."}, {"id": "c1556", "text": "Regressor-guided Diffusion Model for De Novo Peptide Sequencing with Explicit Mass Control : The discovery of novel proteins relies on sensitive protein identification, for which de novo peptide sequencing (DNPS) from mass spectra is a crucial approach. While deep learning has advanced DNPS, existing models inadequately enforce the fundamental mass consistency constraint, that a predicted peptide's mass must match the experimental measured precursor mass. Previous DNPS methods often treat this critical information as a simple input feature or use it in post-processing, leading to numerous implausible predictions that do not adhere to this fundamental physical property. To address this limitation, we introduce DiffuNovo, a novel regressor-guided diffusion model for de novo peptide sequencing that provides explicit peptide-level mass control. Our approach integrates the mass constraint at two critical stages: during training, a novel peptide-level mass loss guides model optimization, while at inference, regressor-based guidance from gradient-based updates in the latent space steers the generation to compel the predicted peptide adheres to the mass constraint. Comprehensive evaluations on established benchmarks demonstrate that DiffuNovo surpasses state-of-the-art methods in DNPS accuracy. Additionally, as the first DNPS model to employ a diffusion model as its core backbone, DiffuNovo leverages the powerful controllability of diffusion architecture and achieves a significant reduction in mass error, thereby producing much more physically plausible peptides. These innovations represent a substantial advancement toward robust and broadly applicable DNPS. The source code is available in the supplementary material."}, {"id": "c1557", "text": "Time-Varying Hazard Patterns and Co-Mutation Profiles of KRAS G12C and G12D in Real-World NSCLC : Background: KRAS mutations are the largest oncogenic subset in NSCLC. While KRAS G12C is now targetable, no approved therapies exist for G12D. We examined time-to-next-treatment (TTNT) and overall survival (OS) differences between G12C and G12D, allowing for time-varying hazard effects. Methods: De-identified data from AACR Project GENIE BPC NSCLC v2.0-public were analyzed. TTNT served as a real-world surrogate for progression-free survival. Co-mutations (TP53, STK11, KEAP1, SMARCA4, MET), TMB, and PD-L1 were harmonized. Kaplan-Meier, multivariable Cox, and a pre-specified piecewise Cox model (split at median TTNT = 23 months) were applied. Schoenfeld residuals assessed proportional hazards; bootstrap resampling (B=1000) evaluated stability. Results: Among 162 TTNT-evaluable patients (G12C n=130; G12D n=32), median TTNT was 28.6 versus 32.0 months (log-rank p=0.79). Adjusted Cox regression showed no overall hazard difference (HR=0.85; 95% CI 0.53-1.37; p=0.50), but Schoenfeld testing indicated borderline non-proportionality (p=0.053). Piecewise Cox modeling revealed time-varying effects: early TTNT hazard favored G12D (HR=0.41; 95% CI 0.17-0.97; p=0.043) with significant KRAS x period interaction (HR=3.33; p=0.021) and late-period attenuation (HR=1.38; 95% CI 0.77-2.47; p=0.285). Bootstrap resampling confirmed this pattern (median HRearly=0.39; HRlate=1.41). Among 278 OS-evaluable patients (133 deaths), G12D showed improved OS (adjusted HR=0.63; 95% CI 0.39-0.99; p=0.048). G12C tumors exhibited higher TMB (9.79 vs 7.83 mut/Mb; p=0.002) and greater STK11/KEAP1 enrichment. Conclusions: KRAS G12D demonstrated early TTNT advantage and improved OS. Late-period TTNT differences were non-significant (post-hoc power: 12.3%). These exploratory findings require validation in larger cohorts but support allele-specific therapeutic development for G12D."}, {"id": "c1558", "text": "KEMP-PIP: A Feature-Fusion Based Approach for Pro-inflammatory Peptide Prediction : Pro-inflammatory peptides (PIPs) play critical roles in immune signaling and inflammation but are difficult to identify experimentally due to costly and time-consuming assays. To address this challenge, we present KEMP-PIP, a hybrid machine learning framework that integrates deep protein embeddings with handcrafted descriptors for robust PIP prediction. Our approach combines contextual embeddings from pretrained ESM protein language models with multi-scale k-mer frequencies, physicochemical descriptors, and modlAMP sequence features. Feature pruning and class-weighted logistic regression manage high dimensionality and class imbalance, while ensemble averaging with an optimized decision threshold enhances the sensitivity--specificity balance. Through systematic ablation studies, we demonstrate that integrating complementary feature sets consistently improves predictive performance. On the standard benchmark dataset, KEMP-PIP achieves an MCC of 0.505, accuracy of 0.752, and AUC of 0.762, outperforming ProIn-fuse, MultiFeatVotPIP, and StackPIP. Relative to StackPIP, these results represent improvements of 9.5% in MCC and 4.8% in both accuracy and AUC. The KEMP-PIP web server is freely available at https://nilsparrow1920-kemp-pip.hf.space/ and the full implementation at https://github.com/S18-Niloy/KEMP-PIP."}, {"id": "c1559", "text": "AAVGen: Precision Engineering of Adeno-associated Viral Capsids for Renal Selective Targeting : Adeno-associated viruses (AAVs) are promising vectors for gene therapy, but their native serotypes face limitations in tissue tropism, immune evasion, and production efficiency. Engineering capsids to overcome these hurdles is challenging due to the vast sequence space and the difficulty of simultaneously optimizing multiple functional properties. The complexity also adds when it comes to the kidney, which presents unique anatomical barriers and cellular targets that require precise and efficient vector engineering. Here, we present AAVGen, a generative artificial intelligence framework for de novo design of AAV capsids with enhanced multi-trait profiles. AAVGen integrates a protein language model (PLM) with supervised fine-tuning (SFT) and a reinforcement learning technique termed Group Sequence Policy Optimization (GSPO). The model is guided by a composite reward signal derived from three ESM-2-based regression predictors, each trained to predict a key property: production fitness, kidney tropism, and thermostability. Our results demonstrate that AAVGen produces a diverse library of novel VP1 protein sequences. In silico validations revealed that the majority of the generated variants have superior performance across all three employed indices, indicating successful multi-objective optimization. Furthermore, structural analysis via AlphaFold3 confirms that the generated sequences preserve the canonical capsid folding despite sequence diversification. AAVGen establishes a foundation for data-driven viral vector engineering, accelerating the development of next-generation AAV vectors with tailored functional characteristics."}, {"id": "c1560", "text": "Topological shape transform for thymus structures : The Euler characteristic transform (ECT) is an emerging and powerful framework within topological data analysis for quantifying the geometry of shape. The applicability of ECT has been limited due to its sensitivity to noisy data. Here, we introduce SampEuler, a novel ECT-based shape descriptor designed to achieve enhanced robustness to perturbations. We provide a theoretical analysis establishing the stability of SampEuler and validate these properties empirically through pairwise similarity analyses on a benchmark dataset and showcase it on a thymus dataset. The thymus is a primary lymphoid organ that is essential for the maturation and selection of self-tolerant T cells, and within the thymus, thymic epithelial cells are organized in complex three-dimensional architectures, yet the principles governing their formation, functional organization, and remodeling during age-related involution remain poorly understood. Addressing these questions requires robust and informative shape descriptors capable of capturing subtle architectural changes across developmental stages. We develop and apply SampEuler to a newly generated two-dimensional imaging dataset of mouse thymi spanning multiple age groups, where SampEuler outperforms both persistent homology--based methods and deep learning models in detecting subtle, localized morphological differences associated with aging. To facilitate interpretation, we develop a vectorization and visualization framework for SampEuler, which preserves rich morphological information and enables identification of structural features that distinguish thymi across age groups. Collectively, our results demonstrate that SampEuler provides a robust and interpretable approach for quantifying thymic architecture and reveals age-dependent structural changes that offer new insights into thymic organization and involution."}, {"id": "c1561", "text": "Statistical methods for reference-free single-molecule localisation microscopy : MINFLUX (Minimal Photon Flux) is a single-molecule imaging technique capable of resolving fluorophores at a precision of <5 nm. Interpretation of the point patterns generated by this technique presents challenges due to variable emitter density, incomplete bio-labelling of target molecules and their detection, error prone measurement processes, and the presence of spurious (non-structure associated) fluorescent detections. Together, these challenges ensure structural inferences from single-molecule imaging datasets are non-trivial in the absence of strong a priori information, for all but the smallest of point patterns. In addition, current methods often require subjective parameter tuning and presuppose known structural templates, limiting reference-free discovery. We present a statistically grounded, end-to-end analysis framework. Focusing on MINFLUX derived datasets and leveraging Bayesian and spatial statistical methods, a pipeline is presented that demonstrates 1) uncertainty aware clustering of measurements into emitter groups that performs better than current gold standards, 2) rapid identification of molecular structure supergroups, and 3) reconstruction of repeating structures within the dataset without substantial prior knowledge. This pipeline is demonstrated using simulated and real MINFLUX datasets, where emitter clustering and centre detection maintain high performance (emitter subset assignment accuracy > 0.75) across all conditions evaluated, while structural inference achieves reliable discrimination (F1 approx. 0.9) at high labelling efficiency. Template-free reconstruction of Nup96 and DNA-Origami 3x3 grids are achieved."}, {"id": "c1562", "text": "Project Hermes: A Model-Agnostic Validation Layer for Wearable Health Prediction Systems : The deployment of wearable-based health prediction systems has accelerated rapidly, yet these systems face a fundamental challenge: they generate alerts under substantial uncertainty without principled mechanisms for user-specific validation. While large language models (LLMs) have been increasingly applied to healthcare tasks, existing work focuses predominantly on diagnosis generation and risk prediction rather than post-prediction validation of detected signals. We introduce Project Hermes, a model-agnostic validation layer that treats signal confirmation as a sequential decision problem. Hermes operates downstream of arbitrary upstream predictors, using LLM-generated contextual queries to elicit targeted user feedback and performing Bayesian confidence updates to distinguish true positives from false alarms. In a 60-day longitudinal case study of migraine prediction, Hermes achieved a 34% reduction in false positive rate (from 61.7% to 12.5%) while maintaining 89% sensitivity, with mean lead time of 4.2 hours before symptom onset. Critically, Hermes does not perform diagnosis or make novel predictions; it validates whether signals detected by upstream models are clinically meaningful for specific individuals at specific times. This work establishes validation as a first-class computational problem distinct from prediction, with implications for trustworthy deployment of consumer health AI systems."}, {"id": "c1563", "text": "Parameter-free representations outperform single-cell foundation models on downstream benchmarks : Single-cell RNA sequencing (scRNA-seq) data exhibit strong and reproducible statistical structure. This has motivated the development of large-scale foundation models, such as TranscriptFormer, that use transformer-based architectures to learn a generative model for gene expression by embedding genes into a latent vector space. These embeddings have been used to obtain state-of-the-art (SOTA) performance on downstream tasks such as cell-type classification, disease-state prediction, and cross-species learning. Here, we ask whether similar performance can be achieved without utilizing computationally intensive deep learning-based representations. Using simple, interpretable pipelines that rely on careful normalization and linear methods, we obtain SOTA or near SOTA performance across multiple benchmarks commonly used to evaluate single-cell foundation models, including outperforming foundation models on out-of-distribution tasks involving novel cell types and organisms absent from the training data. Our findings highlight the need for rigorous benchmarking and suggest that the biology of cell identity can be captured by simple linear representations of single cell gene expression data."}, {"id": "c1564", "text": "GRIMM: Genetic stRatification for Inference in Molecular Modeling : The vast majority of biological sequences encode unknown functions and bear little resemblance to experimentally characterized proteins, limiting both our understanding of biology and our ability to harness functional potential for the bioeconomy. Predicting enzyme function from sequence remains a central challenge in computational biology, complicated by low sequence diversity and imbalanced label support in publicly available datasets. Models trained on these data can overestimate performance and fail to generalize. To address this, we introduce GRIMM (Genetic stRatification for Inference in Molecular Modeling), a benchmark for enzyme function prediction that employs genetic stratification: sequences are clustered by similarity and clusters are assigned exclusively to training, validation, or test sets. This ensures that sequences from the same cluster do not appear in multiple partitions. GRIMM produces multiple test sets: a closed-set test with the same label distribution as training (Test-1) and an open-set test containing novel labels (Test-2), serving as a realistic out-of-distribution proxy for discovering novel enzyme functions. While demonstrated on enzymes, this approach is generalizable to any sequence-based classification task where inputs can be clustered by similarity. By formalizing a splitting strategy often used implicitly, GRIMM provides a unified and reproducible framework for closed- and open-set evaluation. The method is lightweight, requiring only sequence clustering and label annotations, and can be adapted to different similarity thresholds, data scales, and biological tasks. GRIMM enables more realistic evaluation of functional prediction models on both familiar and unseen classes and establishes a benchmark that more faithfully assesses model performance and generalizability."}, {"id": "c1565", "text": "Optical Inversion and Spectral Unmixing of Spectroscopic Photoacoustic Images with Physics-Informed Neural Networks : Accurate estimation of the relative concentrations of chromophores in a spectroscopic photoacoustic (sPA) image can reveal immense structural, functional, and molecular information about physiological processes. However, due to nonlinearities and ill-posedness inherent to sPA imaging, concentration estimation is intractable. The Spectroscopic Photoacoustic Optical Inversion Autoencoder (SPOI-AE) aims to address the sPA optical inversion and spectral unmixing problems without assuming linearity. Herein, SPOI-AE was trained and tested on \\textit{in vivo} mouse lymph node sPA images with unknown ground truth chromophore concentrations. SPOI-AE better reconstructs input sPA pixels than conventional algorithms while providing biologically coherent estimates for optical parameters, chromophore concentrations, and the percent oxygen saturation of tissue. SPOI-AE's unmixing accuracy was validated using a simulated mouse lymph node phantom ground truth."}, {"id": "c1566", "text": "U-FedTomAtt: Ultra-lightweight Federated Learning with Attention for Tomato Disease Recognition : Federated learning has emerged as a privacy-preserving and efficient approach for deploying intelligent agricultural solutions. Accurate edge-based diagnosis across geographically dispersed farms is crucial for recognising tomato diseases in sustainable farming. Traditional centralised training aggregates raw data on a central server, leading to communication overhead, privacy risks and latency. Meanwhile, edge devices require lightweight networks to operate effectively within limited resources. In this paper, we propose U-FedTomAtt, an ultra-lightweight federated learning framework with attention for tomato disease recognition in resource-constrained and distributed environments. The model comprises only 245.34K parameters and 71.41 MFLOPS. First, we propose an ultra-lightweight neural network with dilated bottleneck (DBNeck) modules and a linear transformer to minimise computational and memory overhead. To mitigate potential accuracy loss, a novel local-global residual attention (LoGRA) module is incorporated. Second, we propose the federated dual adaptive weight aggregation (FedDAWA) algorithm that enhances global model accuracy. Third, our framework is validated using three benchmark datasets for tomato diseases under simulated federated settings. Experimental results show that the proposed method achieves 0.9910% and 0.9915% Top-1 accuracy and 0.9923% and 0.9897% F1-scores on SLIF-Tomato and PlantVillage tomato datasets, respectively."}, {"id": "c1567", "text": "Exploring the Utility of MALDI-TOF Mass Spectrometry and Antimicrobial Resistance in Hospital Outbreak Detection : Accurate and timely identification of hospital outbreak clusters is crucial for preventing the spread of infections that have epidemic potential. While assessing pathogen similarity through whole genome sequencing (WGS) is considered the gold standard for outbreak detection, its high cost and lengthy turnaround time preclude routine implementation in clinical laboratories. We explore the utility of two rapid and cost-effective alternatives to WGS, matrix-assisted laser desorption ionization-time of flight (MALDI-TOF) mass spectrometry and antimicrobial resistance (AR) patterns. We develop a machine learning framework that extracts informative representations from MALDI-TOF spectra and AR patterns for outbreak detection and explore their fusion. Through multi-species analyses, we demonstrate that in some cases MALDI-TOF and AR have the potential to reduce reliance on WGS, enabling more accessible and rapid outbreak surveillance."}, {"id": "c1568", "text": "MRC-GAT: A Meta-Relational Copula-Based Graph Attention Network for Interpretable Multimodal Alzheimer's Disease Diagnosis : Alzheimer's disease (AD) is a progressive neurodegenerative condition necessitating early and precise diagnosis to provide prompt clinical management. Given the paramount importance of early diagnosis, recent studies have increasingly focused on computer-aided diagnostic models to enhance precision and reliability. However, most graph-based approaches still rely on fixed structural designs, which restrict their flexibility and limit generalization across heterogeneous patient data. To overcome these limitations, the Meta-Relational Copula-Based Graph Attention Network (MRC-GAT) is proposed as an efficient multimodal model for AD classification tasks. The proposed architecture, copula-based similarity alignment, relational attention, and node fusion are integrated as the core components of episodic meta-learning, such that the multimodal features, including risk factors (RF), Cognitive test scores, and MRI attributes, are first aligned via a copula-based transformation in a common statistical space and then combined by a multi-relational attention mechanism. According to evaluations performed on the TADPOLE and NACC datasets, the MRC-GAT model achieved accuracies of 96.87% and 92.31%, respectively, demonstrating state-of-the-art performance compared to existing diagnostic models. Finally, the proposed model confirms the robustness and applicability of the proposed method by providing interpretability at various stages of disease diagnosis."}, {"id": "c1569", "text": "CAMEL: An ECG Language Model for Forecasting Cardiac Events : Electrocardiograms (ECG) are electrical recordings of the heart that are critical for diagnosing cardiovascular conditions. ECG language models (ELMs) have recently emerged as a promising framework for ECG classification accompanied by report generation. However, current models cannot forecast future cardiac events despite the immense clinical value for planning earlier intervention. To address this gap, we propose CAMEL, the first ELM that is capable of inference over longer signal durations which enables its forecasting capability. Our key insight is a specialized ECG encoder which enables cross-understanding of ECG signals with text. We train CAMEL using established LLM training procedures, combining LoRA adaptation with a curriculum learning pipeline. Our curriculum includes ECG classification, metrics calculations, and multi-turn conversations to elicit reasoning. CAMEL demonstrates strong zero-shot performance across 6 tasks and 9 datasets, including ECGForecastBench, a new benchmark that we introduce for forecasting arrhythmias. CAMEL is on par with or surpasses ELMs and fully supervised baselines both in- and out-of-distribution, achieving SOTA results on ECGBench (+7.0% absolute average gain) as well as ECGForecastBench (+12.4% over fully supervised models and +21.1% over zero-shot ELMs)."}, {"id": "c1570", "text": "Molecular Design beyond Training Data with Novel Extended Objective Functionals of Generative AI Models Driven by Quantum Annealing Computer : Deep generative modeling to stochastically design small molecules is an emerging technology for accelerating drug discovery and development. However, one major issue in molecular generative models is their lower frequency of drug-like compounds. To resolve this problem, we developed a novel framework for optimization of deep generative models integrated with a D-Wave quantum annealing computer, where our Neural Hash Function (NHF) presented herein is used both as the regularization and binarization schemes simultaneously, of which the latter is for transformation between continuous and discrete signals of the classical and quantum neural networks, respectively, in the error evaluation (i.e., objective) function. The compounds generated via the quantum-annealing generative models exhibited higher quality in both validity and drug-likeness than those generated via the fully-classical models, and was further indicated to exceed even the training data in terms of drug-likeness features, without any restraints and conditions to deliberately induce such an optimization. These results indicated an advantage of quantum annealing to aim at a stochastic generator integrated with our novel neural network architectures, for the extended performance of feature space sampling and extraction of characteristic features in drug design."}, {"id": "c1571", "text": "Tracing protein and proteome history with chronologies and networks: folding recapitulates evolution : Introduction: While the origin and evolution of proteins remain mysterious, advances in evolutionary genomics and systems biology are facilitating the historical exploration of the structure, function and organization of proteins and proteomes. Molecular chronologies are series of time events describing the history of biological systems and subsystems and the rise of biological innovations. Together with time-varying networks, these chronologies provide a window into the past. Areas covered: Here, we review molecular chronologies and networks built with modern methods of phylogeny reconstruction. We discuss how chronologies of structural domain families uncover the explosive emergence of metabolism, the late rise of translation, the co-evolution of ribosomal proteins and rRNA, and the late development of the ribosomal exit tunnel; events that coincided with a tendency to shorten folding time. Evolving networks described the early emergence of domains and a late big bang of domain combinations. Expert opinion: Two processes, folding and recruitment appear central to the evolutionary progression. The former increases protein persistence. The later fosters diversity. Chronologically, protein evolution mirrors folding by combining supersecondary structures into domains, developing translation machinery to facilitate folding speed and stability, and enhancing structural complexity by establishing long-distance interactions in novel structural and architectural designs."}, {"id": "c1572", "text": "Exploring the limits of pre-trained embeddings in machine-guided protein design: a case study on predicting AAV vector viability : Effective representations of protein sequences are widely recognized as a cornerstone of machine learning-based protein design. Yet, protein bioengineering poses unique challenges for sequence representation, as experimental datasets typically feature few mutations, which are either sparsely distributed across the entire sequence or densely concentrated within localized regions. This limits the ability of sequence-level representations to extract functionally meaningful signals. In addition, comprehensive comparative studies remain scarce, despite their crucial role in clarifying which representations best encode relevant information and ultimately support superior predictive performance. In this study, we systematically evaluate multiple ProtBERT and ESM2 embedding variants as sequence representations, using the adeno-associated virus capsid as a case study and prototypical example of bioengineering, where functional optimization is targeted through highly localized sequence variation within an otherwise large protein. Our results reveal that, prior to fine-tuning, amino acid-level embeddings outperform sequence-level representations in supervised predictive tasks, whereas the latter tend to be more effective in unsupervised settings. However, optimal performance is only achieved when embeddings are fine-tuned with task-specific labels, with sequence-level representations providing the best performance. Moreover, our findings indicate that the extent of sequence variation required to produce notable shifts in sequence representations exceeds what is typically explored in bioengineering studies, showing the need for fine-tuning in datasets characterized by sparse or highly localized mutations."}, {"id": "c1573", "text": "Higher-Order Hit-&-Run Samplers for Linearly Constrained Densities : Markov chain Monte Carlo (MCMC) sampling of densities restricted to linearly constrained domains is an important task arising in Bayesian treatment of inverse problems in the natural sciences. While efficient algorithms for uniform polytope sampling exist, much less work has dealt with more complex constrained densities. In particular, gradient information as used in unconstrained MCMC is not necessarily helpful in the constrained case, where the gradient may push the proposal's density out of the polytope. In this work, we propose a novel constrained sampling algorithm, which combines strengths of higher-order information, like the target's log-density's gradients and curvature, with the Hit-&-Run proposal, a simple mechanism which guarantees the generation of feasible proposals, fulfilling the linear constraints. Our extensive experiments demonstrate improved sampling efficiency on complex constrained densities over various constrained and unconstrained samplers."}, {"id": "c1574", "text": "Conformational landscapes in cryo-ET data based on MD simulations : Cryo-electron tomography (cryo-ET) provides a unique window into molecular organization in cellular environments (in situ). However, the interpretation of molecular structural information is complicated by several intrinsic properties of cryo-ET data, such as noise, missing wedge, and continuous conformational variability of the molecules. Additionally, in crowded in situ environments, the number of particles extracted is sometimes small and precludes extensive classification into discrete states. These challenges shift the emphasis from high-resolution structure determination toward validation and interpretation of low-resolution density maps, and analysis of conformational flexibility. Molecular Dynamics (MD) simulations are particularly well suited to this task, as they provide a physically grounded way to explore continuous conformation transitions consistent with both experimental data and molecular energetics. This review focuses on the roles of MD simulations in cryo-ET, emphasizing their use in emerging methods for conformational landscape determination and their contribution to gain new biological insight."}, {"id": "c1575", "text": "Protect$^*$: Steerable Retrosynthesis through Neuro-Symbolic State Encoding : Large Language Models (LLMs) have shown remarkable potential in scientific domains like retrosynthesis; yet, they often lack the fine-grained control necessary to navigate complex problem spaces without error. A critical challenge is directing an LLM to avoid specific, chemically sensitive sites on a molecule - a task where unconstrained generation can lead to invalid or undesirable synthetic pathways. In this work, we introduce Protect$^*$, a neuro-symbolic framework that grounds the generative capabilities of Large Language Models (LLMs) in rigorous chemical logic. Our approach combines automated rule-based reasoning - using a comprehensive database of 55+ SMARTS patterns and 40+ characterized protecting groups - with the generative intuition of neural models. The system operates via a hybrid architecture: an ``automatic mode'' where symbolic logic deterministically identifies and guards reactive sites, and a ``human-in-the-loop mode'' that integrates expert strategic constraints. Through ``active state tracking,'' we inject hard symbolic constraints into the neural inference process via a dedicated protection state linked to canonical atom maps. We demonstrate this neuro-symbolic approach through case studies on complex natural products, including the discovery of a novel synthetic pathway for Erythromycin B, showing that grounding neural generation in symbolic logic enables reliable, expert-level autonomy."}, {"id": "c1576", "text": "Accelerated Discovery of Cryoprotectant Cocktails via Multi-Objective Bayesian Optimization : Designing cryoprotectant agent (CPA) cocktails for vitrification is challenging because formulations must be concentrated enough to suppress ice formation yet non-toxic enough to preserve cell viability. This tradeoff creates a large, multi-objective design space in which traditional discovery is slow, often relying on expert intuition or exhaustive experimentation. We present a data-efficient framework that accelerates CPA cocktail design by combining high-throughput screening with an active-learning loop based on multi-objective Bayesian optimization. From an initial set of measured cocktails, we train probabilistic surrogate models to predict concentration and viability and quantify uncertainty across candidate formulations. We then iteratively select the next experiments by prioritizing cocktails expected to improve the Pareto front, maximizing expected Pareto improvement under uncertainty, and update the models as new assay results are collected. Wet-lab validation shows that our approach efficiently discovers cocktails that simultaneously achieve high CPA concentrations and high post-exposure viability. Relative to a naive strategy and a strong baseline, our method improves dominated hypervolume by 9.5\\% and 4.5\\%, respectively, while reducing the number of experiments needed to reach high-quality solutions. In complementary synthetic studies, it recovers a comparably strong set of Pareto-optimal solutions using only 30\\% of the evaluations required by the prior state-of-the-art multi-objective approach, which amounts to saving approximately 10 weeks of experimental time. Because the framework assumes only a suitable assay and defined formulation space, it can be adapted to different CPA libraries, objective definitions, and cell lines to accelerate cryopreservation development."}, {"id": "c1577", "text": "EMERALD-UI: An interactive web application to unveil novel protein biology hidden in the suboptimal-alignment space : Life over the past four billion years has been shaped by proteins and their capacity to assemble into three dimensional conformations. Protein sequence alignments have been the enabling technology for exploring the evolution and functional adaptation of proteins across the tree of life. Recent advancements in scaling the prediction of three dimensional protein structures from primary sequence alone, revealed that different modes of conservation and function operate on the sequence and structure level. This difference in protein conservation patterns and their underlying functional change that could emerge in suboptimal alignment configurations is often ignored in optimal protein alignment approaches. We introduce EMERALD-UI, an open-source interactive web application which is designed to reveal unexplored biology by visualising stable structural conformations or protein regions hidden in the suboptimal alignment space.\n Availability: EMERALD-UI is available at https://algbio.github.io/emerald-ui/.\n Contact: hdrost001@dundee.ac.uk or alexandru.tomescu@helsinki.fi."}, {"id": "c1578", "text": "Free Lunch in Medical Image Foundation Model Pre-training via Randomized Synthesis and Disentanglement : Medical image foundation models (MIFMs) have demonstrated remarkable potential for a wide range of clinical tasks, yet their development is constrained by the scarcity, heterogeneity, and high cost of large-scale annotated datasets. Here, we propose RaSD (Randomized Synthesis and Disentanglement), a scalable framework for pre-training MIFMs entirely on synthetic data. By modeling anatomical structures and appearance variations with randomized Gaussian distributions, RaSD exposes models to sufficient multi-scale structural and appearance perturbations, forcing them to rely on invariant and task-relevant anatomical cues rather than dataset-specific textures, thereby enabling robust and transferable representation learning. We pre-trained RaSD on 1.2 million 3D volumes and 9.6 million 2D images, and extensively evaluated the resulting models across 6 imaging modalities, 48 datasets, and 56 downstream tasks. Across all evaluated downstream tasks, RaSD consistently outperforms training-from-scratch models, achieves the best performance on 17 tasks, and remains comparable to models pre-trained on large real datasets in most others. These results demonstrate that the capacity of synthetic data alone to drive robust representation learning. Our findings establish a paradigm shift in medical AI, demonstrating that synthetic data can serve as a \"free lunch\" for scalable, privacy-preserving, and clinically generalizable foundation models."}, {"id": "c1579", "text": "ChemRecon: a Consolidated Meta-Database Platform for Biochemical Data Integration : In this paper, we present ChemRecon, a meta-database and Python interface for integrating and exploring biochemical data across multiple heterogeneous resources by consolidating compounds, reactions, enzymes, molecular structures, and atom-to-atom maps from several major databases into a single, consistent ontology. ChemRecon enables unified querying, cross-database analysis, and the construction of graph-based representations of sets of related database entries by the traversal of inter-database connections. This facilitates information extraction which is impossible within any single database, including deriving consensus information from conflicting sources, of which identifying the most probable molecular structure associated with a given compound is just one example. The Python interface is available via pip from the Python Package Index (https://pypi.org/project/chemrecon/). ChemRecon is open-source and the source code is hosted at GitLab (https://gitlab.com/casbjorn/chemrecon). Documentation and additional information is available at https://chemrecon.org."}, {"id": "c1580", "text": "Protein Circuit Tracing via Cross-layer Transcoders : Protein language models (pLMs) have emerged as powerful predictors of protein structure and function. However, the computational circuits underlying their predictions remain poorly understood. Recent mechanistic interpretability methods decompose pLM representations into interpretable features, but they treat each layer independently and thus fail to capture cross-layer computation, limiting their ability to approximate the full model. We introduce ProtoMech, a framework for discovering computational circuits in pLMs using cross-layer transcoders that learn sparse latent representations jointly across layers to capture the model's full computational circuitry. Applied to the pLM ESM2, ProtoMech recovers 82-89% of the original performance on protein family classification and function prediction tasks. ProtoMech then identifies compressed circuits that use <1% of the latent space while retaining up to 79% of model accuracy, revealing correspondence with structural and functional motifs, including binding, signaling, and stability. Steering along these circuits enables high-fitness protein design, surpassing baseline methods in more than 70% of cases. These results establish ProtoMech as a principled framework for protein circuit tracing."}, {"id": "c1581", "text": "How Well Do Large-Scale Chemical Language Models Transfer to Downstream Tasks? : Chemical Language Models (CLMs) pre-trained on large scale molecular data are widely used for molecular property prediction. However, the common belief that increasing training resources such as model size, dataset size, and training compute improves both pretraining loss and downstream task performance has not been systematically validated in the chemical domain. In this work, we evaluate this assumption by pretraining CLMs while scaling training resources and measuring transfer performance across diverse molecular property prediction (MPP) tasks. We find that while pretraining loss consistently decreases with increased training resources, downstream task performance shows limited improvement. Moreover, alternative metrics based on the Hessian or loss landscape also fail to estimate downstream performance in CLMs. We further identify conditions under which downstream performance saturates or degrades despite continued improvements in pretraining metrics, and analyze the underlying task dependent failure modes through parameter space visualizations. These results expose a gap between pretraining based evaluation and downstream performance, and emphasize the need for model selection and evaluation strategies that explicitly account for downstream task characteristics."}, {"id": "c1582", "text": "ICODEN: Ordinary Differential Equation Neural Networks for Interval-Censored Data : Predicting time-to-event outcomes when event times are interval censored is challenging because the exact event time is unobserved. Many existing survival analysis approaches for interval-censored data rely on strong model assumptions or cannot handle high-dimensional predictors. We develop ICODEN, an ordinary differential equation-based neural network for interval-censored data that models the hazard function through deep neural networks and obtains the cumulative hazard by solving an ordinary differential equation. ICODEN does not require the proportional hazards assumption or a prespecified parametric form for the hazard function, thereby permitting flexible survival modeling. Across simulation settings with proportional or non-proportional hazards and both linear and nonlinear covariate effects, ICODEN consistently achieves satisfactory predictive accuracy and remains stable as the number of predictors increases. Applications to data from multiple phases of the Alzheimer's Disease Neuroimaging Initiative (ADNI) and to two Age-Related Eye Disease Studies (AREDS and AREDS2) for age-related macular degeneration (AMD) demonstrate ICODEN's robust prediction performance. In both applications, predicting time-to-AD or time-to-late AMD, ICODEN effectively uses hundreds to more than 1,000 SNPs and supports data-driven subgroup identification with differential progression risk profiles. These results establish ICODEN as a practical assumption-lean tool for prediction with interval-censored survival data in high-dimensional biomedical settings."}, {"id": "c1583", "text": "Fully-automated sleep staging: multicenter validation of a generalizable deep neural network for Parkinson's disease and isolated REM sleep behavior disorder : Isolated REM sleep behavior disorder (iRBD) is a key prodromal marker of Parkinson's disease (PD), and video-polysomnography (vPSG) remains the diagnostic gold standard. However, manual sleep staging is particularly challenging in neurodegenerative diseases due to EEG abnormalities and fragmented sleep, making PSG assessments a bottleneck for deploying new RBD screening technologies at scale. We adapted U-Sleep, a deep neural network, for generalizable sleep staging in PD and iRBD. A pretrained U-Sleep model, based on a large, multisite non-neurodegenerative dataset (PUB; 19,236 PSGs across 12 sites), was fine-tuned on research datasets from two centers (Lundbeck Foundation Parkinson's Disease Research Center (PACE) and the Cologne-Bonn Cohort (CBC); 112 PD, 138 iRBD, 89 age-matched controls. The resulting model was evaluated on an independent dataset from the Danish Center for Sleep Medicine (DCSM; 81 PD, 36 iRBD, 87 sleep-clinic controls). A subset of PSGs with low agreement between the human rater and the model (Cohen's $\u03ba$ < 0.6) was re-scored by a second blinded human rater to identify sources of disagreement. Finally, we applied confidence-based thresholds to optimize REM sleep staging. The pretrained model achieved mean $\u03ba$ = 0.81 in PUB, but $\u03ba$ = 0.66 when applied directly to PACE/CBC. By fine-tuning the model, we developed a generalized model with $\u03ba$ = 0.74 on PACE/CBC (p < 0.001 vs. the pretrained model). In DCSM, mean and median $\u03ba$ increased from 0.60 to 0.64 (p < 0.001) and 0.64 to 0.69 (p < 0.001), respectively. In the interrater study, PSGs with low agreement between the model and the initial scorer showed similarly low agreement between human scorers. Applying a confidence threshold increased the proportion of correctly identified REM sleep epochs from 85% to 95.5%, while preserving sufficient (> 5 min) REM sleep for 95% of subjects."}, {"id": "c1584", "text": "EVA: Towards a universal model of the immune system : The effective application of foundation models to translational research in immune-mediated diseases requires multimodal patient-level representations that can capture complex phenotypes emerging from multicellular interactions. Yet most current biological foundation models focus only on single-cell resolution and are evaluated on technical metrics often disconnected from actual drug development tasks and challenges. Here, we introduce EVA, the first cross-species, multimodal foundation model of immunology and inflammation, a therapeutic area where shared pathogenic mechanisms create unique opportunities for transfer learning. EVA harmonizes transcriptomics data across species, platforms, and resolutions, and integrates histology data to produce rich, unified patient representations. We establish clear scaling laws, demonstrating that increasing model size and compute translates to improvements in both pretraining and downstream tasks performance. We introduce a comprehensive evaluation suite of 39 tasks spanning the drug development pipeline: zero-shot target efficacy and gene function prediction for discovery, cross-species or cross-diseases molecular perturbations for preclinical development, and patient stratification with treatment response prediction or disease activity prediction for clinical trials applications. We benchmark EVA against several state-of-the-art biological foundation models and baselines on these tasks, and demonstrate state-of-the-art results on each task category. Using mechanistic interpretability, we further identify biological meaningful features, revealing intertwined representations across species and technologies. We release an open version of EVA for transcriptomics to accelerate research on immune-mediated diseases."}, {"id": "c1585", "text": "Beyond SMILES: Evaluating Agentic Systems for Drug Discovery : Agentic systems for drug discovery have demonstrated autonomous synthesis planning, literature mining, and molecular design. We ask how well they generalize. Evaluating six frameworks against 15 task classes drawn from peptide therapeutics, in vivo pharmacology, and resource-constrained settings, we find five capability gaps: no support for protein language models or peptide-specific prediction, no bridges between in vivo and in silico data, reliance on LLM inference with no pathway to ML training or reinforcement learning, assumptions tied to large-pharma resources, and single-objective optimization that ignores safety-efficacy-stability trade-offs. A paired knowledge-probing experiment suggests the bottleneck is architectural rather than epistemic: four frontier LLMs reason about peptides at levels comparable to small molecules, yet no framework exposes this capability. We propose design requirements and a capability matrix for next-generation frameworks that function as computational partners under realistic constraints."}, {"id": "c1586", "text": "Reward-Guided Discrete Diffusion via Clean-Sample Markov Chain for Molecule and Biological Sequence Design : Discrete diffusion models have recently emerged as a powerful class of generative models for chemistry and biology data. In these fields, the goal is to generate various samples with high rewards (e.g., drug-likeness in molecules), making reward-based guidance crucial. Most existing methods are based on guiding the diffusion model using intermediate rewards but tend to underperform since intermediate rewards are noisy due to the non-smooth nature of reward functions used in scientific domains. To address this, we propose Clean-Sample Markov Chain (CSMC) Sampler, a method that performs effective test-time reward-guided sampling for discrete diffusion models, enabling local search without relying on intermediate rewards. CSMC constructs a Markov chain of clean samples using the Metropolis-Hastings algorithm such that its stationary distribution is the target distribution. We design a proposal distribution by sequentially applying the forward and backward diffusion processes, making the acceptance probability tractable. Experiments on molecule and biological sequence generation with various reward functions demonstrate that our method consistently outperforms prior approaches that rely on intermediate rewards."}, {"id": "c1587", "text": "Importance inversion transfer identifies shared principles for cross-domain learning : The capacity to transfer knowledge across scientific domains relies on shared organizational principles. However, existing transfer-learning methodologies often fail to bridge radically heterogeneous systems, particularly under severe data scarcity or stochastic noise. This study formalizes Explainable Cross-Domain Transfer Learning (X-CDTL), a framework unifying network science and explainable artificial intelligence to identify structural invariants that generalize across biological, linguistic, molecular, and social networks. By introducing the Importance Inversion Transfer (IIT) mechanism, the framework prioritizes domain-invariant structural anchors over idiosyncratic, highly discriminative features. In anomaly detection tasks, models guided by these principles achieve significant performance gains - exhibiting a 56% relative improvement in decision stability under extreme noise - over traditional baselines. These results provide evidence for a shared organizational signature across heterogeneous domains, establishing a principled paradigm for cross-disciplinary knowledge propagation. By shifting from opaque latent representations to explicit structural laws, this work advances machine learning as a robust engine for scientific discovery."}, {"id": "c1588", "text": "Oxi-Shapes: Tropical geometric analysis of bounded redox proteomic state spaces : Redox proteomics generates bounded biochemical measurements that are categorically mismatched to conventional linear algebraic formalisms. This work introduces Oxi-Shapes, a tropical geometric framework for the measurement-native analysis of bounded redox proteomic data. Oxi-Shapes represents cysteine oxidation as a scalar field over a discrete lattice, enabling global and site-wise analysis without rescaling, interpolation, or kinetic assumptions. At the global level, the framework yields internal redox entropy, lattice curvature, and derived energy functionals that characterise the geometric structure of the redox proteome. At the site level, Oxi-Shapes defines a bounded change space that makes explicit hard geometric constraints on admissible redox transitions and enables a normalised signed representation of site-wise change as a fraction of available redox freedom. Applied to an ageing mouse brain dataset, Oxi-Shapes reveals that a small decrease in mean oxidation arises from a profound redistribution of site-wise redox states, with thousands of residues shifting toward the reduced absorbing boundary. These results demonstrate that categorically correct algebraic representations expose structure in proteomic data that is inaccessible to mean-centric or unbounded analyses."}, {"id": "c1589", "text": "Central Dogma Transformer II: An AI Microscope for Understanding Cellular Regulatory Mechanisms : Current biological AI models lack interpretability -- their internal representations do not correspond to\n biological relationships that researchers can examine. Here we present CDT-II, an \"AI microscope\" whose\n attention maps are directly interpretable as regulatory structure. By mirroring the central dogma in its\n architecture, CDT-II ensures that each attention mechanism corresponds to a specific biological relationship:\n DNA self-attention for genomic relationships, RNA self-attention for gene co-regulation, and DNA-to-RNA\n cross-attention for transcriptional control. Using only genomic embeddings and raw per-cell expression, CDT-II\n enables experimental biologists to observe regulatory networks in their own data. Applied to K562 CRISPRi\n data, CDT-II predicts perturbation effects (per-gene mean $r = 0.84$) and recovers the GFI1B regulatory\n network without supervision (6.6-fold enrichment, $P = 3.5 \\times 10^{-17}$). Systematic comparison against\n ENCODE K562 regulatory annotations reveals that cross-attention autonomously focuses on known regulatory\n elements -- DNase hypersensitive sites ($201\\times$ enrichment), CTCF binding sites ($28\\times$), and histone\n marks -- across all five held-out genes. Two distinct attention mechanisms independently identify an\n overlapping RNA processing module (80% gene overlap; RNA binding enrichment $P = 1 \\times 10^{-16}$). CDT-II\n establishes mechanism-oriented AI as an alternative to task-oriented approaches, revealing regulatory\n structure rather than merely optimizing predictions."}, {"id": "c1590", "text": "DrugR: Optimizing Molecular Drugs through LLM-based Explicit Reasoning : Molecule generation and optimization is a fundamental task in chemical domain. The rapid development of intelligent tools, especially large language models (LLMs) with powerful knowledge reserves and interactive capabilities, has provided new paradigms for it. Nevertheless, the intrinsic challenge for LLMs lies in the complex implicit relationship between molecular structure and pharmacological properties and the lack of corresponding labeled data. To bridge this gap, we propose DrugR, an LLM-based method that introduces explicit, step-by-step pharmacological reasoning into the optimization process. Our approach integrates domain-specific continual pretraining, supervised fine-tuning via reverse data engineering, and self-balanced multi-granular reinforcement learning. This framework enables DrugR to effectively improve key ADMET properties while preserving the original molecule's core efficacy. Experimental results demonstrate that DrugR achieves comprehensive enhancement across multiple properties without compromising structural similarity or target binding affinity. Importantly, its explicit reasoning process provides clear, interpretable rationales for each optimization step, yielding actionable design insights and advancing toward automated, knowledge-driven scientific discovery. Our code and model checkpoints are open-sourced to foster future research."}, {"id": "c1591", "text": "Physiologically Informed Deep Learning: A Multi-Scale Framework for Next-Generation PBPK Modeling : Physiologically Based Pharmacokinetic (PBPK) modeling is a cornerstone of model-informed drug development (MIDD), providing a mechanistic framework to predict drug absorption, distribution, metabolism, and excretion (ADME). Despite its utility, adoption is hindered by high computational costs for large-scale simulations, difficulty in parameter identification for complex biological systems, and uncertainty in interspecies extrapolation. In this work, we propose a unified Scientific Machine Learning (SciML) framework that bridges mechanistic rigor and data-driven flexibility. We introduce three contributions: (1) Foundation PBPK Transformers, which treat pharmacokinetic forecasting as a sequence modeling task; (2) Physiologically Constrained Diffusion Models (PCDM), a generative approach that uses a physics-informed loss to synthesize biologically compliant virtual patient populations; and (3) Neural Allometry, a hybrid architecture combining Graph Neural Networks (GNNs) with Neural ODEs to learn continuous cross-species scaling laws. Experiments on synthetic datasets show that the framework reduces physiological violation rates from 2.00% to 0.50% under constraints while offering a path to faster simulation."}, {"id": "c1592", "text": "Generative structural elucidation from mass spectra as an iterative optimization problem : Liquid chromatography tandem mass spectrometry (LC-MS/MS) is a critical analytical technique for molecular identification across metabolomics, environmental chemistry, and chemical forensics. A variety of computational methods have emerged for structural annotation of spectral features of interest, but many of these features cannot be confidently annotated with reference structures or spectra. Here, we introduce FOAM (Formula-constrained Optimization for Annotating Metabolites), a computational workflow that poses structure elucidation from LC-MS/MS as an iterative optimization problem. FOAM couples a formula-constrained graph genetic algorithm with spectral simulation to explore candidate annotations given an experimental spectrum. We demonstrate FOAM's performance on the NIST'20 and MassSpecGym datasets as both a standalone elucidation pipeline and as a complement to existing inverse models. This work establishes iterative optimization as an effective and extensible paradigm for structural elucidation."}, {"id": "c1593", "text": "scDFM: Distributional Flow Matching Model for Robust Single-Cell Perturbation Prediction : A central goal in systems biology and drug discovery is to predict the transcriptional response of cells to perturbations. This task is challenging due to the noisy and sparse nature of single-cell measurements, as well as the fact that perturbations often induce population-level shifts rather than changes in individual cells. Existing deep learning methods typically assume cell-level correspondences, limiting their ability to capture such global effects. We present scDFM, a generative framework based on conditional flow matching that models the full distribution of perturbed cells conditioned on control states. By incorporating a maximum mean discrepancy (MMD) objective, our method aligns perturbed and control populations beyond cell-level correspondences. To further improve robustness to sparsity and noise, we introduce the Perturbation-Aware Differential Transformer (PAD-Transformer), a backbone architecture that leverages gene interaction graphs and differential attention to capture context-specific expression changes. Across multiple genetic and drug perturbation benchmarks, scDFM consistently outperforms prior methods, demonstrating strong generalization in both unseen and combinatorial settings. In the combinatorial setting, it reduces mean squared error by 19.6% relative to the strongest baseline. These results highlight the importance of distribution-level generative modeling for robust in silico perturbation prediction. The code is available at https://github.com/AI4Science-WestlakeU/scDFM"}, {"id": "c1594", "text": "AbFlow : End-to-end Paratope-Centric Antibody Design by Interaction Enhanced Flow Matching : Antigen-antibody binding is a critical process in the immune response. Although recent progress has advanced antibody design, current methods lack a generative framework for end-to-end modeling of full-atom antibody structures and struggle to fully exploit antigen-specific geometric information for optimizing local binding interfaces and global structures. To overcome these limitations, we introduce AbFlow, a flow-matching framework that leverages optimal transport to design full-atom antibodies end-to-end. AbFlow incorporates an extended velocity field network featuring an equivariant Surface Multi-channel Encoder, which uses surface-level antigen interaction data to refine the antibody structure, particularly the CDR-H3 region. Extensive experiments in paratoep-centric antibody design, multi-CDRs and full-atom antibody design, binding affinity optimization, and complex structure prediction show that AbFlow produces superior antigen-antibody complexes, especially at the contact interface, and markedly improves the binding affinity of generated antibodies."}, {"id": "c1595", "text": "A characterization of projective space via lengths of extremal rays : We prove a new characterization of complex projective space using lengths of extremal rays."}, {"id": "c1596", "text": "Vanishing of local cohomology in unramified mixed characteristic : Given an ideal $I$ in a regular local ring $A$, the cohomological dimension of $I$ in $A$ is the index of the highest non-vanishing local cohomology of $A$ supported at $I$. Determining effective upper bounds on the cohomological dimension in terms of topological invariants of $\\text{Spec}(A/I)$ is a central problem in commutative algebra. In equal characteristic, Faltings proved in 1980 a general bound on the cohomological dimension of an ideal in terms of its big height. In this article, we extend Faltings' result to the unramified mixed characteristic setting and show that the resulting bound is sharp."}, {"id": "c1597", "text": "Pure extension of the theta divisor over the moduli space of abelian varieties : A theta divisor on the universal principally polarised abelian variety can be extended to a compactification either by taking the Zariski closure, or by taking the unique extension which is pure of weight 2. For the latter, following ideas of Yuan and Zhang, we need to pass to the category of adelic- or b-divisors. We show that the two choices of extension differ by a tropicalisation of the Riemann theta function. We prove an extension of Moret-Bailly's ''key formula'' that features the pure weight 2 extension of the theta divisor, and discuss various arithmetic applications, including a ''universal'' formula for the N\u00e9ron--Tate height of a point. A key technical input is the systematic use of the theory of logarithmic abelian varieties due to Kajiwara, Kato, and Nakayama."}, {"id": "c1598", "text": "Non-commutative crepant resolutions for (almost) simplicial toric algebras : Given a rational convex polyhedral Gorenstein cone constructed as cone over a lattice polytope P, we establish that toric non-commutative crepant resolutions (NCCRs) of its associated toric algebra descend to toric NCCRs of the algebras associated to faces of the polytope P. As consequence, we present two new, short proofs to the existence of toric NCCRs for simplicial affine toric Gorenstein algebras and for almost simplicial affine toric Gorenstein algebras, i.e. those associated to cones $\u03c3$ with $\\dim\u03c3+1$ extremal rays."}, {"id": "c1599", "text": "Neural Learning of Fast Matrix Multiplication Algorithms: A StrassenNet Approach : Fast matrix multiplication can be described as searching for low-rank decompositions of the matrix--multiplication tensor. We design a neural architecture, \\textsc{StrassenNet}, which reproduces the Strassen algorithm for $2\\times 2$ multiplication. Across many independent runs the network always converges to a rank-$7$ tensor, thus numerically recovering Strassen's optimal algorithm. We then train the same architecture on $3\\times 3$ multiplication with rank $r\\in\\{19,\\dots,23\\}$. Our experiments reveal a clear numerical threshold: models with $r=23$ attain significantly lower validation error than those with $r\\le 22$, suggesting that $r=23$ could actually be the smallest effective rank of the matrix multiplication tensor $3\\times 3$.\n We also sketch an extension of the method to border-rank decompositions via an $\\varepsilon$--parametrisation and report preliminary results consistent with the known bounds for the border rank of the $3\\times 3$ matrix--multiplication tensor."}, {"id": "c1600", "text": "Cohomology of symplectic $T^n$ - reductions and compactifications of $\\mathcal{M}_{0, n}$ : A symplectic $T^n$ - reduction on a complex Grassmann manifold $G_{n,2}$ for the canonical action of the maximal compact torus depends on the $S_n$ - orbit of a maximal chamber in a hypersimplex $\u0394_{n,2}$. The chamber decomposition of $\u0394_{n,2}$ is defined by the admissible polytopes, which can be realized as matroids. In our previous work we described this chamber decomposition by means of the hyperplane arrangement. It is important to note that to any chamber it corresponds the compact space, which is a smooth compact manifold for a chamber of maximal dimension. In this paper we obtain explicit description of the cohomology rings of the symplectic $T^n$ - reductions on $G_{n,2}$ for the standard moment map in terms of the chamber decomposition of $\u0394_{n,2}$ and the well known results of Kirwan and Goldin.\n We recently introduced the Hassett category whose objects are special compactifications of the space $\\mathcal{M}_{0, n}$. The initial object in this category is the Deligne-Mumford compactification $\\overline{\\mathcal{M}}_{0, n}$. In this paper we describe the cohomology rings of various compactifications for $\\mathcal{M}_{0, n}$, which correspond to the objects of the Hassett category. Our results show that even in the case $n=5$ there are objects in the Hassett category with different cohomology rings."}, {"id": "c1601", "text": "An Effective Criterion for Covering Maps Between Real Varieties : In this paper, we show that a quasi-finite, flat morphism with locally constant geometric fibers between varieties over a real closed field induces a covering map on the rational points. This serves as an effective criteria for covering maps, as we show that these conditions can be checked by the algorithms developed in this paper."}, {"id": "c1602", "text": "Topology of projective Tate-Shafarevich twists : A Tate-Shafarevich twist $X^\u03c6\\to B$ of a fibration $X\\to B$ modifies it by a $1$-cocycle of flows of vector fields relative to the base, locally in the analytic topology. Sacc\u00e0 conjectured that the total spaces of two projective Lagrangian fibrations related by such a twist are deformation-equivalent.\n Assuming that the class of the twist is torsion (which is often equivalent to the twist being realizable in the \u00e9tale topology), we show that there is an isomorphism $H^\\ast(X;\\mathbb Q)\\cong H^\\ast(X^\u03c6;\\mathbb Q)$ of graded vector spaces that respects (1) the Hodge structures and (2) the Hodge-Riemann pairing. Consequently, the rational Beauville-Bogomolov-Fujiki lattices of these two spaces are Hodge-similar.\n Assuming further that $B$ is smooth, that the fibers of the fibrations are reduced outside of a locus of codimension $2$ in $B$, and that the integral homology classes of a general fiber in both spaces are primitive, we show Sacc\u00e0's conjecture using a recent result of Bogomolov-Kamenova-Verbitsky. We also show that Beauville-Mukai systems for primitive classes satisfy the last condition."}, {"id": "c1603", "text": "Deformation Theory of $\\mathbb{E}_n$-Monoidal Categories : In this paper, we prove that the naive deformation problem of an $\\mathbb{E}_n$-monoidal stable $k$-linear $\\infty$-category $\\mathcal{C}$ is a $2$-proximate formal $\\mathbb{E}_{n+2}$-moduli problem, whose corresponding formal moduli problem is controlled by the non-unital $\\mathbb{E}_{n+2}$-algebra $\\mathrm{fib}\\big(\\mathrm{End}_{\\mathcal{Z}_{\\mathbb{E}_n}(\\mathcal{C})}(1)\\rightarrow \\mathrm{End}_{\\mathcal{C}}(1)\\big)$, where $\\mathcal{Z}_{\\mathbb{E}_n}(\\mathcal{C})$ is the $\\mathbb{E}_n$-center of $\\mathcal{C}$. If $\\mathcal{C}$ is rigid monoidal and tamely compactly generated by unobstructible objects, then this naive deformation problem is equivalent to the formal moduli problem. We also prove a uniqueness theorem for formal deformations of certain formal moduli problems, which can be applied to the $\\mathbb{E}_1$ and $\\mathbb{E}_2$-monoidal deformation problems of $\\mathbf{Rep}(G)$ for a reductive algebraic group $G$ with a simple Lie algebra $\\mathfrak{g}=T_e G$."}, {"id": "c1604", "text": "Geometry of two- and three-dimensional integrable systems related to affine Weyl groups $W(E_8^{(1)})$ and $W(E_7^{(1)})$ : We find a general framework for the construction of birational involutions on two- and three-dimensional varieties obtained from $\\mathbb P^2$, $\\mathbb P^1\\times \\mathbb P^1$, and $\\mathbb P^3$ by blow-up at nine, respectively eight points. Each such involution is based on a divisor class with a one-dimensional linear system with a generic element of genus zero. Classical Manin involutions represent the simplest particular case. Novel, more sophisticated cases identified here include birational involutions of $\\mathbb P^2$ along conics and along nodal cubic curves, as well as birational involutions of $\\mathbb P^3$ along quadratic cones and along Cayley nodal cubic surfaces. We prove a general formula for the induced action of geometric birational involutions on the respective Picard group, and give a general result about decomposition of translational elements of the respective affine Weyl group of symmetries into a product of two geometric birational involutions."}, {"id": "c1605", "text": "A \u010cech--Stokes Pushout Groupoid: a Log/Kummer Betti Presenter for Stokes Torsors : Let $X$ be a complex manifold and let $D\\subset X$ be a simple normal crossings divisor. Fix a Kummer level $n\\ge 1$ and an irregular type $\u03a6$ along $D$, and consider the logarithmic Betti boundary $X^{\\log}_n$ (the level-$n$ Kato--Nakayama space). We construct a strictly $1$-categorical, cover-based Betti presenter for Stokes torsors by building a small strict \u010cech--Stokes collar groupoid on a punctured logarithmic collar of $D$, together with a canonical projection $\u03c0$ to the underlying sector \u010cech groupoid. The central observation is that the appropriate collar Stokes moduli is the groupoid of strict functorial sections $\\operatorname{Sec}(\u03c0)$ (equivalently, $\\mathrm{St}_\u03a6$-torsors on the sector cover), yielding a fully explicit presenter that remains small and strictly functorial. We then glue the collar presenter to the ordinary \u010cech presenter of $U:=X\\setminus D$ through a strict diagram of small groupoids and an explicit $2$-pushout presenter $G_{\u03a6,n}$. We prove that global Stokes objects, defined intrinsically as a $2$-fiber product, are computed by a strict torsorial gluing problem, i.e.\\ by Stokes-corrected torsorial representations of $G_{\u03a6,n}$. In arbitrary SNC depth we solve the local corner presentation problem by an explicit chamber-complex model on the angular torus: Stokes torsors are nonabelian cocycles on the $1$-skeleton with relations read off from $2$-cells. The overall construction is canonical up to Morita equivalence with a contractible space of identifications (invariant under stratified subdivision), and it is compatible with Kummer descent along all normal crossings strata via $(\u03bc_n)^k$-equivariant local models and descent to homotopy fixed points."}, {"id": "c1606", "text": "On the Semi-Abelianness of Affine Group Schemes : We prove that the category of commutative Hopf algebras over a field $k$ is co-semi-abelian. Consequently, the category of affine group $k$-schemes is semi-abelian. We establish coregularity by identifying the orthogonal factorization system of surjections and faithfully flat injections, and we deduce coexactness from Takeuchi's correspondence between normal Hopf ideals and Hopf subalgebras of commutative Hopf $k$-algebras."}, {"id": "c1607", "text": "Stable polynomials and bounded rational functions in the unit ball : We study polynomials with no zeros on the unit ball in complex Euclidean space with a view toward characterizing when a rational function is bounded on the ball. We give a complete local description of such polynomials in two variables near a boundary zero. In higher dimensions, we give a partial characterization of a simple boundary zero. Several applications are given including boundedness of rational functions with boundary singularities and constructions of examples with prescribed local properties."}, {"id": "c1608", "text": "The Brauer group of a Stein algebra : We investigate the Brauer group of the ring $\\mathcal{O}(S)$ of holomorphic functions on a finite-dimensional Stein space S. We provide a purely topological computation of this group and deduce a comparison theorem between the \u00e9tale cohomology of $\\textrm{Spec}(\\mathcal{O}(S))$ and the singular cohomology of S in degree 2. Furthermore, we prove a purity theorem when S is nonsingular and study the index of classes in the Brauer group of $\\mathcal{O}(S)$."}, {"id": "c1609", "text": "The Strong Monodromy Conjecture for a class of homogeneous polynomials in three variables : We consider the class of all homogeneous, possibly non-reduced, polynomials $f$ whose associated reduced projective divisor $D_{\\text{red}} \\subset \\mathbb{P}^{n-1}$ has (at worst) quasi-homogeneous isolated singularities. In an arbitrary number of variables $n$ and with $d$ denoting the degree of $f$, we characterize when $-n/d$ is a root of the Bernstein--Sato polynomial of $f$ in terms of elementary data involving logarithmic derivations. When we restrict to three variables, we prove the resulting class of polynomials satisfies the Strong Monodromy Conjecture, in the motivic sense."}, {"id": "c1610", "text": "An invitation to the enumerative geometry of degenerations : This expository article is an introduction to logarithmic Gromov--Witten (GW) theory. We discuss how to study the GW theory of a smooth projective variety via simple normal crossings degenerations. We survey several approaches to constructing well-behaved, virtually smooth moduli spaces of stable maps to such degenerations. Each irreducible component of the special fiber of a degeneration determines a pair consisting of a variety and a normal crossings divisor, and these pairs carry their own logarithmic GW theory. We explain how the GW theory of the general fiber can be expressed in terms of the logarithmic GW theory of these pairs. Finally, we discuss applications to tautological classes on the moduli space of curves."}, {"id": "c1611", "text": "The formal spectrum of a tensor-triangulated category : To any essentially small tensor-triangulated category $\\mathcal{K}$ and Thomason subset $Y \\subseteq \\mathrm{Spc}(\\mathcal{K})$ we associate a ringed space $(\\mathrm{Spf}(\\mathcal{K},Y), \\mathcal{O}_{\\mathrm{Spf}(\\mathcal{K},Y)}),$ called the formal spectrum of $(\\mathcal{K},Y)$. We establish basic properties of this construction and compute it in several examples from algebraic geometry, chromatic homotopy theory, equivariant homotopy theory, and modular representation theory."}, {"id": "c1612", "text": "Distributions with Unstable Tangent Sheaf on $\\mathbb{P}^3$ : We study codimension one distributions on the projective three-space, focusing on cases where the tangent sheaf of the distribution is nonsplit and unstable. We relate the order of nonstability to the degree of the induced subfoliation by curves, showing that the order of nonstability is bounded. Moreover, we classify the tangent sheaf of the codimension one distributions that admit a subfoliation by curves of degree 1. In other words, assuming the sheaf is nonsplit, we classify the situations in which the tangent sheaf attains the maximal possible order of nonstability."}, {"id": "c1613", "text": "Dualizing complexes for algebraic stacks : We study dualizing complexes on algebraic stacks. In particular, we establish their existence in broad generality for Deligne--Mumford stacks of characteristic zero."}, {"id": "c1614", "text": "Quotients by $(p-1)/p$-klt Foliations on Surfaces : We study the relation between birational singularities of 1-foliations and those of their quotients. We prove that the quotient $X/\\mathcal{F}$ is log canonical (resp. klt) if and only if $\\mathcal{F}$ is $\\frac{p-1}{p}$-log canonical (resp. $\\frac{p-1}{p}$-klt). Moreover, we obtain the classification of klt quotients by $1$-foliations on regular surfaces in the cases $p=2,3$ and $5$."}, {"id": "c1615", "text": "Projective bundles that admit coupled K\u00e4hler-Einstein metrics but no K\u00e4hler-Einstein metrics : Using Hultgren's polytope formulation of the existence of coupled K\u00e4hler-Einstein (cKE) metrics on toric Fano manifolds, we construct explicit higher-dimensional toric Fano manifolds that admit two coupled K\u00e4hler-Einstein metrics but no ordinary K\u00e4hler-Einstein metrics. In particular, we exhibit such examples among certain projective bundles over products of projective spaces. Motivated by these constructions, we conjecture that examples of this type exist in all dimensions $n\\geq 4$."}, {"id": "c1616", "text": "A super Version of a Theorem of Fricke and Klein : We start studying the character variety of the algebraic supergroup OSp(1|2) from the algebraic perspective. We do this by first investigating the specific case of the character variety of the free group on two letters and try to describe the ring of invariants with respect to the conjugation action. The explicit description of the corresponding character variety for SL(2) was done by Fricke and Klein, so this can be seen as a variant of this theorem for its supergeometric counterpart OSp(1|2)."}, {"id": "c1617", "text": "Equivariant real cycle class map and Witt-sheaf cohomology of classifying spaces : In this paper, we study equivariant real cycle class maps for group actions on real schemes, with a view toward Witt-sheaf characteristic classes. The cycle class maps take values in singular cohomology of the real points of the quotient stack, which are identified with the homotopy fixed-points of complex conjugation on the complex points. This provides a strong relation between Witt-sheaf cohomology of the geometric classifying space of a real algebraic group and the singular cohomology of the classifying spaces of its strong real forms, which we discuss in a number of examples. As a sample application, we compute the number of Witt-sheaf cohomological invariants of spin groups over the reals."}, {"id": "c1618", "text": "The $G$-Noncommutative Minimal Model Program : In this paper, we study the $G$-equivariant noncommutative minimal model program ($G$-NMMP), as an equivariant generalization of the framework introduced in arXiv:2301.13168. The aim of this program is to construct quasi-convergent paths in the spaces of Bridgeland stability conditions on derived categories of $G$-equivariant coherent sheaves. For finite groups, we employ induction techniques to construct such paths from the non-equivariant setting. In the setting of algebraic group actions, we introduce the notion of $\\mathbb T$-stability conditions to reformulate the proposal, and then we construct quasi-convergent paths for equivariant projective spaces from small quantum cohomology."}, {"id": "c1619", "text": "A guide to wall crossing for moduli of varieties : There have been major developments in the theory of moduli of varieties in the past decade, essentially settling the construction of moduli spaces of log canonically polarized slc pairs and moduli spaces of K-polystable log Fano pairs. Given the construction of these moduli spaces of pairs $(X, D)$, it is natural to ask how the moduli spaces vary as the coefficients of $D$ are perturbed. This phenomenon is known as wall crossing, the theory of which has been developed in several important cases in the past five years. This semi-expository article is an introduction to moduli of varieties and wall crossing, capturing a portion of the theory developed in the past several years. It also introduces tools and techniques used in explicit computations and examples, applying them in new examples."}, {"id": "c1620", "text": "On moduli of Fano varieties: an introduction to K-stability and K-moduli : This survey article is an accompaniment to the 2025 Summer Research Institute in Algebraic Geometry Bootcamp on K-stability and K-moduli. It is aimed at graduate students and intended to provide the necessary background to begin research on explicit K-moduli problems."}, {"id": "c1621", "text": "Universal Functions for Topological Correlators : We consider correlation functions of topologically twisted, $\\mathcal{N}=2$ supersymmetric Yang-Mills theory with gauge group ${\\rm SU}(2)$ and $N_f\\leq 3$ massive hypermultiplets in the fundamental representation. For a smooth, compact, oriented four-manifold $X$ with $b_2^+>1$, the correlation functions are expressed in terms of a finite set of universal functions. The mass dependence of these functions encodes intersection numbers of the moduli space of instantons. We determine closed expressions for the universal functions by combining techniques of the Seiberg-Witten geometry, $u$-plane integral and the blowup formula. If $X$ is specialised to a complex algebraic surface $S$, the correlation functions can be identified with generating functions of Segre invariants for moduli spaces of sheaves on $S$. We verify that our results agree with the results by G\u00f6ttsche and Kool for these generating functions."}, {"id": "c1622", "text": "Derived categories of quadric bundles and moduli stacks of spinor sheaves : We prove that the Kuznetsov component of a flat family of even-dimensional quadrics of corank at most 2 is equivalent to the twisted derived category of an algebraic space whenever: (i) the open subset of the base over which the quadrics has corank at most 1 is scheme-theoretically dense; and (ii) a certain \u00e9tale double cover of the closed complement admits a section. This provides the first general geometricity result for Kuznetsov components of higher dimensional quadrics, thereby generalizing works of Kapranov, Bondal, Orlov, Kuznetsov, Moschetti, Xie, and others. Our main tool is the moduli stack of spinor sheaves on a family of quadrics, which we define and study in detail. In the situation of our main result, we produce an open substack which is a $\\mathbf{G}_m$-gerbe, and show that the associated twisted derived category is equivalent to the Kuznetsov component of the family of quadrics, thereby providing a geometric interpretation of the Brauer classes appearing in previous works."}, {"id": "c1623", "text": "On the birational isotriviality of the Albanese morphism of a log Calabi-Yau pair with a torus action : Let $(X,\u0394)$ be a projective, log canonical, $K$-trivial pair over the complex numbers. Let $Z$ be a minimal log canonical center of $(X,\u0394)$ and suppose that there exists a torus $\\mathbb{T}\\subseteq\\operatorname{Aut}(X)$ preserving $\u0394$ and such that $\\dim\\mathbb{T}=\\operatorname{codim}_X Z$. Then we show that two general fibers of the Albanese morphism $\\operatorname{alb}_X$ are birationally equivalent. In particular, the pathological example of a projective, log canonical, $K$-trivial variety whose Albanese morphism is not generically birationally isotrivial, recently constructed by Bernasconi, Filipazzi, Patakfalvi and Tsakanikas, can be avoided under the additional hypothesis that there exists a torus of large enough dimension in the automorphism group of the given pair."}, {"id": "c1624", "text": "Explicit formulas and exact values for the number of rational points on singular curves over finite fields : We provide new explicit formulas for bounding the number of rational points on singular curves over finite fields. This enables us to obtain exact values of N q (g, $\u03c0$) which is defined as the maximum number of rational points over F q on a curve of geometric genus g and arithmetic genus $\u03c0$. We also give special attention to the case g = 2 in order to extend the work of Aubry and Iezzi on N q (0, $\u03c0$) and N q (1, $\u03c0$)."}, {"id": "c1625", "text": "Multigraded Hurwitz forms : The Hurwitz form of a projective variety characterizes linear spaces of complementary dimension which meet the variety non-transversally. We extend this notion to varieties in a product of projective spaces. This parallels the multigraded Chow forms due to Osserman and Trager. We study the degrees of multigraded Hurwitz forms. An explicit degree formula is given for complete intersections. This offers a new tool for elimination theory that has many applications, ranging from Nash equilibria to Feynman integrals."}, {"id": "c1626", "text": "On factorization of matrix of Kazhdan-Lusztig polynomials : Let $\\mathcal{H} = \\mathcal{H}(W,S)$ be the Hecke algebra of the Coxeter system $(W,S)$ over $\\mathbb{Z}[q^{\\pm1}]$, where $W$ is the Weyl group of a symmetrizable Kac-Moody algebra. In this paper, we show that the matrix of Kazhdan-Lusztig polynomials of $\\mathcal{H}$ factorizes into a product of $|S|$ many matrices, each of which has entries as polynomials in $q$ with nonnegative coefficients. To achieve this goal, we use hybrid basis $TC^J$ for $J\\subseteq S$ of $\\mathcal{H}$, defined by Grojnowski-Haiman. The intermediate matrices in the aforementioned factorization turn out to be the transition matrices from $TC^J$-basis to $TC^I$-basis for $I\\subset J$. Equivalently, these coefficients can be computed using a natural restriction map from $\\mathcal{H}$ to the parabolic Hecke algebra $\\mathcal{H}_J$. Moreover, following the ideas from Grojnowski-Haiman, we also give a geometric proof of the positivity of these coefficients."}, {"id": "c1627", "text": "Notes on rational chain connectedness : We extend Hacon--M\\textsuperscript{c}Kernan's rational chain connectedness theorem to the complex analytic setting. As a consequence, we prove that the fibers of any resolution of singularities of complex analytic kawamata log terminal singularities are rationally chain connected. In contrast to the original approach, we avoid the use of extension theorems and instead rely on the minimal model program."}, {"id": "c1628", "text": "Classification of double octic Calabi-Yau threefolds defined by an arrangement of eight planes II : We present a complete classification of all arrangements of eight planes in projective threespace that give rise to double octic Calabi-Yau threefolds. Building on earlier work, we determine all 455 combinatorial types and describe the projective automorphism groups associated with each arrangement. These automorphisms allow us to identify geometrically distinguished subfamilies and elements, and to construct a rich collection of elliptic and K3 fibrations arising naturally from the singularities of the arrangements.\n As applications, we exhibit two one-parameter families of Calabi-Yau threefolds that each possess three pairwise non-equivalent maximally unipotent monodromy points-phenomena that are rare in known examples. We further construct two Calabi-Yau threefolds whose third cohomology decomposes, via complex multiplication, into complementary two-dimensional Hodge structures of types (1,0,1,0) and (0,1,0,1). This decomposition yields new instances of modularity not previously observed in the Calabi-Yau setting."}, {"id": "c1629", "text": "A cohomological interpretation for stringy Hodge numbers : We obtain a cohomological interpretation for Batyrev's stringy Hodge numbers in the full generality in which they are defined. In a previous paper, the second and third authors used motivic integration to define the stringy Hodge--Deligne invariant of a smooth Artin stack $\\mathcal{X}$ and proved that when $\\mathcal{X}$ is a crepant resolution of a variety $Y$ with log-terminal singularities, the generating function for the stringy Hodge numbers of $Y$ is equal to the stringy Hodge--Deligne invariant of $\\mathcal{X}$. In this paper, we introduce a cohomology theory $H_{\\mathrm{str}}^*(\\mathcal{X})$ that computes the stringy Hodge--Deligne invariant of $\\mathcal{X}$. Since, by previous work of the second and third authors, all varieties with log-terminal singularities admit a crepant resolution by an Artin stack, this gives a cohomological interpretation for stringy Hodge numbers of any variety with log-terminal singularities. We also show that in the special case where $\\mathcal{X}$ is Deligne--Mumford, $H_{\\mathrm{str}}^*(\\mathcal{X})$ coincides with the orbifold cohomology of $\\mathcal{X}$."}, {"id": "c1630", "text": "Universal extension spaces and modular maps: unveiling irreducible components of Brill-Noether loci of stable bundles on a general $\u03bd$-gonal curve : We investigate the Brill-Noether theory of rank-two, degree-$d$ stable vector bundles of speciality $3$ on a general $\u03bd$-gonal curve of genus $g$, $3 \\leq \u03bd< \\lfloor \\frac{g+3}{2} \\rfloor$. Our approach leverages universal extension spaces, modular maps, and recent advancements in rank-one Brill-Noether theory over Hurwitz spaces.\n We establish existence criteria for the corresponding Brill-Noether loci and provide a comprehensive description of their irreducible components. We moreover prove that these components exhibit diverse geometric behaviors, categorized by their regularity, superabundance, and the properties of their general points. Notably, for specific degrees $d$, we prove the coexistence of multiple superabundant components alongside a regular one. Using specialization techniques, we uncover a stratification into locally closed subschemes within these components and provide insights into their birational geometry and local structure. Furthermore, our results yield also consequences for Brill-Noether loci of stable, rank-two bundles with a fixed general determinant."}, {"id": "c1631", "text": "Neu-PiG: Neural Preconditioned Grids for Fast Dynamic Surface Reconstruction on Long Sequences : Temporally consistent surface reconstruction of dynamic 3D objects from unstructured point cloud data remains challenging, especially for very long sequences. Existing methods either optimize deformations incrementally, risking drift and requiring long runtimes, or rely on complex learned models that demand category-specific training. We present Neu-PiG, a fast deformation optimization method based on a novel preconditioned latent-grid encoding that distributes spatial features parameterized on the position and normal direction of a keyframe surface. Our method encodes entire deformations across all time steps at various spatial scales into a multi-resolution latent grid, parameterized by the position and normal direction of a reference surface from a single keyframe. This latent representation is then augmented for time modulation and decoded into per-frame 6-DoF deformations via a lightweight multilayer perceptron (MLP). To achieve high-fidelity, drift-free surface reconstructions in seconds, we employ Sobolev preconditioning during gradient-based training of the latent space, completely avoiding the need for any explicit correspondences or further priors. Experiments across diverse human and animal datasets demonstrate that Neu-PiG outperforms state-the-art approaches, offering both superior accuracy and scalability to long sequences while running at least 60x faster than existing training-free methods and achieving inference speeds on the same order as heavy pretrained models."}, {"id": "c1632", "text": "WHOLE: World-Grounded Hand-Object Lifted from Egocentric Videos : Egocentric manipulation videos are highly challenging due to severe occlusions during interactions and frequent object entries and exits from the camera view as the person moves. Current methods typically focus on recovering either hand or object pose in isolation, but both struggle during interactions and fail to handle out-of-sight cases. Moreover, their independent predictions often lead to inconsistent hand-object relations. We introduce WHOLE, a method that holistically reconstructs hand and object motion in world space from egocentric videos given object templates. Our key insight is to learn a generative prior over hand-object motion to jointly reason about their interactions. At test time, the pretrained prior is guided to generate trajectories that conform to the video observations. This joint generative reconstruction substantially outperforms approaches that process hands and objects separately followed by post-processing. WHOLE achieves state-of-the-art performance on hand motion estimation, 6D object pose estimation, and their relative interaction reconstruction. Project website: https://judyye.github.io/whole-www"}, {"id": "c1633", "text": "Solaris: Building a Multiplayer Video World Model in Minecraft : Existing action-conditioned video generation models (video world models) are limited to single-agent perspectives, failing to capture the multi-agent interactions of real-world environments. We introduce Solaris, a multiplayer video world model that simulates consistent multi-view observations. To enable this, we develop a multiplayer data system designed for robust, continuous, and automated data collection on video games such as Minecraft. Unlike prior platforms built for single-player settings, our system supports coordinated multi-agent interaction and synchronized videos + actions capture. Using this system, we collect 12.64 million multiplayer frames and propose an evaluation framework for multiplayer movement, memory, grounding, building, and view consistency. We train Solaris using a staged pipeline that progressively transitions from single-player to multiplayer modeling, combining bidirectional, causal, and Self Forcing training. In the final stage, we introduce Checkpointed Self Forcing, a memory-efficient Self Forcing variant that enables a longer-horizon teacher. Results show our architecture and training design outperform existing baselines. Through open-sourcing our system and models, we hope to lay the groundwork for a new generation of multi-agent world models."}, {"id": "c1634", "text": "Mixed Magnification Aggregation for Generalizable Region-Level Representations in Computational Pathology : In recent years, a standard computational pathology workflow has emerged where whole slide images are cropped into tiles, these tiles are processed using a foundation model, and task-specific models are built using the resulting representations. At least 15 different foundation models have been proposed, and the vast majority are trained exclusively with tiles using the 20$\\times$ magnification. However, it is well known that certain histologic features can only be discerned with larger context windows and requires a pathologist to zoom in and out when analyzing a whole slide image. Furthermore, creating 224$\\times$224 pixel crops at 20$\\times$ leads to a large number of tiles per slide, which can be gigapixel in size. To more accurately capture multi-resolution features and investigate the possibility of reducing the number of representations per slide, we propose a region-level mixing encoder. Our approach jointly fuses image tile representations of a mixed magnification foundation model using a masked embedding modeling pretraining step. We explore a design space for pretraining the proposed mixed-magnification region aggregators and evaluate our models on transfer to biomarker prediction tasks representing various cancer types. Results demonstrate cancer dependent improvements in predictive performance, highlighting the importance of spatial context and understanding."}, {"id": "c1635", "text": "CASR: A Robust Cyclic Framework for Arbitrary Large-Scale Super-Resolution with Distribution Alignment and Self-Similarity Awareness : Arbitrary-Scale SR (ASISR) remains fundamentally limited by cross-scale distribution shift: once the inference scale leaves the training range, noise, blur, and artifacts accumulate sharply. We revisit this challenge from a cross-scale distribution transition perspective and propose CASR, a simple yet highly efficient cyclic SR framework that reformulates ultra-magnification as a sequence of in-distribution scale transitions. This design ensures stable inference at arbitrary scales while requiring only a single model. CASR tackles two major bottlenecks: distribution drift across iterations and patch-wise diffusion inconsistencies. The proposed SDAM module aligns structural distributions via superpixel aggregation, preventing error accumulation, while SARM module restores high-frequency textures by enforcing autocorrelation and embedding LR self-similarity priors. Despite using only a single model, our approach significantly reduces distribution drift, preserves long-range texture consistency, and achieves superior generalization even at extreme magnification."}, {"id": "c1636", "text": "CoLoGen: Progressive Learning of Concept`-`Localization Duality for Unified Image Generation : Unified conditional image generation remains difficult because different tasks depend on fundamentally different internal representations. Some require conceptual understanding for semantic synthesis, while others rely on localization cues for spatial precision. Forcing these heterogeneous tasks to share a single representation leads to concept`-`localization representational conflict. To address this issue, we propose CoLoGen, a unified diffusion framework that progressively learns and reconciles this concept`-`localization duality. CoLoGen uses a staged curriculum that first builds core conceptual and localization abilities, then adapts them to diverse visual conditions, and finally refines their synergy for complex instruction`-`driven tasks. Central to this process is the Progressive Representation Weaving (PRW) module, which dynamically routes features to specialized experts and stably integrates their outputs across stages. Experiments on editing, controllable generation, and customized generation show that CoLoGen achieves competitive or superior performance, offering a principled representational perspective for unified image generation."}, {"id": "c1637", "text": "MedTri: A Platform for Structured Medical Report Normalization to Enhance Vision-Language Pretraining : Medical vision-language pretraining increasingly relies on medical reports as large-scale supervisory signals; however, raw reports often exhibit substantial stylistic heterogeneity, variable length, and a considerable amount of image-irrelevant content. Although text normalization is frequently adopted as a preprocessing step in prior work, its design principles and empirical impact on vision-language pretraining remain insufficiently and systematically examined. In this study, we present MedTri, a deployable normalization framework for medical vision-language pretraining that converts free-text reports into a unified [Anatomical Entity: Radiologic Description + Diagnosis Category] triplet. This structured, anatomy-grounded normalization preserves essential morphological and spatial information while removing stylistic noise and image-irrelevant content, providing consistent and image-grounded textual supervision at scale. Across multiple datasets spanning both X-ray and computed tomography (CT) modalities, we demonstrate that structured, anatomy-grounded text normalization is an important factor in medical vision-language pretraining quality, yielding consistent improvements over raw reports and existing normalization baselines. In addition, we illustrate how this normalization can easily support modular text-level augmentation strategies, including knowledge enrichment and anatomy-grounded counterfactual supervision, which provide complementary gains in robustness and generalization without altering the core normalization process. Together, our results position structured text normalization as a critical and generalizable preprocessing component for medical vision-language learning, while MedTri provides this normalization platform. Code and data will be released at https://github.com/Arturia-Pendragon-Iris/MedTri."}, {"id": "c1638", "text": "WeaveTime: Stream from Earlier Frames into Emergent Memory in VideoLLMs : Recent advances in Multimodal Large Language Models have greatly improved visual understanding and reasoning, yet their quadratic attention and offline training protocols make them ill-suited for streaming settings where frames arrive sequentially and future observations are inaccessible. We diagnose a core limitation of current Video-LLMs, namely Time-Agnosticism, in which videos are treated as an unordered bag of evidence rather than a causally ordered sequence, yielding two failures in streams: temporal order ambiguity, in which the model cannot follow or reason over the correct chronological order, and past-current focus blindness where it fails to distinguish present observations from accumulated history. We present WeaveTime, a simple, efficient, and model agnostic framework that first teaches order and then uses order. We introduce a lightweight Temporal Reconstruction objective-our Streaming Order Perception enhancement-that instills order aware representations with minimal finetuning and no specialized streaming data. At inference, a Past-Current Dynamic Focus Cache performs uncertainty triggered, coarse-to-fine retrieval, expanding history only when needed. Plugged into exsiting Video-LLM without architectural changes, WeaveTime delivers consistent gains on representative streaming benchmarks, improving accuracy while reducing latency. These results establish WeaveTime as a practical path toward time aware stream Video-LLMs under strict online, time causal constraints. Code and weights will be made publicly available. Project Page: https://zhangyl4.github.io/publications/weavetime/"}, {"id": "c1639", "text": "GeoDiv: Framework For Measuring Geographical Diversity In Text-To-Image Models : Text-to-image (T2I) models are rapidly gaining popularity, yet their outputs often lack geographical diversity, reinforce stereotypes, and misrepresent regions. Given their broad reach, it is critical to rigorously evaluate how these models portray the world. Existing diversity metrics either rely on curated datasets or focus on surface-level visual similarity, limiting interpretability. We introduce GeoDiv, a framework leveraging large language and vision-language models to assess geographical diversity along two complementary axes: the Socio-Economic Visual Index (SEVI), capturing economic and condition-related cues, and the Visual Diversity Index (VDI), measuring variation in primary entities and backgrounds. Applied to images generated by models such as Stable Diffusion and FLUX.1-dev across $10$ entities and $16$ countries, GeoDiv reveals a consistent lack of diversity and identifies fine-grained attributes where models default to biased portrayals. Strikingly, depictions of countries like India, Nigeria, and Colombia are disproportionately impoverished and worn, reflecting underlying socio-economic biases. These results highlight the need for greater geographical nuance in generative models. GeoDiv provides the first systematic, interpretable framework for measuring such biases, marking a step toward fairer and more inclusive generative systems. Project page: https://abhipsabasu.github.io/geodiv"}, {"id": "c1640", "text": "Brain3D: Brain Report Automation via Inflated Vision Transformers in 3D : Current medical vision-language models (VLMs) process volumetric brain MRI using 2D slice-based approximations, fragmenting the spatial context required for accurate neuroradiological interpretation. We developed \\textbf{Brain3D}, a staged vision-language framework for automated radiology report generation from 3D brain tumor MRI. Our approach inflates a pretrained 2D medical encoder into a native 3D architecture and progressively aligns it with a causal language model through three stages: contrastive grounding, supervised projector warmup, and LoRA-based linguistic specialization. Unlike generalist 3D medical VLMs, \\textbf{Brain3D} is tailored to neuroradiology, where hemispheric laterality, tumor infiltration patterns, and anatomical localization are critical. Evaluated on 468 subjects (BraTS pathological cases plus healthy controls), our model achieves a Clinical Pathology F1 of 0.951 versus 0.413 for a strong 2D baseline while maintaining perfect specificity on healthy scans. The staged alignment proves essential: contrastive grounding establishes visual-textual correspondence, projector warmup stabilizes conditioning, and LoRA adaptation shifts output from verbose captions to structured clinical reports\\footnote{Our code is publicly available for transparency and reproducibility"}, {"id": "c1641", "text": "WeatherCity: Urban Scene Reconstruction with Controllable Multi-Weather Transformation : Editable high-fidelity 4D scenes are crucial for autonomous driving, as they can be applied to end-to-end training and closed-loop simulation. However, existing reconstruction methods are primarily limited to replicating observed scenes and lack the capability for diverse weather simulation. While image-level weather editing methods tend to introduce scene artifacts and offer poor controllability over the weather effects. To address these limitations, we propose WeatherCity, a novel framework for 4D urban scene reconstruction and weather editing. Specifically, we leverage a text-guided image editing model to achieve flexible editing of image weather backgrounds. To tackle the challenge of multi-weather modeling, we introduce a novel weather Gaussian representation based on shared scene features and dedicated weather-specific decoders. This representation is further enhanced with a content consistency optimization, ensuring coherent modeling across different weather conditions. Additionally, we design a physics-driven model that simulates dynamic weather effects through particles and motion patterns. Extensive experiments on multiple datasets and various scenes demonstrate that WeatherCity achieves flexible controllability, high fidelity, and temporal consistency in 4D reconstruction and weather editing. Our framework not only enables fine-grained control over weather conditions (e.g., light rain and heavy snow) but also supports object-level manipulation within the scene."}, {"id": "c1642", "text": "Overview of the CXR-LT 2026 Challenge: Multi-Center Long-Tailed and Zero Shot Chest X-ray Classification : Chest X-ray (CXR) interpretation is hindered by the long-tailed distribution of pathologies and the open-world nature of clinical environments. Existing benchmarks often rely on closed-set classes from single institutions, failing to capture the prevalence of rare diseases or the appearance of novel findings. To address this, we present the CXR-LT 2026 challenge. This third iteration of the benchmark introduces a multi-center dataset comprising over 145,000 images from PadChest and NIH Chest X-ray datasets. The challenge defines two core tasks: (1) Robust Multi-Label Classification on 30 known classes and (2) Open-World Generalization to 6 unseen (out-of-distribution) rare disease classes. We report the results of the top-performing teams, evaluating them via mean Average Precision (mAP), AUROC, and F1-score. The winning solutions achieved an mAP of 0.5854 on Task 1 and 0.4315 on Task 2, demonstrating that large-scale vision-language pre-training significantly mitigates the performance drop typically associated with zero-shot diagnosis."}, {"id": "c1643", "text": "Learning to Drive is a Free Gift: Large-Scale Label-Free Autonomy Pretraining from Unposed In-The-Wild Videos : Ego-centric driving videos available online provide an abundant source of visual data for autonomous driving, yet their lack of annotations makes it difficult to learn representations that capture both semantic structure and 3D geometry. Recent advances in large feedforward spatial models demonstrate that point maps and ego-motion can be inferred in a single forward pass, suggesting a promising direction for scalable driving perception. We therefore propose a label-free, teacher-guided framework for learning autonomous driving representations directly from unposed videos. Unlike prior self-supervised approaches that focus primarily on frame-to-frame consistency, we posit that safe and reactive driving depends critically on temporal context. To this end, we leverage a feedforward architecture equipped with a lightweight autoregressive module, trained using multi-modal supervisory signals that guide the model to jointly predict current and future point maps, camera poses, semantic segmentation, and motion masks. Multi-modal teachers provide sequence-level pseudo-supervision, enabling LFG to learn a unified pseudo-4D representation from raw YouTube videos without poses, labels, or LiDAR. The resulting encoder not only transfers effectively to downstream autonomous driving planning on the NAVSIM benchmark, surpassing multi-camera and LiDAR baselines with only a single monocular camera, but also yields strong performance when evaluated on a range of semantic, geometric, and qualitative motion prediction tasks. These geometry and motion-aware features position LFG as a compelling video-centric foundation model for autonomous driving."}, {"id": "c1644", "text": "AdaSpot: Spend Resolution Where It Matters for Precise Event Spotting : Precise Event Spotting aims to localize fast-paced actions or events in videos with high temporal precision, a key task for applications in sports analytics, robotics, and autonomous systems. Existing methods typically process all frames uniformly, overlooking the inherent spatio-temporal redundancy in video data. This leads to redundant computation on non-informative regions while limiting overall efficiency. To remain tractable, they often spatially downsample inputs, losing fine-grained details crucial for precise localization. To address these limitations, we propose \\textbf{AdaSpot}, a simple yet effective framework that processes low-resolution videos to extract global task-relevant features while adaptively selecting the most informative region-of-interest in each frame for high-resolution processing. The selection is performed via an unsupervised, task-aware strategy that maintains spatio-temporal consistency across frames and avoids the training instability of learnable alternatives. This design preserves essential fine-grained visual cues with a marginal computational overhead compared to low-resolution-only baselines, while remaining far more efficient than uniform high-resolution processing. Experiments on standard PES benchmarks demonstrate that \\textbf{AdaSpot} achieves state-of-the-art performance under strict evaluation metrics (\\eg, $+3.96$ and $+2.26$ mAP$@0$ frames on Tennis and FineDiving), while also maintaining strong results under looser metrics. Code is available at: \\href{https://github.com/arturxe2/AdaSpot}{https://github.com/arturxe2/AdaSpot}."}, {"id": "c1645", "text": "AutoSew: A Geometric Approach to Stitching Prediction with Graph Neural Networks : Automating garment assembly from sewing patterns remains a significant challenge due to the lack of standardized annotation protocols and the frequent absence of semantic cues. Existing methods often rely on panel labels or handcrafted heuristics, which limit their applicability to real-world, non-conforming patterns. We present AutoSew, a fully automatic, geometry-based approach for predicting stitch correspondences directly from 2D pattern contours. AutoSew formulates the problem as a graph matching task, leveraging a Graph Neural Network to capture local and global geometric context, and employing a differentiable optimal transport solver to infer stitching relationships-including multi-edge connections. To support this task, we update the GarmentCodeData dataset modifying over 18k patterns with realistic multi-edge annotations, reflecting industrial assembly scenarios. AutoSew achieves 96% F1-score and successfully assembles 73.3% of test garments without error, outperforming existing methods while relying solely on geometric input. Our results demonstrate that geometry alone can robustly guide stitching prediction, enabling scalable garment assembly without manual input."}, {"id": "c1646", "text": "RT-RMOT: A Dataset and Framework for RGB-Thermal Referring Multi-Object Tracking : Referring Multi-Object Tracking has attracted increasing attention due to its human-friendly interactive characteristics, yet it exhibits limitations in low-visibility conditions, such as nighttime, smoke, and other challenging scenarios. To overcome this limitation, we propose a new RGB-Thermal RMOT task, named RT-RMOT, which aims to fuse RGB appearance features with the illumination robustness of the thermal modality to enable all-day referring multi-object tracking. To promote research on RT-RMOT, we construct the first Referring Multi-Object Tracking dataset under RGB-Thermal modality, named RefRT. It contains 388 language descriptions, 1,250 tracked targets, and 166,147 Language-RGB-Thermal (L-RGB-T) triplets. Furthermore, we propose RTrack, a framework built upon a multimodal large language model (MLLM) that integrates RGB, thermal, and textual features. Since the initial framework still leaves room for improvement, we introduce a Group Sequence Policy Optimization (GSPO) strategy to further exploit the model's potential. To alleviate training instability during RL fine-tuning, we introduce a Clipped Advantage Scaling (CAS) strategy to suppress gradient explosion. In addition, we design Structured Output Reward and Comprehensive Detection Reward to balance exploration and exploitation, thereby improving the completeness and accuracy of target perception. Extensive experiments on the RefRT dataset demonstrate the effectiveness of the proposed RTrack framework."}, {"id": "c1647", "text": "RobustVisRAG: Causality-Aware Vision-Based Retrieval-Augmented Generation under Visual Degradations : Vision-based Retrieval-Augmented Generation (VisRAG) leverages vision-language models (VLMs) to jointly retrieve relevant visual documents and generate grounded answers based on multimodal evidence. However, existing VisRAG models degrade in performance when visual inputs suffer from distortions such as blur, noise, low light, or shadow, where semantic and degradation factors become entangled within pretrained visual encoders, leading to errors in both retrieval and generation stages. To address this limitation, we introduce RobustVisRAG, a causality-guided dual-path framework that improves VisRAG robustness while preserving efficiency and zero-shot generalization. RobustVisRAG uses a non-causal path to capture degradation signals through unidirectional attention and a causal path to learn purified semantics guided by these signals. Together with the proposed Non-Causal Distortion Modeling and Causal Semantic Alignment objectives, the framework enforces a clear separation between semantics and degradations, enabling stable retrieval and generation under challenging visual conditions. To evaluate robustness under realistic conditions, we introduce the Distortion-VisRAG dataset, a large-scale benchmark containing both synthetic and real-world degraded documents across seven domains, with 12 synthetic and 5 real distortion types that comprehensively reflect practical visual degradations. Experimental results show that RobustVisRAG improves retrieval, generation, and end-to-end performance by 7.35%, 6.35%, and 12.40%, respectively, on real-world degradations, while maintaining comparable accuracy on clean inputs."}, {"id": "c1648", "text": "PanoEnv: Exploring 3D Spatial Intelligence in Panoramic Environments with Reinforcement Learning : 360 panoramic images are increasingly used in virtual reality, autonomous driving, and robotics for holistic scene understanding. However, current Vision-Language Models (VLMs) struggle with 3D spatial reasoning on Equirectangular Projection (ERP) images due to geometric distortion and limited 3D supervision. We introduce PanoEnv, a large-scale VQA benchmark built from synthetic 3D environments, containing 14.8K questions across five categories (e.g., relative position, volume comparison) grounded in accurate 3D annotations including depth, segmentation, and bounding boxes. Benchmarking 14 state-of-the-art VLMs reveals limited 3D understanding, achieving only 49.34% overall accuracy and 8.36% on open-ended (OE) questions. To enhance 3D reasoning, we propose a reinforcement learning post-training framework based on Group Relative Policy Optimization (GRPO) with a ground-truth-guided reward that incorporates five geometry-aware strategies such as distance tolerance and spatial consistency. A two-stage curriculum further mitigates catastrophic forgetting: Stage 1 trains on structured tasks (true/false and multiple choice), and Stage 2 fine-tunes on mixed open-ended data to improve generalization. Our 7B model achieves new state-of-the-art performance, improving overall accuracy to 52.93% (+3.59%) and open-ended accuracy to 14.83% while maintaining structured-task performance. It also achieves top semantic evaluation scores (Q-Score 6.24, P-Score 5.95), surpassing 32B models. These results demonstrate that PanoEnv-QA and our curriculum-based RL framework effectively instill 3D spatial intelligence in VLMs for omnidirectional perception."}, {"id": "c1649", "text": "When LoRA Betrays: Backdooring Text-to-Image Models by Masquerading as Benign Adapters : Low-Rank Adaptation (LoRA) has emerged as a leading technique for efficiently fine-tuning text-to-image diffusion models, and its widespread adoption on open-source platforms has fostered a vibrant culture of model sharing and customization. However, the same modular and plug-and-play flexibility that makes LoRA appealing also introduces a broader attack surface. To highlight this risk, we propose Masquerade-LoRA (MasqLoRA), the first systematic attack framework that leverages an independent LoRA module as the attack vehicle to stealthily inject malicious behavior into text-to-image diffusion models. MasqLoRA operates by freezing the base model parameters and updating only the low-rank adapter weights using a small number of \"trigger word-target image\" pairs. This enables the attacker to train a standalone backdoor LoRA module that embeds a hidden cross-modal mapping: when the module is loaded and a specific textual trigger is provided, the model produces a predefined visual output; otherwise, it behaves indistinguishably from the benign model, ensuring the stealthiness of the attack. Experimental results demonstrate that MasqLoRA can be trained with minimal resource overhead and achieves a high attack success rate of 99.8%. MasqLoRA reveals a severe and unique threat in the AI supply chain, underscoring the urgent need for dedicated defense mechanisms for the LoRA-centric sharing ecosystem."}, {"id": "c1650", "text": "Global-Aware Edge Prioritization for Pose Graph Initialization : The pose graph is a core component of Structure-from-Motion (SfM), where images act as nodes and edges encode relative poses. Since geometric verification is expensive, SfM pipelines restrict the pose graph to a sparse set of candidate edges, making initialization critical. Existing methods rely on image retrieval to connect each image to its $k$ nearest neighbors, treating pairs independently and ignoring global consistency. We address this limitation through the concept of edge prioritization, ranking candidate edges by their utility for SfM. Our approach has three components: (1) a GNN trained with SfM-derived supervision to predict globally consistent edge reliability; (2) multi-minimal-spanning-tree-based pose graph construction guided by these ranks; and (3) connectivity-aware score modulation that reinforces weak regions and reduces graph diameter. This globally informed initialization yields more reliable and compact pose graphs, improving reconstruction accuracy in sparse and high-speed settings and outperforming SOTA retrieval methods on ambiguous scenes. The ode and trained models are available at https://github.com/weitong8591/global_edge_prior."}, {"id": "c1651", "text": "Global-Local Dual Perception for MLLMs in High-Resolution Text-Rich Image Translation : Text Image Machine Translation (TIMT) aims to translate text embedded in images in the source-language into target-language, requiring synergistic integration of visual perception and linguistic understanding. Existing TIMT methods, whether cascaded pipelines or end-to-end multimodal large language models (MLLMs),struggle with high-resolution text-rich images due to cluttered layouts, diverse fonts, and non-textual distractions, resulting in text omission, semantic drift, and contextual inconsistency. To address these challenges, we propose GLoTran, a global-local dual visual perception framework for MLLM-based TIMT. GLoTran integrates a low-resolution global image with multi-scale region-level text image slices under an instruction-guided alignment strategy, conditioning MLLMs to maintain scene-level contextual consistency while faithfully capturing fine-grained textual details. Moreover, to realize this dual-perception paradigm, we construct GLoD, a large-scale text-rich TIMT dataset comprising 510K high-resolution global-local image-text pairs covering diverse real-world scenarios. Extensive experiments demonstrate that GLoTran substantially improves translation completeness and accuracy over state-of-the-art MLLMs, offering a new paradigm for fine-grained TIMT under high-resolution and text-rich conditions."}, {"id": "c1652", "text": "MindDriver: Introducing Progressive Multimodal Reasoning for Autonomous Driving : Vision-Language Models (VLM) exhibit strong reasoning capabilities, showing promise for end-to-end autonomous driving systems. Chain-of-Thought (CoT), as VLM's widely used reasoning strategy, is facing critical challenges. Existing textual CoT has a large gap between text semantic space and trajectory physical space. Although the recent approach utilizes future image to replace text as CoT process, it lacks clear planning-oriented objective guidance to generate images with accurate scene evolution. To address these, we innovatively propose MindDriver, a progressive multimodal reasoning framework that enables VLM to imitate human-like progressive thinking for autonomous driving. MindDriver presents semantic understanding, semantic-to-physical space imagination, and physical-space trajectory planning. To achieve aligned reasoning processes in MindDriver, we develop a feedback-guided automatic data annotation pipeline to generate aligned multimodal reasoning training data. Furthermore, we develop a progressive reinforcement fine-tuning method to optimize the alignment through progressive high- level reward-based learning. MindDriver demonstrates superior performance in both nuScences open-loop and Bench2Drive closed-loop evaluation. Codes are available at https://github.com/hotdogcheesewhite/MindDriver."}, {"id": "c1653", "text": "Learning to Fuse and Reconstruct Multi-View Graphs for Diabetic Retinopathy Grading : Diabetic retinopathy (DR) is one of the leading causes of vision loss worldwide, making early and accurate DR grading critical for timely intervention. Recent clinical practices leverage multi-view fundus images for DR detection with a wide coverage of the field of view (FOV), motivating deep learning methods to explore the potential of multi-view learning for DR grading. However, existing methods often overlook the inter-view correlations when fusing multi-view fundus images, failing to fully exploit the inherent consistency across views originating from the same patient. In this work, we present MVGFDR, an end-to-end Multi-View Graph Fusion framework for DR grading. Different from existing methods that directly fuse visual features from multiple views, MVGFDR is equipped with a novel Multi-View Graph Fusion (MVGF) module to explicitly disentangle the shared and view-specific visual features. Specifically, MVGF comprises three key components: (1) Multi-view Graph Initialization, which constructs visual graphs via residual-guided connections and employs Discrete Cosine Transform (DCT) coefficients as frequency-domain anchors; (2) Multi-view Graph Fusion, which integrates selective nodes across multi-view graphs based on frequency-domain relevance to capture complementary view-specific information; and (3) Masked Cross-view Reconstruction, which leverages masked reconstruction of shared information across views to facilitate view-invariant representation learning. Extensive experimental results on MFIDDR, by far the largest multi-view fundus image dataset, demonstrate the superiority of our proposed approach over existing state-of-the-art approaches in diabetic retinopathy grading."}, {"id": "c1654", "text": "Mobile-Ready Automated Triage of Diabetic Retinopathy Using Digital Fundus Images : Diabetic Retinopathy (DR) is a major cause of vision impairment worldwide. However, manual diagnosis is often time-consuming and prone to errors, leading to delays in screening. This paper presents a lightweight automated deep learning framework for efficient assessment of DR severity from digital fundus images. We use a MobileNetV3 architecture with a Consistent Rank Logits (CORAL) head to model the ordered progression of disease while maintaining computational efficiency for resource-constrained environments. The model is trained and validated on a combined dataset of APTOS 2019 and IDRiD images using a preprocessing pipeline including circular cropping and illumination normalization. Extensive experiments including 3-fold cross-validation and ablation studies demonstrate strong performance. The model achieves a Quadratic Weighted Kappa (QWK) score of 0.9019 and an accuracy of 80.03 percent. Additionally, we address real-world deployment challenges through model calibration to reduce overconfidence and optimization for mobile devices. The proposed system provides a scalable and practical tool for early-stage diabetic retinopathy screening."}, {"id": "c1655", "text": "Directed Ordinal Diffusion Regularization for Progression-Aware Diabetic Retinopathy Grading : Diabetic Retinopathy (DR) progresses as a continuous and irreversible deterioration of the retina, following a well-defined clinical trajectory from mild to severe stages. However, most existing ordinal regression approaches model DR severity as a set of static, symmetric ranks, capturing relative order while ignoring the inherent unidirectional nature of disease progression. As a result, the learned feature representations may violate biological plausibility, allowing implausible proximity between non-consecutive stages or even reverse transitions. To bridge this gap, we propose Directed Ordinal Diffusion Regularization (D-ODR), which explicitly models the feature space as a directed flow by constructing a progression-constrained directed graph that strictly enforces forward disease evolution. By performing multi-scale diffusion on this directed structure, D-ODR imposes penalties on score inversions along valid progression paths, thereby effectively preventing the model from learning biologically inconsistent reverse transitions. This mechanism aligns the feature representation with the natural trajectory of DR worsening. Extensive experiments demonstrate that D-ODR yields superior grading performance compared to state-of-the-art ordinal regression and DR-specific grading methods, offering a more clinically reliable assessment of disease severity. Our code is available on https://github.com/HovChen/D-ODR."}, {"id": "c1656", "text": "Geometry-as-context: Modulating Explicit 3D in Scene-consistent Video Generation to Geometry Context : Scene-consistent video generation aims to create videos that explore 3D scenes based on a camera trajectory. Previous methods rely on video generation models with external memory for consistency, or iterative 3D reconstruction and inpainting, which accumulate errors during inference due to incorrect intermediary outputs, non-differentiable processes, and separate models. To overcome these limitations, we introduce ``geometry-as-context\". It iteratively completes the following steps using an autoregressive camera-controlled video generation model: (1) estimates the geometry of the current view necessary for 3D reconstruction, and (2) simulates and restores novel view images rendered by the 3D scene. Under this multi-task framework, we develop the camera gated attention module to enhance the model's capability to effectively leverage camera poses. During the training phase, text contexts are utilized to ascertain whether geometric or RGB images should be generated. To ensure that the model can generate RGB-only outputs during inference, the geometry context is randomly dropped from the interleaved text-image-geometry training sequence. The method has been tested on scene video generation with one-direction and forth-and-back trajectories. The results show its superiority over previous approaches in maintaining scene consistency and camera control."}, {"id": "c1657", "text": "Learning in the Null Space: Small Singular Values for Continual Learning : Alleviating catastrophic forgetting while enabling further learning is a primary challenge in continual learning (CL). Orthogonal-based training methods have gained attention for their efficiency and strong theoretical properties, and many existing approaches enforce orthogonality through gradient projection. In this paper, we revisit orthogonality and exploit the fact that small singular values correspond to directions that are nearly orthogonal to the input space of previous tasks. Building on this principle, we introduce NESS (Null-space Estimated from Small Singular values), a CL method that applies orthogonality directly in the weight space rather than through gradient manipulation. Specifically, NESS constructs an approximate null space using the smallest singular values of each layer's input representation and parameterizes task-specific updates via a compact low-rank adaptation (LoRA-style) formulation constrained to this subspace. The subspace basis is fixed to preserve the null-space constraint, and only a single trainable matrix is learned for each task. This design ensures that the resulting updates remain approximately in the null space of previous inputs while enabling adaptation to new tasks. Our theoretical analysis and experiments on three benchmark datasets demonstrate competitive performance, low forgetting, and stable accuracy across tasks, highlighting the role of small singular values in continual learning. The code is available at https://github.com/pacman-ctm/NESS."}, {"id": "c1658", "text": "Scan Clusters, Not Pixels: A Cluster-Centric Paradigm for Efficient Ultra-high-definition Image Restoration : Ultra-High-Definition (UHD) image restoration is trapped in a scalability crisis: existing models, bound to pixel-wise operations, demand unsustainable computation. While state space models (SSMs) like Mamba promise linear complexity, their pixel-serial scanning remains a fundamental bottleneck for the millions of pixels in UHD content. We ask: must we process every pixel to understand the image? This paper introduces C$^2$SSM, a visual state space model that breaks this taboo by shifting from pixel-serial to cluster-serial scanning. Our core discovery is that the rich feature distribution of a UHD image can be distilled into a sparse set of semantic centroids via a neural-parameterized mixture model. C$^2$SSM leverages this to reformulate global modeling into a novel dual-path process: it scans and reasons over a handful of cluster centers, then diffuses the global context back to all pixels through a principled similarity distribution, all while a lightweight modulator preserves fine details. This cluster-centric paradigm achieves a decisive leap in efficiency, slashing computational costs while establishing new state-of-the-art results across five UHD restoration tasks. More than a solution, C$^2$SSM charts a new course for efficient large-scale vision: scan clusters, not pixels."}, {"id": "c1659", "text": "Protein Graph Neural Networks for Heterogeneous Cryo-EM Reconstruction : We present a geometry-aware method for heterogeneous single-particle cryogenic electron microscopy (cryo-EM) reconstruction that predicts atomic backbone conformations. To incorporate protein-structure priors, we represent the backbone as a graph and use a graph neural network (GNN) autodecoder that maps per-image latent variables to 3D displacements of a template conformation. The objective combines a data-discrepancy term based on a differentiable cryo-EM forward model with geometric regularization, and it supports unknown orientations via ellipsoidal support lifting (ESL) pose estimation. On synthetic datasets derived from molecular dynamics trajectories, the proposed GNN achieves higher accuracy compared to a multilayer perceptron (MLP) of comparable size, highlighting the benefits of a geometry-informed inductive bias."}, {"id": "c1660", "text": "TIRAuxCloud: A Thermal Infrared Dataset for Day and Night Cloud Detection : Clouds are a major obstacle in Earth observation, limiting the usability and reliability of critical remote sensing applications such as fire disaster response, urban heat island monitoring, and snow and ice cover mapping. Therefore, the ability to detect clouds 24/7 is of paramount importance. While visible and near-infrared bands are effective for daytime cloud detection, their dependence on solar illumination makes them unsuitable for nighttime monitoring. In contrast, thermal infrared (TIR) imagery plays a crucial role in detecting clouds at night, when sunlight is absent. Due to their generally lower temperatures, clouds emit distinct thermal signatures that are detectable in TIR bands. Despite this, accurate nighttime cloud detection remains challenging due to limited spectral information and the typically lower spatial resolution of TIR imagery. To address these challenges, we present TIRAuxCloud, a multi-modal dataset centered around thermal spectral data to facilitate cloud segmentation under both daytime and nighttime conditions. The dataset comprises a unique combination of multispectral data (TIR, optical, and near-infrared bands) from Landsat and VIIRS, aligned with auxiliary information layers. Elevation, land cover, meteorological variables, and cloud-free reference images are included to help reduce surface-cloud ambiguity and cloud formation uncertainty. To overcome the scarcity of manual cloud labels, we include a large set of samples with automated cloud masks and a smaller manually annotated subset to further evaluate and improve models. Comprehensive benchmarks are presented to establish performance baselines through supervised and transfer learning, demonstrating the dataset's value in advancing the development of innovative methods for day and night time cloud detection."}, {"id": "c1661", "text": "EndoDDC: Learning Sparse to Dense Reconstruction for Endoscopic Robotic Navigation via Diffusion Depth Completion : Accurate depth estimation plays a critical role in the navigation of endoscopic surgical robots, forming the foundation for 3D reconstruction and safe instrument guidance. Fine-tuning pretrained models heavily relies on endoscopic surgical datasets with precise depth annotations. While existing self-supervised depth estimation techniques eliminate the need for accurate depth annotations, their performance degrades in environments with weak textures and variable lighting, leading to sparse reconstruction with invalid depth estimation. Depth completion using sparse depth maps can mitigate these issues and improve accuracy. Despite the advances in depth completion techniques in general fields, their application in endoscopy remains limited. To overcome these limitations, we propose EndoDDC, an endoscopy depth completion method that integrates images, sparse depth information with depth gradient features, and optimizes depth maps through a diffusion model, addressing the issues of weak texture and light reflection in endoscopic environments. Extensive experiments on two publicly available endoscopy datasets show that our approach outperforms state-of-the-art models in both depth accuracy and robustness. This demonstrates the potential of our method to reduce visual errors in complex endoscopic environments. Our code will be released at https://github.com/yinheng-lin/EndoDDC."}, {"id": "c1662", "text": "How to Take a Memorable Picture? Empowering Users with Actionable Feedback : Image memorability, i.e., how likely an image is to be remembered, has traditionally been studied in computer vision either as a passive prediction task, with models regressing a scalar score, or with generative methods altering the visual input to boost the image likelihood of being remembered. Yet, none of these paradigms supports users at capture time, when the crucial question is how to improve a photo memorability. We introduce the task of Memorability Feedback (MemFeed), where an automated model should provide actionable, human-interpretable guidance to users with the goal to enhance an image future recall. We also present MemCoach, the first approach designed to provide concrete suggestions in natural language for memorability improvement (e.g., \"emphasize facial expression,\" \"bring the subject forward\"). Our method, based on Multimodal Large Language Models (MLLMs), is training-free and employs a teacher-student steering strategy, aligning the model internal activations toward more memorable patterns learned from a teacher model progressing along least-to-most memorable samples. To enable systematic evaluation on this novel task, we further introduce MemBench, a new benchmark featuring sequence-aligned photoshoots with annotated memorability scores. Our experiments, considering multiple MLLMs, demonstrate the effectiveness of MemCoach, showing consistently improved performance over several zero-shot models. The results indicate that memorability can not only be predicted but also taught and instructed, shifting the focus from mere prediction to actionable feedback for human creators."}, {"id": "c1663", "text": "GFPL: Generative Federated Prototype Learning for Resource-Constrained and Data-Imbalanced Vision Task : Federated learning (FL) facilitates the secure utilization of decentralized images, advancing applications in medical image recognition and autonomous driving. However, conventional FL faces two critical challenges in real-world deployment: ineffective knowledge fusion caused by model updates biased toward majority-class features, and prohibitive communication overhead due to frequent transmissions of high-dimensional model parameters. Inspired by the human brain's efficiency in knowledge integration, we propose a novel Generative Federated Prototype Learning (GFPL) framework to address these issues. Within this framework, a prototype generation method based on Gaussian Mixture Model (GMM) captures the statistical information of class-wise features, while a prototype aggregation strategy using Bhattacharyya distance effectively fuses semantically similar knowledge across clients. In addition, these fused prototypes are leveraged to generate pseudo-features, thereby mitigating feature distribution imbalance across clients. To further enhance feature alignment during local training, we devise a dual-classifier architecture, optimized via a hybrid loss combining Dot Regression and Cross-Entropy. Extensive experiments on benchmarks show that GFPL improves model accuracy by 3.6% under imbalanced data settings while maintaining low communication cost."}, {"id": "c1664", "text": "Meta-FC: Meta-Learning with Feature Consistency for Robust and Generalizable Watermarking : Deep learning-based watermarking has made remarkable progress in recent years. To achieve robustness against various distortions, current methods commonly adopt a training strategy where a \\underline{\\textbf{s}}ingle \\underline{\\textbf{r}}andom \\underline{\\textbf{d}}istortion (SRD) is chosen as the noise layer in each training batch. However, the SRD strategy treats distortions independently within each batch, neglecting the inherent relationships among different types of distortions and causing optimization conflicts across batches. As a result, the robustness and generalizability of the watermarking model are limited. To address this issue, we propose a novel training strategy that enhances robustness and generalization via \\underline{\\textbf{meta}}-learning with \\underline{\\textbf{f}}eature \\underline{\\textbf{c}}onsistency (Meta-FC). Specifically, we randomly sample multiple distortions from the noise pool to construct a meta-training task, while holding out one distortion as a simulated ``unknown'' distortion for the meta-testing phase. Through meta-learning, the model is encouraged to identify and utilize neurons that exhibit stable activations across different types of distortions, mitigating the optimization conflicts caused by the random sampling of diverse distortions in each batch. To further promote the transformation of stable activations into distortion-invariant representations, we introduce a feature consistency loss that constrains the decoded features of the same image subjected to different distortions to remain consistent. Extensive experiments demonstrate that, compared to the SRD training strategy, Meta-FC improves the robustness and generalization of various watermarking models by an average of 1.59\\%, 4.71\\%, and 2.38\\% under high-intensity, combined, and unknown distortions."}, {"id": "c1665", "text": "UniVBench: Towards Unified Evaluation for Video Foundation Models : Video foundation models aim to integrate video understanding, generation, editing, and instruction following within a single framework, making them a central direction for next-generation multimodal systems. However, existing evaluation benchmarks remain fragmented and limited in scope, as they each target a single task, rely on task-specific metrics, and typically use short or simple video clips. As a result, they do not capture the unified capabilities that these models are designed to deliver. To address this gap, we introduce UniVBench, a benchmark purpose-built for evaluating video foundation models across four core abilities: video understanding, video generation, video editing, and a newly proposed task, video reconstruction, which assesses how faithfully a model can reproduce video content it has encountered. Our benchmark substantially expands the complexity of evaluation by incorporating 200 high-quality, diverse and multi-shot videos, each paired with detailed captions, multi-format editing instructions, and reference images. All videos are human-created and carefully validated, offering richer cinematic information than prior benchmarks. In addition, we develop a unified agentic evaluation system (UniV-Eval) that standardizes prompting, instruction parsing, and scoring across all tasks, enabling fair, scalable, and reproducible comparisons of unified video models. By grounding evaluation in instruction-based multi-shot video tasks, UniVBench provides the first framework for measuring the integrated capabilities that video foundation models aim to achieve. Extensive human annotations ensure our evaluation aligns with human judgment, enabling rigorous assessment and accelerating progress toward robust video intelligence."}, {"id": "c1666", "text": "Joint Shadow Generation and Relighting via Light-Geometry Interaction Maps : We propose Light-Geometry Interaction (LGI) maps, a novel representation that encodes light-aware occlusion from monocular depth. Unlike ray tracing, which requires full 3D reconstruction, LGI captures essential light-shadow interactions reliably and accurately, computed from off-the-shelf 2.5D depth map predictions. LGI explicitly ties illumination direction to geometry, providing a physics-inspired prior that constrains generative models. Without such prior, these models often produce floating shadows, inconsistent illumination, and implausible shadow geometry. Building on this representation, we propose a unified pipeline for joint shadow generation and relighting - unlike prior methods that treat them as disjoint tasks - capturing the intrinsic coupling of illumination and shadowing essential for modeling indirect effects. By embedding LGI into a bridge-matching generative backbone, we reduce ambiguity and enforce physically consistent light-shadow reasoning. To enable effective training, we curated the first large-scale benchmark dataset for joint shadow and relighting, covering reflections, transparency, and complex interreflections. Experiments show significant gains in realism and consistency across synthetic and real images. LGI thus bridges geometry-inspired rendering with generative modeling, enabling efficient, physically consistent shadow generation and relighting."}, {"id": "c1667", "text": "BEDCrypt: Privacy-preserving interval analytics with homomorphic encryption : Motivation. Genomic data and derived interval datasets can carry sensitive information, and the analysis itself can reveal an analyst's intent. As genomic workloads are increasingly outsourced to third-party infrastructure, there is a need for privacy-preserving technologies that protect both the data and the queried loci. Results. We present BEDCrypt, a privacy-preserving system for genomic interval analytics based on homomorphic encryption in an honest-but-curious server setting. The server operates only on encrypted data and returns encrypted answers that the client decrypts locally, enabling core functionalities such as coverage summaries, interval intersections, proximity (window-style) queries, and set-similarity statistics, without revealing plaintext intervals or query genomic locations to the server."}, {"id": "c1668", "text": "Extending Sequence Length is Not All You Need: Effective Integration of Multimodal Signals for Gene Expression Prediction : Gene expression prediction, which predicts mRNA expression levels from DNA sequences, presents significant challenges. Previous works often focus on extending input sequence length to locate distal enhancers, which may influence target genes from hundreds of kilobases away. Our work first reveals that for current models, long sequence modeling can decrease performance. Even carefully designed algorithms only mitigate the performance degradation caused by long sequences. Instead, we find that proximal multimodal epigenomic signals near target genes prove more essential. Hence we focus on how to better integrate these signals, which has been overlooked. We find that different signal types serve distinct biological roles, with some directly marking active regulatory elements while others reflect background chromatin patterns that may introduce confounding effects. Simple concatenation may lead models to develop spurious associations with these background patterns. To address this challenge, we propose Prism, a framework that learns multiple combinations of high-dimensional epigenomic features to represent distinct background chromatin states and uses backdoor adjustment to mitigate confounding effects. Our experimental results demonstrate that proper modeling of multimodal epigenomic signals achieves state-of-the-art performance using only short sequences for gene expression prediction."}, {"id": "c1669", "text": "Systematic Evaluation of Single-Cell Foundation Model Interpretability Reveals Attention Captures Co-Expression Rather Than Unique Regulatory Signal : We present a systematic evaluation framework - thirty-seven analyses, 153 statistical tests, four cell types, two perturbation modalities - for assessing mechanistic interpretability in single-cell foundation models. Applying this framework to scGPT and Geneformer, we find that attention patterns encode structured biological information with layer-specific organisation - protein-protein interactions in early layers, transcriptional regulation in late layers - but this structure provides no incremental value for perturbation prediction: trivial gene-level baselines outperform both attention and correlation edges (AUROC 0.81-0.88 versus 0.70), pairwise edge scores add zero predictive contribution, and causal ablation of regulatory heads produces no degradation. These findings generalise from K562 to RPE1 cells; the attention-correlation relationship is context-dependent, but gene-level dominance is universal. Cell-State Stratified Interpretability (CSSI) addresses an attention-specific scaling failure, improving GRN recovery up to 1.85x. The framework establishes reusable quality-control standards for the field."}, {"id": "c1670", "text": "AgriVariant: Variant Effect Prediction using DeepChem-Variant for Precision Breeding in Rice : Predicting functional consequences of genetic variants in crop genes remains a critical bottleneck for precision breeding programs. We present AgriVariant, an end-to-end pipeline for variant-effect prediction in rice (Oryza sativa) that addresses the lack of crop-specific variant-interpretation tools and can be extended to any crop species with available reference genomes and gene annotations. Our approach integrates deep learning-based variant calling (DeepChem-Variant) with custom plant genomics annotation using RAP-DB gene models and database-independent deleteriousness scoring that combines the Grantham distance and the BLOSUM62 substitution matrix. We validate the pipeline through targeted mutations in stress-response genes (OsDREB2a, OsDREB1F, SKC1), demonstrating correct classification of stop-gained, missense, and synonymous variants with appropriate HIGH / MODERATE / LOW impact assignments. An exhaustive mutagenesis study of OsMT-3a analyzed all 1,509 possible single-nucleotide variants in 10 days, identifying 353 high-impact, 447 medium-impact, and 709 low-impact variants - an analysis that would have required 2-4 years using traditional wet-lab approaches. This computational framework enables breeders to prioritize variants for experimental validation across diverse crop species, reducing screening costs and accelerating development of climate-resilient crop varieties."}, {"id": "c1671", "text": "GeneZip: Region-Aware Compression for Long Context DNA Modeling : Genomic sequences span billions of base pairs (bp), posing a fundamental challenge for genome-scale foundation models. Existing approaches largely sidestep this barrier by either scaling relatively small models to long contexts or relying on heavy multi-GPU parallelism. Here we introduce GeneZip, a DNA compression model that leverages a key biological prior: genomic information is highly imbalanced. Coding regions comprise only a small fraction (about 2 percent) yet are information-dense, whereas most non-coding sequence is comparatively information-sparse. GeneZip couples HNet-style dynamic routing with a region-aware compression-ratio objective, enabling adaptive allocation of representation budget across genomic regions. As a result, GeneZip learns region-aware compression and achieves 137.6x compression with only 0.31 perplexity increase. On downstream long-context benchmarks, GeneZip achieves comparable or better performance on contact map prediction, expression quantitative trait loci prediction, and enhancer-target gene prediction. By reducing effective sequence length, GeneZip unlocks simultaneous scaling of context and capacity: compared to the prior state-of-the-art model JanusDNA, it enables training models 82.6x larger at 1M-bp context, supporting a 636M-parameter GeneZip model at 1M-bp context. All experiments in this paper can be trained on a single A100 80GB GPU."}, {"id": "c1672", "text": "JEPA-DNA: Grounding Genomic Foundation Models through Joint-Embedding Predictive Architectures : Genomic Foundation Models (GFMs) have largely relied on Masked Language Modeling (MLM) or Next Token Prediction (NTP) to learn the language of life. While these paradigms excel at capturing local genomic syntax and fine-grained motif patterns, they often fail to capture the broader functional context, resulting in representations that lack a global biological perspective. We introduce JEPA-DNA, a novel pre-training framework that integrates the Joint-Embedding Predictive Architecture (JEPA) with traditional generative objectives. JEPA-DNA introduces latent grounding by coupling token-level recovery with a predictive objective in the latent space by supervising a CLS token. This forces the model to predict the high-level functional embeddings of masked genomic segments rather than focusing solely on individual nucleotides. JEPA-DNA extends both NTP and MLM paradigms and can be deployed either as a standalone from-scratch objective or as a continual pre-training enhancement for existing GFMs. Our evaluations across a diverse suite of genomic benchmarks demonstrate that JEPA-DNA consistently yields superior performance in supervised and zero-shot tasks compared to generative-only baselines. By providing a more robust and biologically grounded representation, JEPA-DNA offers a scalable path toward foundation models that understand not only the genomic alphabet, but also the underlying functional logic of the sequence."}, {"id": "c1673", "text": "FUNGAR: a pipeline for detecting antifungal resistance mutations directly from metagenomic short reads : Motivation: Antifungal resistance has become an increasing global concern in both clinical and environmental health. Detecting known resistance mutations directly from sequencing reads, in special metagenomic samples, remains a major challenge. As fungal pathogens are often neglected compared with bacterial pathogens, most available tools are designed for bacterial taxa, whereas tools targeting fungi typically require assembled genomes. In metagenomic datasets, assembly-based strategies may result in substantial information loss due to genome fragmentation, low-abundance species, or incomplete recovery of resistance loci. Results: Here, we present FUNGAR, an open-source pipeline for the rapid identification of antifungal resistance genes and mutations directly from short-read data. FUNGAR employs translated alignments with DIAMOND and curated data from the FungAMR database to detect amino acid substitutions across all six open reading frames. The pipeline produces structured, reproducible reports linking detected variants to their associated antifungal drugs and can be easily customized for new species or databases."}, {"id": "c1674", "text": "Scaling Laws for Masked-Reconstruction Transformers on Single-Cell Transcriptomics : Neural scaling laws -- power-law relationships between loss, model size, and data -- have been extensively documented for language and vision transformers, yet their existence in single-cell genomics remains largely unexplored. We present the first systematic study of scaling behaviour for masked-reconstruction transformers trained on single-cell RNA sequencing (scRNA-seq) data. Using expression profiles from the CELLxGENE Census, we construct two experimental regimes: a data-rich regime (512 highly variable genes, 200,000 cells) and a data-limited regime (1,024 genes, 10,000 cells). Across seven model sizes spanning three orders of magnitude in parameter count (533 to 3.4 x 10^8 parameters), we fit the parametric scaling law to validation mean squared error (MSE). The data-rich regime exhibits clear power-law scaling with an irreducible loss floor of c ~ 1.44, while the data-limited regime shows negligible scaling, indicating that model capacity is not the binding constraint when data are scarce. These results establish that scaling laws analogous to those observed in natural language processing do emerge in single-cell transcriptomics when sufficient data are available, and they identify the data-to-parameter ratio as a critical determinant of scaling behaviour. A preliminary conversion of the data-rich asymptotic floor to information-theoretic units yields an estimate of approximately 2.30 bits of entropy per masked gene position. We discuss implications for the design of single-cell foundation models and outline the additional measurements needed to refine this entropy estimate."}, {"id": "c1675", "text": "CellMaster: Collaborative Cell Type Annotation in Single-Cell Analysis : Single-cell RNA-seq (scRNA-seq) enables atlas-scale profiling of complex tissues, revealing rare lineages and transient states. Yet, assigning biologically valid cell identities remains a bottleneck because markers are tissue- and state-dependent, and novel states lack references. We present CellMaster, an AI agent that mimics expert practice for zero-shot cell-type annotation. Unlike existing automated tools, CellMaster leverages LLM-encoded knowledge (e.g., GPT-4o) to perform on-the-fly annotation with interpretable rationales, without pre-training or fixed marker databases. Across 9 datasets spanning 8 tissues, CellMaster improved accuracy by 7.1% over best-performing baselines (including CellTypist and scTab) in automatic mode. With human-in-the-loop refinement, this advantage increased to 18.6%, with a 22.1% gain on subtype populations. The system demonstrates particular strength in rare and novel cell states where baselines often fail. Source code and the web application are available at \\href{https://github.com/AnonymousGym/CellMaster}{https://github.com/AnonymousGym/CellMaster}."}, {"id": "c1676", "text": "scPilot: Large Language Model Reasoning Toward Automated Single-Cell Analysis and Discovery : We present scPilot, the first systematic framework to practice omics-native reasoning: a large language model (LLM) converses in natural language while directly inspecting single-cell RNA-seq data and on-demand bioinformatics tools. scPilot converts core single-cell analyses, i.e., cell-type annotation, developmental-trajectory reconstruction, and transcription-factor targeting, into step-by-step reasoning problems that the model must solve, justify, and, when needed, revise with new evidence.\n To measure progress, we release scBench, a suite of 9 expertly curated datasets and graders that faithfully evaluate the omics-native reasoning capability of scPilot w.r.t various LLMs. Experiments with o1 show that iterative omics-native reasoning lifts average accuracy by 11% for cell-type annotation and Gemini-2.5-Pro cuts trajectory graph-edit distance by 30% versus one-shot prompting, while generating transparent reasoning traces explain marker gene ambiguity and regulatory logic. By grounding LLMs in raw omics data, scPilot enables auditable, interpretable, and diagnostically informative single-cell analyses.\n Code, data, and package are available at https://github.com/maitrix-org/scPilot"}, {"id": "c1677", "text": "STRAND: Sequence-Conditioned Transport for Single-Cell Perturbations : Predicting how genetic perturbations change cellular state is a core problem for building controllable models of gene regulation. Perturbations targeting the same gene can produce different transcriptional responses depending on their genomic locus, including different transcription start sites and regulatory elements. Gene-level perturbation models collapse these distinct interventions into the same representation.\n We introduce STRAND, a generative model that predicts single-cell transcriptional responses by conditioning on regulatory DNA sequence. STRAND represents a perturbation by encoding the sequence at its genomic locus and uses this representation to parameterize a conditional transport process from control to perturbed cell states. Representing perturbations by sequence, rather than by a fixed set of gene identifiers, supports zero-shot inference at loci not seen during training and expands inference-time genomic coverage from ~1.5% for gene-level single-cell foundation models to ~95% of the genome.\n We evaluate STRAND on CRISPR perturbation datasets in K562, Jurkat, and RPE1 cells. STRAND improves discrimination scores by up to 33% in low-sample regimes, achieves the best average rank on unseen gene perturbation benchmarks, and improves transfer to novel cell lines by up to 0.14 in Pearson correlation. Ablations isolate the gains to sequence conditioning and transport, and case studies show that STRAND resolves functionally alternative transcription start sites missed by gene-level models."}, {"id": "c1678", "text": "Validating Interpretability in siRNA Efficacy Prediction: A Perturbation-Based, Dataset-Aware Protocol : Saliency maps are increasingly used as \\emph{design guidance} in siRNA efficacy prediction, yet attribution methods are rarely validated before motivating sequence edits. We introduce a \\textbf{pre-synthesis gate}: a protocol for \\emph{counterfactual sensitivity faithfulness} that tests whether mutating high-saliency positions changes model output more than composition-matched controls. Cross-dataset transfer reveals two failure modes that would otherwise go undetected: \\emph{faithful-but-wrong} (saliency valid, predictions fail) and \\emph{inverted saliency} (top-saliency edits less impactful than random). Strikingly, models trained on mRNA-level assays collapse on a luciferase reporter dataset, demonstrating that protocol shifts can silently invalidate deployment. Across four benchmarks, 19/20 fold instances pass; the single failure shows inverted saliency. A biology-informed regularizer (BioPrior) strengthens saliency faithfulness with modest, dataset-dependent predictive trade-offs. Our results establish saliency validation as essential pre-deployment practice for explanation-guided therapeutic design. Code is available at https://github.com/shadi97kh/BioPrior."}, {"id": "c1679", "text": "AntigenLM: Structure-Aware DNA Language Modeling for Influenza : Language models have advanced sequence analysis, yet DNA foundation models often lag behind task-specific methods for unclear reasons. We present AntigenLM, a generative DNA language model pretrained on influenza genomes with intact, aligned functional units. This structure-aware pretraining enables AntigenLM to capture evolutionary constraints and generalize across tasks. Fine-tuned on time-series hemagglutinin (HA) and neuraminidase (NA) sequences, AntigenLM accurately forecasts future antigenic variants across regions and subtypes, including those unseen during training, outperforming phylogenetic and evolution-based models. It also achieves near-perfect subtype classification. Ablation studies show that disrupting genomic structure through fragmentation or shuffling severely degrades performance, revealing the importance of preserving functional-unit integrity in DNA language modeling. AntigenLM thus provides both a powerful framework for antigen evolution prediction and a general principle for building biologically grounded DNA foundation models."}, {"id": "c1680", "text": "ClusterChirp: A GPU-accelerated Web Server for Natural Language-Guided Interactive Visualization and Analysis of Large Omics Data : Tabular datasets are commonly visualized as heatmaps, where data values are represented as color intensities in a matrix to reveal patterns and correlations. However, modern omics technologies increasingly generate matrices so large that existing visual exploration tools require downsampling or filtering, risking loss of biologically important patterns. Additional barriers arise from tools that require command-line expertise, or fragmented workflows for downstream biological interpretation. We present ClusterChirp, a web-based platform for real-time, interactive exploration of large-scale data matrices enabled by GPU-accelerated rendering and parallelized hierarchical clustering using multiple CPU cores. Built on deck.gl and multi-threaded clustering algorithms, ClusterChirp supports on-the-fly clustering, multi-metric sorting, feature search, and adjustable visualization parameters for interactive explorations. Uniquely, a natural language interface powered by a Large Language Model helps users perform complex operations and build reproducible workflows from conversational commands. Furthermore, users can select clusters to explore interactive within-cluster correlation networks in 2D or 3D, or perform functional enrichment through biological knowledge bases. Developed with iterative user feedback and adhering to FAIR4S principles, ClusterChirp empowers researchers to extract insights from high-dimensional omics data with unprecedented ease and speed. This website is freely available at clusterchirp.mssm.edu, with no login required."}, {"id": "c1681", "text": "scBench: Evaluating AI Agents on Single-Cell RNA-seq Analysis : As single-cell RNA sequencing datasets grow in adoption, scale, and complexity, data analysis remains a bottleneck for many research groups. Although frontier AI agents have improved dramatically at software engineering and general data analysis, it remains unclear whether they can extract biological insight from messy, real-world single-cell datasets. We introduce scBench, a benchmark of 394 verifiable problems derived from practical scRNA-seq workflows spanning six sequencing platforms and seven task categories. Each problem provides a snapshot of experimental data immediately prior to an analysis step and a deterministic grader that evaluates recovery of a key biological result. Benchmark data on eight frontier models shows that accuracy ranges from 29-53%, with strong model-task and model-platform interactions. Platform choice affects accuracy as much as model choice, with 40+ percentage point drops on less-documented technologies. scBench complements SpatialBench to cover the two dominant single-cell modalities, serving both as a measurement tool and a diagnostic lens for developing agents that can analyze real scRNA-seq datasets faithfully and reproducibly."}, {"id": "c1682", "text": "MetaHQ: Harmonized, high-quality metadata annotations of public omics samples and studies : Public omics databases like the Gene Expression Omnibus and the Sequence Read Archive offer substantial opportunities for data reuse to address novel biomedical questions. However, it is still difficult to find samples and studies of interest since they are described by free-text metadata and lack standardized annotations. To address this issue, multiple research groups have undertaken curation efforts to add standardized annotations to large collections of these data, but these annotations are fragmented across online resources and are stored in different formats subject to varying standardization criteria, hindering the integration of annotations across sources. We developed MetaHQ to harmonize and distribute standardized metadata for public omics samples. MetaHQ comprises a database with nearly 200,000 annotations from 13 sources and a user-friendly command-line interface (CLI) to query the database and retrieve annotations. The MetaHQ CLI is deployed as a Python Package on PyPI at https://pypi.org/project/metahq-cli that accesses the MetaHQ database available at https://doi.org/10.5281/zenodo.18462463. Project source code and documentation are available at https://github.com/krishnanlab/meta-hq."}, {"id": "c1683", "text": "Alteration of the Brains Microbiome and Neuroinflammation Associated with Ventricular Catheters : Background and Objectives: Proximal catheter obstruction is the leading cause of ventriculoperitoneal shunt failure, yet the biological triggers of peri-catheter inflammation and tissue ingrowth remain poorly defined. Evidence of bacterial ribosomal RNA in human brain tissue suggests that low-biomass microbial exposure may influence the inflammatory microenvironment surrounding implants. This study examined if microbial signal is detectable in unaltered brain tissue and if catheter implantation produces microbial shifts relevant to shunt dysfunction. Methods: Twenty-nine female mice were assigned to unaltered control (UC), trauma control (TC), plain silicone catheter (PSC), or antibiotic-impregnated catheter (AIC) groups. Brain and cecum tissues were harvested at postoperative days 7 and 28 for 16S rRNA sequencing. Microbial composition and predicted functional pathways were analyzed. A separate cohort underwent longitudinal MRI to assess edema, glial scar formation, and macrophage-associated susceptibility signal. Results: Low-level microbial signal was detected in unaltered brain tissue. Catheter implantation induced material-dependent shifts in brain-associated microbial composition. PSC was associated with enrichment of pro-inflammatory taxa, whereas AIC favored immune-regulatory taxa. Predicted short-chain fatty acid biosynthesis was highest in AIC and lowest in PSC, while predicted lipopolysaccharide biosynthesis trended higher in PSC. MRI showed similar edema resolution but higher macrophage-associated susceptibility signal in PSC animals. Conclusion: Intracranial catheter implantation produces material-dependent shifts in low-biomass brain-associated microbial signal that parallel differential neuroimmune activation. These findings suggest catheter material may shape a biologically relevant peri-catheter niche with implications for chronic gliosis and proximal shunt obstruction."}, {"id": "c1684", "text": "Bipartite Graph Attention-based Clustering for Large-scale scRNA-seq Data : scRNA-seq clustering is a critical task for analyzing single-cell RNA sequencing (scRNA-seq) data, as it groups cells with similar gene expression profiles. Transformers, as powerful foundational models, have been applied to scRNA-seq clustering. Their self-attention mechanism automatically assigns higher attention weights to cells within the same cluster, enhancing the distinction between clusters. Existing methods for scRNA-seq clustering, such as graph transformer-based models, treat each cell as a token in a sequence. Their computational and space complexities are $\\mathcal{O}(n^2)$ with respect to the number of cells, limiting their applicability to large-scale scRNA-seq datasets.To address this challenge, we propose a Bipartite Graph Transformer-based clustering model (BGFormer) for scRNA-seq data. We introduce a set of learnable anchor tokens as shared reference points to represent the entire dataset. A bipartite graph attention mechanism is introduced to learn the similarity between cells and anchor tokens, bringing cells of the same class closer together in the embedding space. BGFormer achieves linear computational complexity with respect to the number of cells, making it scalable to large datasets. Experimental results on multiple large-scale scRNA-seq datasets demonstrate the effectiveness and scalability of BGFormer."}, {"id": "c1685", "text": "Unlocking Noisy Real-World Corpora for Foundation Model Pre-Training via Quality-Aware Tokenization : Current tokenization methods process sequential data without accounting for signal quality, limiting their effectiveness on noisy real-world corpora. We present QA-Token (Quality-Aware Tokenization), which incorporates data reliability directly into vocabulary construction. We make three key contributions: (i) a bilevel optimization formulation that jointly optimizes vocabulary construction and downstream performance, (ii) a reinforcement learning approach that learns merge policies through quality-aware rewards with convergence guarantees, and (iii) an adaptive parameter learning mechanism via Gumbel-Softmax relaxation for end-to-end optimization. Our experimental evaluation demonstrates consistent improvements: genomics (6.7 percentage point F1 gain in variant calling over BPE), finance (30% Sharpe ratio improvement). At foundation scale, we tokenize a pretraining corpus comprising 1.7 trillion base-pairs and achieve state-of-the-art pathogen detection (94.53 MCC) while reducing token count by 15%. We unlock noisy real-world corpora, spanning petabases of genomic sequences and terabytes of financial time series, for foundation model training with zero inference overhead."}, {"id": "c1686", "text": "RareCollab -- An Agentic System Diagnosing Mendelian Disorders with Integrated Phenotypic and Molecular Evidence : Millions of children worldwide are affected by severe rare Mendelian disorders, yet exome and genome sequencing still fail to provide a definitive molecular diagnosis for a large fraction of patients, prolonging the diagnostic odyssey. Bridging this gap increasingly requires transitioning from DNA-only interpretation to multi-modal diagnostic reasoning that combines genomic data, transcriptomic sequencing (RNA-seq), and phenotype information; however, computational frameworks that coherently integrate these signals remain limited. Here we present RareCollab, an agentic diagnostic framework that pairs a stable quantitative Diagnostic Engine with Large Language Model (LLM)-based specialist modules that produce high-resolution, interpretable assessments from transcriptomic signals, phenotypes, variant databases, and the literature to prioritize potential diagnostic variants. In a rigorously curated benchmark of Undiagnosed Diseases Network (UDN) patients with paired genomic and transcriptomic data, RareCollab achieved 77% top-5 diagnostic accuracy and improved top-1 to top-5 accuracy by ~20% over widely used variant-prioritization approaches. RareCollab illustrates how modular artificial intelligence (AI) can operationalize multi-modal evidence for accurate, scalable rare disease diagnosis, offering a promising path toward reducing the diagnostic odyssey for affected families."}, {"id": "c1687", "text": "Beyond Independent Genes: Learning Module-Inductive Representations for Gene Perturbation Prediction : Predicting transcriptional responses to genetic perturbations is a central problem in functional genomics. In practice, perturbation responses are rarely gene-independent but instead manifest as coordinated, program-level transcriptional changes among functionally related genes. However, most existing methods do not explicitly model such coordination, due to gene-wise modeling paradigms and reliance on static biological priors that cannot capture dynamic program reorganization. To address these limitations, we propose scBIG, a module-inductive perturbation prediction framework that explicitly models coordinated gene programs. scBIG induces coherent gene programs from data via Gene-Relation Clustering, captures inter-program interactions through a Gene-Cluster-Aware Encoder, and preserves modular coordination using structure-aware alignment objectives. These structured representations are then modeled using conditional flow matching to enable flexible and generalizable perturbation prediction. Extensive experiments on multiple single-cell perturbation benchmarks show that scBIG consistently outperforms state-of-the-art methods, particularly on unseen and combinatorial perturbation settings, achieving an average improvement of 6.7% over the strongest baselines."}, {"id": "c1688", "text": "ScDiVa: Masked Discrete Diffusion for Joint Modeling of Single-Cell Identity and Expression : Single-cell RNA-seq profiles are high-dimensional, sparse, and unordered, causing autoregressive generation to impose an artificial ordering bias and suffer from error accumulation. To address this, we propose scDiVa, a masked discrete diffusion foundation model that aligns generation with the dropout-like corruption process by defining a continuous-time forward masking mechanism in token space. ScDiVa features a bidirectional denoiser that jointly models discrete gene identities and continuous values, utilizing entropy-normalized serialization and a latent anchor token to maximize information efficiency and preserve global cell identity. The model is trained via depth-invariant time sampling and a dual denoising objective to simulate varying sparsity levels while ensuring precise recovery of both identity and magnitude. Pre-trained on 59 million cells, scDiVa achieves strong transfer performance across major benchmarks, including batch integration, cell type annotation, and perturbation response prediction. These results suggest that masked discrete diffusion serves as a biologically coherent and effective alternative to autoregression."}, {"id": "c1689", "text": "MARADONER: Motif Activity Response Analysis Done Right : Inferring the activities of transcription factors from high-throughput transcriptomic or open chromatin profiling, such as RNA-/CAGE-/ATAC-Seq, is a long-standing challenge in systems biology. Identification of highly active master regulators enables mechanistic interpretation of differential gene expression, chromatin state changes, or perturbation responses across conditions, cell types, and diseases. Here, we describe MARADONER, a statistical framework and its software implementation for motif activity response analysis (MARA), utilizing the sequence-level features obtained with pattern matching (motif scanning) of individual promoters and promoter- or gene-level activity or expression estimates. Compared to the classic MARA, MARADONER (MARA-done-right) employs an unbiased variance parameter estimation and a bias-adjusted likelihood estimation of fixed effects, thereby enhancing goodness-of-fit and the accuracy of activity estimation. Further, MARADONER is capable of accounting for heteroscedasticity of motif scores and activity estimates."}, {"id": "c1690", "text": "DOGMA: Weaving Structural Information into Data-centric Single-cell Transcriptomics Analysis : Recently, data-centric AI methodology has been a dominant paradigm in single-cell transcriptomics analysis, which treats data representation rather than model complexity as the fundamental bottleneck. In the review of current studies, earlier sequence methods treat cells as independent entities and adapt prevalent ML models to analyze their directly inherited sequence data. Despite their simplicity and intuition, these methods overlook the latent intercellular relationships driven by the functional mechanisms of biological systems and the inherent quality issues of the raw sequence data. Therefore, a series of structured methods has emerged. Although they employ various heuristic rules to capture intricate intercellular relationships and enhance the raw sequencing data, these methods often neglect biological prior knowledge. This omission incurs substantial overhead and yields suboptimal graph representations, thereby hindering the utility of ML models.\n To address them, we propose DOGMA, a holistic data-centric framework designed for the structural reshaping and semantic enhancement of raw data through multi-level biological prior knowledge. Transcending reliance on stochastic heuristics, DOGMA redefines graph construction by integrating Statistical Anchors with Cell Ontology and Phylogenetic Trees to enable deterministic structure discovery and robust cross-species alignment. Furthermore, Gene Ontology is utilized to bridge the feature-level semantic gap by incorporating functional priors. In complex multi-species and multi-organ benchmarks, DOGMA achieves SOTA performance, exhibiting superior zero-shot robustness and sample efficiency while operating with significantly lower computational cost."}, {"id": "c1691", "text": "Toward Interpretable and Generalizable AI in Regulatory Genomics : Deciphering how DNA sequence encodes gene regulation remains a central challenge in biology. Advances in machine learning and functional genomics have enabled sequence-to-function (seq2func) models that predict molecular regulatory readouts directly from DNA sequence. These models are now widely used for variant effect prediction, mechanistic interpretation, and regulatory sequence design. Despite strong performance on held-out genomic regions, their ability to generalize across genetic variation and cellular contexts remains inconsistent. Here we examine how architectural choices, training data, and prediction tasks shape the behavior of seq2func models. We synthesize how interpretability methods and evaluation practices have probed learned cis-regulatory organization and highlighted systematic failure modes, clarifying why strong predictive accuracy can fail to translate into robust regulatory understanding. We argue that progress will require reframing seq2func models as continually refined systems, in which targeted perturbation experiments, systematic evaluation, and iterative model updates are tightly coupled through AI-experiment feedback loops. Under this framework, seq2func models become self-improving tools that progressively deepen their mechanistic grounding and more reliably support biological discovery."}, {"id": "c1692", "text": "Classification of SARS-CoV-2 Variants through The Epistatical Circos Plots with Convolutional Neural Networks : The COVID-19 pandemic has profoundly affected global health, driven by the remarkable transmissibility and mutational adaptability of the SARS-CoV-2 virus. Five major variants of concern, Alpha, Beta, Gamma, Delta, and Omicron, have been identified. By August 2022, over 12.95 million full-length SARS-CoV-2 genome sequences had been deposited in the Global Initiative on Sharing Avian Influenza Data (GISAID) database, offering an unprecedented opportunity to investigate viral evolution and epistatic interactions. Recent advances in epistatic inference, exemplified by Direct Coupling Analysis (DCA) (Zeng et al., Phys. Rev. E, 2022), have generated numerous Circos plots illustrating genetic inter-dependencies. In this study, we constructed a dataset of 1,984 Circos plots and developed a convolutional neural network (CNN) framework to classify and identify the corresponding genomic variants. The CNN effectively captured complex epistatic features, achieving an accuracy of 99.26\\%. These findings demonstrate that CNN-based models can serve as powerful tools for exploring higher-order genetic dependencies, providing deeper insights into the evolutionary dynamics and adaptive mechanisms of SARS-CoV-2."}, {"id": "c1693", "text": "Predicting Gene Disease Associations in Type 2 Diabetes Using Machine Learning on Single-Cell RNA-Seq Data : Diabetes is a chronic metabolic disorder characterized by elevated blood glucose levels due to impaired insulin production or function. Two main forms are recognized: type 1 diabetes (T1D), which involves autoimmune destruction of insulin-producing \\b{eta}-cells, and type 2 diabetes (T2D), which arises from insulin resistance and progressive \\b{eta}-cell dysfunction. Understanding the molecular mechanisms underlying these diseases is essential for the development of improved therapeutic strategies, particularly those targeting \\b{eta}-cell dysfunction. To investigate these mechanisms in a controlled and biologically interpretable setting, mouse models have played a central role in diabetes research. Owing to their genetic and physiological similarity to humans, together with the ability to precisely manipulate their genome, mice enable detailed investigation of disease progression and gene function. In particular, mouse models have provided critical insights into \\b{eta}-cell development, cellular heterogeneity, and functional failure under diabetic conditions. Building on these experimental advances, this study applies machine learning methods to single-cell transcriptomic data from mouse pancreatic islets. Specifically, we evaluate two supervised approaches identified in the literature; Extra Trees Classifier (ETC) and Partial Least Squares Discriminant Analysis (PLS-DA), to assess their ability to identify T2D-associated gene expression signatures at single-cell resolution. Model performance is evaluated using standard classification metrics, with an emphasis on interpretability and biological relevance"}, {"id": "c1694", "text": "Accelerating De Novo Genome Assembly via Quantum-Assisted Graph Optimization with Bitstring Recovery : Genome sequencing is essential to decode genetic information, identify organisms, understand diseases and advance personalized medicine. A critical step in any genome sequencing technique is genome assembly. However, de novo genome assembly, which involves constructing an entire genome sequence from scratch without a reference genome, presents significant challenges due to its high computational complexity, affecting both time and accuracy. In this study, we propose a hybrid approach utilizing a quantum computing-based optimization algorithm integrated with classical pre-processing to expedite the genome assembly process. Specifically, we present a method to solve the Hamiltonian and Eulerian paths within the genome assembly graph using gate-based quantum computing through a Higher-Order Binary Optimization (HOBO) formulation with the Variational Quantum Eigensolver algorithm (VQE), in addition to a novel bitstring recovery mechanism to improve optimizer traversal of the solution space. A comparative analysis with classical optimization techniques was performed to assess the effectiveness of our quantum-based approach in genome assembly. The results indicate that, as quantum hardware continues to evolve and noise levels diminish, our formulation holds a significant potential to accelerate genome sequencing by offering faster and more accurate solutions to the complex challenges in genomic research."}, {"id": "c1695", "text": "Beyond Conditional Computation: Retrieval-Augmented Genomic Foundation Models with Gengram : Current genomic foundation models (GFMs) rely on extensive neural computation to implicitly approximate conserved biological motifs from single-nucleotide inputs. We propose Gengram, a conditional memory module that introduces an explicit and highly efficient lookup primitive for multi-base motifs via a genomic-specific hashing scheme, establishing genomic \"syntax\". Integrated into the backbone of state-of-the-art GFMs, Gengram achieves substantial gains (up to 14%) across several functional genomics tasks. The module demonstrates robust architectural generalization, while further inspection of Gengram's latent space reveals the emergence of meaningful representations that align closely with fundamental biological knowledge. By establishing structured motif memory as a modeling primitive, Gengram simultaneously boosts empirical performance and mechanistic interpretability, providing a scalable and biology-aligned pathway for the next generation of GFMs. The code is available at https://github.com/zhejianglab/Genos, and the model checkpoint is available at https://huggingface.co/ZhejiangLab/Gengram."}, {"id": "c1696", "text": "WFR-MFM: One-Step Inference for Dynamic Unbalanced Optimal Transport : Reconstructing dynamical evolution from limited observations is a fundamental challenge in single-cell biology, where dynamic unbalanced optimal transport provides a principled framework for modeling coupled transport and mass variation. However, existing approaches rely on trajectory simulation at inference time, making inference a key bottleneck for scalable applications. In this work, we propose a mean-flow framework for unbalanced flow matching that summarizes both transport and mass-growth dynamics over arbitrary time intervals using mean velocity and mass-growth fields, enabling fast one-step generation without trajectory simulation. To solve dynamic unbalanced optimal transport under the Wasserstein-Fisher-Rao geometry, we further build on this framework to develop Wasserstein-Fisher-Rao Mean Flow Matching (WFR-MFM). Across synthetic and real single-cell RNA sequencing datasets, WFR-MFM achieves orders-of-magnitude faster inference than a range of existing baselines while maintaining high predictive accuracy, and enables efficient perturbation response prediction on large synthetic datasets with thousands of conditions."}, {"id": "c1697", "text": "GenPairX: A Hardware-Algorithm Co-Designed Accelerator for Paired-End Read Mapping : Genome sequencing has become a central focus in computational biology. A genome study typically begins with sequencing, which produces millions to billions of short DNA fragments known as reads. Read mapping aligns these reads to a reference genome. Read mapping for short reads comes in two forms: single-end and paired-end, with the latter being more prevalent due to its higher accuracy and support for advanced analysis. Read mapping remains a major performance bottleneck in genome analysis due to expensive dynamic programming. Prior efforts have attempted to mitigate this cost by employing filters to identify and potentially discard computationally expensive matches and leveraging hardware accelerators to speed up the computations. While partially effective, these approaches have limitations. In particular, existing filters are often ineffective for paired-end reads, as they evaluate each read independently and exhibit relatively low filtering ratios. In this work, we propose GenPairX, a hardware-algorithm co-designed accelerator that efficiently minimizes the computational load of paired-end read mapping while enhancing the throughput of memory-intensive operations. GenPairX introduces: (1) a novel filtering algorithm that jointly considers both reads in a pair to improve filtering effectiveness, and a lightweight alignment algorithm to replace most of the computationally expensive dynamic programming operations, and (2) two specialized hardware mechanisms to support the proposed algorithms. Our evaluations show that GenPairX delivers substantial performance improvements over state-of-the-art solutions, achieving 1575x and 1.43x higher throughput per watt compared to leading CPU-based and accelerator-based read mappers, respectively, all without compromising accuracy."}, {"id": "c1698", "text": "Y-Trim: Evidence-gated Adaptase tail trimming for single-stranded bisulfite sequencing : Background: Single-stranded whole-genome bisulfite sequencing (ssWGBS) enables DNA methylation profiling in low-input and highly fragmented material, including cell-free DNA. In widely used post-bisulfite protocols, Adaptase-mediated tailing adds stochastic, template-free end sequence. Unlike adapter-defined junctions, these tails lack a fixed sequence template, so trimming must be decided from FASTQ-stage observables under intrinsic uncertainty.\n Results: We show that bisulfite-induced compositional degeneracy implies a strictly positive error floor for any fixed per-read boundary rule under a finite nucleotide alphabet. Guided by this limit, we introduce Y-Trim, an evidence-gated framework that separates admission (should we trim) from inference (where to trim). For Read 2, Y-Trim performs per-read adaptive cut placement via a fixed, chemistry-typed matrix-linear texture scoring scheme; for Read 1, it uses automated sample-level anchoring when read-level localization is feasibility-limited. Across modules, Y-Trim is an explicit, chemistry-specific decision rule with interpretable operating points. On a curated 34-run public cohort (CCGB-34) and simulator stress tests with known latent boundaries, Y-Trim exhibits stable Read 2 operating behavior and Read 1 feasibility-limited behavior consistent with conditional read-through.\n Conclusions: Template-free Adaptase tail trimming is best viewed as an evidence-limited FASTQ-stage decision rather than a generic preprocessing knob. By making admissibility and abstention explicit and exposing interpretable genomic-retention versus residual-carryover trade-offs, Y-Trim provides a practical uncertainty-aware preprocessing strategy for ssWGBS."}, {"id": "c1699", "text": "LaCoGSEA: Unsupervised deep learning for pathway analysis via latent correlation : Motivation: Pathway enrichment analysis is widely used to interpret gene expression data. Standard approaches, such as GSEA, rely on predefined phenotypic labels and pairwise comparisons, which limits their applicability in unsupervised settings. Existing unsupervised extensions, including single-sample methods, provide pathway-level summaries but primarily capture linear relationships and do not explicitly model gene-pathway associations. More recently, deep learning models have been explored to capture non-linear transcriptomic structure. However, their interpretation has typically relied on generic explainable AI (XAI) techniques designed for feature-level attribution. As these methods are not designed for pathway-level interpretation in unsupervised transcriptomic analyses, their effectiveness in this setting remains limited.\n Results: To bridge this gap, we introduce LaCoGSEA (Latent Correlation GSEA), an unsupervised framework that integrates deep representation learning with robust pathway statistics. LaCoGSEA employs an autoencoder to capture non-linear manifolds and proposes a global gene-latent correlation metric as a proxy for differential expression, generating dense gene rankings without prior labels. We demonstrate that LaCoGSEA offers three key advantages: (i) it achieves improved clustering performance in distinguishing cancer subtypes compared to existing unsupervised baselines; (ii) it recovers a broader range of biologically meaningful pathways at higher ranks compared with linear dimensionality reduction and gradient-based XAI methods; and (iii) it maintains high robustness and consistency across varying experimental protocols and dataset sizes. Overall, LaCoGSEA provides state-of-the-art performance in unsupervised pathway enrichment analysis.\n Availability and implementation: https://github.com/willyzzz/LaCoGSEA"}, {"id": "c1700", "text": "Motif Diversity in Human Liver ChIP-seq Data Using MAP-Elites : Motif discovery is a core problem in computational biology, traditionally formulated as a likelihood optimization task that returns a single dominant motif from a DNA sequence dataset. However, regulatory sequence data admit multiple plausible motif explanations, reflecting underlying biological heterogeneity. In this work, we frame motif discovery as a quality-diversity problem and apply the MAP-Elites algorithm to evolve position weight matrix motifs under a likelihood-based fitness objective while explicitly preserving diversity across biologically meaningful dimensions. We evaluate MAP-Elites using three complementary behavioral characterizations that capture trade-offs between motif specificity, compositional structure, coverage, and robustness. Experiments on human CTCF liver ChIP-seq data aligned to the human reference genome compare MAP-Elites against a standard motif discovery tool, MEME, under matched evaluation criteria across stratified dataset subsets. Results show that MAP-Elites recovers multiple high-quality motif variants with fitness comparable to MEME's strongest solutions while revealing structured diversity obscured by single-solution approaches."}, {"id": "c1701", "text": "FASTR: Reimagining FASTQ via Compact Image-inspired Representation : Motivation: High-throughput sequencing (HTS) enables population-scale genomics but generates massive datasets, creating bottlenecks in storage, transfer, and analysis. FASTQ, the standard format for over two decades, stores one byte per base and one byte per quality score, leading to inefficient I/O, high storage costs, and redundancy. Existing compression tools can mitigate some issues, but often introduce costly decompression or complex dependency issues. Results: We introduce FASTR, a lossless, computation-native successor to FASTQ that encodes each nucleotide together with its base quality score into a single 8-bit value. FASTR reduces file size by at least 2x while remaining fully reversible and directly usable for downstream analyses. Applying general-purpose compression tools on FASTR consistently yields higher compression ratios, 2.47, 3.64, and 4.8x faster compression, and 2.34, 1.96, 1.75x faster decompression than on FASTQ across Illumina, HiFi, and ONT reads. FASTR is machine-learning-ready, allowing reads to be consumed directly as numerical vectors or image-like representations. We provide a highly parallel software ecosystem for FASTQ-FASTR conversion and show that FASTR integrates with existing tools, such as minimap2, with minimal interface changes and no performance overhead. By eliminating decompression costs and reducing data movement, FASTR lays the foundation for scalable genomics analyses and real-time sequencing workflows. Availability and Implementation: https://github.com/ALSER-Lab/FASTR"}, {"id": "c1702", "text": "In vitro binding energies capture Klf4 occupancy across the human genome : Transcription factors (TFs) regulate gene expression by binding to specific genomic loci determined by DNA sequence. Their sequence specificity is commonly summarized by a consensus binding motif. However, eukaryotic genomes contain billions of low-affinity DNA sequences to which TFs associate with a sequence-dependent binding energy. We currently lack insight into how the genomic sequence defines this spectrum of binding energies and the resulting pattern of TF localization. Here, we set out to obtain a quantitative understanding of sequence-dependent TF binding to both motif and non-motif sequences. We achieve this by first pursuing accurate measurements of physical binding energies of the human TF Klf4 to a library of short DNA sequences in a fluorescence-anisotropy-based bulk competitive binding assay. Second, we show that the highly non-linear sequence dependence of Klf4 binding energies can be captured by combining a linear model of binding energies with an Ising model of the coupled recognition of nucleotides by a TF. We find that this statistical mechanics model parametrized by our in vitro measurements captures Klf4 binding patterns on individual long DNA molecules stretched in the optical tweezer, and is predictive for Klf4 occupancy across the entire human genome without additional fit parameters."}, {"id": "c1703", "text": "PhageMind: Generalized Strain-level Phage Host Range Prediction via Meta-learning : Bacteriophages (phages) are key regulators of bacterial populations and hold great promise for applications such as phage therapy, biocontrol, and industrial fermentation. The success of these applications depends on accurately determining phage host range, which is often specific at the strain level rather than the species level. However, existing computational approaches face major limitations: many rely on genus-specific features that do not generalize across taxa, while others require large amounts of training data that are unavailable for most bacterial lineages. These challenges create a critical need for methods that can accurately predict strain-level phage-host interactions across diverse bacterial genera, particularly under data-limited conditions. We present PhageMind, a learning framework designed to address this challenge by enabling efficient transfer of knowledge across bacterial genera. PhageMind is trained to identify shared principles of phage-bacterium interactions from well-studied systems and to rapidly adapt these principles to new genera using only a small number of known interactions. To reflect the biological basis of infection, we represent phage-host relationships using a knowledge graph that explicitly incorporates phage tail fiber proteins and bacterial O-antigen biosynthesis gene clusters, and we use this representation to guide interaction prediction. Across four bacterial genera (Escherichia, Klebsiella, Vibrio, and Alteromonas), PhageMind achieves high prediction accuracy and shows strong adaptability to new lineages. In particular, in leave-one-genus-out evaluations, the model maintains robust performance when only limited reference data are available, demonstrating its potential as a scalable and practical tool for studying phage-host interactions across the global phageome."}, {"id": "c1704", "text": "SAGE-FM: A lightweight and interpretable spatial transcriptomics foundation model : Spatial transcriptomics enables spatial gene expression profiling, motivating computational models that capture spatially conditioned regulatory relationships. We introduce SAGE-FM, a lightweight spatial transcriptomics foundation model based on graph convolutional networks (GCNs) trained with a masked central spot prediction objective. Trained on 416 human Visium samples spanning 15 organs, SAGE-FM learns spatially coherent embeddings that robustly recover masked genes, with 91% of masked genes showing significant correlations (p < 0.05). The embeddings generated by SAGE-FM outperform MOFA and existing spatial transcriptomics methods in unsupervised clustering and preservation of biological heterogeneity. SAGE-FM generalizes to downstream tasks, enabling 81% accuracy in pathologist-defined spot annotation in oropharyngeal squamous cell carcinoma and improving glioblastoma subtype prediction relative to MOFA. In silico perturbation experiments further demonstrate that the model captures directional ligand-receptor and upstream-downstream regulatory effects consistent with ground truth. These results demonstrate that simple, parameter-efficient GCNs can serve as biologically interpretable and spatially aware foundation models for large-scale spatial transcriptomics."}, {"id": "c1705", "text": "Robust Machine Learning for Regulatory Sequence Modeling under Biological and Technical Distribution Shifts : Robust machine learning for regulatory genomics is studied under biologically and technically induced distribution shifts. Deep convolutional and attention based models achieve strong in distribution performance on DNA regulatory sequence prediction tasks but are usually evaluated under i.i.d. assumptions, even though real applications involve cell type specific programs, evolutionary turnover, assay protocol changes, and sequencing artifacts. We introduce a robustness framework that combines a mechanistic simulation benchmark with real data analysis on a massively parallel reporter assay (MPRA) dataset to quantify performance degradation, calibration failures, and uncertainty based reliability. In simulation, motif driven regulatory outputs are generated with cell type specific programs, PWM perturbations, GC bias, depth variation, batch effects, and heteroscedastic noise, and CNN, BiLSTM, and transformer models are evaluated. Models remain accurate and reasonably calibrated under mild GC content shifts but show higher error, severe variance miscalibration, and coverage collapse under motif effect rewiring and noise dominated regimes, revealing robustness gaps invisible to standard i.i.d. evaluation. Adding simple biological structural priors motif derived features in simulation and global GC content in MPRA improves in distribution error and yields consistent robustness gains under biologically meaningful genomic shifts, while providing only limited protection against strong assay noise. Uncertainty-aware selective prediction offers an additional safety layer that risk coverage analyses on simulated and MPRA data show that filtering low confidence inputs recovers low risk subsets, including under GC-based out-of-distribution conditions, although reliability gains diminish when noise dominates."}, {"id": "c1706", "text": "Alignment or Integration? Rethinking Multimodal Fusion in DNA-language Foundation Models : Fusing DNA foundation models with large language models (LLMs) for DNA-language reasoning raises a fundamental question: at what level should genomic sequences and natural language interact? Most existing approaches encode DNA sequences and text separately and rely on embedding-level alignment to connect the two modalities. Such late-stage fusion compresses rich genomic sequences into fixed representations, limiting the model's ability to reason over fine-grained, token-level genomic structure. In this work, we propose two new methods for DNA-language fusion, i.e., a semantic alignment method SeqCLIP and a vocabulary-level integration method OneVocab. SeqCLIP strengthens embedding-level alignment via sequence-level contrastive pre-training, and OneVocab directly integrates genomic $k$-mers into the language model's existing vocabulary. Comprehensive experiments on classification and reasoning tasks show that, while various alignment strategies improve embedding-level fusion, early vocabulary-level integration yields more expressive and effective representations for DNA-language modeling."}, {"id": "c1707", "text": "Efficient Imputation for Patch-based Missing Single-cell Data via Cluster-regularized Optimal Transport : Missing data in single-cell sequencing datasets poses significant challenges for extracting meaningful biological insights. However, existing imputation approaches, which often assume uniformity and data completeness, struggle to address cases with large patches of missing data. In this paper, we present CROT, an optimal transport-based imputation algorithm designed to handle patch-based missing data in tabular formats. Our approach effectively captures the underlying data structure in the presence of significant missingness. Notably, it achieves superior imputation accuracy while significantly reducing runtime, demonstrating its scalability and efficiency for large-scale datasets. This work introduces a robust solution for imputation in heterogeneous, high-dimensional datasets with structured data absence, addressing critical challenges in both biological and clinical data analysis. Our code is available at Anomalous Github."}, {"id": "c1708", "text": "Biological Sequence Clustering: A Survey : The rapid development of high-throughput sequencing technologies has led to an explosive increase in biological sequence data, making sequence clustering a fundamental task in large-scale bioinformatics analyses. Unlike traditional clustering problems, biological sequence clustering faces unique challenges due to the lack of direct similarity measures, strict biological constraints, and demanding requirements for both scalability and accuracy. Over the past decades, a wide variety of methods have been developed, differing in how they model sequence similarity, construct clusters, and prioritize optimization objectives. In this review, we provide a comprehensive methodological overview of biological sequence clustering algorithms. We begin by summarizing the main strategies for modeling sequence similarity, which can be divided into three stages: sequence encoding, feature generation, and similarity measurement. Next, we discuss the major clustering paradigms, including greedy incremental, hierarchical, graph-based, model-based, partitional, and deep learning approaches, highlighting their methodological characteristics and practical trade-offs. We then discuss clustering objectives from three key perspectives: scalability and resource efficiency, biological interpretability, and robustness and clustering quality. Organizing existing methods along these dimensions allows us to explore the trade-offs in biological sequence clustering and clarify the contexts in which different approaches are most appropriate. Finally, we identify current limitations and challenges, providing guidance for researchers and directions for future method development."}, {"id": "c1709", "text": "engGNN: A Dual-Graph Neural Network for Omics-Based Disease Classification and Feature Selection : Omics data, such as transcriptomics, proteomics, and metabolomics, provide critical insights into disease mechanisms and clinical outcomes. However, their high dimensionality, small sample sizes, and intricate biological networks pose major challenges for reliable prediction and meaningful interpretation. Graph Neural Networks (GNNs) offer a promising way to integrate prior knowledge by encoding feature relationships as graphs. Yet, existing methods typically rely solely on either an externally curated feature graph or a data-driven generated one, which limits their ability to capture complementary information. To address this, we propose the external and generated Graph Neural Network (engGNN), a dual-graph framework that jointly leverages both external known biological networks and data-driven generated graphs. Specifically, engGNN constructs a biologically informed undirected feature graph from established network databases and complements it with a directed feature graph derived from tree-ensemble models. This dual-graph design produces more comprehensive embeddings, thereby improving predictive performance and interpretability. Through extensive simulations and real-world applications to gene expression data, engGNN consistently outperforms state-of-the-art baselines. Beyond classification, engGNN provides interpretable feature importance scores that facilitate biologically meaningful discoveries, such as pathway enrichment analysis. Taken together, these results highlight engGNN as a robust, flexible, and interpretable framework for disease classification and biomarker discovery in high-dimensional omics contexts."}, {"id": "c1710", "text": "SciHorizon-GENE: Benchmarking LLM for Life Sciences Inference from Gene Knowledge to Functional Understanding : Large language models (LLMs) have shown growing promise in biomedical research, particularly for knowledge-driven interpretation tasks. However, their ability to reliably reason from gene-level knowledge to functional understanding, a core requirement for knowledge-enhanced cell atlas interpretation, remains largely underexplored. To address this gap, we introduce SciHorizon-GENE, a large-scale gene-centric benchmark constructed from authoritative biological databases. The benchmark integrates curated knowledge for over 190K human genes and comprises more than 540K questions covering diverse gene-to-function reasoning scenarios relevant to cell type annotation, functional interpretation, and mechanism-oriented analysis. Motivated by behavioral patterns observed in preliminary examinations, SciHorizon-GENE evaluates LLMs along four biologically critical perspectives: research attention sensitivity, hallucination tendency, answer completeness, and literature influence, explicitly targeting failure modes that limit the safe adoption of LLMs in biological interpretation pipelines. We systematically evaluate a wide range of state-of-the-art general-purpose and biomedical LLMs, revealing substantial heterogeneity in gene-level reasoning capabilities and persistent challenges in generating faithful, complete, and literature-grounded functional interpretations. Our benchmark establishes a systematic foundation for analyzing LLM behavior at the gene scale and offers insights for model selection and development, with direct relevance to knowledge-enhanced biological interpretation."}, {"id": "c1711", "text": "Multimodal Spatial Omics: From Data Acquisition to Computational Integration : Recent developments in spatial omics technologies have enabled the generation of high dimensional molecular data, such as transcriptomes, proteomes, and epigenomes, within their spatial tissue context, either through coprofiling on the same slice or through serial tissue sections. These datasets, which are often complemented by images, have given rise to multimodal frameworks that capture both the cellular and architectural complexity of tissues across multiple molecular layers. Integration in such multimodal data poses significant computational challenges due to differences in scale, resolution, and data modality. In this review, we present a comprehensive overview of computational methods developed to integrate multimodal spatial omics and imaging datasets. We highlight key algorithmic principles underlying these methods, ranging from probabilistic to the latest deep learning approaches."}, {"id": "c1712", "text": "GP-DHT: A Dual-Head Transformer with Contras-tive Learning for Predicting Gene Regulatory Rela-tionships across Species from Single-Cell Data : Gene regulatory networks (GRNs) are essential for understanding cell fate decisions and disease mechanisms, yet cross-species GRN inference from single-cell RNA-seq data remains challenging due to noise, sparsity, and cross-species distribution shifts. We propose GP-DHT (GenePair DualHeadTransformer), a cross-species single-cell GRN inference framework that models genes and cells in a heterogeneous graph with multi-level expression relations and learns structured regulatory representations via multi-relational graph attention. A dual-head Transformer further captures local gene pair regulatory dependencies and global cross-cell interaction patterns. To improve robustness under sparse and cross-species settings, GP-DHT introduces gene pair level supervised contrastive learning. Experiments on seven BEELINE benchmark datasets show consistent gains over representative baselines, improving AUROC and AUPRC by approximately 5 to 7 percent on most datasets. GP-DHT also recovers known regulatory modules and helps distinguish conserved from species-specific regulations."}, {"id": "c1713", "text": "MitoFREQ: A Novel Approach for Mitogenome Frequency Estimation from Top-level Haplogroups and Single Nucleotide Variants : Lineage marker population frequencies can serve as one way to express evidential value in forensic genetics. However, for high-quality whole mitochondrial DNA genome sequences (mitogenomes), population data remain limited. In this paper, we offer a new method, MitoFREQ, for estimating the population frequencies of mitogenomes. MitoFREQ uses the mitogenome resources HelixMTdb and gnomAD, harbouring information from 195,983 and 56,406 mitogenomes, respectively. Neither HelixMTdb nor gnomAD can be queried directly for individual mitogenome frequencies, but offers single nucleotide variant (SNV) allele frequencies for each of 30 \"top-level\" haplogroups (TLHG). We propose using the HelixMTdb and gnomAD resources by classifying a given mitogenome within the TLHG scheme and subsequently using the frequency of its rarest SNV within that TLHG weighted by the TLHG frequency. We show that this method is guaranteed to provide a higher population frequency estimate than if a refined haplogroup and its SNV frequencies were used. Further, we show that top-level haplogrouping can be achieved by using only 227 specific positions for 99.9% of the tested mitogenomes, potentially making the method available for low-quality samples. The method was tested on two types of datasets: high-quality forensic reference datasets and a diverse collection of scrutinised mitogenomes from GenBank. This dual evaluation demonstrated that the approach is robust across both curated forensic data and broader population-level sequences. This method produced likelihood ratios in the range of 100-100,000, demonstrating its potential to strengthen the statistical evaluation of forensic mtDNA evidence. We have developed an open-source R package `mitofreq` that implements our method, including a Shiny app where custom TLHG frequencies can be supplied."}, {"id": "c1714", "text": "LLMTailor: A Layer-wise Tailoring Tool for Efficient Checkpointing of Large Language Models : Checkpointing is essential for fault tolerance in training large language models (LLMs). However, existing methods, regardless of their I/O strategies, periodically store the entire model and optimizer states, incurring substantial storage overhead and resource contention. Recent studies reveal that updates across LLM layers are highly non-uniform. Across training steps, some layers may undergo more significant changes, while others remain relatively stable or even unchanged. This suggests that selectively checkpointing only layers with significant updates could reduce overhead without harming training. Implementing such selective strategies requires fine-grained control over both weights and optimizer states, which no current tool provides. To address this gap, we propose \\texttt{LLMTailor}, a checkpoint-merging framework that filters and assembles layers from different checkpoints to form a composite checkpoint. Our evaluation indicates that LLMTailor can work with different selective checkpointing strategies and effectively reduce checkpoint size (e.g., 4.3 times smaller for Llama3.1-8B) and checkpoint time (e.g., 2.8 times faster for Qwen2.5-7B) while maintaining model quality."}, {"id": "c1715", "text": "PASTA: A Modular Program Analysis Tool Framework for Accelerators : The increasing complexity and diversity of hardware accelerators in modern computing systems demand flexible, low-overhead program analysis tools. We present PASTA, a low-overhead and modular Program AnalysiS Tool Framework for Accelerators. PASTA abstracts over low-level profiling APIs and diverse deep learning frameworks, offering users a unified interface to capture and analyze runtime events at multiple levels. Its extensible design enables researchers and practitioners to rapidly prototype custom tools with minimal overhead. We demonstrate the utility of PASTA by developing several analysis tools, including a deep learning workload characterization tool and a UVM optimization tool. Through extensive evaluation on mainstream deep learning workloads tested on NVIDIA and AMD GPUs under both single- and multi-GPU scenarios, we demonstrate PASTA's broad applicability. On NVIDIA GPUs, we further show that PASTA provides detailed performance insights with significantly lower overhead, up to 1.3*10^4 faster than conventional analysis tools, thanks to its GPU-accelerated backend. PASTA strikes a practical balance between usability, extensibility, and efficiency, making it well-suited for modern accelerator-based computing environments."}, {"id": "c1716", "text": "IOAgent: Democratizing Trustworthy HPC I/O Performance Diagnosis Capability via LLMs : As the complexity of the HPC storage stack rapidly grows, domain scientists face increasing challenges in effectively utilizing HPC storage systems to achieve their desired I/O performance. To identify and address I/O issues, scientists largely rely on I/O experts to analyze their I/O traces and provide insights into potential problems. However, with a limited number of I/O experts and the growing demand for data-intensive applications, inaccessibility has become a major bottleneck, hindering scientists from maximizing their productivity. Rapid advances in LLMs make it possible to build an automated tool that brings trustworthy I/O performance diagnosis to domain scientists. However, key challenges remain, such as the inability to handle long context windows, a lack of accurate domain knowledge about HPC I/O, and the generation of hallucinations during complex interactions.In this work, we propose IOAgent as a systematic effort to address these challenges. IOAgent integrates a module-based pre-processor, a RAG-based domain knowledge integrator, and a tree-based merger to accurately diagnose I/O issues from a given Darshan trace file. Similar to an I/O expert, IOAgent provides detailed justifications and references for its diagnoses and offers an interactive interface for scientists to ask targeted follow-up questions. To evaluate IOAgent, we collected a diverse set of labeled job traces and released the first open diagnosis test suite, TraceBench. Using this test suite, we conducted extensive evaluations, demonstrating that IOAgent matches or outperforms state-of-the-art I/O diagnosis tools with accurate and useful diagnosis results. We also show that IOAgent is not tied to specific LLMs, performing similarly well with both proprietary and open-source LLMs. We believe IOAgent has the potential to become a powerful tool for scientists navigating complex HPC I/O subsystems in the future."}, {"id": "c1717", "text": "Energy Efficient Federated Learning with Hyperdimensional Computing over Wireless Communication Networks : In this paper, we investigate a problem of minimizing total energy consumption for secure federated learning (FL) over wireless edge networks. To address the high computational cost and privacy challenges in conventional FL with neural networks (NN) for resource-constrained users, we propose a novel FL with hyperdimensional computing and differential privacy (FL-HDC-DP) framework. In the considered model, each edge user employs hyperdimensional computing (HDC) for local training, which replaces complex neural updates with simple hypervector operations, and applies differential privacy (DP) noise to protect transmitted model information. We optimize the total energy of computation and communication under both latency and privacy constraints. We formulate the problem as an optimization that minimizes the total energy of all users by jointly allocating HDC dimension, transmission time, system bandwidth, transmit power, and CPU frequency. To solve this problem, a sigmoid-variant function is proposed to characterize the relationship between the HDC dimension and the convergence rounds required to reach a target accuracy. Based on this model, we develop two alternating optimization algorithms, where closed-form expressions for time, frequency, bandwidth, and power allocations are derived at each iteration. Since the iterative algorithm requires a feasible initialization, we construct a feasibility problem and obtain feasible initial resource parameters by solving a per round transmission time minimization problem. Simulation results demonstrate that the proposed FL-HDC-DP framework achieves up to 83.3% total energy reduction compared with the baseline, while attaining about 90% accuracy in approximately 3.5X fewer communication rounds than the NN baseline."}, {"id": "c1718", "text": "A task-based data-flow methodology for programming heterogeneous systems with multiple accelerator APIs : Heterogeneous nodes that combine multi-core CPUs with diverse accelerators are rapidly becoming the norm in both high-performance computing (HPC) and AI infrastructures. Exploiting these platforms, however, requires orchestrating several low-level accelerator APIs such as CUDA, SYCL, and Triton. In some occasions they can be combined with optimized vendor math libraries: e.g., cuBLAS and oneAPI. Each API or library introduces its own abstractions, execution semantics, and synchronization mechanisms. Combining them within a single application is therefore error-prone and labor-intensive. We propose reusing a task-based data-flow methodology together with Task-Aware APIs (TA-libs) to overcome these limitations and facilitate the seamless integration of multiple accelerator programming models, while still leveraging the best-in-class kernels offered by each API.\n Applications are expressed as a directed acyclic graph (DAG) of host tasks and device kernels managed by an OpenMP/OmpSs-2 runtime. We introduce Task-Aware SYCL (TASYCL) and leverage Task-Aware CUDA (TACUDA), which elevate individual accelerator invocations to first-class tasks. When multiple native runtimes coexist on the same multi-core CPU, they contend for threads, leading to oversubscription and performance variability. To address this, we unify their thread management under the nOS-V tasking and threading library, to which we contribute a new port of the PoCL (Portable OpenCL) runtime.\n These results demonstrate that task-aware libraries, coupled with the nOS-V library, enable a single application to harness multiple accelerator programming models transparently and efficiently. The proposed methodology is immediately applicable to current heterogeneous nodes and is readily extensible to future systems that integrate even richer combinations of CPUs, GPUs, FPGAs, and AI accelerators."}, {"id": "c1719", "text": "JSAM: Privacy Straggler-Resilient Joint Client Selection and Incentive Mechanism Design in Differentially Private Federated Learning : Differentially private federated learning faces a fundamental tension: privacy protection mechanisms that safeguard client data simultaneously create quantifiable privacy costs that discourage participation, undermining the collaborative training process. Existing incentive mechanisms rely on unbiased client selection, forcing servers to compensate even the most privacy-sensitive clients (\"privacy stragglers\"), leading to systemic inefficiency and suboptimal resource allocation. We introduce JSAM (Joint client Selection and privacy compensAtion Mechanism), a Bayesian-optimal framework that simultaneously optimizes client selection probabilities and privacy compensation to maximize training effectiveness under budget constraints. Our approach transforms a complex 2N-dimensional optimization problem into an efficient three-dimensional formulation through novel theoretical characterization of optimal selection strategies. We prove that servers should preferentially select privacy-tolerant clients while excluding high-sensitivity participants, and uncover the counter-intuitive insight that clients with minimal privacy sensitivity may incur the highest cumulative costs due to frequent participation. Extensive evaluations on MNIST and CIFAR-10 demonstrate that JSAM achieves up to 15% improvement in test accuracy compared to existing unbiased selection mechanisms while maintaining cost efficiency across varying data heterogeneity levels."}, {"id": "c1720", "text": "DHP: Efficient Scaling of MLLM Training with Dynamic Hybrid Parallelism : Scaling long-context capabilities is crucial for Multimodal Large Language Models (MLLMs). However, real-world multimodal datasets are extremely heterogeneous. Existing training frameworks predominantly rely on static parallelism strategies, which suffer from severe load imbalance, redundant communication, and suboptimal hardware utilization under data heterogeneity. In this work, we propose Dynamic Hybrid Parallelism (DHP), an efficient parallelism strategy that adaptively reconfigures communication groups and parallelism degrees during MLLM training. We generalize the non-power-of-two parallelism degrees and develop a polynomial-time algorithm to generate near-optimal parallelism strategies with only millisecond-level overhead per training batch. DHP is able to maintain high hardware efficiency even under extreme data variability. Experimental results demonstrate that DHP significantly outperforms Megatron-LM and DeepSpeed, achieving up to 1.36 $\\times$ speedup in training throughput while maintaining near-linear scaling efficiency across large-scale NPU clusters."}, {"id": "c1721", "text": "Lamport's Arrow of Time: The Category Mistake in Logical Clocks : Lamport's 1978 paper introduced the happens-before relation and logical clocks, freeing distributed systems from dependence on synchronized physical clocks. This is widely understood as a move away from Newtonian absolute time. We argue that Lamport's formalism retains a deeper and largely unexamined assumption: that causality induces a globally well-defined directed acyclic graph (DAG) over events -- a forward-in-time-only (FITO) structure that functions as an arrow of time embedded at the semantic level. Following Ryle's analysis of category mistakes, we show that this assumption conflates an epistemic construct (the logical ordering of messages) with an ontic claim (that physical causality is globally acyclic and monotonic). We trace this conflation through Shannon's channel model, TLA+, Bell's theorem, and the impossibility results of Fischer-Lynch-Paterson and Brewer's CAP theorem. We then show that special and general relativity permit only local causal structure, and that recent work on indefinite causal order demonstrates that nature admits correlations with no well-defined causal ordering. We propose that mutual information conservation, rather than temporal precedence, provides a more fundamental primitive for distributed consistency."}, {"id": "c1722", "text": "Multi-Layer Scheduling for MoE-Based LLM Reasoning : Large Language Models (LLMs) have achieved remarkable success across a wide range of tasks, but serving them efficiently at scale remains a critical challenge due to their substantial computational and latency demands. While most existing inference frameworks rely on simple scheduling strategies such as First-Come-First-Serve (FCFS) at the engine level and Round-Robin (RR) at the scheduler or coordinator level, they often fail to fully utilize system resources and may suffer from issues such as head-of-line blocking and load imbalance. Recent advances in Mixture-of-Experts (MoE) models have also introduced new challenges in scheduling arising from expert parallelism and routing complexity. This research proposes a multi-layer scheduling framework tailored for MoE-based LLM serving. It targets scheduling at three levels: request-level, enginelevel, and expert-level. At the request level, we explore algorithms such as Shortest-Job-First (SJF) and priority-aware aging to improve throughput and reduce latency. At the engine level, we design load-aware dispatching strategies that account for the current prefix token load, KV cache utilization, and user stickiness to achieve better resource matching. At the expert level, we focus on alleviating expert hotspots and strategically placing inter-layer expert dependencies to balance load and improve routing efficiency. Extensive experimental results from more than 100 experiments conducted under diverse workload distributions show that our approach consistently outperforms the state-of-theart inference framework vLLM, achieving up to 17.8% reduction in Time To First Token (TTFT) latency and 13.3% reduction in Time-Per-Output-Token (TPOT) latency."}, {"id": "c1723", "text": "DualPath: Breaking the Storage Bandwidth Bottleneck in Agentic LLM Inference : The performance of multi-turn, agentic LLM inference is increasingly dominated by KV-Cache storage I/O rather than computation. In prevalent disaggregated architectures, loading the massive KV-Cache from external storage creates a fundamental imbalance: storage NICs on prefill engines become bandwidth-saturated, while those on decoding engines remain idle. This asymmetry severely constrains overall system throughput.\n We present DualPath, an inference system that breaks this bottleneck by introducing dual-path KV-Cache loading. Beyond the traditional storage-to-prefill path, DualPath enables a novel storage-to-decode path, in which the KV-Cache is loaded into decoding engines and then efficiently transferred to prefill engines via RDMA over the compute network. DualPath combines this optimized data path -- which inherently avoids network congestion and avoids interference with latency-critical model execution communications -- with a global scheduler that dynamically balances load across prefill and decode engines.\n Our evaluation on three models with production agentic workloads demonstrates that DualPath improves offline inference throughput by up to 1.87$\\times$ on our in-house inference system. It can also improve online serving throughput by an average factor of 1.96$\\times$ without violating SLO."}, {"id": "c1724", "text": "General Convex Agreement with Near-Optimal Communication : Convex Agreement (CA) strengthens Byzantine Agreement (BA) by requiring the output agreed upon to lie in the convex hull of the honest parties' inputs. This validity condition is motivated by practical aggregation tasks (e.g., robust learning or sensor fusion) where honest inputs need not coincide but should still constrain the decision. CA inherits BA lower bounds, and optimal synchronous round complexity is easy to obtain (e.g., via Byzantine Broadcast). The main challenge is \\emph{communication}: standard approaches for CA have a communication complexity of $\u0398(Ln^2)$ for large $L$-bit inputs, leaving a gap in contrast to BA's lower bound of $\u03a9(Ln)$ bits. While recent work achieves optimal communication complexity of $O(Ln)$ for sufficiently large $L$ [GLW,PODC'25], translating this result to general convexity spaces remained an open problem.\n We investigate this gap for abstract convexity spaces, and we present deterministic synchronous CA protocols with near-optimal communication complexity: when $L = \u03a9(n \\cdot \u03ba)$, where $\u03ba$ is a security parameter, we achieve $O(L\\cdot n\\log n)$ communication for finite convexity spaces and $O(L\\cdot n^{1+o(1)})$ communication for Euclidean spaces $\\mathbb{R}^d$. Our protocols have asymptotically optimal round complexity $O(n)$ and, when a bound on the inputs' lengths $L$ is fixed a priori, we achieve near-optimal resilience $t < n/(\u03c9+\\varepsilon)$ for any constant $\\varepsilon>0$, where $\u03c9$ is the Helly number of the convexity space. If $L$ is unknown, we still achieve resilience $t 0$. We further note that our protocols can be leveraged to efficiently solve parallel BA.\n Our main technical contribution is the use of extractor graphs to obtain a deterministic assignment of parties to committees, which is resilient against adaptive adversaries."}, {"id": "c1725", "text": "Untied Ulysses: Memory-Efficient Context Parallelism via Headwise Chunking : Efficiently processing long sequences with Transformer models usually requires splitting the computations across accelerators via context parallelism. The dominant approaches in this family of methods, such as Ring Attention or DeepSpeed Ulysses, enable scaling over the context dimension but do not focus on memory efficiency, which limits the sequence lengths they can support. More advanced techniques, such as Fully Pipelined Distributed Transformer or activation offloading, can further extend the possible context length at the cost of training throughput. In this paper, we present UPipe, a simple yet effective context parallelism technique that performs fine-grained chunking at the attention head level. This technique significantly reduces the activation memory usage of self-attention, breaking the activation memory barrier and unlocking much longer context lengths. Our approach reduces intermediate tensor memory usage in the attention layer by as much as 87.5$\\%$ for 32B Transformers, while matching previous context parallelism techniques in terms of training speed. UPipe can support the context length of 5M tokens when training Llama3-8B on a single 8$\\times$H100 node, improving upon prior methods by over 25$\\%$."}, {"id": "c1726", "text": "Circumventing the CAP Theorem with Open Atomic Ethernet : The CAP theorem is routinely treated as a systems law: under network partition, a replicated service must sacrifice either consistency or availability. The theorem is correct within its standard asynchronous network model, but operational practice depends on where partition-like phenomena become observable and on how lower layers discard or preserve semantic information about message fate. This paper argues that Open Atomic Ethernet (OAE) shifts the engineering regime in which CAP tradeoffs become application-visible by (i) replacing fire-and-forget link semantics with bounded-time bilateral reconciliation of endpoint state -- the property we call bisynchrony -- and (ii) avoiding Clos funnel points via an octavalent mesh in which each node can act as the root of a locally repaired spanning tree. The result is not the elimination of hard graph cuts, but a drastic reduction in the frequency and duration of application-visible \"soft partitions\" by detecting and healing dominant fabric faults within hundreds of nanoseconds. We connect this view to Brewer's original CAP framing, the formalization by Gilbert and Lynch, the CAL theorem of Lee et al., which replaces binary partition tolerance with a quantitative measure of apparent latency, and Abadi's PACELC extension."}, {"id": "c1727", "text": "Scaling State-Space Models on Multiple GPUs with Tensor Parallelism : Selective state space models (SSMs) have rapidly become a compelling backbone for large language models, especially for long-context workloads. Yet in deployment, their inference performance is often bounded by the memory capacity, bandwidth, and latency limits of a single GPU, making multi-GPU execution increasingly necessary. Although tensor parallelism (TP) is widely used to scale Transformer inference, applying it to selective SSM blocks is non-trivial because the SSM mixer couples large projections with a sequence-wise recurrent state update and local mixing whose efficiency depends on preserving locality and avoiding synchronization in the critical path.\n This paper presents a communication-efficient TP design for selective SSM inference that addresses three practical engineering challenges: enabling TTFT improvements via an SSM state cache across prefill and decode, partitioning the mixer's packed parameter tensor so that recurrent updates remain local while minimizing communication, and reducing TP aggregation overhead with quantized AllReduce. We evaluate on three representative SSM-based LLMs spanning pure-SSM and hybrid architectures - Mamba, Falcon-Mamba, and Zamba - on NVIDIA A6000 and A100 clusters. Our experiments show substantial throughput gains from tensor-parallel SSM inference, improving batch-request throughput by ~1.6-2.1x on 2 GPUs and ~2.6-4.0x on 4 GPUs for Mamba, with the largest benefits at long context lengths, and achieving a further ~10-18% throughput improvement from quantized all-reduce by lowering synchronization bandwidth overhead."}, {"id": "c1728", "text": "ReviveMoE: Fast Recovery for Hardware Failures in Large-Scale MoE LLM Inference Deployments : As LLM deployments scale over more hardware, the probability of a single failure in a system increases significantly, and cloud operators must consider robust countermeasures to handle these inevitable failures. A common recovery approach is to simply restart the LLM serving instance; however, this is costly in model-as-a-service (MaaS) inference settings, where reloading model weights and recompiling computation graphs can introduce significant delays to incoming requests. We propose ReviveMoE, a method for rapid failure recovery in large-scale LLM deployments without restarting the serving instance. ReviveMoE is designed to support both the traditional LLM architecture, which collocates MoE and attention on the same hardware, and the disaggregated architectures, which separate MoE from attention. Integrated into Huawei Cloud's MaaS, ReviveMoE is built on top of Huawei's xDeepServe serving platform and the XCCL communications library."}, {"id": "c1729", "text": "Is a LOCAL algorithm computable? : Common definitions of the \"standard\" LOCAL model tend to be sloppy and even self-contradictory on one point: do the nodes update their state using an arbitrary function or a computable function? So far, this distinction has been safe to neglect, since problems where it matters seem contrived and quite different from e.g. typical local graph problems studied in this context.\n We show that this question matters even for locally checkable labeling problems (LCLs), perhaps the most widely studied family of problems in the context of the LOCAL model. Furthermore, we show that assumptions about computability are directly connected to another aspect already recognized as highly relevant: whether we have any knowledge of $n$, the size of the graph. Concretely, we show that there is an LCL problem $\u03a0$ with the following properties:\n 1. $\u03a0$ can be solved in $O(\\log n)$ rounds if the LOCAL model is uncomputable.\n 2. $\u03a0$ can be solved in $O(\\log n)$ rounds in the computable model if we know any upper bound on $n$.\n 3. $\u03a0$ requires $\u03a9(\\sqrt{n})$ rounds in the computable model if we do not know anything about $n$.\n We also show that the connection between computability and knowledge of $n$ holds in general: for any LCL problem $\u03a0$, if you have any bound on $n$, then $\u03a0$ has the same round complexity in the computable and uncomputable models."}, {"id": "c1730", "text": "A Morton-Type Space-Filling Curve for Pyramid Subdivision and Hybrid Adaptive Mesh Refinement : The forest-of-refinement-trees approach allows for dynamic adaptive mesh refinement (AMR) at negligible cost. While originally developed for quadrilateral and hexahedral elements, previous work established the theory and algorithms for unstructured meshes of simplicial and prismatic elements. To harness the full potential of tree-based AMR for three-dimensional mixed-element meshes, this paper introduces the pyramid as a new functional element type; its primary purpose is to connect tetrahedral and hexahedral elements without hanging edges. We present a well-defined space-filling curve (SFC) for the pyramid and detail how the unique challenges on the element and forest level associated with the pyramidal refinement are resolved. We propose the necessary functional design and generalize the fundamental global parallel algorithms for refinement, coarsening, partitioning, and face ghost exchange to fully support this new element. Our demonstrations confirm the efficiency and scalability of this complete, hybrid-element dynamic AMR framework."}, {"id": "c1731", "text": "Lagom: Unleashing the Power of Communication and Computation Overlapping for Distributed LLM Training : Overlapping communication with computation is crucial for distributed large-model training, yet optimizing it - especially when computation becomes the bottleneck-remains challenging. We present Lagom, a system that co-tunes communication parameters to balance resource usage between computation and communication. By introducing a unified cost model and a priority-based search algorithm, Lagom reduces optimization complexity from exponential to linear. Evaluations on high- and low-bandwidth GPU clusters show that Lagom achieves 1.07-1.33x and 1.03-1.27x speedup over NCCL and AutoCCL across diverse models and parallelizations."}, {"id": "c1732", "text": "A Granularity Characterization of Task Scheduling Effectiveness : Task-based runtime systems provide flexible load balancing and portability for parallel scientific applications, but their strong scaling is highly sensitive to task granularity. As parallelism increases, scheduling overhead may transition from negligible to dominant, leading to rapid drops in performance for some algorithms, while remaining negligible for others. Although such effects are widely observed empirically, there is a general lack of understanding how algorithmic structure impacts whether dynamic scheduling is always beneficial. In this work, we introduce a granularity characterization framework that directly links scheduling overhead growth to task-graph dependency topology. We show that dependency structure, rather than problem size alone, governs how overhead scales with parallelism. Based on this observation, we characterize execution behavior using a simple granularity measure that indicates when scheduling overhead can be amortized by parallel computation and when scheduling overhead dominates performance. Through experimental evaluation on representative parallel workloads with diverse dependency patterns, we demonstrate that the proposed characterization explains both gradual and abrupt strong-scaling breakdowns observed in practice. We further show that overhead models derived from dependency topology accurately predict strong-scaling limits and enable a practical runtime decision rule for selecting dynamic or static execution without requiring exhaustive strong-scaling studies or extensive offline tuning."}, {"id": "c1733", "text": "Heterogeneity-Aware Client Selection Methodology For Efficient Federated Learning : Federated Learning (FL) enables a distributed client-server architecture where multiple clients collaboratively train a global Machine Learning (ML) model without sharing sensitive local data. However, FL often results in lower accuracy than traditional ML algorithms due to statistical heterogeneity across clients. Prior works attempt to address this by using model updates, such as loss and bias, from client models to select participants that can improve the global model's accuracy. However, these updates neither accurately represent a client's heterogeneity nor are their selection methods deterministic. We mitigate these limitations by introducing Terraform, a novel client selection methodology that uses gradient updates and a deterministic selection algorithm to select heterogeneous clients for retraining. This bi-pronged approach allows Terraform to achieve up to 47 percent higher accuracy over prior works. We further demonstrate its efficiency through comprehensive ablation studies and training time analyses, providing strong justification for the robustness of Terraform."}, {"id": "c1734", "text": "Circumventing the FLP Impossibility Result with Open Atomic Ethernet : The Fischer--Lynch--Paterson (FLP) impossibility result is widely regarded as one of the most fundamental negative results in distributed computing: no deterministic protocol can guarantee consensus in an asynchronous system with even one faulty process. For forty years, the field has treated this as an immovable constraint, designing around it with randomized protocols, failure detectors, and weakened consistency models. This essay argues that FLP is not a law of physics but a theorem about a particular system model -- and that Open Atomic Ethernet (OAE) circumvents it by rejecting the asynchronous model at its foundation. We introduce the term bisynchronous to describe OAE's key property: bounded-time bilateral resolution in which both parties reach common knowledge of outcome at every round boundary -- a strictly stronger guarantee than synchrony alone. By constructing a bisynchronous, swap-based protocol at Layer 2, OAE sidesteps the load-bearing assumptions of FLP's asynchronous model, achieving deterministic atomic coordination without violating any impossibility result."}, {"id": "c1735", "text": "The Tragedy of Chain Commons : Byzantine Fault Tolerant (BFT) consensus forms the foundation of many modern blockchains striving for both high throughput and low latency. A growing bottleneck is transaction execution and validation on the critical path of consensus, which has led to modular decoupled designs that separate ordering from execution: Consensus orders only metadata, while transactions are executed and validated concurrently. While this approach improves performance, it can leave invalid transactions in the ledger, increasing storage costs and enabling new forms of strategic behavior. We present the first systematic study of this setting, providing a formal framework to reason about the interaction between consensus and execution. Using this framework, we show that the decoupled design enables a previously unidentified attack, which we term gaslighting. We prove a fundamental trade-off between resilience to this attack and resource capacity utilization, where both are impossible to achieve deterministically in the decoupled model. To address this trade-off, we discuss an intermediate model for leader-based protocols that is robust to gaslighting attacks while achieving high throughput and low latency."}, {"id": "c1736", "text": "Mitigating Artifacts in Pre-quantization Based Scientific Data Compressors with Quantization-aware Interpolation : Error-bounded lossy compression has been regarded as a promising way to address the ever-increasing amount of scientific data in today's high-performance computing systems. Pre-quantization, a critical technique to remove sequential dependency and enable high parallelism, is widely used to design and develop high-throughput error-controlled data compressors. Despite the extremely high throughput of pre-quantization based compressors, they generally suffer from low data quality with medium or large user-specified error bounds. In this paper, we investigate the artifacts generated by pre-quantization based compressors and propose a novel algorithm to mitigate them. Our contributions are fourfold: (1) We carefully characterize the artifacts in pre-quantization based compressors to understand the correlation between the quantization index and compression error; (2) We propose a novel quantization-aware interpolation algorithm to improve the decompressed data; (3) We parallelize our algorithm in both shared-memory and distributed-memory environments to obtain high performance; (4) We evaluate our algorithm and validate it with two leading pre-quantization based compressors using five real-world datasets. Experiments demonstrate that our artifact mitigation algorithm can effectively improve the quality of decompressed data produced by pre-quantization based compressors while maintaining their high compression throughput."}, {"id": "c1737", "text": "Linear Reservoir: A Diagonalization-Based Optimization : We introduce a diagonalization-based optimization for Linear Echo State Networks (ESNs) that reduces the per-step computational complexity of reservoir state updates from O(N^2) to O(N). By reformulating reservoir dynamics in the eigenbasis of the recurrent matrix, the recurrent update becomes a set of independent element-wise operations, eliminating the matrix multiplication. We further propose three methods to use our optimization depending on the situation: (i) Eigenbasis Weight Transformation (EWT), which preserves the dynamics of standard and trained Linear ESNs, (ii) End-to-End Eigenbasis Training (EET), which directly optimizes readout weights in the transformed space and (iii) Direct Parameter Generation (DPG), that bypasses matrix diagonalization by directly sampling eigenvalues and eigenvectors, achieving comparable performance than standard Linear ESNs. Across all experiments, both our methods preserve predictive accuracy while offering significant computational speedups, making them a replacement of standard Linear ESNs computations and training, and suggesting a shift of paradigm in linear ESN towards the direct selection of eigenvalues."}, {"id": "c1738", "text": "A Risk-Aware UAV-Edge Service Framework for Wildfire Monitoring and Emergency Response : Wildfire monitoring demands timely data collection and processing for early detection and rapid response. UAV-assisted edge computing is a promising approach, but jointly minimizing end-to-end service response time while satisfying energy, revisit time, and capacity constraints remains challenging. We propose an integrated framework that co-optimizes UAV route planning, fleet sizing, and edge service provisioning for wildfire monitoring. The framework combines fire-history-weighted clustering to prioritize high-risk areas, Quality of Service (QoS)-aware edge assignment balancing proximity and computational load, 2-opt route optimization with adaptive fleet sizing, and a dynamic emergency rerouting mechanism. The key insight is that these subproblems are interdependent: clustering decisions simultaneously shape patrol efficiency and edge workloads, while capacity constraints feed back into feasible configurations. Experiments show that the proposed framework reduces average response time by 70.6--84.2%, energy consumption by 73.8--88.4%, and fleet size by 26.7--42.1% compared to GA, PSO, and greedy baselines. The emergency mechanism responds within 233 seconds, well under the 300-second deadline, with negligible impact on normal operations."}, {"id": "c1739", "text": "GPU-Resident Gaussian Process Regression Leveraging Asynchronous Tasks with HPX : Gaussian processes (GPs) are a widely used regression tool, but the cubic complexity of exact solvers limits their scalability. To address this challenge, we extend the GPRat library by incorporating a fully GPU-resident GP prediction pipeline. GPRat is an HPX-based library that combines task-based parallelism with an intuitive Python API.\n We implement tiled algorithms for the GP prediction using optimized CUDA libraries, thereby exploiting massive parallelism for linear algebra operations. We evaluate the optimal number of CUDA streams and compare the performance of our GPU implementation to the existing CPU-based implementation. Our results show the GPU implementation provides speedups for datasets larger than 128 training samples. We observe speedups of up to 4.3 for the Cholesky decomposition itself and 4.6 for the GP prediction. Furthermore, combining HPX with multiple CUDA streams allows GPRat to match, and for large datasets, surpass cuSOLVER's performance by up to 11 percent."}, {"id": "c1740", "text": "Why iCloud Fails: The Category Mistake of Cloud Synchronization : iCloud Drive presents a filesystem interface but implements cloud synchronization semantics that diverge from POSIX in fundamental ways. This divergence is not an implementation bug; it is a Category Mistake -- the same one that pervades distributed computing wherever Forward-In-Time-Only (FITO) assumptions are embedded into protocol design. Parker et al. showed in 1983 that network partitioning destroys mutual consistency; iCloud adds a user interface that conceals this impossibility behind a facade of seamlessness. This document presents a unified analysis of why iCloud fails when composed with Time Machine, git, automated toolchains, and general-purpose developer workflows, supported by direct evidence including documented corruption events and a case study involving 366 GB of divergent state accumulated through normal use. We show that the failures arise from five interlocking incompatibilities rooted in a single structural error: the projection of a distributed causal graph onto a linear temporal chain. We then show how the same Category Mistake, when it occurs in network fabrics as link flapping, destroys topology knowledge through epistemic collapse. Finally, we argue that Open Atomic Ethernet (OAE) transactional semantics -- bilateral, reversible, and conservation-preserving -- provide the structural foundation for resolving these failures, not by defeating physics, but by aligning protocol behavior with physical reality."}, {"id": "c1741", "text": "Semantic Conflict Model for Collaborative Data Structures : Digital collaboration systems support asynchronous work over replicated data, where conflicts arise when concurrent operations cannot be unambiguously integrated into a shared history. While Conflict-Free Replicated Data Types (CRDTs) ensure convergence through built-in conflict resolution, this resolution is typically implicit and opaque to users, whereas existing reconciliation techniques often rely on centralized coordination. This paper introduces a conflict model for collaborative data structures that enables explicit, local-first conflict resolution without central coordination. The model identifies conflicts using semantic dependencies between operations and resolves them by rebasing conflicting operations onto a reconciling operation via a three-way merge over a replicated journal. We demonstrate our approach on collaborative registers, including an explicit formulation of the Last-Writer-Wins Register and a multi-register entity supporting semi-automatic reconciliation."}, {"id": "c1742", "text": "Asymptotic Subspace Consensus in Dynamic Networks : We introduce the problem of asymptotic subspace consensus, which requires the outputs of processes to converge onto a common subspace while remaining inside the convex hull of initial vectors.This is a relaxation of asymptotic consensus in which outputs have to converge to a single point, i.e., a zero-dimensional affine subspace.\n We give a complete characterization of the solvability of asymptotic subspace consensus in oblivious message adversaries. In particular, we show that a large class of algorithms used for asymptotic consensus gracefully degrades to asymptotic subspace consensus in distributed systems with weaker assumptions on the communication network. We also present bounds on the rate by which a lower-than-initial dimension is reached."}, {"id": "c1743", "text": "A Formal Framework for Predicting Distributed System Performance under Faults (Extended Version) : Today's distributed systems operate in complex environments that inevitably involve faults and even adversarial behaviors. Predicting their performance under such environments directly from formal designs remains a longstanding challenge. We present the first formal framework that systematically enables performance prediction of distributed systems across diverse faulty scenarios. Our framework features a fault injector together with a wide range of faults, reusable as a library, and model compositions that integrate the system and the fault injector into a unified model suitable for statistical analysis of performance properties such as throughput and latency. We formalize the framework in Maude and implement it as an automated tool, PERF. Applied to representative distributed systems, PERF accurately predicts system performance under varying fault settings, with estimations from formal designs consistent with evaluations on real deployments."}, {"id": "c1744", "text": "ucTrace: A Multi-Layer Profiling Tool for UCX-driven Communication : UCX is a communication framework that enables low-latency, high-bandwidth communication in HPC systems. With its unified API, UCX facilitates efficient data transfers across multi-node CPU-GPU clusters. UCX is widely used as the transport layer for MPI, particularly in GPU-aware implementations. However, existing profiling tools lack fine-grained communication traces at the UCX level, do not capture transport-layer behavior, or are limited to specific MPI implementations.\n To address these gaps, we introduce ucTrace, a novel profiler that exposes and visualizes UCX-driven communication in HPC environments. ucTrace provides insights into MPI workflows by profiling message passing at the UCX level, linking operations between hosts and devices (e.g., GPUs and NICs) directly to their originating MPI functions. Through interactive visualizations of process- and device-specific interactions, ucTrace helps system administrators, library and application developers optimize performance and debug communication patterns in large-scale workloads. We demonstrate ucTrace's features through a wide range of experiments including MPI point-to-point behavior under different UCX settings, Allreduce comparisons across MPI libraries, communication analysis of a linear solver, NUMA binding effects, and profiling of GROMACS MD simulations with GPU acceleration at scale. ucTrace is publicly available at https://github.com/ParCoreLab/ucTrace."}, {"id": "c1745", "text": "WANSpec: Leveraging Global Compute Capacity for LLM Inference : Data centers capable of running large language models (LLMs) are spread across the globe. Some have high end GPUs for running the most advanced models (100B+ parameters), and others are only suitable for smaller models (1B parameters). The most capable GPUs are under high demand thanks to the rapidly expanding applications of LLMs. Choosing the right location to run an LLM inference workload can have consequences on the latency of requests due to these high demands. In this work, we explore options to shift some aspects of inference to the under-utilized data centers. We first observe the varying delays affecting inference in AWS services from different regions, demonstrating that load is not spread evenly. We then introduce WANSpec, which offloads part of LLM generation to the under-utilized data centers. In doing so, WANSpec can mitigate capacity issues as well as effectively use on-site compute (ie at universities) to augment cloud providers. This is done with speculative decoding, a widely used technique to speed up auto-regressive decoding, by moving the draft model to the under-utilized compute resources. Our experiments in simulation and cloud deployments show that WANSpec can judiciously employ redundancy to avoid increases in latency while still reducing the forward passes of speculative decoding's draft model in high demand data centers by over 50%."}, {"id": "c1746", "text": "Carbon-aware decentralized dynamic task offloading in MIMO-MEC networks via multi-agent reinforcement learning : Massive internet of things microservices require integrating renewable energy harvesting into mobile edge computing (MEC) for sustainable eScience infrastructures. Spatiotemporal mismatches between stochastic task arrivals and intermittent green energy along with complex inter-user interference in multi-antenna (MIMO) uplinks complicate real-time resource management. Traditional centralized optimization and off-policy reinforcement learning struggle with scalability and signaling overhead in dense networks. This paper proposes CADDTO-PPO, a carbon-aware decentralized dynamic task offloading framework based on multi-agent proximal policy optimization. The multi-user MIMO-MEC system is modeled as a Decentralized Partially Observable Markov Decision Process (DEC-POMDP) to jointly minimize carbon emissions and buffer latency and energy wastage. A scalable architecture utilizes decentralized execution with parameter sharing (DEPS), which enables autonomous IoT agents to make fine-grained power control and offloading decisions based solely on local observations. Additionally, a carbon-first reward structure adaptively prioritizes green time slots for data transmission to decouple system throughput from grid-dependent carbon footprints. Finally, experimental results demonstrate CADDTO-PPO outperforms deep deterministic policy gradient (DDPG) and lyapunov-based baselines. The framework achieves the lowest carbon intensity and maintains near-zero packet overflow rates under extreme traffic loads. Architectural profiling validates the framework to demonstrate a constant $O(1)$ inference complexity and theoretical lightweight feasibility for future generation sustainable IoT deployments."}, {"id": "c1747", "text": "BiScale: Energy-Efficient Disaggregated LLM Serving via Phase-Aware Placement and DVFS : Prefill/decode disaggregation is increasingly adopted in LLM serving to improve the latency-throughput tradeoff and meet strict TTFT and TPOT SLOs. However, LLM inference remains energy-hungry: autoscaling alone is too coarse-grained to track fast workload fluctuations, and applying fine-grained DVFS under disaggregation is complicated by phase-asymmetric dynamics and coupling between provisioning and frequency control.\n We present BiScale, a two-tier energy optimization framework for disaggregated LLM serving. BiScale jointly optimizes placement and DVFS across prefill and decode using predictive latency and power models. At coarse timescales, BiScale computes phase-aware placement and baseline frequencies that minimize energy while satisfying SLO constraints. At fine timescales, BiScale dynamically adapts GPU frequency per iteration using stage-specific control: model predictive control (MPC) for prefill to account for queue evolution and future TTFT impact, and lightweight slack-aware adaptation for decode to exploit its smoother, memory-bound dynamics. This hierarchical design enables coordinated control across timescales while preserving strict serving SLOs.\n Evaluation on a 16x H100 cluster serving Llama 3.3 70B with production-style traces shows that BiScale meets TTFT/TPOT SLOs while reducing energy by up to 39% in prefill and 48% in decode relative to DistServe."}, {"id": "c1748", "text": "What Distributed Computing Got Wrong: The Category Mistake That Turned Design Choices into Laws of Nature : The foundational impossibility results of distributed computing -- the Fischer-Lynch-Paterson theorem, the Two Generals Problem, the CAP theorem -- are widely understood as discoveries about the physical limits of coordination. This paper argues that they are nothing of the sort. They are consequences of a category mistake: treating Forward-In-Time-Only (FITO) information flow as a law of nature rather than recognizing it as a design choice inherited from Shannon's channel model and Lamport's happened-before relation. We develop this argument in six steps. First, we introduce the category mistake framework from Ryle through Spekkens' ontic/epistemic distinction in quantum foundations. Second, we identify FITO as the hidden axiom that unifies the classical impossibility results. Third, we apply Spekkens' Leibnizian principle to show that FITO-based models contain surplus ontological structure. Fourth, we develop the counterfactual: what changes when FITO is dropped. Fifth, we demonstrate that the impossibility theorems are theorems about FITO systems, not about physics. Sixth, we sketch the transactional alternative -- bilateral interactions that dissolve the apparent impossibilities by replacing unidirectional message passing with atomic bilateral transactions. The implication is that distributed computing has spent fifty years optimizing within the wrong design space."}, {"id": "c1749", "text": "When Coordination Is Avoidable: A Monotonicity Analysis of Organizational Tasks : Organizations devote substantial resources to coordination, yet which tasks actually require it for correctness remains unclear. The problem is acute in multi-agent AI systems, where coordination overhead is directly measurable and routinely exceeds the cost of the work itself. However, distributed systems theory provides a precise answer: coordination is necessary if and only if a task is non-monotonic, meaning new information can invalidate prior conclusions. Here we show that a classic taxonomy of organizational interdependence maps onto the monotonicity criterion, yielding a decision rule and a measure of avoidable overhead (the Coordination Tax). Multi-agent simulations confirm both predictions. We classify 65 enterprise workflows and find that 48 (74%) are monotonic, then replicate on 13,417 occupational tasks from the O*NET database (42% monotonic). These classification rates imply that 24-57% of coordination spending is unnecessary for correctness."}, {"id": "c1750", "text": "The Category Mistake of Cislunar Time: Why NASA Cannot Synchronize What Doesn't Exist : In April 2024, the White House directed NASA to establish Coordinated Lunar Time (LTC) by December 2026. The programme assumes that a unified time standard can be constructed by deploying atomic clocks on the lunar surface, computing relativistic corrections, and distributing synchronized time via LunaNet. This paper argues that the entire enterprise rests on a category mistake in the sense introduced by Ryle and developed by Spekkens in quantum foundations: it treats \"synchronized time\" as an ontic entity -- something that exists independently and can be transmitted from authoritative sources to dependent receivers -- when it is in fact an epistemic construct: a model-dependent representation of observer-relative clock relationships. We analyze the cislunar time programme through the lens of Forward-In-Time-Only (FITO) assumptions, Spekkens' Leibnizian operationalism, the Wood-Spekkens fine-tuning argument, and the distinction between ontic and epistemic interpretations that has dissolved long-standing puzzles in quantum mechanics. We show that the same conceptual move that dissolves quantum \"mysteries\" -- recognizing what is epistemic versus what is ontic -- dissolves the apparent coherence of the cislunar time programme and reveals it as an engineering project built on a philosophical confusion. We sketch a transactional alternative grounded in bilateral atomic interactions rather than unidirectional time distribution."}, {"id": "c1751", "text": "Green by Design: Constraint-Based Adaptive Deployment in the Cloud Continuum : The environmental sustainability of Information Technology (IT) has emerged as a critical concern, driven by the need to reduce both energy consumption and greenhouse gas (GHG) emissions. In the context of cloud-native applications deployed across the cloud-edge continuum, this challenge translates into identifying energy-efficient deployment strategies that consider not only the computational demands of application components but also the environmental impact of the nodes on which they are executed. Generating deployment plans that account for these dynamic factors is non-trivial, due to fluctuations in application behaviour and variations in the carbon intensity of infrastructure nodes. In this paper, we present an approach for the automatic generation of deployment plans guided by green constraints. These constraints are derived from a continuous analysis of energy consumption patterns, inter-component communication, and the environmental characteristics of the underlying infrastructure. This paper introduces a methodology and architecture for the generation of a set of green-aware constraints that inform the scheduler to produce environmentally friendly deployment plans. We demonstrate how these constraints can be automatically learned and updated over time using monitoring data, enabling adaptive, energy-aware orchestration. The proposed approach is validated through realistic deployment scenarios of a cloud-native application, showcasing its effectiveness in reducing energy usage and associated emissions."}, {"id": "c1752", "text": "It does not matter how you define locally checkable labelings : Locally checkable labeling problems (LCLs) form the foundation of the modern theory of distributed graph algorithms. First introduced in the seminal paper by Naor and Stockmeyer [STOC 1993], these are graph problems that can be described by listing a finite set of valid local neighborhoods. This seemingly simple definition strikes a careful balance between two objectives: they are a family of problems that is broad enough so that it captures numerous problems that are of interest to researchers working in this field, yet restrictive enough so that it is possible to prove strong theorems that hold for all LCL problems. In particular, the distributed complexity landscape of LCL problems is now very well understood.\n In this work we show that the family of LCL problems is extremely robust to variations. We present a very restricted family of locally checkable problems (essentially, the \"node-edge checkable\" formalism familiar from round elimination, restricted to regular unlabeled graphs); most importantly, such problems cannot directly refer to e.g. the existence of short cycles. We show that one can translate between the two formalisms (there are local reductions in both directions that only need access to a symmetry-breaking oracle, and hence the overhead is at most an additive $O(\\log^* n)$ rounds in the LOCAL model)."}, {"id": "c1753", "text": "A reliability- and latency-driven task allocation framework for workflow applications in the edge-hub-cloud continuum : A growing number of critical workflow applications leverage a streamlined edge-hub-cloud architecture, which diverges from the conventional edge computing paradigm. An edge device, in collaboration with a hub device and a cloud server, often suffices for their reliable and efficient execution. However, task allocation in this streamlined architecture is challenging due to device limitations and diverse operating conditions. Given the inherent criticality of such workflow applications, where reliability and latency are vital yet conflicting objectives, an exact task allocation approach is typically required to ensure optimal solutions. As no existing method holistically addresses these issues, we propose an exact multi-objective task allocation framework to jointly optimize the overall reliability and latency of a workflow application in the specific edge-hub-cloud architecture. We present a comprehensive binary integer linear programming formulation that considers the relative importance of each objective. It incorporates time redundancy techniques, while accounting for crucial constraints often overlooked in related studies. We evaluate our approach using a relevant real-world workflow application, as well as synthetic workflows varying in structure, size, and criticality. In the real-world application, our method achieved average improvements of 84.19% in reliability and 49.81% in latency over baseline strategies, across relevant objective trade-offs. Overall, the experimental results demonstrate the effectiveness and scalability of our approach across diverse workflow applications for the considered system architecture, highlighting its practicality with runtimes averaging between 0.03 and 50.94 seconds across all examined workflows."}, {"id": "c1754", "text": "Distributed Security: From Isolated Properties to Synergistic Trust : Over the past four decades, distributed security has undergone a remarkable transformation -- from crash-fault tolerant protocols designed for controlled environments to sophisticated Byzantine-resilient architectures operating in open, adversarial settings. This vision paper examines this evolution and argues for a fundamental shift in how we approach distributed security: from studying individual security properties in isolation to understanding their synergistic combinations. We begin by conclude four foundational properties, \\textit{agreement, consistency, privacy, verifiability, accountability}. We trace their theoretical origins and practical maturation. We then demonstrate how the frontier of research now lies at the intersection of these properties, where their fusion creates capabilities that neither property could achieve alone. Looking forward, we identify critical research challenges: discovering new security properties driven by emerging applications, developing systematic frameworks for property convergence, managing the computational overhead of cryptographic primitives in high-performance consensus layers, and addressing post-quantum and human-factor challenges. The future of distributed security lies not in improving individual properties, but in understanding and harnessing their synergies to build a singular fabric of trust."}, {"id": "c1755", "text": "Deep Reinforcement Learning for Optimizing Energy Consumption in Smart Grid Systems : The energy management problem in the context of smart grids is inherently complex due to the interdependencies among diverse system components. Although Reinforcement Learning (RL) has been proposed for solving Optimal Power Flow (OPF) problems, the requirement for iterative interaction with an environment often necessitates computationally expensive simulators, leading to significant sample inefficiency. In this study, these challenges are addressed through the use of Physics-Informed Neural Networks (PINNs), which can replace conventional and costly smart grid simulators. The RL policy learning process is enhanced so that convergence can be achieved in a fraction of the time required by the original environment. The PINN-based surrogate is compared with other benchmark data-driven surrogate models. By incorporating knowledge of the underlying physical laws, the results show that the PINN surrogate is the only approach considered in this context that can obtain a strong RL policy even without access to samples from the true simulator. The results demonstrate that using PINN surrogates can accelerate training by 50% compared to RL training without a surrogate. This approach enables the rapid generation of performance scores similar to those produced by the original simulator."}, {"id": "c1756", "text": "Joint Training on AMD and NVIDIA GPUs : As large language models continue to scale, training demands on compute and system capacity grow rapidly, making single-vendor homogeneous clusters insufficient. This paper presents a technical solution for heterogeneous mixed training in AMD-NVIDIA environments. We first adopt a compatibility-oriented approach based on CPU-Forwarding Communication, with differentiated communication back-end selection across parallel groups and multi-NIC parallel data transfer. To achieve higher performance, we further propose another Device-Direct Communication approach, integrating a CPU-offloading P2P mechanism to enable direct cross-vendor GPU data transfer without host-memory staging. Experiments on LLaMA-8B and Qwen2-7B demonstrate that the proposed Device-Direct Communication approach achieves up to 98% of the throughput of an NVIDIA homogeneous system, while preserving training stability and correctness."}, {"id": "c1757", "text": "Distributed Triangle Enumeration in Hypergraphs : In the last decade, subgraph detection and enumeration have emerged as a central problem in distributed graph algorithms. This is largely due to the theoretical challenges and practical applications of these problems. In this paper, we initiate the systematic study of distributed sub-hypergraph enumeration in hypergraphs. To this end, we (1)~introduce several computational models for hypergraphs that generalize the CONGEST model for graphs and evaluate their relative computational power, (2)~devise algorithms for distributed triangle enumeration in our computational models and prove their optimality in two such models, (3)~introduce classes of sparse and ``everywhere sparse'' hypergraphs and describe efficient distributed algorithms for triangle enumeration in these classes, and (4)~describe general techniques that we believe to be useful for designing efficient algorithms in our hypergraph models."}, {"id": "c1758", "text": "SIRIUS: The relation between the diversity of dwarf galaxies and their formation histories : Low-mass dwarf galaxies ($M_{\\rm vir} \\lesssim 10^9\\rm\\ M_\\odot$) are fundamental cosmological building blocks, yet the physical processes driving their structural diversity remain poorly understood. Recent numerical simulations have suggested a diversity in the stellar-to-halo mass ratio in this halo mass range, but either the number of samples obtained from the same simulation setup or the numerical resolution was limited. We performed high-resolution cosmological zoom-in simulations for eight galaxies with a dark matter halo mass of $\\sim 10^9\\rm\\ M_{\\odot}$ up to $t=1.2$ Gyr at which most gas in the galaxies has been expelled. Our samples have a scatter of an order of magnitude in the halo mass at the reionization epoch. The stellar-to-halo mass ratio expected at $z=0$ scatters nearly two orders of magnitude with $5\\times10^{-5}$ to $2\\times10^{-3}$. We also observed variation in the compactness of their stellar distributions. Some of our simulated galaxies exhibit a stellar half-mass radius of $\\sim30$ pc, which is as small as that of ultra-compact dwarfs. The formation condition for such a compact stellar distribution is understood as an analog of the condition for the formation of dense, massive star clusters. We found that when the central gas surface density exceeds a critical threshold ($\u03a3_{\\rm gas} \\gtrsim 30\\rm\\ M_\\odot \\rm\\ {pc}^{-2}$), the star formation becomes highly efficient and results in dense stellar systems. These results suggest that UCDs can form in situ even in isolated dark matter halos."}, {"id": "c1759", "text": "Recovering 3D Magnetic Turbulence from Single-Frequency Faraday Screens : Statistics of polarized synchrotron radiation carry information about the properties of the underlying turbulence. Different statistical measures constructed from observables probe turbulence properties in different ways. We consider a setup in which synchrotron radiation is emitted in a distant volume and then passes through a turbulent screen that induces Faraday rotation. Using both MHD simulations and synthetic turbulence spectra, we explore the spectrum of observed polarization directions measured at a single frequency as a diagnostic for recovering the statistics of turbulence in both the emitting region and the Faraday-rotation screen. We compare these results with our analytical expectations. We also compare the spectrum of polarization direction (SPD) with the wavelength-derivative diagnostic introduced and analytically explored by Lazarian \\& Pogosyan. We demonstrate that the SPD exhibits greater sensitivity to turbulence in the Faraday screen. We provide an observer-friendly criterion to determine whether the SPD samples turbulence in the synchrotron-emitting region or in the Faraday screen. These results open a practical pathway for extracting turbulence statistics from existing and forthcoming single-band radio polarimetry."}, {"id": "c1760", "text": "Uncovering the absorbed atomic Universe with the [OI]63um line : We report the discovery of strongly absorbed [OI]63um in a sample of 12 DSFGs at 4.24. Using ALMA Bands 9 and 10, we obtain spatially and spectrally resolved observations that probe the interstellar medium on sub-kpc scales. Despite reaching sensitivities 10-100x deeper than most previous studies, we detect [OI]63um in emission in only 2 sources at low significance, with the remaining galaxies yielding stringent non-detections over the full velocity range covered by robust detections of other far-infrared lines, including [CII] and [NII]205um. We identify several compact (0.05-0.2\") regions having [OI]63um absorption against the far-infrared dust continuum, some of which are possibly reaching below rest-frame CMB radiation level. We also detect narrow, spatially localised [OI]63um emission \"escape channels\" preferentially detected in regions with weak or absent dust continuum emission. We predict that similar absorption effects may appear in the [CII] line, particularly when concentrating on the regions with the densest foreground material along the line of sight. The [OI]63um line appears to be originate from a mix of compact, high optical depth [OI]63um emitting regions and sub-thermally excited, oxygen-rich molecular clouds dispersed throughout high-redshift starbursts that are capable of absorbing the ground-state line emission. Combined with a comparison to cosmological radiation hydrodynamical simulations, this supports the interpretation that regions with higher gas and dust column densities may lead to weakening an intrinsically strong [OI]63um line emission. We argue that the high [OI]63um optical depth is the dominant effect causing the strong absorption, limiting the diagnostic power of this line to trace regions of massive star formation in high-redshift DSFGs."}, {"id": "c1761", "text": "Stellar associations powering HII regions $\\unicode{x2013}$ II. Escape fraction of ionizing photons : Newly formed stars have a profound impact on their environment by depositing energy and momentum into the surrounding gas. However, only a fraction of the stellar feedback is retained in the cloud and observational constraints are needed to further our understanding of this process. In a sample of 19 nearby galaxies, we match HII regions from PHANGS$\\unicode{x2013}$MUSE to their ionizing stellar source from PHANGS$\\unicode{x2013}$HST and measure the percentage of ionizing radiation that is leaking into the surrounding diffuse ionized gas (DIG). Based on a catalogue, where each HII region is powered by a single young and massive stellar association, we measure a photon escape fraction of $f_\\mathrm{esc}=82^{+12}_{-24}$ per cent. Comparable results are obtained when different procedures are used to match the ionized gas to its source. All samples we study contain a substantial fraction of objects (up to 20 per cent), where the stellar source is not sufficient to produce the H$\u03b1$ flux observed from the nebula. Many of them are probably related to uncertain age estimates, but we also find numerous regions, where a significant fraction of the ionizing photon budget is contributed by stars that reside outside the boundaries of the HII region. This motivates the use of an alternative galaxy-wide approach, in which we include all HII regions and stellar sources, not just the ones that show a clear overlap. When summing up the ionization budget over entire galaxies, we measure slightly lower, but consistent values."}, {"id": "c1762", "text": "Overlap Zoo Beta: A Catalogue of ~800 Occulting Pairs in the DESI Legacy Survey using Citizen Science : Overlapping galaxies, in which a foreground galaxy partially overlaps a background galaxy, offer a unique opportunity to measure dust attenuation, a key nuisance parameter in galaxy studies, empirically and in great detail by modelling the light of both the foreground and background galaxy and inferring the missing light in the overlapping region. However, the current catalogue of overlapping pairs is relatively limited in number compared to catalogues dedicated to individual galaxies. Expanding this catalogue is not only a necessity to facilitate further detailed dust studies beyond the few limited studies conducted thus far, but also to improve pair-to-pair variance and support automated identification through machine learning techniques. To achieve this, we utilise galaxies classified as \"overlapping\" from Galaxy Zoo DECaLS (GZD-1, -2, and -5), along with images from Data Release 10 (DR10) of the DESI Legacy Survey, in our individual citizen science project to classify these pairs directly using volunteers. This new catalogue will not only provide a wealth of targets for future dust studies but will also contribute to a deeper understanding of these pairs and dust as a whole."}, {"id": "c1763", "text": "Dynamical masses of YSOs with the VLBA: DYNAMO VLBA: Trigonometric parallaxes and proper motions of YSOs in Orion : We present results from a multi-epoch Very Long Baseline Array (VLBA) survey of compact radio sources in the Orion complex, conducted within both the DYNAMO-VLBA and the GOBELINS projects. Our observations detected 216 compact radio sources, of which 58 yielded reliable multi-epoch astrometric solutions. For these sources, we derived trigonometric parallaxes and proper motions with typical precisions of about 0.05 mas and 0.10 mas yr$^{-1}$, respectively. The measured parallaxes range between 2.26 and 2.65 mas, corresponding to distances of 380 - 440 pc, and delineate the depth of the Orion star-forming complex. We determine mean distances of $405\\pm16$ pc for NGC 2068, $403\\pm5$ pc for NGC 2024, $407\\pm12$ pc for the $\u03c3$ Orionis region, $388.5\\pm1.7$ pc for the Orion Nebula Cluster (ONC), and $438\\pm12$ pc for L1641. A comparison with Gaia DR3 astrometry for 28 common sources reveals negligible mean parallax offsets ($\u0394\\varpi=-0.02\\pm0.01$ mas) and small systematic differences in proper motions ($\\sim$0.07 mas yr$^{-1}$), likely due to residual rotation of the Gaia reference frame. Our results demonstrate the capability of high-precision radio astrometry to map embedded stellar populations and to provide an independent calibration of the Gaia reference system in obscured regions."}, {"id": "c1764", "text": "Optical Spectroscopy of Dwarf Galaxies at $z\\sim 0.15$ in the COSMOS Field: Star Formation and Dust Properties : We present a spectroscopic study of low-mass galaxies (LMGs;$10^8\\leq\\rm M_*/M_\\odot\\leq10^9$) at $z\\sim0.15$ in COSMOS field, and compare it to a control sample of intermediate-mass galaxies (IMGs;$10^9\\leq\\rm M_*/M_\\odot\\leq10^{10}$) at $z\\sim0.35$. We examine their star formation rates (SFRs), dust attenuation properties, and the relationship between nebular and stellar reddening. For both samples, SFRs derived from H$\u03b1$ are strongly correlated with SFRs from fitting simple star formation histories (SFHs) to the galaxies' spectral energy distributions. In fitting a joint SFR-$\\rm M_*$ relation, we obtain a slope of $\\rm {\u0394log(SFR_{H\u03b1})}/{\u0394log(M_*/M_\\odot)}=1.01\\pm0.03$, indicating that fair ensembles of SFHs for galaxies at these stellar masses are well-described by scale-free, self-similar forms. We also examine their dust attenuation properties and the relationship between nebular and stellar reddening, exploring how these quantities vary with stellar mass and specific SFR (sSFR). Nebular attenuation increases with stellar mass for IMGs but is lower and less mass-dependent in LMGs, consistent with their reduced dust content. In all cases, stellar continuum attenuation is lower than nebular attenuation, as expected from the two-component dust model. The nebular-to-stellar color excess ratio in both samples is consistent with the canonical factor of 2.27. The ratio is mass-independent, but rises with sSFR in IMGs and remains constant in LMGs. These results suggest that in LMGs, efficient dispersal of birth clouds keeps the differential attenuation approximately constant across sSFR. Thus, although LMGs follow the same global SFR-$\\rm M_*$ scaling as massive galaxies, their lower dust content and feedback-maintained ISM produce distinct attenuation behavior relative to IMGs."}, {"id": "c1765", "text": "MESA Isochrones and Stellar Tracks. II. Models with alpha-enhanced chemical composition : We update and expand the MESA Isochrones and Stellar Tracks (MIST) database to include variations in the alpha-capture elements, specifically [alpha/Fe]=-0.2, 0, +0.2, +0.4, and +0.6 for -3 <= [Fe/H] <= +0.5. Variations in [alpha/Fe] are included in a self-consistent manner from the stellar interior models to the synthetic spectra used to translate these models in the observational plane. We describe a number of updates to the physics utilized in these models as well as new information provided by the models. We validate the models with comparisons to other stellar evolution models including the previous generation of MIST and other models from the literature. MIST data products including stellar evolutiont tracks, isochrones, and bolometric correction tables can be obtained from the MIST project website, https://mist.science. All necessary files to reproduce MIST models are available from Zenodo."}, {"id": "c1766", "text": "Probing Large-scale Structure and the Multi-Phase IGM at the Cosmic Noon -- Insights from a Joint Survey with Euclid, CSST, JPCam, and JUST : We present scientific and technical justifications of a potential coordinated Euclid/CSST/JPCam/JUST survey of the Euclid Deep Field North (EDF-N), aimed at probing the multi-phase circumgalactic and intergalactic medium (CGM/IGM) at the cosmic noon over ~20 deg$^2$. The survey is structured around three connected goals: (1) improving photometric redshift (photo-z) accuracy through the combination of broad- and narrow-band photometry, enabling reliable identification of large-scale structures; (2) probing extended CGM emission with dedicated narrow-band imaging; and (3) mapping foreground IGM via absorption-line spectroscopy of background galaxies. Together, these components establish an integrated observational framework to investigate galactic ecosystems -- linking galaxies to their circumgalactic and intergalactic environments -- at cosmic noon. We show that the J-PAS-like narrow-band system used in JPCam substantially improves photo-z accuracies from only the Euclid/CSST broad-band data, especially for star-forming galaxies at z~1.0-1.4. This enables the identification of galaxy groups and (proto-)clusters directly from photo-z measurements. Stacked JPCam narrow-band imaging should also detect extended [O II]-emitting CGM halos. We then construct mock 3D gas distribution model and realistic galaxy catalog, and further construct mock CSST and JUST background galaxy spectra adding Lyalpha and Mg II absorptions. The reconstructed 3D H I field from CSST Lyalpha forest reliably recovers large-scale structures; however, our simulations indicate that detecting diffuse IGM Mg II absorption with JUST is infeasible, either through spectral stacking or via the two-point correlation function method. We conclude that constraining the metallicity of the diffuse IGM will require significantly deeper and higher-resolution spectroscopy expected from future facilities such as the 39 m E-ELT."}, {"id": "c1767", "text": "The impact of cosmic filaments on starburst galaxies across cosmic times : Cosmological simulations suggest that various galaxy properties depend on their location within the cosmic web. Yet direct observational evidence of the dependence of star formation activity on distance to filaments remains scarce and is missing at z>1. We investigate how starburst, main-sequence (MS), and quenched galaxies are distributed with respect to cosmic web filaments, and how this distribution evolves with redshift. We first use the SIMBA cosmological simulation to predict the redshift evolution of the mean distance to the closest filament from z=3 to z=0 for different galaxy populations after removing stellar-mass dependencies. We then measure the corresponding signal in the COSMOS field, using COSMOS2020 and COSMOS-Web data, where accurate photometric redshifts enable reconstruction of the projected cosmic web from z=2 to z=0.5, and starbursts are identified through far-infrared spectral energy distribution fitting. In agreement with the results from SIMBA, starburst galaxies are found closer to filaments at z>1 and at larger distances at z<1, MS galaxies occupy intermediate environments with little evolution, and quenched galaxies show progressively shorter distances to filaments toward low redshift, with a crossing between starburst and MS populations around z~1. In COSMOS-Web, the relative evolution in the average distance to filaments between starburst and MS galaxies is detected at a significance level of at least 5\u03c3. We show that a minimal toy model in which the only environmental ingredient is the sSFR-filament distance modulation measured in simulations is sufficient to reproduce the observed differential evolution of the average filament distance between starburst and MS galaxies. These results show that the imprint of large-scale environmental effects on the star formation activity of galaxies, predicted by simulations, is detectable from z=2 down to z=0.5."}, {"id": "c1768", "text": "A deep HST view of the open cluster NGC2158: binaries, mass functions, and M-dwarf discontinuity : A significant fraction of stars in both the Galactic field and stellar clusters are members of binary systems. Understanding their properties is therefore essential for a comprehensive view of stellar structure, evolution, and cluster dynamics. Despite extensive studies of cluster binaries, key issues remain unresolved, particularly for photometric binaries among low-mass stars. While the binary fraction in the field strongly depends on stellar mass, cluster studies have generally suggested an approximately constant fraction over the limited mass ranges explored. In addition, the mass function (MF) of very low-mass stars is still poorly constrained in clusters older than a few hundred Myr. We use deep Hubble Space Telescope imaging of the intermediate-age open cluster NGC 2158 to investigate its binary population and derive the luminosity and MFs down to ~0.14 solar masses, enabling the first detailed analysis of binaries in this cluster. We measure a global binary fraction of 38%, consistent with other open clusters, and find a clear mass dependence: it decreases from ~52% at 1.0 solar masses to ~11% at 0.2 solar masses. This trend mirrors that of Galactic field stars, suggesting similar binary properties. The MF is characterized by three regimes: high-mass stars (alpha= -2.49 +- 0.19), low-mass stars (alpha= -1.11 +- 0.09), and very low-mass stars (alpha= -0.08 +- 0.07). The slope change near 1.0 solar mass agrees with recent surveys, though we find a deficit below ~0.3 solar masses. We also detect a main-sequence discontinuity around ~0.3 solar masses, possibly linked to the 3He-driven instability predicted by stellar models and analogous to the Jao Gap seen in nearby field stars."}, {"id": "c1769", "text": "The Dawes Review: A Decade of Ultra-Diffuse Galaxies : It has been 10 years since the initial discovery of Ultra-Diffuse Galaxies (UDGs) in the Coma cluster and the revelation that large, low surface brightness galaxies may constitute a greater fraction of galaxies than first thought. This left an open question: Are UDGs something special, or just an extension of the previously known dwarf galaxy population? Seeking to answer this question, in the decade following, dedicated simulations have studied and proposed a myriad of formation pathways to create UDGs. Observations have then pushed the limits of world-class observatories to perform detailed studies of these galaxies in large numbers across the full range of environments in the local Universe. These observations stress test simulations and challenge previous galaxy formation wisdom, with UDGs posing many open puzzles beyond just their unknown formation mechanism. To provide a few pertinent examples: there is observational evidence that not all UDGs follow the standard stellar mass -- halo mass relationship; there is evidence for UDGs with extraordinarily high levels of alpha enhancement; and there is evidence that some UDGs are much more globular cluster rich than other dwarfs of similar stellar mass. In this Dawes review, we undertake the task of summarising the decade of science since the discovery of UDGs. We focus on the quiescent population of UDGs and review their general properties, their proposed formation scenarios, their internal properties and their globular cluster systems. We also provide a brief conjecture on some future directions for the next decade of UDG research."}, {"id": "c1770", "text": "The supersonic nature of jellyfish galaxies : All gas-rich galaxies in cluster environments are expected to experience ram-pressure stripping from the intra-cluster medium. However, only a fraction of these develop ongoing star-formation in their stripped tail, becoming the so-called ``jellyfish'' galaxies. In this work we provide observational evidence that magnetic fields can signal differences in the extraplanar star formation and explore what are the physical conditions that lead to the formation of a jellyfish galaxy. We first focus on JO147, a jellyfish galaxy that features weak star formation activity in its tail. Using MeerKAT radio continuum observations, we discover polarized emission only in a small fraction of its tail, with an average fraction of $~10\\%$, and a low Mach number $\\mathcal{M}=1.3-1.6$, which suggests a possible association between magnetic field draping, shock-compression of the gas, and extraplanar star formation activity. Then, we test this scenario in a sample of 17 jellyfish galaxies from the GASP project. We combine dynamical models for their orbits within the host clusters with realistic cluster temperature profiles to infer their Mach number, and we find a positive correlation between it and the star formation activity in their tail. We conclude that supersonic motion is a necessary condition for triggering star formation in the stripped tails of jellyfish galaxies. Our findings provide empirical evidence that the critical factor preventing the stripped gas evaporation is the shock compression induced by the supersonic motion through the cluster. This process likely enhances the magnetic field surrounding the galaxy and the properties of the stripped material."}, {"id": "c1771", "text": "CALIMA: On-the-fly dust and PAH evolution for radiation-hydrodynamics galaxy formation simulations : Dust grains and polycyclic aromatic hydrocarbons (PAHs) actively contribute to the thermodynamics, chemistry, and radiative state of the interstellar medium (ISM), yet most ISM models and galaxy simulations either exclude them altogether or adopt simplified treatments. We present CALIMA, a new module for dust and PAH formation and evolution in radiation-hydrodynamics simulations for RAMSES, designed to self-consistently couple dust physics to radiative transfer and non-equilibrium thermochemistry in a multiphase ISM. The model employs a two-size, two-composition dust framework with log-normal grain populations, explicitly evolving stellar dust injection, turbulence-informed gas-phase accretion, shattering, coagulation, thermal and non-thermal sputtering, and shock destruction, while PAHs are separate components with their own evolution. The evolving dust populations and radiation field determine local, wavelength-dependent opacities, photoelectric heating efficiencies, grain-assisted recombination, dust-gas collisional heating/cooling, and H$_2$ formation on both grains and PAHs. Updated treatments of thermal sputtering and collisional cooling that include finite grain sizes and modern ion-solid physics reduce sputtering rates at high temperatures and extend the regime where dust significantly cools hot gas. One-zone ISM tests show that dust and PAH evolution modifies classical thermal phase diagrams and C-bearing chemistry, while isolated disc galaxy simulations reveal environment-dependent variations in dust-to-metal ratio, small-to-large grain ratio, PAH fraction, and interstellar radiation field intensity that drive non-trivial structure in infrared emission, UV transparency, and H$_2$ formation. CALIMA provides a physically motivated framework to interpret dust- and PAH-based observables and to assess dust-mediated feedback in galaxy formation across cosmic time."}, {"id": "c1772", "text": "Formation timescales for stellar bars in diverse galactic discs : We study the formation of stellar bars using 145 simulations of disc galaxies embedded in live and static dark matter haloes. We use the exponential bar growth timescale, $\u03c4_{\\rm bar}$, to quantify how disc structure and kinematics regulate the onset and rate of secular bar formation. We extend previous work to thicker and more turbulent discs, motivated by those observed at high redshift ($z>1$). By revisiting several commonly used disc stability criteria - the Efstathiou-Lake-Negroponte parameter ($\u03b5_{\\rm ELN}$), the Ostriker-Peebles ratio ($t_{\\rm OP}$), and the disc stellar mass fraction within 2.2 disc scale radii ($f_{\\rm disc}$) - we find that $\u03c4_{\\rm bar}$, when expressed in terms of the disc's orbital period, follows a tight power law with each criteria. In Milky Way-like discs embedded in live haloes, bars form within a Hubble time if $f_{\\rm disc} \\geq 0.18$, $t_{\\rm OP} \\geq 0.27$, and $\u03b5_{\\rm ELN} \\leq 1.44$. We show discs with higher velocity dispersion experience delayed bar growth and introduce an empirical relation that correctly describes the bar formation timescales of all our live halo models. Bars in static haloes grow at roughly half the rate of those in live haloes and require substantially greater disc instability to do so."}, {"id": "c1773", "text": "A Robust Analysis of QU-fitting Behavior for 800-1088 MHz and 1296-1440 MHz : QU-fitting is a powerful tool for interpreting spectro-polarimetric radio continuum observations by linking them to physical models, enabling estimates of the magnetic fields in, for example, the Milky Way, galaxy clusters, and radio jets. We present a comprehensive investigation into the effectiveness and limitations of QU-fitting within the ASKAP POSSUM survey frequency ranges (800-1088 MHz and 1296-1440 MHz) with projections to other spectro-polarimetric radio observations. We simulate different physical polarization sources: Faraday simple, Burn slab, internal turbulence, external turbulence, and two-component models in the POSSUM frequencies, and assess their observational degeneracies and fit accuracies. Our results highlight the model-dependent nature of reliable fitting and identify specific regions of parameter space where model selection, and therefore characterization of the physical medium, becomes ambiguous. For QU-fitting we find the Bayes factor, computed using the marginal likelihood, outperforms more traditionally used goodness-of-fit metrics such as Bayesian Information Criterion (BIC), Akaike Information Criterion (AIC), and chi-squared for model selection. We provide empirical relationships to delineate the boundaries where model distinguishability is impossible. Finally, we evaluate how accurately QU-fitting recovers model parameters and their associated uncertainties, thereby assessing its ability to correctly characterize the Faraday-rotating medium in both point and extended sources in Faraday depth space."}, {"id": "c1774", "text": "AVID: A Near-Major Post-Merger of Late-Type Dwarfs beneath a Regularly Rotating HI Disk (VCC 693) : On the periphery of galaxy clusters, moderately high galaxy densities and velocity dispersions favour interactions and mergers that influence galaxy evolution prior to cluster infall. Observational studies of this phase in dwarfs remain rare. We present a high-resolution study of the merger remnant VCC 693 in the outskirts of Virgo cluster, using observations from the Atomic gas in Virgo Interacting Dwarf galaxies (AVID) project. We explore the origin of VCC 693 and the consequences of the merger on its star formation and structure through a joint analysis of VLA and FAST HI emission line observations, together with complementary optical imaging and spectroscopy. We employ hydrodynamical simulations to help interpret the observations. Our analysis favours a near-major merger between two dwarfs with a stellar mass ratio of 3:1-4:1, with one likely gas-poor progenitor (i.e., a damp merger). The optical appearance of VCC 693 is dominated by complex tidal structures throughout the system, whereas the HI gas has settled to a regular rotating disk. Compared with similar-mass dwarfs, the central star formation and gas-phase metallicity are moderately enhanced. The global star formation rate, HI gas content, and HI-to-optical size ratio of VCC 693 are broadly consistent with those of typical dwarfs of similar mass, albeit somewhat lower. Decomposition of the HI rotation curve into baryonic and dark matter indicates a high halo concentration, suggesting post-merger relaxation into a more centrally peaked configuration. Together with two recent studies of AVID post-merger systems, these results support the view that even major dwarf mergers can produce remnants with overall stellar structures indistinguishable from ordinary dwarfs, and that the environmental effects in cluster outskirts can promote damp or mixed mergers, constituting an integral part of galactic pre-processing."}, {"id": "c1775", "text": "HATPI Pre-Perihelion Time-series Photometry of the Interstellar Comet 3I/ATLAS : HATPI is a recently commissioned time-domain facility at Las Campanas Observatory, Chile, that uses 64 wide-angle, 9.6 cm diameter lenses and back-illuminated CCDs, yielding a mosaic field-of-view of 7,100 square arcdegrees, observing the night sky at a cadence of 45 s and a spatial scale of 19.7 arcsec pixel$^{-1}$. In this paper, we present moving object time-series photometry with this facility, focusing on the interstellar comet 3I/ATLAS. 3I/ATLAS was first robustly recovered by HATPI on the night of 2025 July 2 (one night after its discovery) at a Gaia $G$-band magnitude of $G = 17.796 \\pm 0.082$ mag ($\\pm 0.030$ mag systematic uncertainty). The comet then increased in brightness to $G = 14.071 \\pm 0.073$ mag $\\pm 0.030$ mag by 2025 Sep 13, after which it became unobservable by HATPI as it approached perihelion. Before 3I/ATLAS achieved a brightness of $G = 16.396 \\pm 0.029$ mag $\\pm 0.030$ mag on 2025 Aug 6, it could be detected when stacking all HATPI observations from a single night, while after this date it is sufficiently bright to detect in individual 45 s exposures. We do not detect evidence for significant short-time-scale variations in the brightness of 3I/ATLAS after Aug 6. Compared to other light curves in the literature, the HATPI photometry exhibits a somewhat steeper rise in brightness with decreasing heliocentric distance, $r_{H}$. The HATPI magnitudes are well-fit as a power law function of $r_{H}$, with an exponential index of $n = 5.167 \\pm 0.095$, over the range $2.14$ AU $ < r_{H} < 4.44$ AU, compared to $n = 3.94 \\pm 0.10$ when fitting together with other literature observations. We find that the phase function is constrained to $\u03b2= 0.0552 \\pm 0.0032$ mag deg$^{-1}$."}, {"id": "c1776", "text": "Bulk and turbulent gas motions in the interacting galaxy cluster Abell 3395 South observed with XRISM : We investigate the gas motions in the core region of the Abell~3395 South subcluster (A3395S) using high-resolution X-ray spectroscopy with XRISM/Resolve. By analyzing the Fe~XXV He$\u03b1$ emission line, we directly measure the line-of-sight bulk and turbulent velocities of the intracluster medium. We find that the one-dimensional turbulent velocity is low, at the level of $124\\pm21~{\\rm km\\,s^{-1}}$, while a significant line-of-sight bulk velocity of $263\\pm23~{\\rm km\\,s^{-1}}$ is detected. The coexistence of low turbulence and finite bulk motion suggests that A3395S has not yet reached a dynamically relaxed state. These results are consistent with the non-detection of a radio halo in A3395S, implying that turbulent particle reacceleration is currently inefficient in the cluster core. This study demonstrates that high-resolution X-ray spectroscopy with XRISM provides a powerful means to directly constrain intracluster medium dynamics in merging galaxy clusters, and it provides a reference for future comparative studies of A3395N and A3391 within the same large-scale structure."}, {"id": "c1777", "text": "Performance assessment of the gPLUTO code for the numerical modeling of radio galaxy evolution : High-resolution tri-axial simulations are indispensable for realistically co-modeling the dynamical signatures and the radiative fingerprints of astrophysical jets, which are becoming increasingly important in modern computational studies of jet physics. However, such simulations impose extreme computational requirements that often exceed the capabilities of conventional CPU-based codes. GPU-accelerated simulations offer a transformative solution to mitigate these limitations. In this work, we present a detailed performance benchmarking of the recently developed GPU-enabled PLUTO code (gPLUTO), demonstrating runtime speed-ups ranging from an order of magnitude to (approximately) over 30 relative to CPU-only configurations. A direct comparison between computations of extragalactic jet propagation performed at different grid resolutions confirm the physical fidelity and production readiness of the gPLUTO code, while underscoring the importance of resolving the jet radius adequately to capture the jet dynamics accurately. Leveraging GPU-PLUTO's capabilities, we finally present an application by performing high-resolution simulations of giant radio galaxy jets (GRGs $\\gtrsim 1$ Mpc), representing the first such well-resolved 3D study to our knowledge (resolving scales down to 500 pc). These simulations probe a range of environmental effects on GRG jets, clarifying their formation from central galaxies within host cosmic structures, rapid peripheral expansion, and the development of asymmetric cocoon morphologies."}, {"id": "c1778", "text": "Revisiting the Origin of the Star-Forming Main Sequence Based on a Volume-Limited Sample of ~25,000 Galaxies : We revisit the extensively debated star-forming main sequence (SFMS)-a tight correlation between the star formation rate and stellar mass in both kiloparsec-resolved and integrated galaxies. We statistically explore the fundamental drivers of star formation at global scales, using a large volume-limited sample of 24,954 local star-forming galaxies to overcome the limitations of previous works. Based on the mid-infrared 12 micron luminosity, stellar mass, and g-r color, we estimate the molecular gas mass for the considered sample. At galaxy-wide scales, we establish global relations between the surface densities of the star formation rate, stellar mass, and molecular gas mass . These global density relations are connected with and follow similar trends as the resolved SFMS, the Kennicutt-Schmidt (KS) relation, and the molecular gas main sequence (MGMS). Taking advantage of this large catalog, we show that the scatters in the global KS and MGMS relations are smaller than that of the global relation between the star formation rate surface density and stellar mass surface density, and their Pearson correlation coefficients are higher. More importantly, multivariate regression and partial correlation analyses demonstrate that the apparent correlation between the star formation rate surface density and stellar mass surface density is entirely mediated by the molecular gas surface density, with its best-fit parameters directly derivable from those of the KS and MGMS relations. Overall, our findings suggest that the correlation between stellar mass and molecular gas, as well as that between molecular gas and star formation, are more direct and fundamental. The star-forming main sequence thus appears to be a natural by-product of these two tighter relations."}, {"id": "c1779", "text": "The turbulence driving mode in NGC7793 and NGC1313 : We present spatially resolved measurements of turbulence driving modes across entire extragalactic discs of NGC7793 and NGC1313, using Atacama Large Millimetre/submillimetre Array (ALMA) CO(J=2-1) observations at 13pc resolution. By applying a kernel-based analysis of density and velocity fluctuations, we map the turbulence driving parameter, b, which characterises the balance between solenoidal ($b\\sim0.3$) and compressive ($b\\sim1$) turbulent driving regimes. b is quantified as the ratio of the turbulent density fluctuations relative to the turbulent sonic Mach number, M. Both galaxies show predominantly solenoidal driving on average for the regions where we find valid results ($b\\geq 0.33(\\pm 0.05)^{+0.14}_{-0.10}$ in NGC7793; $b\\geq 0.24(\\pm 0.03)^{+0.10}_{-0.07}$ in NGC1313), noting that this is without including the influences of magnetic fields, making these measurements lower limits. We find substantial spatial variation of b, including localised regions of strongly compressive driving. NGC1313 exhibits higher turbulent Mach numbers and density dispersions than NGC7793, consistent with the disturbed morphology and recent satellite interaction in NGC1313. The turbulence in both NGC7793 and NGC1313 is supersonic ($3\\lesssim M\\lesssim 20$), and NGC1313 shows a radially decreasing trend of M with galactocentric radius. Radial trends indicate more solenoidal driving in the galaxy centres, potentially reflecting enhanced shear, and increasingly compressive modes in the outskirts. These results demonstrate that turbulence driving varies systematically with galactic environment and cannot be assumed uniform across discs. Our study applies a previously established method to larger scales and new data, linking local turbulence physics to global star formation regulation in galaxies, providing a new avenue for testing theoretical models with future integral field units and ALMA surveys."}, {"id": "c1780", "text": "The MeerKAT 1.3 GHz Survey of the Large Magellanic Cloud : We present a radio-continuum survey of the LMC using the MeerKAT telescope, describe the full-Stokes products included in the first data release, and highlight some initial results. The observations are centred at 1.3 GHz with a bandwidth of 0.8 GHz. The imaging products comprise six fields of view, each encompassing $\\sim$5$^\\circ$ $\\times$ 5$^\\circ$ with the resulting images achieving a resolution of 8\". The median broad-band Stokes~I image root-mean-square noise value is $\\sim$11 $\u03bc$Jy beam$^{-1}$. The survey enables a variety of astrophysical studies, which we showcase with the presentation of a few findings. Within the LMC we identify a new supernova remnant candidate; present planetary nebulae and Wolf-Rayet stars without previous radio detections; and show the MeerKAT view of the well-known star-forming region 30 Doradus. We also present some examples of interesting foreground and background sources in the field, including the AB~Dor multiple-star system, a radio ring galaxy, a possible Odd Radio Circle, and a remarkable bent-tail radio galaxy."}, {"id": "c1781", "text": "Probing the magnetic fields and dust properties in the young embedded star-forming region AFGL 6366S using Near Infrared and Optical linear polarimetry : We present Near-Infrared (NIR) and Optical linear polarimetry towards the partially embedded cluster AFGL 6366S. The polarization ranges from 0.44-10.3 per cent in NIR and 0.16-11.22 per cent in Optical bands. The position angle spans $1^\\circ - 179^\\circ$ in both NIR and Optical bands. About 22 stars exhibit intrinsic polarization signatures. A polarization hole is evident towards the densest ($\\sim 3.4 \\times 10^{23} \\mathrm{cm}^{-2}$) and warmest ($\\sim 28.8 \\mathrm{K}$) central cluster region. It is attributable to depolarization induced by Radiative Torque Disruption (RAT-D) of large grains and a modest contribution from magnetic-field tangling. The local magnetic field towards the cluster's central region is significantly misaligned with both the large-scale Galactic field and the long axis of the filament present in the region. The field morphology wraps around two dense molecular clumps of radii 0.34 pc and 0.22 pc and $\\mathrm N(\\mathrm H_2)$ = $(7.9 \\pm 1.1) \\times 10^{22}$ cm$^{-2}$ and $(4.3 \\pm 0.5) \\times 10^{22}$ cm$^{-2}$, respectively. The clumps are embedded in the filamentary structure and represent locally accelerated stages of mass accumulation. Gravitationally driven mass flows, largely perpendicular to the local magnetic field, produce a U-shaped field curvature across the filament axis. The plane-of-sky magnetic field strengths towards the two clumps are $ 447.91 \\pm 83.81 \u03bc\\mathrm{G}$ and $396.66 \\pm 73.64 \u03bc\\mathrm{G}$. The corresponding mass-to-flux ratios ($\u03bb\\sim 1.34$ and $0.82$) indicate that one clump is magnetically supercritical and the other is subcritical. The Alfven Mach numbers ($\\mathcal{M}_A$) $\\sim$ 0.395 and 0.393 indicate that both the clumps are in sub-Alfv\u00e9nic state."}, {"id": "c1782", "text": "FRESCO: Constraining Dust Attenuation and Star-Formation Rates of $z\\sim 2$ Star-Forming Galaxies with JWST Paschen and Ground-Based Balmer Emission Line Observations : We present new constraints on dust attenuation and star-formation rates (SFRs) for 77 galaxies at redshifts $z=1.43-2.65$, using Paschen emission line detections from the JWST FRESCO survey and ground-based Balmer line measurements from the MOSDEF survey. Using nebular and continuum emission maps, we find that Paschen emission covers a smaller area than continuum emission observed in the F210M (2.1 $\u03bc$m; rest-frame optical) and F444W (4.4 $\u03bc$m; rest-frame near-IR) bands, and is preferentially located toward galaxy outskirts. These results suggest that current star formation is concentrated in regions farther from galaxy centers than older stellar populations traced by the continuum, indicative of inside-out star formation. With a careful accounting of slit-loss corrections for ground-based measurements, we calculate nebular reddening and dust-corrected SFRs using the Balmer decrement (H$\u03b1$/H$\u03b2$) and Paschen-to-Balmer line ratios (Pa$\u03b1$/H$\u03b1$ and Pa$\u03b2$/H$\u03b1$), assuming the Milky Way extinction curve. On average, Paschen-derived reddening and SFRs agree with Balmer-derived values; however, two galaxies exhibit significantly higher Paschen reddening and four show significantly higher Paschen SFRs. We find that non-unity dust covering fractions bias the Balmer decrement toward less reddened OB associations, while decrements involving the Paschen lines are less affected by this bias. These results highlight the enhanced sensitivity of the Paschen lines to the most heavily obscured OB associations in $z\\sim2$ galaxies, particularly in galaxies with patchy dust geometries. Future studies using Paschen lines exclusively to measure nebular reddening will yield more robust constraints on the dustiest star-forming regions."}, {"id": "c1783", "text": "Galaxy and black hole coevolution in dark matter haloes not captured by cosmological simulations : Star formation in galaxies is governed by internal and environmental processes, yet their relative roles are not well understood. In particular, uncertainties in measurements of active galactic nuclei (AGN) host galaxies, combined with modeling limitations, obfuscate the impact of supermassive black hole feedback across environments and over time. Here we address this with a comprehensive analysis of ~60,000 nearby AGNs (z < 0.15 and new environment and halo-mass measurements for ~500,000 AGN and non-AGN host galaxies. This benchmark enables unified comparisons with three prominent cosmological simulations--SIMBA, TNG, and EAGLE--and reveals major, contrasting shortcomings. Simulations fail to reproduce observed trends linking star formation, quiescence, AGN luminosity, stellar mass, and halo mass. While simulations qualitatively capture that AGNs are more common in low-mass halos than in rich groups or clusters, detailed host demographics diverge strongly from observations. Partial agreement exists in the stellar mass distribution within large-scale structures, yet all simulations overproduce quenched low-mass satellites in massive halos, while misrepresenting quenched fractions of massive central galaxies and those in low-density environments, which are sensitive to feedback implementation. Improved AGN physics and modeling of multi-phase gas cooling and flows are required to capture the observed interplay between black holes, galaxies, and halos."}, {"id": "c1784", "text": "Evolution of Cosmic Voids: Structure, Galaxies, and Dynamics : We investigate the structural, photometric, and dynamical evolution of cosmic voids and their galaxy populations from $z=2.09$ to the present, focusing on void size as a key evolutionary parameter. Using void catalogs from four Millennium Simulation snapshots and SDSS data at $z<0.04$, we perform a unified analysis of void demographics, galaxy properties, and internal kinematics. Our analysis reveals clear evidence that cosmic voids exhibit a significant evolutionary trend of becoming progressively emptier toward low redshift, accompanied by a marked decline in the brightness and clustering of their galaxy populations. The void galaxy luminosity function evolves significantly: $M^{*}$ fades and $\u03b1$ flattens with time, with large voids hosting brighter, more rapidly evolving galaxies than small voids. Stacked density profiles exhibit a universal shape when scaled by void radius, deepening and building more pronounced walls toward $z=0$. Galaxy spatial distributions reveal persistent size-dependent segregation, with galaxies in large voids lying farther from the center and more strongly clustered. Dynamical analysis of simulations shows coherent outward flows in all voids, with amplitudes decreasing toward $z=0$, providing a physical basis for observed redshift-space distortions. Comparison with SDSS broadly confirms these evolutionary trends but uncovers a non-zero central galaxy population in observed voids -- absent in $\u039b$CDM predictions -- that may challenge current galaxy formation models in extreme underdensities. Future comparisons with additional simulations and deeper high-redshift surveys will provide stronger tests of $\u039b$CDM in the most underdense regions."}, {"id": "c1785", "text": "NOCTURNE. III. Unidentified variable emission in the nuclear regions of PKS 2153-69 : Historically, the study of the central regions of Type 1 AGN has been limited by the combination of the host galaxy spectrum with strong emission from the accretion disk and NLR/BLR, which prevented us from accurately probing the galactic and AGN properties in the central regions. Integral field spectroscopy allows us to correct for this effect and study both the unobscured cores of AGN host galaxies as well as the uncontaminated spectra of their central engines with unprecedented precision. Using MUSE WFM observations, in this work, we present a combined method for modelling and subtracting QSO light in type-1 AGN alongside results for one such source, PKS 2153-68 (z=0.028), both jetted and gamma-ray emitting. After separating the host galaxy and AGN spectra, we discuss the discovery of an unresolved and yet-to-be-identified high-velocity ($\\sim$25000 km/s) short timescale ($\\leq$1 yr) variable emission, unlike anything observed in other variable AGN."}, {"id": "c1786", "text": "The DECam MAGIC Survey: Uncovering the Tidal Tails of the Crater II Dwarf Galaxy : Crater II (CraII), a large and low-density dwarf spheroidal galaxy, has unusual observed properties that are difficult to reproduce in cold dark matter simulations. Ongoing tidal disruption may help explain the discrepancies, as evidenced by the recent discovery of tidal tails. Here we present metallicity-sensitive narrowband photometry of the Ca II H and K lines from the Dark Energy Camera, covering $128$ deg$^2$ across the center and identified tidal tails of CraII as part of the Mapping the Ancient Galaxy in CaHK (MAGIC) survey. Our combined photometric metallicity, color-magnitude, proper motion, and parallax selections identify 162 CraII candidates. Of these, 37 candidates are located in the tidal tails which extend at least $7^\\circ$ ($\\sim 95$ kpc) from the center of CraII, suggesting it has lost $\\gtrsim 25$% of its initial stellar mass. We confirm low contamination rates with dedicated control fields and highlight the extremely low surface brightness stellar features that can be uncovered with CaHK data, as faint as $\\sim 36$ mag arcsec$^{-2}$. We also make the first detection of a metallicity gradient ($-0.34\\pm0.17~{\\rm dex}~{\\rm deg}^{-1}$) in the center of the galaxy and infer a stream width of $w\\sim 0.8^\\circ$, roughly 50% larger than the CraII half-light radius. The detection of candidates in the most distant CraII pointings from its center implies that the tidal tails extend beyond our footprint. We compare the CraII stream to $N$-body models with \"cored\" and \"cuspy\" dark matter halo progenitors, determining that CraII's density profile is still ambiguous and warrants further modeling."}, {"id": "c1787", "text": "The JWST Resolved Stellar Populations Early Release Science Program. IX. The RR Lyrae Population in WLM with HST and JWST : RR Lyrae stars are a common, dependable Population II distance indicator, and provide an independent tracer of early star formation. Here, we utilize archival HST/ACS and JWST/NIRCam observations of the nearby dwarf star-forming galaxy WLM to study RR Lyrae in JWST filters. We independently identify RR Lyrae in HST and JWST imaging in order to evaluate JWST's efficacy at characterizing RR Lyrae in the near-IR. We use an MCMC template-fitting technique to obtain periods, amplitudes, and mean magnitudes from the RR Lyrae time-series data. The spatially overlapping HST and JWST observations allow us to directly compare the same sources observed with the instruments, and calibrate the NIRCam F090W and F150W RR Lyrae period-Wesenheit-metallicity (PWZ) relation to the Gaia-consistent HST PWZ. We additionally assess the epoch-to-epoch consistency of NIRCam photometry, and find evidence of burn-in. We conclude that the zero-point offset is negligible compared to the uncertainties from the template fitting. We conduct an MCMC fit of the PWZ with both HST and JWST data. Our results are three-fold. First, we find that we can reliably identify RR Lyrae in NIRCam data, but light-curve template fitting proves difficult on short-baseline observations. Second, the HST PWZ fit yields a distance modulus to WLM of $\u03bc= 24.85\\pm0.05$ ($0.93\\pm0.02$ Mpc). This is closer than previous measurements, primarily attributed to consistency with the Gaia scale. Lastly, although the JWST PWZ fit has large uncertainties and a poorly-constrained slope, it represents a first-of-its-kind PWZ calibration in NIRCam filters."}, {"id": "c1788", "text": "Scattering, Migration, Re-circularization and Relaxation to Build Out Galaxy Disks with Exponential Profiles : Scattering of stars by interstellar clouds or massive clumps increases the stellar velocity dispersion and promotes a radial disk profile that is exponential. Here we show that such scattering reaches a steady-state distribution function of stellar eccentricity, after which eccentricity increases and decreases occur at equal rates. The implication is that clump/cloud scattering recircularizes eccentric stellar orbits, keeping the stellar velocity dispersion in a limited range. This re-circularization regulates disk heating and maintains kinematic coherence, contributing to the longevity of disk structures. The eccentricity distribution function and the presence of recircularizing cloud-star interactions are independent of cloud mass but the timescale to reach equilibrium decreases with increasing mass. The calculations are made in the simplest possible disk system to highlight the effects of scattering without contamination from spiral waves, star formation, and other processes. The calculations also reveal a bifurcation in the disk evolutions whereby in a minority of cases temporary asymmetries in the clump spatial distribution drive the disks to an end state of increased velocity dispersion and orbital eccentricity corresponding to early type disks. Overall the models emphasize an important physical process that can make and maintain an exponential stellar disk in all galaxies with a cloudy interstellar medium."}, {"id": "c1789", "text": "Experimental and computational studies of the hydrogenation of carbon disulfide (CS2) on ice analogues : Carbon disulfide (CS$_2$) is one of the sulfur-bearing species expected to be present in the interstellar medium (ISM). In this study, we investigated the surface reactions of solid CS$_2$ with hydrogen (H) atoms on amorphous solid water (ASW) using laboratory experiments supported by computational calculations. Our results show that CS$_2$ reacts with H atoms through quantum tunneling in the initial step, followed by successive H addition reactions, with or without activation barriers, on icy surfaces. These processes lead to the formation of several sulfur-bearing species, including hydrogen sulfide (H$_2$S), methyl mercaptan (CH$_3$SH), and small amounts of dithioformic acid (HC(S)SH) and methanedithiol (CH$_2$(SH)$_2$). The observed reactivity of CS$_2$ with H atoms provides a plausible explanation for the non-detection of CS$_2$ in interstellar ices. Furthermore, the efficient hydrogenation of the complex molecules derived from CS$_2$, namely HC(S)SH and CH$_2$(SH)$_2$, suggests that these species could be easily undergone with H atoms to produce other S-bearing species under ISM conditions."}, {"id": "c1790", "text": "MHD Simulations of Strongly Magnetized HII Region Evolution: Evidence for Ionized Gas Filamentation : Recent JWST observations of HII regions in the Central Molecular Zone have shown a highly filamentary morphology distinct from HII regions in other parts of the galaxy. We present magnetohydrodynamic (MHD) simulations of strongly magnetized (plasma-$\u03b2$ << 1) HII region evolution that investigate and describe the formation of these ionized gas filaments. HII region evolution has been simulated in a 30 pc$^3$ box, in distinct models with pre-placed overdensities in the ambient medium and overdensities that have been generated with driven turbulence. We find that when these overdensities are seeded in the ambient medium before the birth of the ionizing source, the photoionized plasma stripped off of these dense blobs is funneled into long filaments along the magnetic field lines. The length and emission measure of these ionized gas filaments are similar to the filaments observed in the Central Molecular Zone. Given that these filaments are effectively magnetically-confined flows of photoionized gas, their density and curvature are influenced by the density of the blob and the geometry of the configuration."}, {"id": "c1791", "text": "Simulations of the 21cm emission line for upcoming large-scale HI galaxy surveys : Upcoming galaxy surveys with the SKA Observatory will detect neutral hydrogen (HI) across unprecedented volumes, and their scientific return will crucially depend on predictive models for HI observables. In this work, we present a framework to simulate the neutral hydrogen 21cm emission line in such large-scale HI galaxy surveys. This framework is developed as a modular layer that builds on semi-analytical models. In particular we use as bases the Galaxy Evolution and Assembly (GAEA) and L-Galaxies semi-analytical models, coupled to merger trees from the Millennium Simulation suite. We validate our framework against local Universe observations, demonstrating consistency with velocity functions, and generalised Tully-Fisher relations. Predictions based on GAEA and L-Galaxies exhibit mutual consistency despite the distinct underlying physical prescriptions. We construct mock galaxy catalogues that incorporate forward-modelled selection functions, inclination effects, and redshift broadening, reproducing the statistical distributions of HI-selected galaxies in the ALFALFA survey. Finally, we present redshift distribution forecasts for future SKA Observatory HI galaxy surveys. This framework offers a flexible tool for interpreting upcoming large-scale radio surveys and studying HI line observables as cosmological probes."}, {"id": "c1792", "text": "A Catalog of 486 Barium Stars Identified in GALAH DR4 : We present a catalog of 486 Ba stars identified in the GALAH DR4 survey using high-resolution spectra and precise abundance measurements. The sample was selected based on s-process enrichment criteria involving the abundances of Ba and La relative to Eu, and further refined using the signed-distance method, resulting in the largest sample of Ba stars to date, including five newly identified Ba dwarfs. Using astrometric and kinematic parameters from Gaia DR3 and StarHorse, we derived the Galactic velocity components for 367 Ba stars and found that most belong to the thin or thick disk, while 18 exhibit halo-like kinematics. Chemical abundance analysis suggests that most Ba stars are of in situ origin, whereas two stars (4077588766331013248 and 6692980582560946304) display signatures of accreted populations. The E-Lz diagram further shows that star 4077588766331013248 lies within the region of substructure ED-8. The observed decline of [Ba/Fe] and [La/Fe] with increasing metallicity implies that s-process elements originate from nucleosynthetic sites distinct from those of iron-peak elements, while the decreasing [hs/ls] ratio toward higher metallicity indicates higher neutron capture efficiency at lower metallicity. Both giant and dwarf Ba stars-except for 6053735173729807872-are confirmed binaries hosting white dwarf companions. Moreover, we estimated the masses of the former asymptotic giant branch (AGB) companions to these Ba stars based on the good agreement between the FRUITY AGB model predictions and their observed abundance patterns."}, {"id": "c1793", "text": "HINORA II: Testing the Existence of the Council of Giants in \u039bCDM simulations : The discovery of the galaxy ring known as the Council of Giants (CoG) highlights the need to explain such structures in the Local Universe. In the first paper of this series we presented HINORA - a code to locate (ring-like) structures in 3D point sets - and used it to identify the CoG in the most complete observations of the Local Volume. Here, in Part II, we apply the same method to cosmological simulations to quantify the possible existence of such objects in the LCDM model of structure formation. We analyze DM-only simulations with random and constrained initial conditions, selecting regions that reproduce the properties of the Local Group and Volume, respectively. In order to use the same selection criteria as previsouly done for observations, we relate K-band luminosities to halo masses through semi-empirical relations. After confirming that the selected regions from the simulations match the observed mass function and density of the Local Universe, we use HINORA to search for ring-like structures in them. We find that the existence of CoGs in LCDM simulations is a rather unusual phenomenon. The observed CoG represents an anomaly of more than 2.7 sigma from what is expected in the distribution of massive galaxies in LCDM. These results hint that the CoG could either be a rare chance configuration or the imprint of physical processes at intermediate scales that standard DM-only simulations fail to capture."}, {"id": "c1794", "text": "Constraints on CMBR flux due to high-z dust emission : Gjergo & Kroupa (2025) have proposed a new foreground CMBR component produced by dust associated with the progenitor clouds at $z=15-20$ that led to the formation of massive early-type galaxies, calculating that a minimum of 1.4% and a maximum of 100% of the whole CMBR radiation would be produced by this mechanism. Here, I check how much dust emission is compatible with the spectrum of the CMBR monopole flux measurements within the corresponding errors. COBE-FIRAS monopole is fitted to different models with different dust emissivity spectral indexes ($\u03b2$) and dispersion of redshifts of the progenitor clouds ($\u03c3_d$). Within the realistic values of $\u03b2\\ge 0.5$, $\u03c3_d\\ge 0.8$, the contamination of CMBR flux by high $z$ dust should be $<1.3$% (95% CL)."}, {"id": "c1795", "text": "A Salpeter IMF and an NFW halo: Disentangling the dark and stellar mass through precise lens modelling of a double-source-plane system reinforces the canonical model of elliptical galaxies : We present a strong lensing analysis of the double source plane lens J0946+1006 (colloquially \"Jackpot\" lens) to measure the inner dark matter density profile, the stellar-to-halo mass ratio, and the stellar initial mass function normalisation using a two component stellar plus dark matter mass model. The stellar mass follows a multi-Gaussian expansion light model with a free global mass-to-light ratio and an allowed radial $M/L$ gradient, while the dark matter is described by an elliptical generalised NFW halo. The double-source-plane geometry provides additional leverage against the mass-sheet transformation and helps constrain the radial mass profile. Despite allowing both a radial stellar $M/L$ gradient and a generalised NFW halo, the data prefer the canonical picture: an approximately constant stellar mass-to-light ratio with a Salpeter-like IMF normalisation, and a dark matter halo consistent with NFW. We infer $M_{\\star} = 4.4^{+0.25}_{-0.39}\\times 10^{11}\\,M_{\\odot}$ and an inner halo slope $\u03b3_{\\rm in}^{\\rm halo} = 1.04^{+0.10}_{-0.14}$. The halo mass is $M_{200}^{\\rm halo} = 1.11^{+0.37}_{-0.32}\\times 10^{13}\\,M_{\\odot}$, implying $\\log_{10}(M_{200}/M_{\\star})=1.41^{+0.13}_{-0.14}$. At fixed halo mass, the inferred stellar mass lies $\\sim0.1$ dex above typical literature stellar halo mass relations at similar redshift, which is comparable to the intrinsic scatter of these relations. We expect this approach to provide a practical template for future dark matter studies with the large double-source-plane lens samples from Euclid."}, {"id": "c1796", "text": "Galaxy evolution in the cosmic web: the relative impact of nodes and filaments in the EAGLE simulation : Galaxies evolve within the intricate geometry of the cosmic web, yet the distinct roles of its primary components - nodes and filaments remain incompletely understood. Using the EAGLE cosmological hydrodynamical simulation, we investigate how distances to filament spines and cluster-scale nodes jointly and independently influence galaxy evolution. Galaxies are classified into red, green, and blue populations through a fully data-driven entropic thresholding technique, and the nodes and filaments are identified using DisPerSE. We find that red galaxies preferentially reside near filament cores and nodes, whereas blue galaxies dominate the outskirts. This spatial segregation reveals two characteristic transition scales: a node-related crossover at $\\sim 2.5~\\mathrm{Mpc}$ and a filament-related crossover at $\\sim 0.75~\\mathrm{Mpc}$. To further quantify environmental influence, we adopt an information-theoretic approach and measure the normalised mutual information between dominant mass component and galaxy colour across the $d_{\\mathrm{f}}$-$d_{\\mathrm{n}}$ plane. The mass-colour coupling increases with distance from nodes at fixed filament proximity, indicating a weakening of this relation in cluster-scale environments and a stronger coupling within filamentary regions. This behaviour is strongly mass dependent, with low-mass galaxies exhibiting a more pronounced environmental modulation than high-mass systems. These results support a scale-dependent view of galaxy evolution across the cosmic web, highlighting the distinct and complementary influence of nodes and filaments."}, {"id": "c1797", "text": "Learning and Naming Subgroups with Exceptional Survival Characteristics : In many applications, it is important to identify subpopulations that survive longer or shorter than the rest of the population. In medicine, for example, it allows determining which patients benefit from treatment, and in predictive maintenance, which components are more likely to fail. Existing methods for discovering subgroups with exceptional survival characteristics require restrictive assumptions about the survival model (e.g. proportional hazards), pre-discretized features, and, as they compare average statistics, tend to overlook individual deviations. In this paper, we propose Sysurv, a fully differentiable, non-parametric method that leverages random survival forests to learn individual survival curves, automatically learns conditions and how to combine these into inherently interpretable rules, so as to select subgroups with exceptional survival characteristics. Empirical evaluation on a wide range of datasets and settings, including a case study on cancer data, shows that Sysurv reveals insightful and actionable survival subgroups."}, {"id": "c1798", "text": "SigmaQuant: Hardware-Aware Heterogeneous Quantization Method for Edge DNN Inference : Deep neural networks (DNNs) are essential for performing advanced tasks on edge or mobile devices, yet their deployment is often hindered by severe resource constraints, including limited memory, energy, and computational power. While uniform quantization provides a straightforward approach to compress model and reduce hardware requirement, it fails to fully leverage the varying robustness across layers, and often lead to accuracy degradation or suboptimal resource usage, particularly at low bitwidths. In contrast, heterogeneous quantization, which allocates different bitwidths to individual layers, can mitigate these drawbacks. Nonetheless, current heterogeneous quantization methods either needs huge brute-force design space search or lacks the adaptability to meet different hardware conditions, such as memory size, energy budget, and latency requirement. Filling these gaps, this work introduces \\textbf{\\textit{SigmaQuant}}, an adaptive layer-wise heterogeneous quantization framework designed to efficiently balance accuracy and resource usage for varied edge environments without exhaustive search."}, {"id": "c1799", "text": "Sample Complexity Bounds for Robust Mean Estimation with Mean-Shift Contamination : We study the basic task of mean estimation in the presence of mean-shift contamination. In the mean-shift contamination model, an adversary is allowed to replace a small constant fraction of the clean samples by samples drawn from arbitrarily shifted versions of the base distribution. Prior work characterized the sample complexity of this task for the special cases of the Gaussian and Laplace distributions. Specifically, it was shown that consistent estimation is possible in these cases, a property that is provably impossible in Huber's contamination model. An open question posed in earlier work was to determine the sample complexity of mean estimation in the mean-shift contamination model for general base distributions. In this work, we study and essentially resolve this open question. Specifically, we show that, under mild spectral conditions on the characteristic function of the (potentially multivariate) base distribution, there exists a sample-efficient algorithm that estimates the target mean to any desired accuracy. We complement our upper bound with a qualitatively matching sample complexity lower bound. Our techniques make critical use of Fourier analysis, and in particular introduce the notion of a Fourier witness as an essential ingredient of our upper and lower bounds."}, {"id": "c1800", "text": "Slice and Explain: Logic-Based Explanations for Neural Networks through Domain Slicing : Neural networks (NNs) are pervasive across various domains but often lack interpretability. To address the growing need for explanations, logic-based approaches have been proposed to explain predictions made by NNs, offering correctness guarantees. However, scalability remains a concern in these methods. This paper proposes an approach leveraging domain slicing to facilitate explanation generation for NNs. By reducing the complexity of logical constraints through slicing, we decrease explanation time by up to 40\\% less time, as indicated through comparative experiments. Our findings highlight the efficacy of domain slicing in enhancing explanation efficiency for NNs."}, {"id": "c1801", "text": "Disease Progression and Subtype Modeling for Combined Discrete and Continuous Input Data : Disease progression modeling provides a robust framework to identify long-term disease trajectories from short-term biomarker data. It is a valuable tool to gain a deeper understanding of diseases with a long disease trajectory, such as Alzheimer's disease. A key limitation of most disease progression models is that they are specific to a single data type (e.g., continuous data), thereby limiting their applicability to heterogeneous, real-world datasets. To address this limitation, we propose the Mixed Events model, a novel disease progression model that handles both discrete and continuous data types. This model is implemented within the Subtype and Stage Inference (SuStaIn) framework, resulting in Mixed-SuStaIn, enabling subtype and progression modeling. We demonstrate the effectiveness of Mixed-SuStaIn through simulation experiments and real-world data from the Alzheimer's Disease Neuroimaging Initiative, showing that it performs well on mixed datasets. The code is available at: https://github.com/ucl-pond/pySuStaIn."}, {"id": "c1802", "text": "Function-Space Empirical Bayes Regularisation with Student's t Priors : Bayesian deep learning (BDL) has emerged as a principled approach to produce reliable uncertainty estimates by integrating deep neural networks with Bayesian inference, and the selection of informative prior distributions remains a significant challenge. Various function-space variational inference (FSVI) regularisation methods have been presented, assigning meaningful priors over model predictions. However, these methods typically rely on a Gaussian prior, which fails to capture the heavy-tailed statistical characteristics inherent in neural network outputs. By contrast, this work proposes a novel function-space empirical Bayes regularisation framework -- termed ST-FS-EB -- which employs heavy-tailed Student's $t$ priors in both parameter and function spaces. Also, we approximate the posterior distribution through variational inference (VI), inducing an evidence lower bound (ELBO) objective based on Monte Carlo (MC) dropout. Furthermore, the proposed method is evaluated against various VI-based BDL baselines, and the results demonstrate its robust performance in in-distribution prediction, out-of-distribution (OOD) detection and handling distribution shifts."}, {"id": "c1803", "text": "Outpatient Appointment Scheduling Optimization with a Genetic Algorithm Approach : The optimization of complex medical appointment scheduling remains a significant operational challenge in multi-center healthcare environments, where clinical safety protocols and patient logistics must be reconciled. This study proposes and evaluates a Genetic Algorithm (GA) framework designed to automate the scheduling of multiple medical acts while adhering to rigorous inter-procedural incompatibility rules. Using a synthetic dataset encompassing 50 medical acts across four healthcare facilities, we compared two GA variants, Pre-Ordered and Unordered, against deterministic First-Come, First-Served (FCFS) and Random Choice baselines. Our results demonstrate that the GA framework achieved a 100% constraint fulfillment rate, effectively resolving temporal overlaps and clinical incompatibilities that the FCFS baseline failed to address in 60% and 40% of cases, respectively. Furthermore, the GA variants demonstrated statistically significant improvements (p < 0.001) in patient-centric metrics, achieving an Idle Time Ratio (ITR) frequently below 0.4 and reducing inter-healthcenter trips. While the GA (Ordered) variant provided a superior initial search locus, both evolutionary models converged to comparable global optima by the 100th generation. These findings suggest that transitioning from manual, human-mediated scheduling to an automated metaheuristic approach enhances clinical integrity, reduces administrative overhead, and significantly improves the patient experience by minimizing wait times and logistical burdens."}, {"id": "c1804", "text": "Compact Circulant Layers with Spectral Priors : Critical applications in areas such as medicine, robotics and autonomous systems require compact (i.e., memory efficient), uncertainty-aware neural networks suitable for edge and other resource-constrained deployments. We study compact spectral circulant and block-circulant-with-circulant-blocks (BCCB) layers: FFT-diagonalizable circular convolutions whose weights live directly in the real FFT (RFFT) half (1D) or half-plane (2D). Parameterizing filters in the frequency domain lets us impose simple spectral structure, perform structured variational inference in a low-dimensional weight space, and calculate exact layer spectral norms, enabling inexpensive global Lipschitz bounds and margin-based robustness diagnostics. By placing independent complex Gaussians on the Hermitian support we obtain a discrete instance of the spectral representation of stationary kernels, inducing an exact stationary Gaussian-process prior over filters on the discrete circle/torus. We exploit this to define a practical spectral prior and a Hermitian-aware low-rank-plus-diagonal variational posterior in real coordinates. Empirically, spectral circulant/BCCB layers are effective compact building blocks in both (variational) Bayesian and point estimate regimes: compact Bayesian neural networks on MNIST->Fashion-MNIST, variational heads on frozen CIFAR-10 features, and deterministic ViT projections on CIFAR-10/Tiny ImageNet; spectral layers match strong baselines while using substantially fewer parameters and with tighter Lipschitz certificates."}, {"id": "c1805", "text": "Estimation and Optimization of Ship Fuel Consumption in Maritime: Review, Challenges and Future Directions : To reduce carbon emissions and minimize shipping costs, improving the fuel efficiency of ships is crucial. Various measures are taken to reduce the total fuel consumption of ships, including optimizing vessel parameters and selecting routes with the lowest fuel consumption. Different estimation methods are proposed for predicting fuel consumption, while various optimization methods are proposed to minimize fuel oil consumption. This paper provides a comprehensive review of methods for estimating and optimizing fuel oil consumption in maritime transport. Our novel contributions include categorizing fuel oil consumption \\& estimation methods into physics-based, machine-learning, and hybrid models, exploring their strengths and limitations. Furthermore, we highlight the importance of data fusion techniques, which combine AIS, onboard sensors, and meteorological data to enhance accuracy. We make the first attempt to discuss the emerging role of Explainable AI in enhancing model transparency for decision-making. Uniquely, key challenges, including data quality, availability, and the need for real-time optimization, are identified, and future research directions are proposed to address these gaps, with a focus on hybrid models, real-time optimization, and the standardization of datasets."}, {"id": "c1806", "text": "The Error of Deep Operator Networks Is the Sum of Its Parts: Branch-Trunk and Mode Error Decompositions : Operator learning has the potential to strongly impact scientific computing by learning solution operators for differential equations, potentially accelerating multi-query tasks such as design optimization and uncertainty quantification by orders of magnitude. Despite proven universal approximation properties, deep operator networks (DeepONets) often exhibit limited accuracy and generalization in practice, which hinders their adoption. Understanding these limitations is therefore crucial for further advancing the approach.\n This work analyzes performance limitations of the classical DeepONet architecture. It is shown that the approximation error is dominated by the branch network when the internal dimension is sufficiently large, and that the learned trunk basis can often be replaced by classical basis functions without a significant impact on performance.\n To investigate this further, a modified DeepONet is constructed in which the trunk network is replaced by the left singular vectors of the training solution matrix. This modification yields several key insights. First, a spectral bias in the branch network is observed, with coefficients of dominant, low-frequency modes learned more effectively. Second, due to singular-value scaling of the branch coefficients, the overall branch error is dominated by modes with intermediate singular values rather than the smallest ones. Third, using a shared branch network for all mode coefficients, as in the standard architecture, improves generalization of small modes compared to a stacked architecture in which coefficients are computed separately. Finally, strong and detrimental coupling between modes in parameter space is identified."}, {"id": "c1807", "text": "DocDjinn: Controllable Synthetic Document Generation with VLMs and Handwriting Diffusion : Effective document intelligence models rely on large amounts of annotated training data. However, procuring sufficient and high-quality data poses significant challenges due to the labor-intensive and costly nature of data acquisition. Additionally, leveraging language models to annotate real documents raises concerns about data privacy. Synthetic document generation has emerged as a promising, privacy-preserving alternative. We propose DocDjinn, a novel framework for controllable synthetic document generation using Vision-Language Models (VLMs) that produces annotated documents from unlabeled seed samples. Our approach generates visually plausible and semantically consistent synthetic documents that follow the distribution of an existing source dataset through clustering-based seed selection with parametrized sampling. By enriching documents with realistic diffusion-based handwriting and contextual visual elements via semantic-visual decoupling, we generate diverse, high-quality annotated synthetic documents. We evaluate across eleven benchmarks spanning key information extraction, question answering, document classification, and document layout analysis. To our knowledge, this is the first work demonstrating that VLMs can generate faithful annotated document datasets at scale from unlabeled seeds that can effectively enrich or approximate real, manually annotated data for diverse document understanding tasks. We show that with only 100 real training samples, our framework achieves on average $87\\%$ of the performance of the full real-world dataset. We publicly release our code and 140k+ synthetic document samples."}, {"id": "c1808", "text": "Easy to Learn, Yet Hard to Forget: Towards Robust Unlearning Under Bias : Machine unlearning, which enables a model to forget specific data, is crucial for ensuring data privacy and model reliability. However, its effectiveness can be severely undermined in real-world scenarios where models learn unintended biases from spurious correlations within the data. This paper investigates the unique challenges of unlearning from such biased models. We identify a novel phenomenon we term ``shortcut unlearning,\" where models exhibit an ``easy to learn, yet hard to forget\" tendency. Specifically, models struggle to forget easily-learned, bias-aligned samples; instead of forgetting the class attribute, they unlearn the bias attribute, which can paradoxically improve accuracy on the class intended to be forgotten. To address this, we propose CUPID, a new unlearning framework inspired by the observation that samples with different biases exhibit distinct loss landscape sharpness. Our method first partitions the forget set into causal- and bias-approximated subsets based on sample sharpness, then disentangles model parameters into causal and bias pathways, and finally performs a targeted update by routing refined causal and bias gradients to their respective pathways. Extensive experiments on biased datasets including Waterbirds, BAR, and Biased NICO++ demonstrate that our method achieves state-of-the-art forgetting performance and effectively mitigates the shortcut unlearning problem."}, {"id": "c1809", "text": "From Words to Amino Acids: Does the Curse of Depth Persist? : Protein language models (PLMs) have become widely adopted as general-purpose models, demonstrating strong performance in protein engineering and de novo design. Like large language models (LLMs), they are typically trained as deep transformers with next-token or masked-token prediction objectives on massive sequence corpora and are scaled by increasing model depth. Recent work on autoregressive LLMs has identified the Curse of Depth: later layers contribute little to the final output predictions. These findings naturally raise the question of whether a similar depth inefficiency also appears in PLMs, where many widely used models are not autoregressive, and some are multimodal, accepting both protein sequence and structure as input. In this work, we present a depth analysis of six popular PLMs across model families and scales, spanning three training objectives, namely autoregressive, masked, and diffusion, and quantify how layer contributions evolve with depth using a unified set of probing- and perturbation-based measurements. Across all models, we observe consistent depth-dependent patterns that extend prior findings on LLMs: later layers depend less on earlier computations and mainly refine the final output distribution, and these effects are increasingly pronounced in deeper models. Taken together, our results suggest that PLMs exhibit a form of depth inefficiency, motivating future work on more depth-efficient architectures and training methods."}, {"id": "c1810", "text": "Purcell-enhanced Bright and Dark Exciton Emission from Perovskite Quantum Dots in Micro-ring Resonators : Colloidal quantum dots (QDs) integrated with waveguide-coupled dielectric resonators are promising building blocks for compact on-chip light sources. However, deterministic placement of QDs with strong mode overlap at the desired location remains a challenge. Here, we demonstrate a simple and scalable strategy for integrating colloidal QDs with a waveguide-coupled Si3N4 micro-ring resonator platform and for controlling the radiative dynamics of both bright and dark excitons via Purcell enhancement. We use strongly quantum-confined CsPbBr3 QDs, which exhibit bright-exciton emission at room-temperature, while emission at cryogenic temperatures originates from both bright and dark excitons. The CsPbBr3 QDs are selectively retained on the Si3N4 micro-ring cavities through a spin-coating/rinsing process, enabling efficient overlap with whispering-gallery modes and routing of the emission through integrated waveguides. We confirm accelerated decay of emission from both bright and dark excitons for CsPbBr3 QDs coupled to the micro-ring cavities. These results demonstrate an effective route to integrate colloidal QDs with Si3N4 micro-ring cavities and to leverage cavity-enhanced emission in scalable integrated photonic devices."}, {"id": "c1811", "text": "Through-bottle spectroscopy as a tool for quality control and anti-counterfeiting of Brandy and Cognac : Counterfeiting of premium spirits poses significant economic and health risks, that could be tackled by robust, accurate, portable and non-destructive through-bottle measurements. Here, we demonstrate the capability of focus-matched inverse spatially offset spectroscopy, combining fluorescence and Raman signals, for authenticating Cognac and Brandy. The technique accurately identifies age classification, bottling year, spoilage due to elevated storage temperatures, and distinguishes between Cognac brands. Critically, our method effectively differentiates genuine Cognacs from counterfeit products, correctly identifying 98% of counterfeit samples. This shows the promise of through-bottle spectroscopy as a powerful tool for supply chain integrity and consumer protection in the high-value spirits market."}, {"id": "c1812", "text": "Nanosecond-scale discrete wavelength switching in feedback-controlled single-gain-section multi-wavelength lasers : We investigate discrete wavelength switching in single-gain-section multi-wavelength lasers monolithically integrated on InP with phase-controlled optical-feedback. By modulating the feedback phase, nanosecond-scale wavelength switching is experimentally demonstrated with transition times below 2.5 ns. Measurements consistently show that the switching time decreases with stronger optical feedback and larger phase-modulation amplitudes. Transitions from lower to higher modal gain are faster. We support the experimental observations with a multi-mode extension of the Lang-Kobayashi rate-equation model. We analyze the influence of laser, feedback-cavity, and modulation parameters on the switching dynamics, and highlight the role of mode coupling. These results highlight the potential of integrated multi-wavelength lasers for compact and high-speed all-optical networking systems."}, {"id": "c1813", "text": "Chirped Pulse Analysis and Control in Non-Hermitian Scattering Systems using Complex Time Delay : We theoretically and experimentally establish a connection between linearly chirped pulse propagation properties and complex time delay for both transmitted and reflected pulses in reverberant scattering systems. We demonstrate that the time shift of the chirped pulse depends on both the real and imaginary parts of the complex time delay of the scattering system. We also show that the chirped pulse experiences a center frequency shift that is directly proportional to the imaginary component of complex time delay, similar to that found in Giovannelli and Anlage (2025). Using these insights, we then demonstrate how complex time delay can be harnessed to systematically tune the propagation properties of a chirped pulse such that a near-zero time shift can be achieved for a wide range of pulse center frequencies in a resonant scattering system."}, {"id": "c1814", "text": "Geometric representation of higher-order optical modes : An octant representation of higher-order optical modes that includes Laguerre-Gaussian and Hermite-Gaussian modes is presented. The octant picture captures the high-dimensional nature of three-state optical systems and beyond, with standard Poincar\u00e9 spheres for orbital angular momentum forming subspaces of the entire state space. This representation enables intuitive manipulation of both classical modes and optical qudits and provides a framework for extending Berry phases and topological invariants to high dimensions."}, {"id": "c1815", "text": "Polarization Dynamics in VCSELs Under Sinusoidal Signal Modulation around the Polarization Switching point : Vertical-Cavity Surface-Emitting Lasers (VCSELs) combine compact geometry, low threshold current, and ease of integration, making them central to modern photonic systems. However, their polarization behavior remains a critical factor affecting performance, as the emission state can switch between orthogonally polarized modes around the so-called polarization switching point. This regime exhibits high sensitivity, where small perturbations induce abrupt polarization changes and nonlinear responses. In this work, the polarization dynamics of VCSELs under sinusoidal current modulation around the switching point are numerically investigated using the Spin-Flip Model. The study examines the influence of modulation frequency, amplitude, and bias current, revealing distinct dynamical regimes including polarization locking, periodic and irregular switching. The observed transitions between regimes elucidate the interplay between modulation and polarization stability, providing insight into the control of VCSEL dynamics for high-speed optical communication and sensing applications."}, {"id": "c1816", "text": "Symmetry-Broken Cavity Solitons and Collective Polarization Conformity in Fabry-Perot Kerr Resonators : We report on the experimental generation of polarization symmetry-broken cavity solitons (CSs) in a passive, fiber-based, coherently-driven, Fabry-Perot (FP) Kerr resonator. Polarization resolved measurements reveal the spontaneous transition of initially symmetric CSs into asymmetrical vectorial states, triggered by a cross-phase modulation-induced polarization bifurcation. Most notably, due to counter-propagation of light occurring in FP resonators, we unveil a collective polarization conformity effect, whereby multiple CSs circulating in the cavity converge to the same asymmetric polarization state once their number exceeds a certain threshold. These results demonstrate that Fabry-Perot resonators support novel collective soliton dynamics that are absent in ring architectures."}, {"id": "c1817", "text": "Deep Learning-Enabled Invisible Electromagnetic Scattering Amplifier : With the rapid development of micro-electro-mechanical systems, electrically small micro-targets, such as subwavelength micro unmanned aerial vehicles and bionic mosquito robots, exhibit ultra-low scattering cross section, which brings severe challenges to their effective detection. To address this problem, an Invisible Electromagnetic Scattering Amplifier (IESA) is designed by combining finite-element electromagnetic simulation with a forward lossless tandem neural network. The IESA realizes the dual-functional integration of intrinsic electromagnetic invisibility (near-zero scattering) for itself and significant scattering amplification for subwavelength targets entering its air sensing region. Electromagnetic simulations verify that the designed IESA can achieve a stable scattering amplification effect on subwavelength targets with a characteristic size of approximately 0.1\u03bb0, regardless of their spatial positions or geometric shapes, with a maximum scattering cross section amplification factor of 8.58. The IESA breaks the technical bottleneck of the separate design of electromagnetic invisibility and scattering amplification functions. It shows potential for applications in the fields of radar detection, anti-terrorism security, micro-target monitoring, and adaptive electromagnetic sensing."}, {"id": "c1818", "text": "Flat Bands from Diffraction in Periodic Systems : Periodic photonic structures enable precise control over the light-matter interaction through band structure engineering. Certain lattice geometries exhibit dispersionless flat bands, characterized by vanishing group velocity and diverging density of states, which present unique opportunities for applications such as slow light, nonlinear optical processes and controlling photoluminescence. However, thus far, flat bands have not been reported in systems where the lattice sites are radiatively coupled over a long range. Here we show that lattices consisting of superposed equispaced one dimensional chains exhibit flat bands with a purely diffractive origin, with the energies and angles of the flat bands controlled by the geometrical parameters of the lattice and the unit cell. The flat bands extend over all angles, can have linewidths on the order of a few nanometers, and are linearly polarized. We experimentally observe flat bands at predicted energies in lattices of gold nanoparticles at near-infrared frequencies using Fourier spectroscopy. Our results provide a general and efficient design strategy for lattices with flat, polarized dispersions for applications such as flat-band lasing, enhancing light-matter interaction, and controlling the emission or absorption of electromagnetic radiation over a wide spectral range."}, {"id": "c1819", "text": "Chains of nanoparticles for flat-band emission and lasing : Controlling light-matter interactions is central to photonic technologies ranging from lasers to optical information processing. Suitably designed photonic structures give rise to flat (dispersionless) bands, where the density of states diverges, and group velocity goes to zero, allowing light localization. These properties make flat bands attractive for lasing; however, designing photonic structures supporting flat bands suitable for lasing is challenging. Here, we introduce nanoparticle chain lattices. These chain geometries provide long-range coupled systems that support, at predictable wavelengths, bands that are totally flat and extend over the full angular range. We demonstrate lasing in the transverse-magnetic (TM) mode of single chains of nanoparticles and explain the transition from flat band lasing to the single-mode normal-incidence (Gamma-point) lasing as the number of chains is increased. Moreover, we show partially coherent emission from square and triangular two-dimensional chain lattices. The excited modes depend on the pump power and polarization. Our results establish chain lattices as a versatile platform for exploring flat band lasing and suggest new routes toward narrowband, linearly polarized, and bright light sources with tailored coherence."}, {"id": "c1820", "text": "Towards Polarization Routing of Magnetic and Electric Dipolar Emission with Dielectric Metasurfaces : We investigate the polarization properties of emission associated with the magnetic dipole and electric dipole transitions of europium(III) coupled to an anisotropic dielectric metasurface with polarization-engineered electric and magnetic photonic local density of states. The metasurface consists of a square array of Mie-resonant elliptical a-Si:H dimers situated on an SiO$_2$ substrate and embedded in a PMMA film containing Eu(TTA)$_3$. Based on reciprocity principle, it was designed to achieve maximum electric (magnetic) field enhancement in the dimer gap at 610 nm (590 nm) for $x$-polarized ($y$-polarized) normally incident light in order to selectively enhance the electric dipole (magnetic dipole) emission into the $x$-polarized ($y$-polarized) emission channel, respectively. Momentum-resolved spectroscopy and back-focal plane imaging of emission of the fabricated light-emitting metasurface clearly reveal the intended polarization-dependent emission behaviour, with the $x$-polarized ($y$-polarized) emission showing a reduced (enhanced) ratio of the magnetic-/electric dipole emission intensity, correspondingly where the magnetic dipole emission is enhanced with a magnetic field enhancement from the nanostructures. The demonstrated polarization-dependent interaction of a designed nanostructure with the electric- and magnetic dipolar transitions of trivalent lanthanide ions opens an avenue towards routing of emission of different multipolar orders into different polarization channels."}, {"id": "c1821", "text": "Trap-dependent current suppression of optically excited III-V nanowires at cryogenic temperatures : The advancement of quantum technology networks necessitates high-speed, low-thermal load, and minimal-noise communication links between cryogenic and room-temperature components. At the heart of modern telecommunication, lay optical interconnects allowing for large data transfer capabilities via optical fibers. However, cryogenic photonic technologies remain largely unexplored and require a detailed understanding of material behavior and defect dynamics at low temperatures. In this work, we present the first comprehensive study of integrated III-V heterostructures operating at cryogenic temperatures down to 5K. Using an integrated n-InP/i-InGaAs/p-InP/p-InGaAs stack monolithically grown on silicon, we identify a temperature-dependent current-lowering mechanism arising from trap states becoming increasingly active below 140K. We demonstrate for the first time that these traps can be equivalently excited and controlled through either thermal or optical energy, revealing a dual modulation mechanism. These findings provide new insights into carrier transport and defect behavior in III-V heterostructures at cryogenic temperatures, advancing the field of cryogenic photonics and offering a non-destructive approach for identifying and characterizing material impurities in integrated quantum and optoelectronic devices."}, {"id": "c1822", "text": "Pure-amplitude holograms for high-efficiency generation of phase radial grating based radial carpet beams: Theory and experiments under plane-wave and Gaussian illumination : This study introduces a pure-amplitude hologram (PAH) for generating radial carpet beams (RCBs), which are conventionally produced using pure phase radial gratings (PRGs). The hologram is designed by embedding the transmission function of a binary PRG into the phase argument of the cosine term(s) of an amplitude linear grating. When illuminated with a plane wave, this hologram generates RCBs in the non-zero diffraction orders, and when illuminated with a Gaussian beam, it generates RCB-like patterns at specific propagation distances. This method entirely eliminates the need for complex and expensive spatial light modulators (SLMs). The study presents a theory of diffraction for plane and Gaussian beams from such holograms, including a specific theoretical treatment of Gaussian beam diffraction from PRGs. Through theoretical analysis and experiments, we demonstrate how different RCBs can be generated at different diffraction orders due to the phase-amplitude enhancement resulting from multiplying the diffraction order number by the phase amplitude of the embedded base PRG, when the illuminating beam is a plane wave. For the Gaussian beam case, we show how different RCB-like patterns can be generated at different diffraction orders for the same reason, though only at specific propagation distances. Experimental and numerical results indicate that this technique yields RCBs and RCB-like patterns with approximately five times the useful power of their SLM-generated counterparts, demonstrating significantly higher power efficiency. This advantage renders the proposed method highly suitable for applications such as multiple optical trapping and free-space optical communication."}, {"id": "c1823", "text": "Non-reciprocal electrooptic intermodal scattering with momentum engineered RF waves : Spatiotemporal modulation approaches have been often employed as alternatives for producing optical non-reciprocity without magneto-optic materials. Unidirectional inter-modal scattering, enabled by either acousto-optic or electro-optic (EO) modulation, is a promising method in this category as it can directly modify optical dispersions and even enables linear non-reciprocal photonic devices in the strong coupling limit. While EO approaches are often preferred for their practicality, it is challenging to generate the large spatiotemporal momentum required for inter-modal phase matching without EO drive schemes involving multiple drive stimuli. Here, we demonstrate highly selective non-reciprocal inter-modal EO scattering enabled by a single high-index radiofrequency (RF) traveling wave stimulus. Our experimental demonstration is performed on a thin-film lithium niobate integrated photonics platform, in which we engineer a slow-wave radiofrequency (SWRF) transmission line with an effective RF index > 9 that natively generates the required RF momentum while simultaneously maintaining strong RF-optical mode overlap. By additionally engineering the interaction length, we achieve a directional ~20 dB non-reciprocal scattering contrast. The SWRF architecture provides a scalable route to magnetic-free non-reciprocity and establishes momentum-engineered RF waves as a powerful tool for next-generation, fully integrated non-reciprocal photonic systems."}, {"id": "c1824", "text": "Fiber Link Stabilization with a Multicore Fiber Amplifier : We study the use of separate cores of a multicore erbium-doped fiber amplifier (MC-EDFA) in a noise-canceled link for ultrastable optical frequency transfer. We demonstrate fractional frequency instability of $5\\times10^{-19}$ at 1000 s averaging time for the stabilized MC-EDFA alone and $1.4\\times10^{-18}$ at 1000 s averaging time when integrated with a 40 km-long 7-core spooled fiber. This study further establishes multicore fiber (MCF) networks as a promising platform for ultrastable frequency transfer, serving as an important step toward incorporating precision time and frequency distribution into future MCF communication infrastructures."}, {"id": "c1825", "text": "Towards single-shot coherent imaging via overlap-free ptychography : Ptychographic imaging at synchrotron and XFEL sources requires dense overlapping scans, limiting throughput and increasing dose. Extending coherent diffractive imaging to overlap-free operation on extended samples remains an open problem. Here, we extend PtychoPINN (O. Hoidn \\emph{et al.}, \\emph{Scientific Reports} \\textbf{13}, 22789, 2023) to deliver \\emph{overlap-free, single-shot} reconstructions in a Fresnel coherent diffraction imaging (CDI) geometry while also accelerating conventional multi-shot ptychography. The framework couples a differentiable forward model of coherent scattering with a Poisson photon-counting likelihood; real-space overlap enters as a tunable parameter via coordinate-based grouping rather than a hard requirement. On synthetic benchmarks, reconstructions remain accurate at low counts ($\\sim\\!10^4$ photons/frame), and overlap-free single-shot reconstruction with an experimental probe reaches amplitude structural similarity (SSIM) 0.904, compared with 0.968 for overlap-constrained reconstruction. Against a data-saturated supervised model with the same backbone (16,384 training images), PtychoPINN achieves higher SSIM with only 1,024 images and generalizes to unseen illumination profiles. Per-graphics processing unit (GPU) throughput is approximately $40\\times$ that of least-squares maximum-likelihood (LSQ-ML) reconstruction at matched $128\\times128$ resolution. These results, validated on experimental data from the Advanced Photon Source and the Linac Coherent Light Source, unify single-exposure Fresnel CDI and overlapped ptychography within one framework, supporting dose-efficient, high-throughput imaging at modern light sources."}, {"id": "c1826", "text": "Acoustic Guided Waves in MoS2 thin flakes : Guided acoustic waves in two-dimensional materials are a key channel for energy transport and dissipation, yet their generation and propagation in transition metal dichalcogenides remain poorly understood. Here, we employ in-situ and spatially decoupled ultra-fast optical pump-probe techniques to investigate guided waves in MoS2 flakes with thicknesses between 90 and 410 nm. We observe a propagating acoustic excitation with a constant velocity of (6.7 +/- 0.8) km/s, independent of thickness. Finite element simulations and symmetry analysis reveal that these vibrations deviate from the classical Lamb wave model and are better described as a superposition of decoupled longitudinal and shear modes. We show that their optical detectability is governed by the Poisson effect: longitudinal components modulate the flake thickness and generate a measurable signal, whereas shear motion remains largely optically invisible. An intrinsic attenuation length of approximately 3.3 microns indicates that dissipation is dominated by material-specific mechanisms rather than geometric spreading. Finally, we demonstrate remote excitation across a nanometric step, enabling acoustic generation in optically inaccessible regions. These results provide a foundation for nanoscale phononic circuits and engineered in-plane energy transport in 2D-based optomechanical and quantum acoustic devices."}, {"id": "c1827", "text": "Accessibility of doping ranges of semiconductors by terahertz spectroscopy : While established semiconductor measurement techniques such as four-point probe or capacitance-voltage measurements require a physical contact to the material, terahertz spectroscopy is completely contact-free. Its capability to measure the doping of semiconductors is well known, yet the exact doping ranges that are accessible to terahertz spectroscopy are not obvious. Therefore, we introduce a sensitivity metric to clarify whether a semiconductor sample can be characterized in principle by reflection terahertz time-domain spectroscopy. This quantity takes into account the semiconductor material with a certain layer thickness, doping type, and doping level and is based on numerical simulations. In this work, we calculate this sensitivity value for relevant semiconductor materials (SiC, Si, GaN) in realistic layer stacks with up to three layers. It is used to create meaningful heat maps depending on the thicknesses and charge carrier densities of the sample structures of interest. The plausibility of the sensitivity is validated by mapping a variety of measurements with terahertz techniques from us and from other groups onto these heat maps. Based on these, the accessible range of charge carrier densities for terahertz spectroscopy spans roughly from 10$^{15}$ cm$^{-3}$ to 10$^{20}$ cm$^{-3}$, but with dependencies on material, doping type, and sample thickness. Furthermore, the sensitivity value allows for a substantiated assessment of the possible benefits future improvements of photoconductive antennas and terahertz systems could have, which is demonstrated by simulations based on varied bandwidths."}, {"id": "c1828", "text": "Spatiotemporal Terahertz Emission Nanoscopy of Spintronic Photocurrents : Capturing ultrafast spin and charge photocurrents on nanoscopic scales is essential for fundamental research in physics and engineering, as well as for future applications, such as novel spinorbitronic devices. Accessing the fundamental dynamics driven by changes in electronic energy, linear momentum, and angular momentum requires probing that simultaneously resolves their native spatiotemporal scales: femtoseconds and nanometers. However, experimental approaches achieving this simultaneous resolution remain scarce and instrumentally demanding.\n While near-field probing offers promising platforms to combine ultrafast and nanometer resolution, a major challenge is the observation of in-plane propagation dynamics, required for studying many application-relevant, high-speed phenomena from carrier transport in 2D materials to spin-to-charge conversion in spintronic terahertz emitters (STEs). However, near-field scanning probes are primarily sensitive to out-of-plane electric fields.\n Here we present a solution to this challenge by performing terahertz (THz) emission nanoscopy (TEN) of a photoexcited fiber-coupled STE using a scanning-probe microscope. We uncover a counterintuitive, dipolar evolution of the near-field THz signal, which we show originates from the scanning-probe's inherent sensitivity to local out-of-plane electric fields that emerge in our case from spatially confined in-plane charge currents. Our findings resolve ambiguities regarding the sensitivity of near-field probes to ultrafast in-plane charge transport and establish TEN as a fully vectorial probe for the spatiotemporal imaging of coupled nanoscale THz charge and spin dynamics."}, {"id": "c1829", "text": "Experimental Asynchronous Measurement-Device-Independent Quantum Cryptographic Conferencing : The quantum cryptographic conferencing (QCC) protocol, which distributes identical secure keys to user groups, is a crucial component of the quantum network. Previous experimental works have implemented the measurement-device-independent (MDI) QCC, of which the key rate in an $N$-user network scales down as $R\\sim O(\u03b7^N)$, respectively. Building on the MDI QCC protocol, the asynchronous MDI (AMDI) QCC protocol theoretically integrates the mode pairing scheme into QCC, significantly boosting the key rate to $R\\sim O(\u03b7)$, which is independent of the number of users, and thus demonstrating greater application potential. Experimentally, in this work, we implement the three-user AMDI QCC network without global phase tracking by adopting the fast Fourier transform-based frequency difference estimation and the phase drift compensation technique. Finally, we achieve a key rate of about $4.470\\times10^{-9}$ bits per pulse under a maximum overall loss of about 59.6 dB. This work provides a scalable solution for the development of large-scale quantum communication networks in the future."}, {"id": "c1830", "text": "Novel High-Scalability Architecture for Photonic Deep Learning : Photonic computing promises ultrafast and energy-efficient artificial intelligence. However, existing photonic neural networks (PNNs) remain functionally shallow and difficult to scale. Here we establish a theory-guided framework showing that power stability and complex-field correlation are the fundamental prerequisites for scalable, coherent PNNs. Building on these macroscopic principles, we introduce the Coherent, Compensated and Cross-connected (C3) unit - an architecture that integrates coherent nonlinearity, active loss compensation and native optical residual connectivity. Implemented on a silicon-on-insulator platform, the C3 unit provides reconfigurable activation functions and dynamic energy stabilization without external amplification. We validate this framework using a width-constrained spiral benchmark, in which the C3 unit substantially improves parameter utilization and power robustness relative to incoherent nonlinearities. In a high-complexity 1,623-class recognition task, our C3-enabled coherent residual network (CoP-ResNet) achieves a top-1 accuracy of 77.92%, whereas non-residual architectures fail to converge. Together, these results offer a physically grounded, theory-guided pathway toward greater optical processing depth, laying the foundation for next-generation, large-scale photonic computing architectures."}, {"id": "c1831", "text": "Refractive Index Tuning of Terahertz Photonic Materials Based on a Stretchable Silicon Effective Medium : Dynamically tunable terahertz (THz) photonics requires low-loss dielectric platforms with practical, continuous control of refractive index. Here we present a mechanically reconfigurable THz photonic material platform: a monolithic, all-silicon (Si) stretchable effective medium whose refractive index is tuned by deformation. A 200 micrometer-thick high-resistivity single-crystal Si slab was patterned into a subwavelength spiral-spring through-hole lattice, rendering bulk Si mechanically compliant while preserving its low-loss dielectric response. THz time-domain spectroscopy demonstrates high transmission below 0.6 THz and reveals a monotonic decrease in the effective refractive index under uniaxial stretching. At 12.6% elongation, the effective index decreases by 6% and 8% for polarizations perpendicular and parallel to the stretch direction, respectively, thereby demonstrating deformation-induced, controllable anisotropy without a detectable increase in extinction. This structurally engineered bulk-Si approach offers a process-compatible route to mechanically tunable, low-loss THz components for adaptive wavefront and polarization control."}, {"id": "c1832", "text": "Closed-loop control of a monolithically 3D nano-printed electromagnetic lens scanner with an integrated Hall sensor : 3D nano-printing through two-photon polymerization enables monolithic manufacturing of mechanical and freeform micro-optical elements with high inherent alignment accuracy. However, viscoelasticity and temperature-dependent stiffness of the photopolymer lead to hysteresis and drift, which significantly degrade open-loop position accuracy and long-term stability in quasi-static operation. Therefore, closed-loop control with integrated displacement sensing is essential for 3D nano-printed optical microsystems in practical precision positioning applications. Here, we present a closed-loop control system for a such a lens actuator that uses a commercial 3-axis Hall sensor for position tracking. A NdFeB micromagnet encircling the integrated microlens provides both the actuation force and a position-dependent sensing signal. The Hall sensor, located between an anti-Helmholtz-like coil pair that drives the scanner bidirectionally, measures the combined field due to the micro-magnet and the coil pair. Calibration-based subtraction separates the coil field and sensor offset contributions to recover the magnet field and thus the axial magnet displacement. Closed-loop operation yields a mean absolute accuracy of 0.86 um and a precision of 0.49 um over a displacement range of 150 um while eliminating viscoelastic creep, suppressing hysteresis, and minimizing temperature-induced displacement drift under coil self-heating. This sensing approach requires no additional microfabrication steps and provides a practical path toward stable and repeatable positioning for monolithically 3D nano-printed optical microsystems."}, {"id": "c1833", "text": "Lorentz-Violating Wormhole Optics : We study massless spin-1 field propagation in a static, circularly symmetric $(2+1)$-dimensional wormhole with spatial Lorentz-violating anisotropy characterized by the throat radius $a$ and deformation parameter $\u03b7$. The geometry is horizon-free, geodesically complete, and asymptotically flat, with negative Gaussian curvature localized near the throat. Using the fully covariant vector boson formalism and covariant Maxwell theory, we derive an exact Schr\u00f6dinger-type radial equation with a curvature-induced effective potential. Recasting the dynamics in Helmholtz form yields an effective refractive-index profile, showing that the wormhole acts as an inhomogeneous optical medium with position-dependent refractive index and frequency-dependent confinement, where low-frequency modes are strongly trapped while high-frequency modes propagate almost freely. A differential-geometric correspondence with helicoidal surfaces is established via $1/[a^2(1-\u03b7)] \\leftrightarrow w^2$, demonstrating that Lorentz-violation-induced curvature is mathematically equivalent to curvature generated by geometric twist and linking the model to twisted graphene nanoribbons as analog-gravity platforms. These results provide a geometric framework for curvature-driven localization, dispersion, and anisotropic wave propagation in topologically nontrivial $(2+1)$-dimensional backgrounds."}, {"id": "c1834", "text": "Native QR Factorization on Programmable Photonic Meshes : We propose a photonic native procedure for computing the QR factorization of a matrix using a programmable unitary interferometer mesh. The method configures the mesh through a sequence of local power routing steps within tunable two mode interferometric elements, while reading out the resulting upper triangular factor directly from the optical outputs. The number of physical operations grows quadratically ($O(N^2)$) with matrix size, matching the information content of a dense input and reducing runtime relative to standard digital QR routines, which scale cubically ($O(N^3)$). Beyond single factorizations, the same architecture supports iterative spectral computations by reusing the configured interferometer in a mirrored arrangement that implements the core update step of the QR eigenvalue algorithm. We also describe related optical procedures for Hessenberg reduction and Bidiagonalization, serving as compatible preprocessors for QR and SVD workflows. Finally, we analyze the impact of finite control resolution on the computed factors."}, {"id": "c1835", "text": "Robust quantized transport from topological quasienergy winding in long-range-coupling synthetic quantum walks : Quantized transport is a prominent feature in topological physics, with canonical examples being the quantum Hall effect and adiabatic Thouless pump, which are based on the Chern number, a topological invariant of 2D systems. Going beyond the Chern-number-based paradigms, quantized transports can also arise from k-direction quasienergy winding unique to periodically driven (Floquet) systems, which are free of dimensionality and adiabaticity limitations. However, lattices displaying winding of their quasienergy bands require asymmetric long-range couplings that are difficult to achieve in lattices of real-space coupled sites. Here, by leveraging photonic synthetic dimensions we construct asymmetric long-range-couplings in a one-dimensional temporal quantum walk based on three coupled fiber loops. We demonstrate quantized transport arising from the winding of quasienergy bands in k direction. We show that the average group velocity of an initial wave packet is proportional to the winding number, which leads to a quantized transport displacement. To better visualize this quantized displacement, we cascade two regions with flipped nearest/long-range couplings and observe a focusing effect with a quantized spatial shift in the focusing point. We also probe the robust properties of quantized transport against obstacles and disorders. The study initiates quasienergy-winding-based topological transports, which can feature applications in precise and robust imaging and information processing."}, {"id": "c1836", "text": "True Bound States in the Continuum in Compact All-Dielectric Structures : Bound states in the continuum (BICs), known for their theoretically infinite quality (Q) factors and strong field localization, hold great promise for high-performance photonic devices. However, conventional true BICs typically rely on infinitely periodic structures, and their realization in finite-sized compact structures faces fundamental challenges, which severely limits device miniaturization and integration. In this work, a compact BIC design method based on optical conformal mapping is proposed, where a conventionally infinite periodic structure extended along one direction is mapped into a finite-sized annular structure. This symmetry transition, i.e., from translational to rotational, enables structural miniaturization while fully preserving the eigenvalues and BIC type of the original system. These transformations require only the adjustment of background permittivity and source distribution, without introducing extreme material parameters. As a concrete example, we show through theoretical and numerical analysis that a transformed compact all-dielectric structure, consisting of a double annular dielectric grating embedded in a gradient-index dielectric background, can support true BICs in a finite region. This work provides a simple and general strategy for achieving true BICs in compact all-dielectric structures, paving the way toward miniaturized high-Q photonic devices."}, {"id": "c1837", "text": "Photonic timing-engineered solitons for dual-microcomb metrology : Dissipative microcavity solitons offer a route to integrate comb-based metrology systems on photonic chips. However, integrated solitons generally lack agile control of comb parameters, particularly pulse timing control, hindering their application in quantum-limited metrology. Here we introduce dynamical soliton trapping to enable optically timing-engineered microcombs (OTEM). By injecting an auxiliary laser to anchor one of the microcomb lines, we create a potential well to trap and steer the soliton. Thus, soliton timing can be engineered by phase modulating the injected laser. Theory and measurement reveal the fast response bandwidth of the OTEM, which enabled a soliton slew rate of 31.3 ps/$\u03bc$s, surpassing existing time-programmable fiber laser combs by more than two orders of magnitude. Leveraging the timing scan, we used a single OTEM for single-pixel and parallel ranging by retrieving the phase of the multi-heterodyne beat spectrum. Picometer-scale ranging precision was achieved, establishing new record for optical absolute ranging. Our work can transform timing-engineering of microcavity solitons and endow integrated dual-microcomb metrology systems with enhanced precision."}, {"id": "c1838", "text": "Real-time Calibration-free Imaging Through Dynamic and Distinct Multimode Fibers via Spatial Harmonic Invariant Nonlinear Encoding (SHINE) : Multimode fibers (MMFs) provide a compact, high-throughput platform for minimally invasive imaging and information transmission. However, their utility is fundamentally constrained by mode mixing, which renders image transmission spatially disrupted and sensitive to external perturbations. Current imaging methods typically rely on transmission matrix measurement or deep learning models that are fragile to fiber movement, necessitating frequent, time-consuming calibrations and re-calibrations that are easily disrupted and fail to generalize across different fiber configurations, let alone across entirely distinct fibers. Here, we propose a calibration and feedback-free MMF coherent imaging paradigm, that we termed Spatial Harmonic Invariant Nonlinear Encoding (SHINE). By leveraging the angle-dependent phase-matching conditions of second-harmonic generation, we encode spatial features into broadband spectral signatures that possess intrinsic insensitivity not only to modal scrambling but also to fiber bending, movement, as well as structural variations. This spectral representation enables a deep learning model to robustly reconstruct images in real time despite dynamic perturbations and even generalizes well to distinct MMFs without recalibration or feedback. We achieve experimentally an average Pearson correlation coefficient (PCC) of 0.82 for image reconstruction tasks on Fashion-MNIST and a classification accuracy of 92.3% on HERLEV biomedical dataset. Uniquely, our method exhibits remarkable cross-fiber generalization: a model trained on a single MMF successfully reconstructs images transmitted through entirely distinct, previously unseen MMFs with a PCC of 0.74. These results establish a robust, calibration-free framework for imaging through MMFs in real time, paving the way for practical, resilient optical diagnostics that operate without distal-end feedback."}, {"id": "c1839", "text": "Range Emulator: A Compact Paraxial Optical System to Emulate Long-Distance Monochromatic Laser Propagation : Emulating long-distance light propagation on a laboratory scale is essential for the ground-based testing of intersatellite optical systems. To address this challenge, we propose and analyze a novel optical system called the Range Emulator (RE) to reproduce the spatial propagation effects of a long-distance beam within a compact apparatus. Our analysis identifies that three lenses are required as the minimum number of lenses to implement the RE. Through a numerical exploration, we quantify the fundamental trade-off between system compactness and manufacturing precision. This work provides a practical framework for designing compact optical testbeds for future multi-satellite laser link technologies."}, {"id": "c1840", "text": "An Optomechanical Coin Flip: Wavelength-Modulated, Erbium-Powered Rotations in a Levitated System : Optical levitation of nano-scale systems offers a pathway to highly sensitive rotation measurements, which are critical for advancing gyroscopic technologies. While prior studies have primarily focused on controlling rotational degrees of freedom of optically levitated particles via modulation of optical power, polarization, and ambient pressure, here we demonstrate wavelength-controlled rotation of the \"coin-flip\" mode in optically levitated NaYF hexagonal prisms doped with erbium by modulating the wavelength of a secondary pump beam. By switching the pump light wavelength, we precisely modulate the particle's rotation rate in a binary fashion, encoding the ASCII message \"hello\" in its rotational frequency. Finally, we observe long-term bimodal periodic dynamics in the rotational motion of a levitated prism that are suggestive of a Dzhanibekov (or tennis-racket)-like effect."}, {"id": "c1841", "text": "Enhancing FRET through DNA-controlled Emitters and ENZ Metamaterials : The ability to significantly enhance energy transfer processes at the nanoscale requires the simultaneous optimization of molecular scale orientation and macroscopic photonic enhancement between multiple quantum emitters. However, achieving this dual control has remained a significant experimental challenge, often limited by the stochastic arrangement of emitter assemblies and spatially non-uniform electromagnetic fields in conventional photonic platforms. In this work, we demonstrate a unified architecture that achieves this synergy by combining the structural precision of DNA nanotechnology with the unique field environment generated by epsilon-near-zero (ENZ) materials. Using DNA molecular beacons as programmable emitter scaffolds, we establish fixed donor-acceptor separations and emitter orientations (Atto425/Cy3.5) in two well-defined conformational states: closed hairpin (emitter separation 2 nm), and open extended (7.2 nm) configurations. These structures are then embedded in the near-field of a multilayer ENZ metamaterial substrate, which facilitates spatially uniform, enhanced electromagnetic field coupling. Time-resolved photoluminescence measurements demonstrate a significant increase in FRET efficiency for DNA-programmed emitter pairs in the ENZ environment, compared to those on a glass substrate, corresponding to increased donor quenching and shortened donor lifetime. These results establish a scalable experimental pathway for engineering light-matter interactions at molecular scales, enabled by the structural precision of DNA paired with ENZ mediated redistribution of the local density of optical states (LDOS) to amplify near-filed coupling between quantum emitters, with applications in next-generation bio-sensing and quantum photonic technologies."}, {"id": "c1842", "text": "Dynamic Lattice Disorder and Collective Dipole Coupling Give Rise to Dicke Physics in Perovskite Quantum Dots : Halide perovskite quantum dots exhibit cooperative optical phenomena that are absent in conventional semiconductor nanocrystals, including exciton superradiance, superabsorption, and biexciton superradiance within individual dots. Here we develop a microscopic theory that identifies the physical origin of these Dicke effects and establishes how they can be controlled by materials parameters. The central result is that cooperative emission emerges from a competition between collective coupling of optical transition dipoles and lattice-induced disorder, with the balance governed by the Raman-derived phonon spectral density and the excitonic oscillator strength. At elevated temperature, strong Fr\u00f6hlich coupling and glassy lattice dynamics produce dynamic disorder that suppresses dipole synchronization and yields incoherent emission. Upon cooling, lattice fluctuations freeze and cooperative coherence emerges when the collective coupling exceeds residual static disorder, defining size- and composition-dependent crossover temperatures that we map as phase diagrams. Extending the framework to biexcitons, we show that a confined biexciton constitutes a single correlated charge distribution dressed by a shared lattice configuration, enabling pathway-indistinguishable decay and cooperative radiative enhancement. The theory quantitatively accounts for observed size, composition, and temperature trends in radiative-rate constant ratios and biexciton binding energies, while explaining why full Dicke saturation is not universal. More broadly, the results establish Raman spectral weight and oscillator strength as design parameters for engineering cooperative quantum-optical behavior in quantum materials."}, {"id": "c1843", "text": "DC-to-GHz Modulation In Microring Modulators Using Ferroelectric Nematic Liquid Crystal-on-Silicon in a Foundry Photonic Process : Silicon-organic hybrid (SOH) platforms exhibit exceptional electro-optic (EO) properties, including high-speed operation, low energy consumption, and compact footprints. However, the absence of a scalable poling method for EO polymers, combined with the slow switching speeds characteristic of liquid crystals, has impeded the integration and compatibility of these materials with commercial silicon photonic foundries. On the other hand, the realization of very-large-scale photonic integrated circuits (PICs) in the native silicon photonics platform itself is impeded by the complexities associated with the wavelength and thermal stabilization for microring modulators (MRMs). This study establishes the foundation for a poling-free, CMOS-compatible SOH MRM platform by exploiting simultaneous AC phase shifts in ferroelectric nematic liquid crystals (FN-LCs). We present the first demonstration of an MRM coated with FN-LC, with both the RF signal and the DC bias applied to the same electrodes, taking advantage of the dual phase shift uniquely available in FN-LC. An EO bandwidth of f$_{-6dB}\\approx$ 7.8 GHz is achieved \\textendash~ the highest reported value for an SOH MRM to date. As a proof of concept, we demonstrate an approximately linear resonance shift across the full width at half maximum ($\\approx$ 150 pm/V), with a static power efficiency of $\\approx$ 4.5 nW/$\u03c0$ for an MRM occupying a total footprint of $\\approx$ 0.084 mm$^2$ and exhibiting an on-chip optical insertion loss of $\\approx$ 0.78 dB. Successful infiltration of FN-LC, selectively patterned on top of phase shifters, along with optical input/output channels established using free-form photonic wire bonds, is demonstrated in the proposed PIC."}, {"id": "c1844", "text": "Two-spin-multiplexed optoacoustic light storage in chiral photonic crystal fiber : The ability to coherently store and manipulate optical information across multiple degrees of freedom is a central requirement for scalable quantum information processing and multidimensional quantum computing. While polarization- and space-division-multiplexing have substantially increased the capacity of classical optical systems, their extension to coherent and reconfigurable photonic memories remains a key challenge. Here we demonstrate a two-spin-channel-multiplexed photonic memory based on chiral stimulated Brillouin scattering in a chiral photonic crystal fiber. Exploiting the intrinsic preservation of circular polarization in the chiral photonic crystal fiber, left- and right-circularly polarized modes serve as two orthogonal and independent storage channels. Multiple optical data pulses can be selectively or simultaneously stored and retrieved by simply controlling the polarization states of the write-read pulses. The storage time is continuously tunable, and the underlying Brillouin process preserves coherence and channel orthogonality. The result establishes chiral Brillouin scattering as an effective mechanism for spin-channel-multiplexed optoacoustic light storage, providing a robust and scalable platform for multidimensional photonic memories. It also open new opportunities for classic and quantum information processing, reconfigurable quantum networks, and hybrid light-matter interfaces based on coherent acoustic excitations."}, {"id": "c1845", "text": "Twist-Engineered Nonlinearity in Two-Dimensional Crystals for Tailored Quantum Light : Van der Waals (vdW) materials enable nonlinear-optical engineering with unprecedented resolution: their strong second-order susceptibilities ($\u03c7^{(2)}$) and twist-tunable interlayer symmetry allow the effective nonlinearity to be shaped continuously, rather than through binary $\\pm\u03c7^{(2)}$ domain inversion as in bulk ferroelectrics. Here, we show that twist-angle domain engineering exploits this continuous degree of freedom to reconstruct target longitudinal nonlinearity profiles with high fidelity. Using spontaneous parametric down-conversion (SPDC) as a benchmark, we demonstrate that twist-engineered vdW crystals yield significantly improved approximations of target phase-matching functions and correspondingly higher single-photon purities, particularly in compact devices where fabrication constraints limit conventional approaches. We further show that this framework remains effective in experimentally relevant vdW materials and demanding non-degenerate wavelength regimes involving mid-infrared photons. More broadly, the ability to continuously and locally program $\u03c7^{(2)}$ establishes a general framework for tailoring a wide range of SPDC properties, including absolute brightness, joint spectral amplitude structure, signal-idler frequency separation, and temporal wavepacket shape beyond what is accessible in conventional nonlinear crystals. These results position vdW heterostructures as a powerful platform for engineered quantum light sources and open new opportunities for nonlinear-optical devices shaped with monolayer thickness scale."}, {"id": "c1846", "text": "Gabor Holography Reinvented : This paper presents a \"reinvention\" of Gabor Holography that does not suffer optically from the inherent twin-image problem originating back to Gabor's original Nobel Prize awarded invention. In-line or on-axis holography was ironically abandoned by its inventor Dennis Gabor himself and was effectively completely \"re-placed\" by so-called off-axis holography at the time when Gabor received the Nobel Prize in Physics in 1971. However, Gabor Holography is today the method of choice in modern digital holography due to its inherent on-axis, common-path robustness, lower requirements to resolution of the image sensor (or recording material), shorter exposure time, relaxed mechanical stability and temporal coherence requirements. However, it still inherently suffers from the aforementioned twin-image problem and, hence, one will find an abundance of papers trying to overcome this challenge by iterative phase retrieval or machine learning based approaches. Gabor Holography Reinvented overcomes this long-lasting twin-image problem for the first time by optical means."}, {"id": "c1847", "text": "1D Scattering through time dependent media with memory : We construct a scattering matrix with operator valued entries describing solutions to the 1+1 wave equation where permittivities has memory and depends on time and space. It is the analogue of the scattering matrix for spatially localised perturbations where the entries are functions of frequency and appear as Fourier multipliers in solutions of the wave equation. This provides a mathematical explanation of the numerical construction in the recent paper by Horsley et al. The appendix by Zhen Huang and Maciej Zworski presents a numerical scheme for solving the wave equation considered in this article."}, {"id": "c1848", "text": "Particle-like topologies of light in turbulent complex media : The basic building blocks of many forms of optical topologies are particle-like singularities in phase and polarisation, giving rise to lines of darkness that weave complex threads in 3D space. Although known for half a century since seminal work on dislocations in wave trains, their behaviour in complex media remains under debate, especially with respect to their relative stability. Here we show that polarisation and phase vortices behave identically in one-sided turbulent complex channels. We perform complementary numerical and experimental studies using atmospheric turbulence as a test case, demonstrating agreement and equivalent dynamics. Our work addresses open questions on optical topologies and will be relevant to their harnessing for applications such as sensing, communication, imaging, and information transfer in noisy or complex environments."}, {"id": "c1849", "text": "Composition-Dependent Plasmon-Enhanced Emission in Lead-Free Cs$_3$Cu$_2$X$_5$ Halides: A DFT--FDTD Study : Lead-free Cs$_3$Cu$_2$X$_5$ (X = Cl, Br, I) halides exhibit high photoluminescence quantum yields and excellent ambient stability, yet light-emitting devices based on these materials remain limited by poor optical outcoupling. In this work, we develop an integrated density functional theory (DFT) and finite-difference time-domain (FDTD) framework to establish quantitative links between halide composition, wavelength-dependent optical constants, and plasmonic enhancement. First-principles calculations are used to obtain composition-specific refractive index (n) and extinction coefficient (k) spectra, which are directly implemented into three-dimensional FDTD simulations of a complete PeLED stack incorporating Ag/SiO$_2$ core--shell nanostructures. Among the investigated compositions, Cs$_3$Cu$_2$Cl$_5$ demonstrates the strongest plasmonic response, achieving a 4.4$\\times$ Purcell enhancement and 30\\% light extraction efficiency (LEE) using optimized nanorods. The superior performance originates from its lower refractive index, which reduces dielectric screening and improves near-field coupling. Cs$_3$Cu$_2$Br$_5$ exhibits the highest spectral overlap ($J_{\\mathrm{cos}} = 0.955$) but yields moderate extraction (26%) due to increased optical confinement. Cs$_3$Cu$_2$I$_5$ requires a nanosphere geometry and shows limited enhancement, with LEE restricted to 10%. Distance-ependent analysis reveals composition-specific optimal emitter--plasmon separations, ranging from 8--12 nm for Cs$_3$Cu$_2$Br$_5$ to approximately 15 nm for Cs$_3$Cu$_2$Cl$_5$. These results provide composition-dependent design guidelines for plasmon-enhanced lead-free PeLEDs and highlight the critical role of accurate optical constants in predictive device optimization."}, {"id": "c1850", "text": "Designing electrostatic MEMS-based electron optics: the case of the spiral phase plate : A new generation of microfabricated MEMS for electron optics is changing electron microscopy for the better. These devices allow operations on the electron beam that are impossible with conventional electron optics. Unprecedented phase landscapes like tunable spiral phase plates and localized strong phase gradients are just some examples of what can be achieved. This work establishes the methodological foundation to design and control MEMS based phase plates. The design strategy is rooted on a novel analytical and numerical modeling of thin electrodes with accurate account of the fringing fields having a major role in the thin-MEMS geometry. We designed, fabricated and characterized experimentally a spiral phase plate, and assessed the quality of the generated vortex beam while discussing the most relevant control parameters and design approaches."}, {"id": "c1851", "text": "Circular V-grooves on single-crystal gold: optical properties and sensing feasibility : Single-crystal Au(111) microplates provide an ultra-smooth, low-defect platform for reproducible plasmonic nanocavities. Here we realize reflection-mode whispering-gallery metasurfaces comprising periodic arrays of circular V-groove cavities milled into optically thick Au microplates and characterize their visible--near-IR response. The measured spectra exhibit narrow, depth-tunable Fano-like reflectance minima with weak azimuthal dependence, reproduced by quarter-cell finite-element modeling consistent with strong gap-surface-plasmon confinement. For refractometric sensing, simulations yield bulk sensitivities up to $\\sim 598$ nm RIU$^{-1}$ and figures of merit up to $\\sim 33$ (hexagonal lattice). As a model-based illustration, a functionalized architecture targeting \\textit{Plasmodium falciparum} lactate dehydrogenase (PfLDH), a common malaria target of rapid diagnostic tests, gives an estimated limit of detection of $0.016$ nM ($\\sim 0.56$ ng mL$^{-1}$) under the adopted noise floor."}, {"id": "c1852", "text": "Profiling THz Beams With Off-Label Use of Infrared Microbolometric Cameras : Visualizing the spatial profile of light beams is essential for evaluating irradiance, characterizing beam quality, and achieving precise alignment. In the optical spectral range, this is readily performed using silicon-based CCD and CMOS cameras. In the terahertz (THz) range, however, it typically requires specialized detectors with prohibitive costs. Here, we show that an infrared (IR) camera can be used outside of its labeled specifications to achieve similar performance as a dedicated microbolometric THz camera, at under 1% of the THz camera's cost. We compared the cameras by characterizing THz beam profiles from two sources: a pulsed broadband THz beam produced through optical rectification in organic crystals, and a narrowband quasi-continuous-wave (quasi-CW) THz beam emitted by a quantum cascade laser. For the broadband THz radiation, the beam width measured by the two cameras differed by only ~ 6%, well within the pixel resolution limit, and in the narrowband quasi-CW case by just ~ 1.3%. Additionally, both cameras show linear responsivity over a comparable irradiance range. These results expand the applicability of conventional IR cameras to the THz range, suggesting that they will become routine tools for high-fidelity THz beam diagnostics and imaging in scientific and industrial applications."}, {"id": "c1853", "text": "Physics-informed Active Polarimetric 3D Imaging for Specular Surfaces : 3D imaging of specular surfaces remains challenging in real-world scenarios, such as in-line inspection or hand-held scanning, requiring fast and accurate measurement of complex geometries. Optical metrology techniques such as deflectometry achieve high accuracy but typically rely on multi-shot acquisition, making them unsuitable for dynamic environments. Fourier-based single-shot approaches alleviate this constraint, yet their performance deteriorates when measuring surfaces with high spatial frequency structure or large curvature. Alternatively, polarimetric 3D imaging in computer vision operates in a single-shot fashion and exhibits robustness to geometric complexity. However, its accuracy is fundamentally limited by the orthographic imaging assumption. In this paper, we propose a physics-informed deep learning framework for single-shot 3D imaging of complex specular surfaces. Polarization cues provide orientation priors that assist in interpreting geometric information encoded by structured illumination. These complementary cues are processed through a dual-encoder architecture with mutual feature modulation, allowing the network to resolve their nonlinear coupling and directly infer surface normals. The proposed method achieves accurate and robust normal estimation in single-shot with fast inference, enabling practical 3D imaging of complex specular surfaces."}, {"id": "c1854", "text": "Optimized Phase Masks for Absorption of Ultra-Broadband Pulses by Narrowband Atomic Ensembles : By combining genetic algorithm and a spatial light modulator we theoretically analyse how to improve a two-photon cascade absorption in atomic ensembles, inspecting the impact of various configurations and parameters in the optimized phase mask. At low atomic densities, we compare the cases of sequential transitions with the two photons coming from the same pulse or from two different pulses. For the former, we predict an enhancement by a factor of $9.5$, similar to what was previously reported in the literature [Phys. Rev. Lett. {\\bf 86}, 47 (2002)]. For the later, on the other hand, we obtain an enhancement factor of $26$ times. This absorption of two photons by different pulses is of particular interest for the storage of ultra-broadband single photons by atomic ensembles, in which case the second photon would come from a control pulse. We investigate this process as a function of the atomic density, demonstrating enhancements by factors up to 3 for the two-photon absorption after propagating through large optical depths. However, for the experimental conditions considered in the previous work by Carvalho {et al.} [Phys. Rev. A {\\bf 101}, 053426 (2020)], in terms of control power and optical depths, we show that this enhancement in two-photon absorption would still result in just a modest increase of the absorption of a weak probe pulse."}, {"id": "c1855", "text": "Heterogeneous Memory Design Exploration for AI Accelerators with a Gain Cell Memory Compiler : As memory increasingly dominates system cost and energy, heterogeneous on-chip memory systems that combine technologies with complementary characteristics are becoming essential. Gain Cell RAM (GCRAM) offers higher density, lower power, and tunable retention, expanding the design space beyond conventional SRAM. To this end, we create an OpenGCRAM compiler supporting both SRAM and GCRAM. It generates macro-level designs and layouts for commercial CMOS processes and characterizes area, delay, and power across user-defined configurations. The tool enables systematic identification of optimal heterogeneous memory configurations for AI tasks under specified performance metrics."}, {"id": "c1856", "text": "LUTstructions: Self-loading FPGA-based Reconfigurable Instructions : General-purpose processors feature a limited number of instructions based on an instruction set. They can be numerous, such as with vector extensions that include hundreds or thousands of instructions, but this comes at a cost; they are often unable to express arbitrary tasks efficiently. This paper explores the concept of having reconfigurable instructions by incorporating reconfigurable areas in a softcore. It follows a relatively-recently proposed computer architecture concept for seamlessly loading instruction implementation-carrying bitstreams from main memory. The resulting softcore is entirely evaluated on an FPGA, essentially having an FPGA-on-an-FPGA for the instruction implementations, with no notable operating frequency overhead. This is achieved with a custom FPGA architecture called LUTstruction, which is tailored towards low-latency for custom instructions and wide reconfiguration, as well as a soft implementation for the purposes of architectural exploration."}, {"id": "c1857", "text": "TOM: A Ternary Read-only Memory Accelerator for LLM-powered Edge Intelligence : The deployment of Large Language Models (LLMs) for real-time intelligence on edge devices is rapidly growing. However, conventional hardware architectures face a fundamental memory wall challenge, where limited on-device memory capacity and bandwidth severely constrain the size of deployable models and their inference speed, while also limiting on-device adaptation. To address this challenge, we propose TOM, a hybrid ROM-SRAM accelerator co-designed with ternary quantization, which balances extreme density with on-device tunability. TOM exploits the synergy between ternary quantization and ROM to achieve extreme memory density and bandwidth, while preserving flexibility through a hybrid ROM-SRAM architecture designed for QLoRA-based tunability. Specifically, we introduce: (1) a sparsity-aware ROM architecture that synthesizes ternary weights as standard-cell logic, eliminating area overhead from zero-valued bits; (2) a distributed processing architecture that co-locates high-density ROM banks with flexible SRAM-based QLoRA adapters and compute units; and (3) a workload-aware dynamic power gating scheme that exploits the logic-based nature of ROM to power down inactive banks, minimizing dynamic energy consumption. TOM achieves an inference throughput of 3,306 TPS using BitNet-2B model, demonstrating its effectiveness in delivering real-time, energy-efficient edge intelligence."}, {"id": "c1858", "text": "FAST-Prefill: FPGA Accelerated Sparse Attention for Long Context LLM Prefill : In long-context large language model (LLM) inference, the prefill stage dominates computation due to self-attention over the complete input context. Sparse attention significantly reduces self-attention computation by limiting each token's interactions to a subset of tokens. The attention sparsity pattern varies across input prompts, and within a prompt, each attention head can follow a distinct pattern. This makes attention sparsity dynamic. The requirement of generating the sparsity pattern, combined with limited data reuse in attention, shifts the prefill compute to being memory-bound. This, in addition to the huge energy requirements for long-context inference on GPU, motivates FPGAs as good candidates for accelerating dynamic long-context inference.\n To tackle these challenges, we propose FAST-Prefill, the first FPGA accelerator for long-context prefill-stage inference with dynamic sparse attention. To efficiently generate sparse indices, we propose a \\textit{fused pipeline unit with a memory-aware execution order} to reduce large tensors and irregular memory accesses. To reduce off-chip memory traffic for accessing the KV cache, we utilize the memory hierarchy to design a \\textit{liveness-driven, dual-tier cache}. For high-throughput matrix multiplication, we design a \\textit{hybrid Matrix Processing Unit (MPU)} with DSPs and bit-plane decomposition using LUTs. We implement FAST-Prefill on Alveo U280 and evaluate it on the Llama and Qwen models (batch size = 1) for context lengths ranging from 4K to 128K tokens. We demonstrate an average speedup of up to 2.5$\\times$ in TTFT and 4.5$\\times$ improvement in energy efficiency over GPU implementation on Nvidia A5000 GPU."}, {"id": "c1859", "text": "SegSEM: Enabling and Enhancing SAM2 for SEM Contour Extraction : Extracting high-fidelity 2D contours from Scanning Electron Microscope (SEM) images is critical for calibrating Optical Proximity Correction (OPC) models. While foundation models like Segment Anything 2 (SAM2) are promising, adapting them to specialized domains with scarce annotated data is a major challenge. This paper presents a case study on adapting SAM2 for SEM contour extraction in a few-shot setting. We propose SegSEM, a framework built on two principles: a data-efficient fine-tuning strategy that adapts by selectively training only the model's encoders, and a robust hybrid architecture integrating a traditional algorithm as a confidence-aware fallback. Using a small dataset of 60 production images, our experiments demonstrate this methodology's viability. The primary contribution is a methodology for leveraging foundation models in data-constrained industrial applications."}, {"id": "c1860", "text": "GauS: Differentiable Scheduling Optimization via Gaussian Reparameterization : Efficient operator scheduling is a fundamental challenge in software compilation and hardware synthesis. While recent differentiable approaches have sought to replace traditional ones like exact solvers or heuristics with gradient-based search, they typically rely on categorical distributions that fail to capture the ordinal nature of time and suffer from a parameter space that scales poorly. In this paper, we propose a novel differentiable framework, GauS, that models operator scheduling as a stochastic relaxation using Gaussian distributions, which fully utilize modern parallel computing devices like GPUs. By representing schedules as continuous Gaussian variables, we successfully capture the ordinal nature of time and reduce the optimization space by orders of magnitude. Our method is highly flexible to represent various objectives and constraints, which provides the first differentiable formulation for the complex pipelined scheduling problem. We evaluate our method on a range of benchmarks, demonstrating that Gaus achieves Pareto-optimal results."}, {"id": "c1861", "text": "Compute System Organization for High Frequency High Order Wavefront Sensing and Control : Maintaining long-term wavefront stability is critical for the Habitable Worlds Observatory (HWO), which targets contrasts approaching $10^{-10}$ and therefore requires continuous dark-zone maintenance using high-order wavefront sensing and control (HOWFSC). Prior work has advanced HOWFSC algorithms and profiled candidate implementations on radiation-hardened processors, highlighting a substantial gap between the computational demands of LUVOIR-scale HOWFSC and the capabilities of current onboard spacecraft hardware. In this paper, we argue that this gap can be closed by offloading the HOWFSC pipeline to a dedicated co-flying compute satellite at Sun-Earth L2. This approach enables the use of modern, radiation-tolerant high-performance processors without increasing risk to the primary observatory. We show that such an architecture can increase the end-to-end control cadence from the sub-hertz regime typical of radiation-hardened onboard processing or ground-in-the-loop operation to tens and even hundreds of hertz. We evaluate commercial hardware platforms in terms of performance and feasibility, and we propose custom architectures that enable higher control frequencies with significant power consumption reductions. Finally, we outline system-level considerations for co-flying compute, including reliability, satellite integration, and inter-satellite communication constraints."}, {"id": "c1862", "text": "CQ-CiM: Hardware-Aware Embedding Shaping for Robust CiM-Based Retrieval : Deploying Retrieval-Augmented Generation (RAG) on edge devices is in high demand, but is hindered by the latency of massive data movement and computation on traditional architectures. Compute-in-Memory (CiM) architectures address this bottleneck by performing vector search directly within their crossbar structure. However, CiM's adoption for RAG is limited by a fundamental ``representation gap,'' as high-precision, high-dimension embeddings are incompatible with CiM's low-precision, low-dimension array constraints. This gap is compounded by the diversity of CiM implementations (e.g., SRAM, ReRAM, FeFET), each with unique designs (e.g., 2-bit cells, 512x512 arrays). Consequently, RAG data must be naively reshaped to fit each target implementation. Current data shaping methods handle dimension and precision disjointly, which degrades data fidelity. This not only negates the advantages of CiM for RAG but also confuses hardware designers, making it unclear if a failure is due to the circuit design or the degraded input data. As a result, CiM adoption remains limited. In this paper, we introduce CQ-CiM, a unified, hardware-aware data shaping framework that jointly learns Compression and Quantization to produce CiM-compatible low-bit embeddings for diverse CiM designs. To the best of our knowledge, this is the first work to shape data for comprehensive CiM usage on RAG."}, {"id": "c1863", "text": "Extending CPU-less parallel execution of lambda calculus in digital logic with lists and arithmetic : Computer architecture is searching for new ways to make use of increasingly available digital logic without the serial bottlenecks of CPU-based design. Recent work has demonstrated a fully CPU-less approach to executing functional programs, by exploiting their inherent parallelisability to compile them directly into parallel digital logic. This work uses lambda-calculus as a hyper simple functional language to prove the concept, but is impractical for real-world programming due to the well-known inefficiencies of pure lambda$-calculus. It is common in language design to extend basic lambda-calculus with additional primitives to short-cut common tasks such as arithmetic and lists. In this work, we build upon our previous research to examine how such extensions may be applied to CPU-less functional execution in digital logic, with the objective of advancing the approach toward practical implementation. We present a set of structures and algorithms for representing new primitives, describe a systematic process for selecting, implementing, and evaluating them, and demonstrate substantial reductions in execution time and node usage. These improvements are implemented in an open-source system, which is shown to correctly evaluate a range of representative lambda expressions."}, {"id": "c1864", "text": "Interconnect-Aware Logic Resynthesis for Multi-Die FPGAs : Multi-die FPGAs enable device scaling beyond reticle limits but introduce severe interconnect overhead across die boundaries. Inter-die connections, commonly referred to as super-long lines (SLLs), incur high delay and consume scarce interposer interconnect resources, often dominating critical paths and complicating physical design. To address this, this work proposes an interconnect-aware logic resynthesis method that restructures the LUT-level netlist to reduce the number of SLLs. The resynthesis engine uses die partitioning information to apply logic resubstitutions, which simplifies local circuit structures and eliminates SLLs. By reducing the number of SLLs early in the design flow, prior to physical implementation, the proposed method shortens critical paths, alleviates pressure on scarce interposer interconnect resources, and improves overall physical design flexibility. We further build a tool flow for multi-die FPGAs by integrating the proposed resynthesis method with packing and placement. Experimental results on the EPFL benchmarks show that, compared with a state-of-the-art framework, the proposed method reduces the number of SLLs by up to 24.8% for a 2-die FPGA and up to 27.38% for a 3-die FPGA. On MCNC benchmarks, our tool flow achieves an average SLL reduction of 1.65% while preserving placement quality. On Koios benchmarks, where fewer removable SLLs exist, several designs still exhibit considerable inter-die edge reductions. Overall, the results confirm that reducing inter-die connections at the logic level is an effective approach for multi-die FPGAs."}, {"id": "c1865", "text": "Hardware-Friendly Randomization: Enabling Random-Access and Minimal Wiring in FHE Accelerators with Low Total Cost : The Ring-Learning With Errors (RLWE) problem forms the backbone of highly efficient Fully Homomorphic Encryption (FHE) schemes. A significant component of the RLWE public key and ciphertext of the form $(b,a)$ is the uniformly random polynomial $a \\in R_q$ . While essential for security, the communication overhead of transmitting $a$ from client to server, and inputting it into a hardware accelerator, can be substantial, especially for FHE accelerators aiming at high acceleration factors. A known technique in reducing this overhead generates $a$ from a small seed on the client side via a deterministic process, transmits only the seed, and generates $a$ on-the-fly within the accelerator. Challenges in the hardware implementation of an accelerator include wiring (density and power), compute area, compute power as well as flexibility in scheduling of on-the-fly generation instructions. This extended abstract proposes a concrete scheme and parameters wherein these practical challenges are addressed. We detail the benefits of our approach, which maintains the reduction in communication latency and memory footprint, while allowing parallel generation of uniformly distributed samples, relaxed wiring requirements, unrestricted randomaccess to RNS limbs, and results in an extremely low overhead on the client side (i.e. less than 3%) during the key generation process. The proposed scheme eliminates the need for thick metal layers for randomness distribution and prevents the power consumption of the PRNG subsystem from scaling prohibitively with the acceleration factor, potentially saving tens of Watts per accelerator chip in high-throughput configurations."}, {"id": "c1866", "text": "Closed-Loop Environmental Control System on Embedded Systems : In this paper, our objective is to design, build, and verify a closed-loop environmental control system tailored for small-scale agriculture applications. This project aims to develop a low-cost, safety-critical embedded solution using the Nuvoton NUC140 microcontroller to automate temperature regulation. The goal was to mitigate crop yield losses caused by environmental fluctuations in a greenhouse. Our final implemented system successfully meets all design specifications, demonstrating robust temperature regulation through a PID control loop and ensuring hardware safety through galvanic isolation"}, {"id": "c1867", "text": "pHNSW: PCA-Based Filtering to Accelerate HNSW Approximate Nearest Neighbor Search : Hierarchical Navigable Small World (HNSW) has demonstrated impressive accuracy and low latency for high-dimensional nearest neighbor searches. However, its high computational demands and irregular, large-volume data access patterns present significant challenges to search efficiency. To address these challenges, we introduce pHNSW, an algorithm-hardware co-optimized solution that accelerates HNSW through Principal Component Analysis (PCA) filtering. On the algorithm side, we apply PCA filtering to reduce the dimensionality of the dataset, thereby lowering the volume of neighbor access and decreasing the computational load for distance calculations. On the hardware side, we design the pHNSW processor with custom instructions to optimize search throughput and energy efficiency. In the experiments, we synthesized the pHNSW processor RTL design with a 65nm technology node and evaluated it using DDR4 and HBM1.0 DRAM standards. The results show that pHNSW boosts Queries per Second (QPS) by 14.47x-21.37x on a CPU and 5.37x-8.46x on a GPU, while reducing energy consumption by up to 57.4% compared to standard HNSW implementation."}, {"id": "c1868", "text": "SKYLIGHT: A Scalable Hundred-Channel 3D Photonic In-Memory Tensor Core Architecture for Real-time AI Inference : The growing computational demands of artificial intelligence (AI) are challenging conventional electronics, making photonic computing a promising alternative. However, existing photonic architectures face fundamental scalability and reliability barriers. This paper introduces SKYLIGHT, a scalable 3D photonic in-memory tensor core architecture designed for real-time AI inference. By co-designing its topology, wavelength routing, accumulation, and programming in a 3D stack, SKYLIGHT overcomes key limitations. Its innovations include a low-loss 3D Si/SiN crossbar topology, a thermally robust non-micro-ring resonator (MRR)-based wavelength-division multiplexing (WDM) component, a hierarchical signal accumulation using a multi-port photodetector (PD), and optically programmed non-volatile phase-change material (PCM) weights. Importantly, SKYLIGHT enables in-situ weight updates that support label-free, layer-local learning (e.g., forward-forward local updates) in addition to inference. Using SimPhony for system-level modeling, we show that a single 144 x 256 SKYLIGHT core is feasible within a single reticle and delivers 342.1 TOPS at 23.7 TOPS/W, enabling ResNet-50 inference at 1212 FPS with 27 mJ per image, and achieves 84.17 FPS/W end-to-end (1.61 x higher than an NVIDIA RTX PRO 6000 Blackwell GPU) under the same workload in real-time measurements. System-level evaluations on four representative machine learning tasks, including unsupervised local self-learning, demonstrate SKYLIGHT's robustness to realistic hardware non-idealities (low-bit quantization and signal-proportional analog noise capturing modulation, PCM programming, and readout variations). With noise-aware training, SKYLIGHT maintains high task accuracy, validating its potential as a comprehensive solution for energy-efficient, large-scale photonic AI accelerators."}, {"id": "c1869", "text": "A Logic-Reuse Approach to Nibble-based Multiplier Design for Low Power Vector Computing : Vector multiplication is a fundamental operation for AI acceleration, responsible for over 85% of computational load in convolution tasks. While essential, these operations are primary drivers of area, power, and delay in modern datapath designs. Conventional multiplier architectures often force a compromise between latency and complexity: high-speed array multipliers demand significant power, whereas sequential designs offer efficiency at the cost of throughput. This paper presents a precompute-reuse nibble multiplier architecture that bridges this gap by reformulating multiplication as a structured composition of reusable nibble-level precomputed values. The proposed design treats each operand as an independent low-precision element, decomposes it into fixed-width nibbles, and generates scaled multiples of a broadcast operand using compact shift-add logic. By replacing wide lookup tables and multiway multiplexers with logic-based precomputation and regular accumulation, the architecture decouples cycle complexity from gate delay. The design completes each 8-bit multiplication in two deterministic cycles with a short critical path, scales efficiently across vector lanes, and significantly reduces area and energy consumption. RTL implementations synthesized in TSMC 28 nm technology demonstrate up to 1.69x area reduction and 1.63x power improvement over shift-add, and nearly 2.6x area and 2.7x power savings compared to LUT-based array multipliers at 128 bit scale."}, {"id": "c1870", "text": "HillInfer: Efficient Long-Context LLM Inference on the Edge with Hierarchical KV Eviction using SmartSSD : Deploying Large Language Models (LLMs) on edge devices such as PCs enables low-latency inference with strong privacy guarantees, but long-context inference is fundamentally constrained by limited memory and compute resources. Beyond model parameters, the KV cache becomes the dominant bottleneck due to its linear growth with context length. Although prior work exploits contextual sparsity to evict unimportant KV data, these approaches are largely designed for memory-rich platforms and incur prohibitive data transfer overhead when applied to resource-constrained edge devices with external storage. In this paper, we propose HillInfer, an importance-aware long-context LLM inference framework on the edge that leverages SmartSSD-assisted hierarchical KV cache management. HillInfer jointly manages KV cache pools across the CPU and SmartSSD, and performs in-storage importance evaluation to reduce unnecessary data movement. Furthermore, we design an adaptive, prefetch-based pipeline that overlaps computation and KV data transfer across GPU, CPU, and SmartSSD, minimizing end-to-end inference latency without sacrificing accuracy. We implement HillInfer on a PC with a commodity GPU, and experiments across multiple models and benchmarks demonstrate up to 8.56 $\\times$ speedup over baselines while preserving model accuracy."}, {"id": "c1871", "text": "RPU -- A Reasoning Processing Unit : Large language model (LLM) inference performance is increasingly bottlenecked by the memory wall. While GPUs continue to scale raw compute throughput, they struggle to deliver scalable performance for memory bandwidth bound workloads. This challenge is amplified by emerging reasoning LLM applications, where long output sequences, low arithmetic intensity, and tight latency constraints demand significantly higher memory bandwidth. As a result, system utilization drops and energy per inference rises, highlighting the need for an optimized system architecture for scalable memory bandwidth.\n To address these challenges we present the Reasoning Processing Unit (RPU), a chiplet-based architecture designed to address the challenges of the modern memory wall. RPU introduces: (1) A Capacity-Optimized High-Bandwidth Memory (HBM-CO) that trades capacity for lower energy and cost; (2) a scalable chiplet architecture featuring a bandwidth-first power and area provisioning design; and (3) a decoupled microarchitecture that separates memory, compute, and communication pipelines to sustain high bandwidth utilization. Simulation results show that RPU performs up to 45.3x lower latency and 18.6x higher throughput over an H100 system at ISO-TDP on Llama3-405B."}, {"id": "c1872", "text": "Flexi-NeurA: A Configurable Neuromorphic Accelerator with Adaptive Bit-Precision Exploration for Edge SNNs : Neuromorphic accelerators promise unparalleled energy efficiency and computational density for spiking neural networks (SNNs), especially in edge intelligence applications. However, most existing platforms exhibit rigid architectures with limited configurability, restricting their adaptability to heterogeneous workloads and diverse design objectives. To address these limitations, we present Flexi-NeurA -- a parameterizable neuromorphic accelerator (core) that unifies configurability, flexibility, and efficiency. Flexi-NeurA allows users to customize neuron models, network structures, and precision settings at design time. By pairing these design-time configurability and flexibility features with a time-multiplexed and event-driven processing approach, Flexi-NeurA substantially reduces the required hardware resources and total power while preserving high efficiency and low inference latency. Complementing this, we introduce Flex-plorer, a heuristic-guided design-space exploration (DSE) tool that determines cost-effective fixed-point precisions for critical parameters -- such as decay factors, synaptic weights, and membrane potentials -- based on user-defined trade-offs between accuracy and resource usage. Based on the configuration selected through the Flex-plorer process, RTL code is configured to match the specified design. Comprehensive evaluations across MNIST, SHD, and DVS benchmarks demonstrate that the Flexi-NeurA and Flex-plorer co-framework achieves substantial improvements in accuracy, latency, and energy efficiency. A three-layer 256--128--10 fully connected network with LIF neurons mapped onto two processing cores achieves 97.23% accuracy on MNIST with 1.1~ms inference latency, utilizing only 1,623 logic cells, 7 BRAMs, and 111~mW of total power -- establishing Flexi-NeurA as a scalable, edge-ready neuromorphic platform."}, {"id": "c1873", "text": "HiAER-Spike Software-Hardware Reconfigurable Platform for Event-Driven Neuromorphic Computing at Scale : In this work, we present HiAER-Spike, a modular, reconfigurable, event-driven neuromorphic computing platform designed to execute large spiking neural networks with up to 160 million neurons and 40 billion synapses - roughly twice the neurons of a mouse brain at faster than real time. This system, assembled at the UC San Diego Supercomputer Center, comprises a co-designed hard- and software stack that is optimized for run-time massively parallel processing and hierarchical address-event routing (HiAER) of spikes while promoting memory-efficient network storage and execution. The architecture efficiently handles both sparse connectivity and sparse activity for robust and low-latency event-driven inference for both edge and cloud computing. A Python programming interface to HiAER-Spike, agnostic to hardware-level detail, shields the user from complexity in the configuration and execution of general spiking neural networks with minimal constraints in topology. The system is made easily available over a web portal for use by the wider community. In the following, we provide an overview of the hard- and software stack, explain the underlying design principles, demonstrate some of the system's capabilities and solicit feedback from the broader neuromorphic community. Examples are shown demonstrating HiAER-Spike's capabilities for event-driven vision on benchmark CIFAR-10, DVS event-based gesture, MNIST, and Pong tasks."}, {"id": "c1874", "text": "When Models Ignore Definitions: Measuring Semantic Override Hallucinations in LLM Reasoning : Large language models (LLMs) demonstrate strong performance on standard digital logic and Boolean reasoning tasks, yet their reliability under locally redefined semantics remains poorly understood. In many formal settings, such as circuit specifications, examinations, and hardware documentation, operators and components are explicitly redefined within narrow scope. Correct reasoning in these contexts requires models to temporarily suppress globally learned conventions in favor of prompt-local definitions. In this work, we study a systematic failure mode we term semantic override, in which an LLM reverts to its pretrained default interpretation of operators or gate behavior despite explicit redefinition in the prompt. We also identify a related class of errors, assumption injection, where models commit to unstated hardware semantics when critical details are underspecified, rather than requesting clarification. We introduce a compact micro-benchmark of 30 logic and digital-circuit reasoning tasks designed as verifier-style traps, spanning Boolean algebra, operator overloading, redefined gates, and circuit-level semantics. Evaluating three frontier LLMs, we observe persistent noncompliance with local specifications, confident but incompatible assumptions, and dropped constraints even in elementary settings. Our findings highlight a gap between surface-level correctness and specification-faithful reasoning, motivating evaluation protocols that explicitly test local unlearning and semantic compliance in formal domains."}, {"id": "c1875", "text": "SimulatorCoder: DNN Accelerator Simulator Code Generation and Optimization via Large Language Models : This paper presents SimulatorCoder, an agent powered by large language models (LLMs), designed to generate and optimize deep neural network (DNN) accelerator simulators based on natural language descriptions. By integrating domain-specific prompt engineering including In-Context Learning (ICL), Chain-of-Thought (CoT) reasoning, and a multi-round feedback-verification flow, SimulatorCoder systematically transforms high-level functional requirements into efficient, executable, and architecture-aligned simulator code. Experiments based on the customized SCALE-Sim benchmark demonstrate that structured prompting and feedback mechanisms substantially improve both code generation accuracy and simulator performance. The resulting simulators not only maintain cycle-level fidelity with less than 1% error compared to manually implemented counterparts, but also consistently achieve lower simulation runtimes, highlighting the effectiveness of LLM-based methods in accelerating simulator development. Our code is available at https://github.com/xiayuhuan/SimulatorCoder."}, {"id": "c1876", "text": "A Data-Driven Dynamic Execution Orchestration Architecture : Domain-specific accelerators deliver exceptional performance on their target workloads through fabrication-time orchestrated datapaths. However, such specialized architectures often exhibit performance fragility when exposed to new kernels or irregular input patterns. In contrast, programmable architectures like FPGAs, CGRAs, and GPUs rely on compile-time orchestration to support a broader range of applications; but they are typically less efficient under irregular or sparse data. Pushing the boundaries of programmable architectures requires designs that can achieve efficiency and high-performance on par with specialized accelerators while retaining the agility of general-purpose architectures.\n We introduce Canon, a parallel architecture that bridges the gap between specialized and general purpose architectures. Canon exploits data-level and instruction-level parallelism through its novel design. First, it employs a novel dynamic data-driven orchestration mechanism using programmable Finite State Machines (FSMs). These FSMs are programmed at compile time to encode high-level dataflow per state and translate incoming meta-information (e.g., sparse coordinates) into control instructions at runtime. Second, Canon introduces a time-lapsed SIMD execution in which instructions are issued across a row of processing elements over several cycles, creating a staggered pipelined execution. These innovations amortize control overhead, allowing dynamic instruction changes while constructing a continuously evolving dataflow that maximizes parallelism. Experimental evaluation shows that Canon delivers high performance across diverse data-agnostic and data-driven kernels while achieving efficiency comparable to specialized accelerators, yet retaining the flexibility of a general-purpose architecture."}, {"id": "c1877", "text": "Low-Cost IoT-Enabled Tele-ECG Monitoring for Resource-Constrained Settings: System Design and Prototype : With the availability of automation machinery and its superiority, are being slothful and inviting many diseases to invade them. The world still has so many places where people lack basic health facilities. Due to early detection and intervention, CDV can be cured to an extreme extent. It heavily reduces travel and associated costs. A remote ECG monitoring system enables community health workers to support and empower patients through telemedicine. However, there remains some financial and logistical burden. Heart disease cannot be taken lightly. These patients require regular health check-ups and the attention of health personnel in a short period if their health deteriorates suddenly and rapidly. Chronic diseases are extremely variable in their symptoms and evolution of treatment. Some, if not treated early, will end the patient's life. The trend of the INTERNET OF THINGS, IoT, is spreading massively. This paper focuses on the three main: the operator, the doctor, and the server over which the data is being sent."}, {"id": "c1878", "text": "GDEV-AI: A Generalized Evaluation of Deep Learning Inference Scaling and Architectural Saturation : The deployment of deep learning inference in production environments continues to grow, where throughput, latency, and hardware efficiency are critical. Although specialized accelerators are increasingly adopted, many inference workloads still run on CPU-only systems, particularly in legacy data centers and cost-sensitive environments. This study investigates the scalability limits of CPU-based inference for convolutional neural networks by benchmarking ResNet models across varying batch sizes on two hardware tiers: a legacy Intel Xeon E5-2403 v2 processor and a modern Intel Xeon 6 \"Granite Rapids\" platform.\n Results show that legacy CPUs quickly reach throughput saturation, with limited scaling beyond small batch sizes due to instruction-level and memory constraints. In contrast, the Granite Rapids system leverages Intel Advanced Matrix Extensions (AMX) to achieve substantially higher throughput. However, oversubscription beyond physical core limits introduces execution contention and tail-latency amplification, revealing a performance degradation regime in modern architectures.\n We introduce GDEV-AI, a reproducible benchmarking framework for analyzing scalability behavior and architectural saturation in CPU-based inference. By establishing a vendor-neutral baseline, this work provides empirical insight into performance bottlenecks and informs capacity planning in heterogeneous data center environments."}, {"id": "c1879", "text": "Energy-Efficient p-Bit-Based Fully-Connected Quantum-Inspired Simulated Annealer with Dual BRAM Architecture : Probabilistic bits (p-bits) offer an energy-efficient hardware abstraction for stochastic optimization; however, existing p-bit-based simulated annealing accelerators suffer from poor scalability and limited support for fully connected graphs due to fan-out and memory overhead. This paper presents an energy-efficient FPGA architecture for stochastic simulated quantum annealing (SSQA) that addresses these challenges. The proposed design combines a spin-serial and replica-parallel update schedule with a dual-BRAM delay-line architecture, enabling scalable support for fully connected Ising models while eliminating fan-out growth in logic resources. By exploiting SSQA, the architecture achieves fast convergence using only final replica states, significantly reducing memory requirements compared to conventional p-bit-based annealers. Implemented on a Xilinx ZC706 FPGA, the proposed system solves an 800-node MAX-CUT benchmark and achieves up to 50% reduction in energy consumption and over 90\\% reduction in logic resources compared with prior FPGA-based p-bit annealing architectures. These results demonstrate the practicality of quantum-inspired, p-bit-based annealing hardware for large-scale combinatorial optimization under strict energy and resource constraints."}, {"id": "c1880", "text": "DARTH-PUM: A Hybrid Processing-Using-Memory Architecture : Analog processing-using-memory (PUM; a.k.a. in-memory computing) makes use of electrical interactions inside memory arrays to perform bulk matrix-vector multiplication (MVM) operations. However, many popular matrix-based kernels need to execute non-MVM operations, which analog PUM cannot directly perform. To retain its energy efficiency, analog PUM architectures augment memory arrays with CMOS-based domain-specific fixed-function hardware to provide complete kernel functionality, but the difficulty of integrating such specialized CMOS logic with memory arrays has largely limited analog PUM to being an accelerator for machine learning inference, or for closely related kernels. An opportunity exists to harness analog PUM for general-purpose computation: recent works have shown that memory arrays can also perform Boolean PUM operations, albeit with very different supporting hardware and electrical signals than analog PUM.\n We propose DARTH-PUM, a general-purpose hybrid PUM architecture that tackles key hardware and software challenges to integrating analog PUM and digital PUM. We propose optimized peripheral circuitry, coordinating hardware to manage and interface between both types of PUM, an easy-to-use programming interface, and low-cost support for flexible data widths. These design elements allow us to build a practical PUM architecture that can execute kernels fully in memory, and can scale easily to cater to domains ranging from embedded applications to large-scale data-driven computing. We show how three popular applications (AES encryption, convolutional neural networks, large-language models) can map to and benefit from DARTH-PUM, with speedups of 59.4x, 14.8x, and 40.8x over an analog+CPU baseline."}, {"id": "c1881", "text": "Bit-Width-Aware Design Environment for Few-Shot Learning on Edge AI Hardware : In this study, we propose an implementation methodology of real-time few-shot learning on tiny FPGA SoCs such as the PYNQ-Z1 board with arbitrary fixed-point bit-widths. Tensil-based conventional design environments limited hardware implementations to fixed-point bit-widths of 16 or 32 bits. To address this, we adopt the FINN framework, enabling implementations with arbitrary bit-widths. Several customizations and minor adjustments are made, including: 1.Optimization of Transpose nodes to resolve data format mismatches, 2.Addition of handling for converting the final reduce mean operation to Global Average Pooling (GAP). These adjustments allow us to reduce the bit-width while maintaining the same accuracy as the conventional realization, and achieve approximately twice the throughput in evaluations using CIFAR-10 dataset."}, {"id": "c1882", "text": "Iterative LLM-Based Assertion Generation Using Syntax-Semantic Representations for Functional Coverage-Guided Verification : While leveraging LLMs to automatically generate SystemVerilog assertions (SVAs) from natural language specifications holds great potential, existing techniques face a key challenge: LLMs often lack sufficient understanding of IC design, leading to poor assertion quality in a single pass. Therefore, verifying whether the generated assertions effectively cover the functional specifications and designing feedback mechanisms based on this coverage remain significant hurdles. To address these limitations, this paper introduces CoverAssert, a novel iterative framework for optimizing SVA generation with LLMs. The core contribution is a lightweight mechanism for matching generated assertions with specific functional descriptions in the specifications. CoverAssert achieves this by clustering the joint representations of semantic features of LLM-generated assertions and structural features extracted from abstract syntax trees (ASTs) about signals related to assertions, and then mapping them back to the specifications to analyze functional coverage quality. Leveraging this capability, CoverAssert constructs a feedback loop based on functional coverage to guide LLMs in prioritizing uncovered functional points, thereby iteratively improving assertion quality. Experimental evaluations on four open-source designs demonstrate that integrating CoverAssert with state-of-the-art generators, AssertLLM and Spec2Assertion, achieves average improvements of 9.57 % in branch coverage, 9.64 % in statement coverage, and 15.69 % in toggle coverage."}, {"id": "c1883", "text": "Human-AI Interaction: Evaluating LLM Reasoning on Digital Logic Circuit included Graph Problems, in terms of creativity in design and analysis : Large Language Models (LLMs) are increasingly used by undergraduate students as on-demand tutors, yet their reliability on circuit- and diagram-based digital logic problems remains unclear. We present a human- AI study evaluating three widely used LLMs (GPT, Gemini, and Claude) on 10 undergraduate-level digital logic questions spanning non-standard counters, JK-based state transitions, timing diagrams, frequency division, and finite-state machines. Twenty-four students performed pairwise model comparisons, providing per-question judgments on (i) preferred model, (ii) perceived correctness, (iii) consistency, (iv) verbosity, and (v) confidence, along with global ratings of overall model quality, satisfaction across multiple dimensions (e.g., accuracy and clarity), and perceived mental effort required to verify answers. To benchmark technical validity, we applied an independent judge-based evaluation against official solutions for all ten questions, using strict correctness criteria. Results reveal a consistent gap between perceived helpfulness and formal correctness: for the most sequentially demanding problems (Q1- Q7), none of the evaluated LLMs matched the official answers, despite producing confident, well-structured explanations that students often rated favorably. Error analysis indicates that models frequently default to canonical textbook templates (e.g., standard ripple counters) and struggle to translate circuit structure into exact state evolution and timing behavior. These findings suggest that, without verification scaffolds, LLMs may be unreliable for core digital logic topics and can inadvertently reinforce misconceptions in undergraduate instruction."}, {"id": "c1884", "text": "The Turbo-Charged Mapper: Fast and Optimal Mapping for Accelerator Modeling and Evaluation : The energy and latency of an accelerator running a deep neural network (DNN) depend on how the computation and data movement are scheduled in the accelerator (i.e., mapping). Optimizing mappings is essential to evaluating and designing accelerators. However, the space of mappings is large, and prior works can not guarantee finding optimal mappings because they use heuristics or metaheuristics to narrow down the space. These limitations preclude proper hardware evaluation, since designers can not tell whether performance differences are due to changes in hardware or suboptimal mapping.\n To address this challenge, we propose the Turbo-Charged Mapper (TCM), a fast mapper that is guaranteed to find optimal mappings. The key to our approach is that we define a new concept in mapping, called dataplacement, which, like the prior concept of dataflow, allows for clear analysis and comparison of mappings. Through it, we identify multiple opportunities to prune redundant and suboptimal mappings, reducing search space by up to 32 orders of magnitude.\n Leveraging these insights, TCM can perform full mapspace searches, making it the first mapper that can find optimal mappings in feasible runtime. Compared to prior mappers, we show that TCM can find optimal mappings quickly (less than a minute), while prior works can not find optimal mappings (energy-delay-product $21\\%$ higher than optimal) even when given $1000\\times$ the runtime ($>10$ hours)."}, {"id": "c1885", "text": "Fast and Fusiest: An Optimal Fusion-Aware Mapper for Accelerator Modeling and Evaluation : The latency and energy of tensor algebra accelerators depend on how data movement and operations are scheduled (i.e., mapped) onto accelerators, so determining the potential of an accelerator architecture requires both a performance model and a mapper to search for the optimal mapping. A key optimization that the mapper must explore is fusion, meaning holding data on-chip between computation steps, which has been shown to reduce energy and latency by reducing DRAM accesses. However, prior mappers cannot find optimal mappings with fusion (i.e., fused mappings) in a feasible runtime because the number of fused mappings to search increases exponentially with the number of workload computation steps.\n In this paper, we introduce the Fast and Fusiest Mapper (FFM), the first mapper to quickly find optimal mappings in a comprehensive fused mapspace for tensor algebra workloads. FFM shrinks the search space by pruning subsets of mappings (i.e., partial mappings) that are shown to never be a part of optimal mappings, quickly eliminating all suboptimal mappings with those partial mappings as subsets. Then FFM joins partial mappings to construct optimal fused mappings. We evaluate FFM and show that, although the mapspace size grows exponentially with the number of computation steps, FFM's runtime scales approximately linearly. FFM is orders of magnitude faster ($>1000\\times$) than prior state-of-the-art approaches at finding optimal mappings for Transformers."}, {"id": "c1886", "text": "Qute: Towards Quantum-Native Database : This paper envisions a quantum database (Qute) that treats quantum computation as a first-class execution option. Unlike prior simulation-based methods that either run quantum algorithms on classical machines or adapt existing databases for quantum simulation, Qute instead (i) compiles an extended form of SQL into gate-efficient quantum circuits, (ii) employs a hybrid optimizer to dynamically select between quantum and classical execution plans, (iii) introduces selective quantum indexing, and (iv) designs fidelity-preserving storage to mitigate current qubit constraints. We also present a three-stage evolution roadmap toward quantum-native database. Finally, by deploying Qute on a real quantum processor (origin_wukong), we show that it outperforms a classical baseline at scale, and we release an open-source prototype at https://github.com/weAIDB/Qute."}, {"id": "c1887", "text": "RNM-TD3: N:M Semi-structured Sparse Reinforcement Learning From Scratch : Sparsity is a well-studied technique for compressing deep neural networks (DNNs) without compromising performance. In deep reinforcement learning (DRL), neural networks with up to 5% of their original weights can still be trained with minimal performance loss compared to their dense counterparts. However, most existing methods rely on unstructured fine-grained sparsity, which limits hardware acceleration opportunities due to irregular computation patterns. Structured coarse-grained sparsity enables hardware acceleration, yet typically degrades performance and increases pruning complexity. In this work, we present, to the best of our knowledge, the first study on N:M structured sparsity in RL, which balances compression, performance, and hardware efficiency. Our framework enforces row-wise N:M sparsity throughout training for all networks in off-policy RL (TD3), maintaining compatibility with accelerators that support N:M sparse matrix operations. Experiments on continuous-control benchmarks show that RNM-TD3, our N:M sparse agent, outperforms its dense counterpart at 50%-75% sparsity (e.g., 2:4 and 1:4), achieving up to a 14% increase in performance at 2:4 sparsity on the Ant environment. RNM-TD3 remains competitive even at 87.5% sparsity (1:8), while enabling potential training speedups."}, {"id": "c1888", "text": "Scope: A Scalable Merged Pipeline Framework for Multi-Chip-Module NN Accelerators : Neural network (NN) accelerators with multi-chip-module (MCM) architectures enable integration of massive computation capability; however, they face challenges of computing resource underutilization and off-chip communication overheads. Traditional parallelization schemes for NN inference on MCM architectures, such as intra-layer parallelism and inter-layer pipelining, show incompetency in breaking through both challenges, limiting the scalability of MCM architectures.\n We observed that existing works typically deploy layers separately rather than considering them jointly. This underexploited dimension leads to compromises between system computation and communication, thus hindering optimal utilization, especially as hardware/software scale. To address this limitation, we propose Scope, a merged pipeline framework incorporating this overlooked multi-layer dimension, thereby achieving improved throughput and scalability by relaxing tradeoffs between computation, communication and memory costs. This new dimension, however, adds to the complexity of design space exploration (DSE). To tackle this, we develop a series of search algorithms that achieves exponential-to-linear complexity reduction, while identifying solutions that rank in the top 0.05% of performance. Experiments show that Scope achieves up to 1.73x throughput improvement while maintaining similar energy consumption for ResNet-152 inference compared to state-of-the-art approaches."}, {"id": "c1889", "text": "ABI: A tightly integrated, unified, sparsity-aware, reconfigurable, compute near-register file/cache GPU architecture with light-weight softmax for deep learning, linear algebra, and Ising compute : We present a tightly integrated and unified near-memory GPU architecture that delivers 6 to 16 times speedup and 6 to 13 times energy savings across Convolutional Neural Networks, Graph Convolutional Networks, Linear Programming, Large Language Models, and Ising workloads compared to MIAOW GPU. The design includes a custom sparsity-aware near-memory circuit providing about 1.5 times energy savings, and a lightweight softmax circuit providing about 1.6 times energy savings. The architecture supports reconfigurable compute up to INT16 with dynamic resolution updates and scales efficiently across problem sizes. ABI-enabled MI300 and Blackwell systems achieve about 4.5 times speedup over baseline MI300 and Blackwell."}, {"id": "c1890", "text": "Probabilistic approximate optimization using single-photon avalanche diode arrays : Combinatorial optimization problems are central to science and engineering and specialized hardware from quantum annealers to classical Ising machines are being actively developed to address them. These systems typically sample from a fixed energy landscape defined by the problem Hamiltonian encoding the discrete optimization problem. The recently introduced Probabilistic Approximate Optimization Algorithm (PAOA) takes a different approach: it treats the optimization landscape itself as variational, iteratively learning circuit parameters from samples. Here, we demonstrate PAOA on a 64$\\times$64 perimeter-gated single-photon avalanche diode (pgSPAD) array fabricated in 0.35 $\u03bc$m CMOS, the first realization of the algorithm using intrinsically stochastic nanodevices. Each p-bit exhibits a device-specific, asymmetric (Gompertz-type) activation function due to dark-count variability. Rather than calibrating devices to enforce a uniform symmetric (logistic/tanh) activation, PAOA learns around device variations, absorbing residual activation and other mismatches into the variational parameters. On canonical 26-spin Sherrington-Kirkpatrick instances, PAOA achieves high approximation ratios with $2p$ parameters ($p$ up to 17 layers), and pgSPAD-based inference closely tracks CPU simulations. These results show that variational learning can accommodate the non-idealities inherent to nanoscale devices, suggesting a practical path toward larger-scale, CMOS-compatible probabilistic computers."}, {"id": "c1891", "text": "Implementation and Performance Evaluation of CMOS-integrated Memristor-driven Flip-flop Circuits : In this work, we report implementation and performance evaluation of memristor-driven fundamental logic gates, including NOT, AND, NAND, OR, NOR, and XOR, and novel and optimized design of the sequential logic circuits, such as D flip-flop, T-flip-flop, JK-flip-flop, and SR-flip-flop. The design, implementation, and optimization of these logic circuits were performed in SPECTRE in Cadence Virtuoso and integrated with 90 nm CMOS technology node. Additionally, we discuss an optimized design of memristor-driven logic gates and sequential logic circuits, and draw a comparative analysis with the other reported state-of-the-art work on sequential circuits. Moreover, the utilized memristor framework was experimentally pre-validated with the experimental data of Y2O3-based memristive devices, which shows significantly low values of variability during switching in both device-to-device (D2D) and cycle-to-cycle (C2C) operation. The performance metrics were calculated in terms of area, power, and delay of these sequential circuits and were found to be reduced by more than ~24%, 60%, and 58%, respectively, as compared to the other state-of-the-art work on sequential circuits. Therefore, the implemented memristor-based design significantly improves the performance of various logic designs, which makes it more area and power-efficient and shows the potential of memristor in designing various low-power, low-cost, ultrafast, and compact circuits."}, {"id": "c1892", "text": "ORAP: Optimized Row Access Prefetching for Rowhammer-mitigated Memory : Rowhammer is a well-studied DRAM phenomenon wherein multiple activations to a given row can cause bit flips in adjacent rows. Many mitigation techniques have been introduced to address Rowhammer, with some support being incorporated into the JEDEC DDR5 standard for per-row-activation-counter (PRAC) and refresh-management (RFM) systems. Mitigation schemes built on these mechanisms claim to have various levels of area, power, and performance overheads. To date the evaluation of existing mitigation schemes typically neglects the impact of other memory system components such as hardware prefetchers. Nearly all modern systems incorporate hardware prefetching and these can significantly improve processor performance through speculative cache population. These prefetchers induce higher numbers of downstream memory requests and increase DRAM activation rates. The performance overhead of Rowhammer mitigations are tied directly to memory access patterns, exposing both hardware prefetchers and Rowhammer mitigations to cross-interaction. We find that the performance improvement provided by prior-work hardware prefetchers is often severely impacted by Rowhammer mitigations. In effect, much of the benefit of speculative memory references from prefetching lies in accelerating and reordering DRAM references in ways that trigger mitigations, significantly reducing the benefits of prefetching. This work proposes the Optimized Row Access Prefetcher (ORAP), leveraging last-level-cache (LLC) space to cache large portions of DRAM rowbuffer contents to reduce the need for future activations. Working with the state-of-the-art Berti prefetcher, ORAP reduces DRAM activation rates by 51.3% and achieves a 4.6% speedup over the prefetcher configuration of Berti and SPP-PPF when prefetching in an RFM-mitigated memory system. Under PRAC mitigations, ORAP reduces energy overheads by 11.8%."}, {"id": "c1893", "text": "TriGen: NPU Architecture for End-to-End Acceleration of Large Language Models based on SW-HW Co-Design : Recent studies have extensively explored NPU architectures for accelerating AI inference in on-device environments, which are inherently resource-constrained. Meanwhile, transformer-based large language models (LLMs) have become dominant, with rapidly increasing model sizes but low degree of parameter reuse compared to conventional CNNs, making end-to-end execution on resource-limited devices extremely challenging. To address these challenges, we propose TriGen, a novel NPU architecture tailored for resource-constrained environments through software-hardware co-design. Firstly, TriGen adopts low-precision computation using microscaling (MX) to enable additional optimization opportunities while preserving accuracy, and resolves the issues that arise by employing such precision. Secondly, to jointly optimize both nonlinear and linear operations, TriGen eliminates the need for specialized hardware for essential nonlinear operations by using fast and accurate LUT, thereby maximizing performance gains and reducing hardware-cost in on-device environments, and finally, by taking practical hardware constraints into account, further employs scheduling techniques to maximize computational utilization even under limited on-chip memory capacity. We evaluate the performance of TriGen on various LLMs and show that TriGen achieves an average 2.73x performance speedup and 52% less memory transfer over the baseline NPU design with negligible accuracy loss."}, {"id": "c1894", "text": "DPUConfig: Optimizing ML Inference in FPGAs Using Reinforcement Learning : Heterogeneous embedded systems, with diverse computing elements and accelerators such as FPGAs, offer a promising platform for fast and flexible ML inference, which is crucial for services such as autonomous driving and augmented reality, where delays can be costly. However, efficiently allocating computational resources for deep learning applications in FPGA-based systems is a challenging task. A Deep Learning Processor Unit (DPU) is a parameterizable FPGA-based accelerator module optimized for ML inference. It supports a wide range of ML models and can be instantiated multiple times within a single FPGA to enable concurrent execution. This paper introduces DPUConfig, a novel runtime management framework, based on a custom Reinforcement Learning (RL) agent, that dynamically selects optimal DPU configurations by leveraging real-time telemetry data monitoring, system utilization, power consumption, and application performance to inform its configuration selection decisions. The experimental evaluation demonstrates that the RL agent achieves energy efficiency 95% (on average) of the optimal attainable energy efficiency for several CNN models on the Xilinx Zynq UltraScale+ MPSoC ZCU102."}, {"id": "c1895", "text": "Arcalis: Accelerating Remote Procedure Calls Using a Lightweight Near-Cache Solution : Modern microservices increasingly depend on high-performance remote procedure calls (RPCs) to coordinate fine-grained, distributed computation. As network bandwidths continue to scale, the CPU overhead associated with RPC processing, particularly serialization, deserialization, and protocol handling, has become a critical bottleneck. This challenge is exacerbated by fast user-space networking stacks such as DPDK, which expose RPC processing as the dominant performance limiter. While prior work has explored software optimizations and FPGA-based offload engines, these approaches remain physically distant from the CPU's memory hierarchy, incurring unnecessary data movement and cache pollution. We present Arcalis, a near-cache RPC accelerator that positions a lightweight hardware engine adjacent to the last-level cache (LLC). Arcalis offloads RPC processing to dedicated microengines on receive and transmit paths that operate with cache-line latency while preserving programmability. By decoupling RPC processing logic, enabling microservice-specific execution, and positioning itself near the LLC to immediately consume data injected by network cards, Arcalis achieves 1.79-4.16$\\times$ end-to-end speedup compared to the CPU baseline, while significantly reducing microarchitectural overhead by up to 88%, and achieves up to a 1.62$\\times$ higher throughput than prior solutions. These results highlight the potential of near-cache RPC acceleration as a practical solution for high-performance microservice deployment."}, {"id": "c1896", "text": "MXFormer: A Microscaling Floating-Point Charge-Trap Transistor Compute-in-Memory Transformer Accelerator : The proliferation of Transformer models is often constrained by the significant computational and memory bandwidth demands of deployment. To address this, we present MXFormer, a novel, hybrid, weight-stationary Compute-in-Memory (CIM) accelerator that provides high throughput and efficiency for fixed-model inference on large short-sequence Transformers. Our architecture's foundation is the use of ultra-dense Charge-Trap Transistors (CTTs) in Microscaling MXFP4 CIM arrays, uniquely enabling the on-chip storage of up to hundreds of millions of parameters in Fully Weight Stationary (FWS) fashion.\n We introduce a statically partitioned design with 12 Transformer blocks connected by a deeply pipelined dataflow. Static-weight layers (MLPs and linear projections) execute on highly parallel analog CTT arrays using an MXFP4-native flow with per-block exponent alignment and a 10-bit SAR ADC. Dynamic computations are handled in fully accurate digital blocks that utilize MXFP-enabled systolic arrays for scaled dot-product attention and vector units for LayerNorm and FlashAttention-style Softmax.\n By eliminating all weight movement, the deeply pipelined MXFormer architecture yields very high single-stream throughput and efficiency, processing 58275 FPS on ViT-L/32 (dual-chip) or 41269 FPS on ViT-B/16 (single chip). MXFormer outperforms comparable state-of-the-art non-FWS digital, hybrid and photonic Transformer accelerators ~3.3x-60.5x in compute density and ~1.7x-2.5x in energy efficiency. Against FWS accelerators, MXFormer improves compute density by ~20.9x and resident weight storage density by ~2x, while preserving near-digital accuracy (drop of <1%) without any model retraining."}, {"id": "c1897", "text": "CacheMind: From Miss Rates to Why -- Natural-Language, Trace-Grounded Reasoning for Cache Replacement : Cache replacement remains a challenging problem in CPU microarchitecture, often addressed using hand-crafted heuristics, limiting cache performance. Cache data analysis requires parsing millions of trace entries with manual filtering, making the process slow and non-interactive. To address this, we introduce CacheMind, a conversational tool that uses Retrieval-Augmented Generation (RAG) and Large Language Models (LLMs) to enable semantic reasoning over cache traces. Architects can now ask natural language questions like, \"Why is the memory access associated with PC X causing more evictions?\", and receive trace-grounded, human-readable answers linked to program semantics for the first time. To evaluate CacheMind, we present CacheMindBench, the first verified benchmark suite for LLM-based reasoning for the cache replacement problem. Using the SIEVE retriever, CacheMind achieves 66.67% on 75 unseen trace-grounded questions and 84.80% on 25 unseen policy-specific reasoning tasks; with RANGER, it achieves 89.33% and 64.80% on the same evaluations. Additionally, with RANGER, CacheMind achieves 100% accuracy on 4 out of 6 categories in the trace-grounded tier of CacheMindBench. Compared to LlamaIndex (10% retrieval success), SIEVE achieves 60% and RANGER achieves 90%, demonstrating that existing Retrieval-Augmented Generation (RAGs) are insufficient for precise, trace-grounded microarchitectural reasoning. We provided four concrete actionable insights derived using CacheMind, wherein bypassing use case improved cache hit rate by 7.66% and speedup by 2.04%, software fix use case gives speedup of 76%, and Mockingjay replacement policy use case gives speedup of 0.7%; showing the utility of CacheMind on non-trivial queries that require a natural-language interface."}, {"id": "c1898", "text": "MING: An Automated CNN-to-Edge MLIR HLS framework : Driven by the increasing demand for low-latency and real-time processing, machine learning applications are steadily migrating toward edge computing platforms, where Field-Programmable Gate Arrays (FPGAs) are widely adopted for their energy efficiency compared to CPUs and GPUs. To generate high-performance and low-power FPGA designs, several frameworks built upon High Level Synthesis (HLS) vendor tools have been proposed, among which MLIR-based frameworks are gaining significant traction due to their extensibility and ease of use. However, existing state-of-the-art frameworks often overlook the stringent resource constraints of edge devices. To address this limitation, we propose MING, an Multi-Level Intermediate Representation (MLIR)-based framework that abstracts and automates the HLS design process. Within this framework, we adopt a streaming architecture with carefully managed buffers, specifically designed to handle resource constraints while ensuring low-latency. In comparison with recent frameworks, our approach achieves on average 15x speedup for standard Convolutional Neural Network (CNN) kernels with up to four layers, and up to 200x for single-layer kernels. For kernels with larger input sizes, MING is capable of generating efficient designs that respect hardware resource constraints, whereas state-of-the-art frameworks struggle to meet."}, {"id": "c1899", "text": "Device-Circuit Co-Design of Variation-Resilient Read and Write Drivers for Antiferromagnetic Tunnel Junction (AFMTJ) Memories : Antiferromagnetic Tunnel Junctions (AFMTJs) offer picosecond switching and high integration density for in-memory computing, but their ultrafast dynamics and low tunnel magnetoresistance (TMR) make state-of-the-art MRAM interfaces unreliable. This work develops a device-circuit co-designed read/write interface optimized for AFMTJ behavior. Using a calibrated SPICE AFMTJ model as a baseline, we identify the limitations of conventional drivers and propose an asymmetric pulse driver (PD) for deterministic picosecond switching and a self-timed sense amplifier (STSA) with dynamic trip-point tuning for low-TMR sensing. Our experiments using SPICE and Monte Carlo evaluations demonstrate that the proposed circuits preserve AFMTJ latency and energy benefits while achieving robust read/write yield under realistic PVT and 3D integration parasitics, outperforming standard MRAM front-ends under the same conditions."}, {"id": "c1900", "text": "Benchmarking for Single Feature Attribution with Microarchitecture Cliffs : Architectural simulators play a critical role in early microarchitectural exploration due to their flexibility and high productivity. However, their effectiveness is often constrained by fidelity: simulators may deviate from the behavior of the final RTL, leading to unreliable performance estimates. Consequently, model calibration, which aligns simulator behavior with the RTL as the ground-truth microarchitecture, becomes essential for achieving accurate performance modeling.\n To facilitate model calibration accuracy, we propose Microarchitecture Cliffs, a benchmark generation methodology designed to expose mismatches in microarchitectural behavior between the simulator and RTL. After identifying the key architectural components that require calibration, the Cliff methodology enables precise attribution of microarchitectural differences to a single microarchitectural feature through a set of benchmarks. In addition, we develop a set of automated tools to improve the efficiency of the Cliff workflow.\n We apply the Cliff methodology to calibrate the XiangShan version of gem5 (XS-GEM5) against the XiangShan open-source CPU (XS-RTL). We reduce the performance error of XS-GEM5 from 59.2% to just 1.4% on the Cliff benchmarks. Meanwhile, the calibration guided by Cliffs effectively reduces the relative error of a representative tightly coupled microarchitectural feature by 48.03%. It also substantially lowers the absolute performance error, with reductions of 15.1% and 21.0% on SPECint2017 and SPECfp2017, respectively."}, {"id": "c1901", "text": "PASCAL: A Phase-Aware Scheduling Algorithm for Serving Reasoning-based Large Language Models : The emergence of reasoning-based LLMs leveraging Chain-of-Thought (CoT) inference introduces new serving challenges, as their extended reasoning phases delay user-visible output and inflate Time-To-First-Token (TTFT). Existing LLM serving frameworks fail to distinguish between reasoning and answering phases, leading to performance degradation under GPU memory constraints. We present PASCAL, a phase-aware scheduling algorithm that prioritizes reasoning to reduce TTFT while using controlled preemption and token pacing during answering to preserve Quality-of-Experience (QoE). Our hierarchical scheduler combines instance-level placement with intra-instance execution and enables dynamic migration at phase boundaries to balance load and reduce interference. Across benchmarks using DeepSeek-R1-Distill-Qwen-32B, PASCAL reduces tail TTFT by up to 72% while maintaining answering phase SLO attainment, demonstrating the importance of phase-aware scheduling for reasoning-based LLM deployment."}, {"id": "c1902", "text": "Detecting and Explaining Unlawful Insider Trading: A Shapley Value and Causal Forest Approach to Identifying Key Drivers and Causal Relationships : Corporate insiders trade for diverse reasons, often possessing Material Non-Public Information (MNPI). Determining whether specific trades leverage MNPI is a significant challenge due to inherent complexity. This study focuses on two critical objectives: accurately detecting Unlawful Insider Trading (UIT) and identifying key features explaining classification. The analysis demonstrates how combining Shapley Values (SHAP) and Causal Forest (CF) reveals these explanatory drivers.\n The findings underscore the necessity of causality in identifying and interpreting UIT, requiring the consideration of alternative scenarios and potential outcomes. Within a high-dimensional feature space, the proposed architecture integrates state-of-the-art techniques to achieve high classification accuracy. The framework provides robust feature rankings via SHAP and causal significance assessments through CF, facilitating the discovery of unique causal relationships.\n Statistically significant relationships are documented between the outcome and several key features, including director status, price-to-book ratio, return, and market beta. These features significantly influence the likelihood of UIT, suggesting potential links between insider behavior and factors such as information asymmetry, valuation risk, market volatility, and stock performance. The analysis draws attention to the complexities of financial causality, noting that while initial descriptors offer intuitive insights, deeper examination is required to understand nuanced impacts. These findings reaffirm the architectural flexibility of decision tree models. By incorporating heterogeneity during tree construction, these models effectively uncover latent structures within trade, finance, and governance data, characterizing fraudulent behavior while maintaining reliable results."}, {"id": "c1903", "text": "VOLatility Archive for Realized Estimates (VOLARE) : VOLARE (VOLatility Archive for Realized Estimates - https://volare.unime.it) is an open research infrastructure providing standardized realized volatility and covariance measures constructed from ultra-high-frequency financial data. The platform processes tick-level observations across equities, exchange rates, and futures using an asset-specific pipeline that addresses heterogeneous trading calendars, microstructure noise, and timestamp precision. For equities, price series are cleaned using a documented outlier detection procedure and sampled at regular intervals.\n VOLARE delivers a comprehensive set of realized estimators, including realized variance, range-based measures, bipower variation, semivariances, realized quarticity, realized kernels, and multivariate covariance measures, ensuring methodological consistency and cross-asset comparability. In addition to bulk dataset download, the platform supports interactive visualization and real-time estimation of established volatility models such as HAR and MEM specifications."}, {"id": "c1904", "text": "Metaorder modelling and identification from public data : Market-order flow in financial markets exhibits long-range correlations. This is a widely known stylised fact of financial markets. A popular hypothesis for this stylised fact comes from the Lillo-Mike-Farmer (LMF) order-splitting theory. However, quantitative tests of this theory have historically relied on proprietary datasets with trader identifiers, limiting reproducibility and cross-market validation. We show that the LMF theory can be validated using publicly available Johannesburg Stock Exchange (JSE) data by leveraging recently developed methods for reconstructing synthetic metaorders. We demonstrate the validation using 3 years of Transaction and Quote Data (TAQ) for the largest 100 stocks on the JSE when assuming that there are either N=50 or N=150 effective traders managing metaorders in the market."}, {"id": "c1905", "text": "Sub-City Real Estate Price Index Forecasting at Weekly Horizons Using Satellite Radar and News Sentiment : Reliable real estate price indicators are typically published at city level and low frequency, limiting their use for neighborhood-scale monitoring and long-horizon planning. We study whether sub-city price indices can be forecasted at weekly frequency by combining physical development signals from satellite radar with market narratives from news text. Using over 350,000 transactions from Dubai Land Department (2015-2025), we construct weekly price indices for 19 sub-city regions and evaluate forecasts from 2 to 34 weeks ahead. Our framework fuses regional transaction history with Sentinel-1 SAR backscatter, news sentiment combining lexical tone and semantic embeddings, and macroeconomic context. Results are strongly horizon dependent: at horizons up to 10 weeks, price history alone matches multimodal configurations, but beyond 14 weeks sentiment and SAR become critical. At long horizons (26-34 weeks), the full multimodal model reduces mean absolute error from 4.48 to 2.93 (35% reduction), with gains statistically significant across regions. Nonparametric learners consistently outperform deep architectures in this data regime. These findings establish benchmarks for weekly sub-city index forecasting and demonstrate that remote sensing and news sentiment materially improve predictability at strategically relevant horizons."}, {"id": "c1906", "text": "Forecasting the Evolving Composition of Inbound Tourism Demand: A Bayesian Compositional Time Series Approach Using Platform Booking Data : Understanding how the composition of guest origin markets evolves over time is critical for destination marketing organizations, hospitality businesses, and tourism planners. We develop and apply Bayesian Dirichlet autoregressive moving average (BDARMA) models to forecast the compositional dynamics of guest origin market shares using proprietary Airbnb booking data spanning 2017--2024 across four major destination regions. Our analysis reveals substantial pandemic-induced structural breaks in origin composition, with heterogeneous recovery patterns across markets. The BDARMA framework achieves the lowest average forecast error across all destination regions, outperforming standard benchmarks including na\u00efve forecasts, exponential smoothing, and SARIMA on log-ratio transformed data. For EMEA destinations, BDARMA achieves 23% lower forecast error than naive methods, with statistically significant improvements. By modeling compositions directly on the simplex with a Dirichlet likelihood and incorporating seasonal variation in both mean and precision parameters, our approach produces coherent forecasts that respect the unit-sum constraint while capturing complex temporal dependencies. The methodology provides destination stakeholders with probabilistic forecasts of source market shares, enabling more informed strategic planning for marketing resource allocation, infrastructure investment, and crisis response."}, {"id": "c1907", "text": "Beyond the Numbers: Causal Effects of Financial Report Sentiment on Bank Profitability : This study establishes the causal effects of market sentiment on firm profitability, moving beyond traditional correlational analyses. It leverages a causal forest machine learning methodology to control for numerous confounding variables, enabling systematic analysis of heterogeneity and non-linearities often overlooked. A key innovation is the use of a pre-trained FinancialBERT to generate sentiment scores from quarterly reports, which are then treated as causal interventions impacting profitability dynamics like returns and volatilities. Utilizing a comprehensive dataset from NEPSE, NRB, and individual financial institutions, the research employs SHAP analysis to identify influential profit predictors. A two-pronged causal analysis further explores how sentiment's impact is conditioned by Loan Portfolio/Asset Composition and Balance Sheet Strength/Leverage. Average Treatment Effect analyses, combined with SHAP insights, reveal statistically significant causal associations between certain balance sheet and expense management variables and profitability. This advanced causal machine learning framework significantly extends existing literature, providing a more robust understanding of how financial sentiment truly impacts firm performance."}, {"id": "c1908", "text": "Quantum Reservoir Computing for Statistical Classification in a Superconducting Quantum Circuit : We analyze numerically the performance of Quantum Reservoir Computing (QRC) for statistical and financial problems. We use a reservoir composed of two superconducting islands coupled via their charge degrees of freedom. The key non-linear elements that provide the reservoir with rich and complex dynamics are the Josephson junctions that connect each island to the ground. We show that QRC implemented in this circuit can accurately classify complex probability distributions, including those with heavy tails, and identify regimes in correlated time series, such as periods of high volatility generated by standard econometric models. We find QRC to outperform some of the best classical methods when the amount of information is limited. This demonstrates its potential to be a noise-resilient quantum learning approach capable of tackling real-world problems within currently available superconducting platforms. We further discuss how to improve our QRC algorithm in real superconducting hardware to benefit from a much larger Hilbert space."}, {"id": "c1909", "text": "Predicting the success of new crypto-tokens: the Pump.fun case : We study the dynamics of token launched on Pump.fun, a Solana-based launchpad platform, to identify the determinants of the token success. Pump.fun employs a bonding curve mechanism to bootstrap initial liquidity possibly leading to graduation to the on-chain market, which can be seen as a token success. We build predictive models of the probability of graduation conditional on the current amount of Solana locked in the bonding curve and a set of explanatory variables that capture structural and behavioral aspects of the launch process. Conditioning the graduation probability on these variables significantly improves its predictive power, providing insights into early-stage market behavior, speculative and manipulative dynamics, and the informational efficiency of bonding-curve-based token launches."}, {"id": "c1910", "text": "When Fusion Helps and When It Breaks: View-Aligned Robustness in Same-Source Financial Imaging : We study same-source multi-view learning and adversarial robustness for next-day direction prediction using two deterministic, window-aligned image views derived from the same time series: an OHLCV-rendered chart (ohlcv) and a technical-indicator matrix (indic). To control label ambiguity from near-zero moves, we use an ex-post minimum-movement threshold min_move (tau) based on realized absolute next-day return, defining an offline benchmark on the subset where the absolute next-day return is at least tau. Under leakage-resistant time-block splits with embargo, we compare early fusion (channel stacking) and dual-encoder late fusion with optional cross-branch consistency. We then evaluate pixel-space L-infinity evasion attacks (FGSM/PGD) under view-constrained and joint threat models. We find that fusion is regime dependent: early fusion can suffer negative transfer under noisier settings, whereas late fusion is a more reliable default once labels stabilize. Robustness degrades sharply under tiny budgets with stable view-dependent vulnerabilities; late fusion often helps under view-constrained attacks, but joint perturbations remain challenging."}, {"id": "c1911", "text": "Nansde-net: A neural sde framework for generating time series with memory : Modeling time series with long- or short-memory characteristics is a fundamental challenge in many scientific and engineering domains. While fractional Brownian motion has been widely used as a noise source to capture such memory effects, its incompatibility with It\u00f4 calculus limits its applicability in neural stochastic differential equation~(SDE) frameworks. In this paper, we propose a novel class of noise, termed Neural Network-kernel ARMA-type noise~(NA-noise), which is an It\u00f4-process-based alternative capable of capturing both long- and short-memory behaviors. The kernel function defining the noise structure is parameterized via neural networks and decomposed into a product form to preserve the Markov property. Based on this noise process, we develop NANSDE-Net, a generative model that extends Neural SDEs by incorporating NA-noise. We prove the theoretical existence and uniqueness of the solution under mild conditions and derive an efficient backpropagation scheme for training. Empirical results on both synthetic and real-world datasets demonstrate that NANSDE-Net matches or outperforms existing models, including fractional SDE-Net, in reproducing long- and short-memory features of the data, while maintaining computational tractability within the It\u00f4 calculus framework."}, {"id": "c1912", "text": "A Quadratic Link between Out-of-Sample $R^2$ and Directional Accuracy : This study provides a novel perspective on the metric disconnect phenomenon in financial time series forecasting through an analytical link that reconciles the out-of-sample $R^2$ ($R^2_{\\text{OOS}}$) and directional accuracy (DA). In particular, using the random walk model as a baseline and assuming that sign correctness is independent of the realized magnitude, we show that these two metrics exhibit a quadratic relationship for MSE-optimal point forecasts. For point forecasts with modest DAs, the theoretical value of $R^2_{\\text{OOS}}$ is intrinsically negligible. Thus, a negative empirical $R^2_{\\text{OOS}}$ is expected if the model is suboptimal or affected by finite sample noise."}, {"id": "c1913", "text": "Continuous Program Search : Genetic Programming yields interpretable programs, but small syntactic mutations can induce large, unpredictable behavioral shifts, degrading locality and sample efficiency. We frame this as an operator-design problem: learn a continuous program space where latent distance has behavioral meaning, then design mutation operators that exploit this structure without changing the evolutionary optimizer.\n We make locality measurable by tracking action-level divergence under controlled latent perturbations, identifying an empirical trust region for behavior-local continuous variation. Using a compact trading-strategy DSL with four semantic components (long/short entry and exit), we learn a matching block-factorized embedding and compare isotropic Gaussian mutation over the full latent space to geometry-compiled mutation that restricts updates to semantically paired entry--exit subspaces and proposes directions using a learned flow-based model trained on logged mutation outcomes.\n Under identical $(\u03bc+\u03bb)$ evolution strategies and fixed evaluation budgets across five assets, the learned mutation operator discovers strong strategies using an order of magnitude fewer evaluations and achieves the highest median out-of-sample Sharpe ratio. Although isotropic mutation occasionally attains higher peak performance, geometry-compiled mutation yields faster, more reliable progress, demonstrating that semantically aligned mutation can substantially improve search efficiency without modifying the underlying evolutionary algorithm."}, {"id": "c1914", "text": "RealFin: How Well Do LLMs Reason About Finance When Users Leave Things Unsaid? : Reliable financial reasoning requires knowing not only how to answer, but also when an answer cannot be justified. In real financial practice, problems often rely on implicit assumptions that are taken for granted rather than stated explicitly, causing problems to appear solvable while lacking enough information for a definite answer. We introduce REALFIN, a bilingual benchmark that evaluates financial reasoning by systematically removing essential premises from exam-style questions while keeping them linguistically plausible. Based on this, we evaluate models under three formulations that test answering, recognizing missing information, and rejecting unjustified options, and find consistent performance drops when key conditions are absent. General-purpose models tend to over-commit and guess, while most finance-specialized models fail to clearly identify missing premises. These results highlight a critical gap in current evaluations and show that reliable financial models must know when a question should not be answered."}, {"id": "c1915", "text": "QuantaAlpha: An Evolutionary Framework for LLM-Driven Alpha Mining : Financial markets are noisy and non-stationary, making alpha mining highly sensitive to noise in backtesting results and sudden market regime shifts. While recent agentic frameworks improve alpha mining automation, they often lack controllable multi-round search and reliable reuse of validated experience. To address these challenges, we propose QuantaAlpha, an evolutionary alpha mining framework that treats each end-to-end mining run as a trajectory and improves factors through trajectory-level mutation and crossover operations. QuantaAlpha localizes suboptimal steps in each trajectory for targeted revision and recombines complementary high-reward segments to reuse effective patterns, enabling structured exploration and refinement across mining iterations. During factor generation, QuantaAlpha enforces semantic consistency across the hypothesis, factor expression, and executable code, while constraining the complexity and redundancy of the generated factor to mitigate crowding. Extensive experiments on the China Securities Index 300 (CSI 300) demonstrate consistent gains over strong baseline models and prior agentic systems. When utilizing GPT-5.2, QuantaAlpha achieves an Information Coefficient (IC) of 0.1501, with an Annualized Rate of Return (ARR) of 27.75% and a Maximum Drawdown (MDD) of 7.98%. Moreover, factors mined on CSI 300 transfer effectively to the China Securities Index 500 (CSI 500) and the Standard & Poor's 500 Index (S&P 500), delivering 160% and 137% cumulative excess return over four years, respectively, which indicates strong robustness of QuantaAlpha under market distribution shifts."}, {"id": "c1916", "text": "Insider Purchase Signals in Microcap Equities: Gradient Boosting Detection of Abnormal Returns : This paper examines whether SEC Form 4 insider purchase filings predict abnormal returns in U.S. microcap stocks. The analysis covers 17,237 open-market purchases across 1,343 issuers from 2018 through 2024, restricted to market capitalizations between \\$30M and \\$500M. A gradient boosting classifier trained on insider identity, transaction history, and market conditions at disclosure achieves AUC of 0.70 on out-of-sample 2024 data. At an optimized threshold of 0.20, precision is 0.38 and recall is 0.69. The distance from the 52-week high dominates feature importance, accounting for 36% of predictive signal. A momentum pattern emerges in the data: transactions disclosed after price appreciation exceeding 10% yield the highest mean cumulative abnormal return (6.3%) and the highest probability of outperformance (36.7%). This contrasts with the simple mean-reversion intuition often applied to post-run-up entries. The result is robust to winsorization and holds across subsamples. These patterns are consistent with slower information incorporation in illiquid markets, where trend confirmation may filter for higher-conviction insider signals."}, {"id": "c1917", "text": "Algorithmic Monitoring: Measuring Market Stress with Machine Learning : I construct a Market Stress Probability Index (MSPI) that estimates the probability of high stress in the U.S. equity market one month ahead using information from the cross-section of individual stocks. Using CRSP daily data, each month is summarized by a set of interpretable cross-sectional fragility signals and mapped into a forward-looking stress probability via an L1-regularized logistic regression in a real-time expanding-window design. Out of sample, MSPI tracks major stress episodes and improves discrimination and accuracy relative to a parsimonious benchmark based on lagged market return and realized volatility, delivering calibrated stress probabilities on an economically meaningful scale. Further, I illustrate how MSPI can be used as a probability-based measurement object in financial econometrics. The resulting index provides a transparent and easily updated measure of near-term equity-market stress risk."}, {"id": "c1918", "text": "LLM as a Risk Manager: LLM Semantic Filtering for Lead-Lag Trading in Prediction Markets : Prediction markets provide a unique setting where event-level time series are directly tied to natural-language descriptions, yet discovering robust lead-lag relationships remains challenging due to spurious statistical correlations. We propose a hybrid two-stage causal screener to address this challenge: (i) a statistical stage that uses Granger causality to identify candidate leader-follower pairs from market-implied probability time series, and (ii) an LLM-based semantic stage that re-ranks these candidates by assessing whether the proposed direction admits a plausible economic transmission mechanism based on event descriptions. Because causal ground truth is unobserved, we evaluate the ranked pairs using a fixed, signal-triggered trading protocol that maps relationship quality into realized profit and loss (PnL). On Kalshi Economics markets, our hybrid approach consistently outperforms the statistical baseline. Across rolling evaluations, the win rate increases from 51.4% to 54.5%. Crucially, the average magnitude of losing trades decreases substantially from 649 USD to 347 USD. This reduction is driven by the LLM's ability to filter out statistically fragile links that are prone to large losses, rather than relying on rare gains. These improvements remain stable across different trading configurations, indicating that the gains are not driven by specific parameter choices. Overall, the results suggest that LLMs function as semantic risk managers on top of statistical discovery, prioritizing lead-lag relationships that generalize under changing market conditions."}, {"id": "c1919", "text": "Same Returns, Different Risks: How Cryptocurrency Markets Process Infrastructure vs Regulatory Shocks : We investigate whether cryptocurrency markets differentiate between infrastructure failures and regulatory enforcement at the return level, complementing a companion conditional variance analysis that finds 5.7 times larger volatility impacts from infrastructure events (p = 0.0008). Using event-level block bootstrap inference on 31 events across Bitcoin, Ethereum, Solana, and Cardano (2019-2025), we find no statistically significant difference in cumulative abnormal returns between infrastructure failures (-7.6%) and regulatory enforcement (-11.1%): the difference of +3.6 pp has p = 0.81 with 95% CI [-25.3%, +30.9%]. This null acquires substantive meaning alongside the companion's highly significant variance result: the same events that produce indistinguishable return responses generate dramatically different volatility signatures. Markets differentiate shock types through the risk channel -- the second moment -- rather than expected returns. The block bootstrap methodology, which resamples entire events to preserve cross-sectional correlation, reveals that prior parametric approaches systematically understate uncertainty by inflating degrees of freedom. Results are robust across eight specifications including permutation tests, leave-one-out analysis, and the Ibragimov-Mueller few-cluster test."}, {"id": "c1920", "text": "Financial Bond Similarity Search Using Representation Learning : Finding similar bonds remains challenging in fixed-income analytics, as numerical financial attributes often overshadow categorical non-financial ones such as issuer sector and domicile. This paper shows that these categorical attributes dominate the predictability of spread curves and proposes embedding models to capture their semantic similarities, outperforming one-hot and many other baselines. Evaluated via sparse-issuer augmentation, the approach improves risk modeling and curve construction."}, {"id": "c1921", "text": "Was Benoit Mandelbrot a hedgehog or a fox? : Benoit Mandelbrot's scientific legacy spans an extraordinary range of disciplines, from linguistics and fluid turbulence to cosmology and finance, suggesting the intellectual temperament of a \"fox\" in Isaiah Berlin's famous dichotomy of thinkers. This essay argues, however, that Mandelbrot was, at heart, a \"hedgehog\": a thinker unified by a single guiding principle. Across his diverse pursuits, the concept of scaling -- manifested in self-similarity, power laws, fractals, and multifractals -- served as the central idea that structured his work. By tracing the continuity of this scaling paradigm through his contributions to mathematics, physics, and economics, the paper reveals a coherent intellectual trajectory masked by apparent eclecticism. Mandelbrot's enduring insight in the modeling of natural and social phenomena can be understood through the lens of the geometry and statistics of scale invariance."}, {"id": "c1922", "text": "The Extremity Premium: Sentiment Regimes and Adverse Selection in Cryptocurrency Markets : Using the Crypto Fear & Greed Index and Bitcoin daily data, we document that sentiment extremity predicts excess uncertainty beyond realized volatility. Extreme fear and extreme greed regimes exhibit significantly higher spreads than neutral periods -- a phenomenon we term the \"extremity premium.\" Extended validation on the full Fear & Greed history (February 2018--January 2026, N = 2,896) confirms the finding: within-volatility-quintile comparisons show a significant premium (p < 0.001, Cohen's d = 0.21), Granger causality from uncertainty to spreads is strong (F = 211), and placebo tests reject the null (p < 0.0001). The effect replicates on Ethereum and across 6 of 7 market cycles. However, the premium is sensitive to functional form: comprehensive regression controls absorb regime effects, while nonparametric stratification preserves them. We interpret this as evidence that sentiment extremity captures volatility-regime interactions not fully represented by parametric controls -- consistent with, but not conclusively separable from, the F&G Index's embedded volatility component. An agent-based model reproduces the pattern qualitatively. The results suggest that intensity, not direction, drives uncertainty-linked liquidity withdrawal in cryptocurrency markets, though identification of \"pure\" sentiment effects from volatility remains an open challenge."}, {"id": "c1923", "text": "Explainable Patterns in Cryptocurrency Microstructure : We document stable cross-asset patterns in cryptocurrency limit-order-book microstructure: the same engineered order book and trade features exhibit remarkably similar predictive importance and SHAP dependence shapes across assets spanning an order of magnitude in market capitalization (BTC, LTC, ETC, ENJ, ROSE). The data covers Binance Futures perpetual contract order books and trades on 1-second frequency starting from January 1st, 2022 up to October 12th, 2025. Using a unified CatBoost modeling pipeline with a direction-aware GMADL objective and time-series cross validation, we show that feature rankings and partial effects are stable across assets despite heterogeneous liquidity and volatility. We connect these SHAP structures to microstructure theory (order flow imbalance, spread, and adverse selection) and validate tradability via a conservative top-of-book taker backtest as well as fixed depth maker backtest. Our primary novelty is a robustness analysis of a major flash crash, where the divergent performance of our taker and maker strategies empirically validates classic microstructure theories of adverse selection and highlights the systemic risks of algorithmic trading. Our results suggest a portable microstructure representation of short-horizon returns and motivate universal feature libraries for crypto markets."}, {"id": "c1924", "text": "The Impact of Trump-Era Tariffs on Financial Market Efficiency : This study examines the effects of Trump-era tariffs on financial market efficiency by applying multifractal detrended fluctuation analysis to the return and absolute return time series of six major financial assets: the S\\&P 500, SSEC, VIX, BTC/USD, EUR/USD, and Gold. Using the Hurst exponent $h(2)$ and multifractal strength, we assess how market dynamics responded to two major global shocks: the COVID-19 pandemic and the implementation of the Trump tariff policy in 2025. The results show that COVID-19 induced substantial changes in both the Hurst exponent and multifractal strength, particularly for the S\\&P 500, BTC/USD, EUR/USD, and Gold. In contrast, the effects of the Trump tariffs were more moderate but still observable across all examined time series. The Chinese market index (SSEC) remained largely unaffected by either event, apart from a distinct response to domestic stimulus measures. In addition, the VIX exhibited anti-persistent behavior with $h(2) < 0.5$, consistent with the rough volatility framework. These findings underscore the usefulness of multifractal analysis in capturing structural shifts in market efficiency under geopolitical and systemic shocks."}, {"id": "c1925", "text": "Null-Validated Topological Signatures of Financial Market Dynamics : Financial markets exhibit temporal organization that is not fully captured by volatility measures or linear correlation structure. We study a null validated topological approach for quantifying market complexity and apply it to Bitcoin daily log returns. The analysis uses the $L^1$ norm of persistence landscapes computed from sliding-window delay embeddings. This quantity shows strong co-movement with stochastic volatility during periods of market stress, but remains intermittently elevated during low volatility regimes, indicating dynamical structure beyond fluctuation scale. Rolling correlation analysis reveals that the dependence between geometry and volatility is not stationary. Surrogate based null models provide statistical validation of these observations. Rejection of shuffle surrogates rules out explanations based on marginal distributions alone, while departures from phase randomized surrogates indicate sensitivity to nonlinear and phase dependent temporal organization beyond linear correlations. These results demonstrate that persistence landscape norms provide complementary information about market dynamics across market conditions."}, {"id": "c1926", "text": "A unified theory of order flow, market impact, and volatility : We propose a microstructural model for the order flow in financial markets that distinguishes between {\\it core orders} and {\\it reaction flow}, both modeled as Hawkes processes. This model has a natural scaling limit that reconciles a number of salient empirical properties: persistent signed order flow, rough trading volume and volatility, and power-law market impact. In our framework, all these quantities are pinned down by a single statistic $H_0$, which measures the persistence of the core flow. Specifically, the signed flow converges to the sum of a fractional process with Hurst index $H_0$ and a martingale, while the limiting traded volume is a rough process with Hurst index $H_0-1/2$. No-arbitrage constraints imply that volatility is rough, with Hurst parameter $2H_0-3/2$, and that the price impact of trades follows a power law with exponent $2-2H_0$. The analysis of signed order flow data yields an estimate $H_0 \\approx 3/4$. This is not only consistent with the square-root law of market impact, but also turns out to match estimates for the roughness of traded volumes and volatilities remarkably well."}, {"id": "c1927", "text": "Generative AI for Stock Selection : We study whether generative AI can automate feature discovery in U.S. equities. Using large language models with retrieval-augmented generation and structured/programmatic prompting, we synthesize economically motivated features from analyst, options, and price-volume data. These features are then used as inputs to a tabular machine-learning model to forecast short-horizon returns. Across multiple datasets, AI-generated features are consistently competitive with baselines, with Sharpe improvements ranging from 14% to 91% depending on dataset and configuration. Retrieval quality is pivotal: better knowledge bases materially improve outcomes. The AI-generated signals are weakly correlated with traditional features, supporting combination. Overall, generative AI can meaningfully augment feature discovery when retrieval quality is controlled, producing interpretable signals while reducing manual engineering effort."}, {"id": "c1928", "text": "Adaptive Benign Overfitting (ABO): Overparameterized RLS for Online Learning in Non-stationary Time-series : Overparameterized models have recently challenged conventional learning theory by exhibiting improved generalization beyond the interpolation limit, a phenomenon known as benign overfitting. This work introduces Adaptive Benign Overfitting (ABO), extending the recursive least-squares (RLS) framework to this regime through a numerically stable formulation based on orthogonal-triangular updates. A QR-based exponentially weighted RLS (QR-EWRLS) algorithm is introduced, combining random Fourier feature mappings with forgetting-factor regularization to enable online adaptation under non-stationary conditions. The orthogonal decomposition prevents the numerical divergence associated with covariance-form RLS while retaining adaptability to evolving data distributions. Experiments on nonlinear synthetic time series confirm that the proposed approach maintains bounded residuals and stable condition numbers while reproducing the double-descent behavior characteristic of overparameterized models. Applications to forecasting foreign exchange and electricity demand show that ABO is highly accurate (comparable to baseline kernel methods) while achieving speed improvements of between 20 and 40 percent. The results provide a unified view linking adaptive filtering, kernel approximation, and benign overfitting within a stable online learning framework."}, {"id": "c1929", "text": "Trade uncertainty impact on stock-bond correlations: Insights from conditional correlation models : This paper investigates the impact of Trade Policy Uncertainty (TPU) on stock-bond correlation dynamics in the United States. Using daily data on major U.S. stock indices and the 10-year Treasury bond from 2015 to 2025, we estimate correlation within a two-step GARCH-based framework, relying on multivariate specifications, including Constant Conditional Correlation (CCC), Smooth Transition Conditional Correlation (STCC), and Dynamic Conditional Correlation (DCC) models. We extend these frameworks by incorporating TPU index and a presidential dummy to capture effects of trade uncertainty and government cycles. The findings show that constant correlation models are strongly rejected in favor of time-varying specifications. Both STCC and DCC models confirm TPU's central role in driving correlation dynamics, with significant differences across political regimes. DCC models augmented with TPU and political effects deliver the best in-sample fit and strongest forecasting performance, as measured by statistical and economic loss functions."}, {"id": "c1930", "text": "Finite-Sample Properties of Model Specification Tests for Multivariate Dynamic Regression Models : This paper proposes a new multivariate model specification test that generalizes Durbin regression to a seemingly unrelated regression framework and reframes the Durbin approach as a GLS-class estimator. The proposed estimator explicitly models cross-equation dependence and the joint second-order dynamics of regressors and disturbances. It remains consistent under a comparatively weak dependence condition in which conventional OLS- and GLS-based estimators can be inconsistent, and it is asymptotically efficient under stronger conditions. Monte Carlo experiments indicate that the associated Wald test achieves improved size control and competitive power in finite samples, especially when combined with a bootstrap-based bias correction. An empirical application further illustrates that the proposed procedure delivers stable inference and is practically useful for multi-equation specification testing."}, {"id": "c1931", "text": "PredictionMarketBench: A SWE-bench-Style Framework for Backtesting Trading Agents on Prediction Markets : Prediction markets offer a natural testbed for trading agents: contracts have binary payoffs, prices can be interpreted as probabilities, and realized performance depends critically on market microstructure, fees, and settlement risk. We introduce PredictionMarketBench, a SWE-bench-style benchmark for evaluating algorithmic and LLM-based trading agents on prediction markets via deterministic, event-driven replay of historical limit-order-book and trade data. PredictionMarketBench standardizes (i) episode construction from raw exchange streams (orderbooks, trades, lifecycle, settlement), (ii) an execution-realistic simulator with maker/taker semantics and fee modeling, and (iii) a tool-based agent interface that supports both classical strategies and tool-calling LLM agents with reproducible trajectories. We release four Kalshi-based episodes spanning cryptocurrency, weather, and sports. Baseline results show that naive trading agents can underperform due to transaction costs and settlement losses, while fee-aware algorithmic strategies remain competitive in volatile episodes."}, {"id": "c1932", "text": "Predictive Accuracy versus Interpretability in Energy Markets: A Copula-Enhanced TVP-SVAR Analysis : This paper investigates whether structural econometric models can rival machine learning in forecasting energy--macro dynamics while retaining causal interpretability. Using monthly data from 1999 to 2025, we develop a unified framework that integrates Time-Varying Parameter Structural VARs (TVP-SVAR) with advanced dependence structures, including DCC-GARCH, t-copulas, and mixed Clayton--Frank--Gumbel copulas. These models are empirically evaluated against leading machine learning techniques Gaussian Process Regression (GPR), Artificial Neural Networks, Random Forests, and Support Vector Regression across seven macro-financial and energy variables, with Brent crude oil as the central asset. The findings reveal three major insights. First, TVP-SVAR consistently outperforms standard VAR models, confirming structural instability in energy transmission channels. Second, copula-based extensions capture non-linear and tail dependence more effectively than symmetric DCC models, particularly during periods of macroeconomic stress. Third, despite their methodological differences, copula-enhanced econometric models and GPR achieve statistically equivalent predictive accuracy (t-test p = 0.8444). However, only the econometric approach provides interpretable impulse responses, regime shifts, and tail-risk diagnostics. We conclude that machine learning can replicate predictive performance but cannot substitute the explanatory power of structural econometrics. This synthesis offers a pathway where AI accuracy and economic interpretability jointly inform energy policy and risk management."}, {"id": "c1933", "text": "MarketGANs: Multivariate financial time-series data augmentation using generative adversarial networks : This paper introduces MarketGAN, a factor-based generative framework for high-dimensional asset return generation under severe data scarcity. We embed an explicit asset-pricing factor structure as an economic inductive bias and generate returns as a single joint vector, thereby preserving cross-sectional dependence and tail co-movement alongside inter-temporal dynamics. MarketGAN employs generative adversarial learning with a temporal convolutional network (TCN) backbone, which models stochastic, time-varying factor loadings and volatilities and captures long-range temporal dependence. Using daily returns of large U.S. equities, we find that MarketGAN more closely matches empirical stylized facts of asset returns, including heavy-tailed marginal distributions, volatility clustering, leverage effects, and, most notably, high-dimensional cross-sectional correlation structures and tail co-movement across assets, than conventional factor-model-based bootstrap approaches. In portfolio applications, covariance estimates derived from MarketGAN-generated samples outperform those derived from other methods when factor information is at least weakly informative, demonstrating tangible economic value."}, {"id": "c1934", "text": "Directional-Shift Dirichlet ARMA Models for Compositional Time Series with Structural Break Intervention : Compositional time series, vectors of proportions summing to unity observed over time, frequently exhibit structural breaks due to external shocks, policy changes, or market disruptions. Standard methods either ignore such breaks or handle them through ad-hoc dummy variables that cannot extrapolate beyond the estimation sample. We develop a Bayesian Dirichlet ARMA model augmented with a directional-shift intervention mechanism that captures structural breaks through three interpretable parameters: a unit direction vector specifying which components gain or lose share, an amplitude controlling the magnitude of redistribution, and a logistic gate governing the timing and speed of transition. The model preserves compositional constraints by construction, maintains innovation-form DARMA dynamics for short-run dependence, and produces coherent probabilistic forecasts during and after structural breaks. We establish that the directional shift corresponds to geodesic motion on the simplex and is invariant to the choice of ILR basis. A comprehensive simulation study with 400 fits across 8 scenarios demonstrates that when the shift direction is correctly identified (77.5% of cases), amplitude and timing parameters are recovered with near-zero bias, and credible intervals for the mean composition achieve nominal 80% coverage; we address the sign identification challenge through a hemisphere constraint. An empirical application to fee recognition lead-time distributions during COVID-19 compares baseline, fixed-effects, and intervention specifications in rolling forecast evaluation, demonstrating the intervention model's superior point accuracy (Aitchison distance 0.83 vs. 0.90) and calibration (87% vs. 71% coverage) during structural transitions."}, {"id": "c1935", "text": "Impact of LLMs news Sentiment Analysis on Stock Price Movement Prediction : This paper addresses stock price movement prediction by leveraging LLM-based news sentiment analysis. Earlier works have largely focused on proposing and assessing sentiment analysis models and stock movement prediction methods, however, separately. Although promising results have been achieved, a clear and in-depth understanding of the benefit of the news sentiment to this task, as well as a comprehensive assessment of different architecture types in this context, is still lacking. Herein, we conduct an evaluation study that compares 3 different LLMs, namely, DeBERTa, RoBERTa and FinBERT, for sentiment-driven stock prediction. Our results suggest that DeBERTa outperforms the other two models with an accuracy of 75% and that an ensemble model that combines the three models can increase the accuracy to about 80%. Also, we see that sentiment news features can benefit (slightly) some stock market prediction models, i.e., LSTM-, PatchTST- and tPatchGNN-based classifiers and PatchTST- and TimesNet-based regression tasks models."}, {"id": "c1936", "text": "A Nonlinear Target-Factor Model with Attention Mechanism for Mixed-Frequency Data : We propose Mixed-Panels-Transformer Encoder (MPTE), a novel framework for estimating factor models in panel datasets with mixed frequencies and nonlinear signals. Traditional factor models rely on linear signal extraction and require homogeneous sampling frequencies, limiting their applicability to modern high-dimensional datasets where variables are observed at different temporal resolutions. Our approach leverages Transformer-style attention mechanisms to enable context-aware signal construction through flexible, data-dependent weighting schemes that replace fixed linear combinations with adaptive reweighting based on similarity and relevance. We extend classical principal component analysis (PCA) to accommodate general temporal and cross-sectional attention matrices, allowing the model to learn how to aggregate information across frequencies without manual alignment or pre-specified weights. For linear activation functions, we establish consistency and asymptotic normality of factor and loading estimators, showing that our framework nests Target PCA as a special case while providing efficiency gains through transfer learning across auxiliary datasets. The nonlinear extension uses a Transformer architecture to capture complex hierarchical interactions while preserving the theoretical foundations. In simulations, MPTE demonstrates superior performance in nonlinear environments, and in an empirical application to 13 macroeconomic forecasting targets using a selected set of 48 monthly and quarterly series from the FRED-MD and FRED-QD databases, our method achieves competitive performance against established benchmarks. We further analyze attention patterns and systematically ablate model components to assess variable importance and temporal dependence. The resulting patterns highlight which indicators and horizons are most influential for forecasting."}, {"id": "c1937", "text": "Design and Empirical Study of a Large Language Model-Based Multi-Agent Investment System for Chinese Public REITs : This study addresses the low-volatility Chinese Public Real Estate Investment Trusts (REITs) market, proposing a large language model (LLM)-driven trading framework based on multi-agent collaboration. The system constructs four types of analytical agents-announcement, event, price momentum, and market-each conducting analysis from different dimensions; then the prediction agent integrates these multi-source signals to output directional probability distributions across multiple time horizons, then the decision agent generates discrete position adjustment signals based on the prediction results and risk control constraints, thereby forming a closed loop of analysis-prediction-decision-execution. This study further compares two prediction model pathways: for the prediction agent, directly calling the general-purpose large model DeepSeek-R1 versus using a specialized small model Qwen3-8B fine-tuned via supervised fine-tuning and reinforcement learning alignment. In the backtest from October 2024 to October 2025, both agent-based strategies significantly outperformed the buy-and-hold benchmark in terms of cumulative return, Sharpe ratio, and maximum drawdown. The results indicate that the multi-agent framework can effectively enhance the risk-adjusted return of REITs trading, and the fine-tuned small model performs close to or even better than the general-purpose large model in some scenarios."}, {"id": "c1938", "text": "The GT-Score: A Robust Objective Function for Reducing Overfitting in Data-Driven Trading Strategies : Overfitting remains a critical challenge in data-driven financial modeling, where machine learning (ML) systems learn spurious patterns in historical prices and fail out of sample and in deployment. This paper introduces the GT-Score, a composite objective function that integrates performance, statistical significance, consistency, and downside risk to guide optimization toward more robust trading strategies. This approach directly addresses critical pitfalls in quantitative strategy development, specifically data snooping during optimization and the unreliability of statistical inference under non-normal return distributions. Using historical stock data for 50 S&P 500 companies spanning 2010-2024, we conduct an empirical evaluation that includes walk-forward validation with nine sequential time splits and a Monte Carlo study with 15 random seeds across three trading strategies. In walk-forward validation, GT-Score improves the generalization ratio (validation return divided by training return) by 98% relative to baseline objective functions. Paired statistical tests on Monte Carlo out-of-sample returns indicate statistically detectable differences between objective functions (p < 0.01 for comparisons with Sortino and Simple), with small effect sizes. These results suggest that embedding an anti-overfitting structure into the objective can improve the reliability of backtests in quantitative research. Reproducible code and processed result files are provided as supplementary materials."}, {"id": "c1939", "text": "Test-Time Adaptation for Non-stationary Time Series: From Synthetic Regime Shifts to Financial Markets : Time series encountered in practice are rarely stationary. When the data distribution changes, a forecasting model trained on past observations can lose accuracy. We study a small-footprint test-time adaptation (TTA) framework for causal timeseries forecasting and direction classification. The backbone is frozen, and only normalization affine parameters are updated using recent unlabeled windows. For classification we minimize entropy and enforce temporal consistency; for regression we minimize prediction variance across weak time-preserving augmentations and optionally distill from an EMA teacher. A quadratic drift penalty and an uncertainty triggered fallback keep updates stable. We evaluate this framework in two stages: synthetic regime shifts on ETT benchmarks, and daily equity and FX series (SPY, QQQ, EUR/USD) across pandemic, high-inflation, and recovery regimes. On synthetic gradual drift, normalization-based TTA improves forecasting error, while in financial markets a simple batch-normalization statistics update is a robust default and more aggressive norm-only adaptation can even hurt. Our results provide practical guidance for deploying TTA on non-stationary time series."}, {"id": "c1940", "text": "Demystifying the trend of the healthcare index: Is historical price a key driver? : Healthcare sector indices consolidate the economic health of pharmaceutical, biotechnology, and healthcare service firms. The short-term movements in these indices are closely intertwined with capital allocation decisions affecting research and development investment, drug availability, and long-term health outcomes. This research investigates whether historical open-high-low-close (OHLC) index data contain sufficient information for predicting the directional movement of the opening index on the subsequent trading day. The problem is formulated as a supervised classification task involving a one-step-ahead rolling window. A diverse feature set is constructed, comprising original prices, volatility-based technical indicators, and a novel class of nowcasting features derived from mutual OHLC ratios. The framework is evaluated on data from healthcare indices in the U.S. and Indian markets over a five-year period spanning multiple economic phases, including the COVID-19 pandemic. The results demonstrate robust predictive performance, with accuracy exceeding 0.8 and Matthews correlation coefficients above 0.6. Notably, the proposed nowcasting features have emerged as a key determinant of the market movement. We have employed the Shapley-based explainability paradigm to further elucidate the contribution of the features: outcomes reveal the dominant role of the nowcasting features, followed by a more moderate contribution of original prices. This research offers a societal utility: the proposed features and model for short-term forecasting of healthcare indices can reduce information asymmetry and support a more stable and equitable health economy."}, {"id": "c1941", "text": "Exploring the Interpretability of Forecasting Models for Energy Balancing Market : The balancing market in the energy sector plays a critical role in physically and financially balancing the supply and demand. Modeling dynamics in the balancing market can provide valuable insights and prognosis for power grid stability and secure energy supply. While complex machine learning models can achieve high accuracy, their black-box nature severely limits the model interpretability. In this paper, we explore the trade-off between model accuracy and interpretability for the energy balancing market. Particularly, we take the example of forecasting manual frequency restoration reserve (mFRR) activation price in the balancing market using real market data from different energy price zones. We explore the interpretability of mFRR forecasting using two models: extreme gradient boosting (XGBoost) machine and explainable boosting machine (EBM). We also integrate the two models, and we benchmark all the models against a baseline naive model. Our results show that EBM provides forecasting accuracy comparable to XGBoost while yielding a considerable level of interpretability. Our analysis also underscores the challenge of accurately predicting the mFRR price for the instances when the activation price deviates significantly from the spot price. Importantly, EBM's interpretability features reveal insights into non-linear mFRR price drivers and regional market dynamics. Our study demonstrates that EBM is a viable and valuable interpretable alternative to complex black-box AI models in the forecast for the balancing market."}, {"id": "c1942", "text": "Beyond Visual Realism: Toward Reliable Financial Time Series Generation : Generative models for financial time series often create data that look realistic and even reproduce stylized facts such as fat tails or volatility clustering. However, these apparent successes break down under trading backtests: models like GANs or WGAN-GP frequently collapse, yielding extreme and unrealistic results that make the synthetic data unusable in practice. We identify the root cause in the neglect of financial asymmetry and rare tail events, which strongly affect market risk but are often overlooked by objectives focusing on distribution matching. To address this, we introduce the Stylized Facts Alignment GAN (SFAG), which converts key stylized facts into differentiable structural constraints and jointly optimizes them with adversarial loss. This multi-constraint design ensures that generated series remain aligned with market dynamics not only in plots but also in backtesting. Experiments on the Shanghai Composite Index (2004--2024) show that while baseline GANs produce unstable and implausible trading outcomes, SFAG generates synthetic data that preserve stylized facts and support robust momentum strategy performance. Our results highlight that structure-preserving objectives are essential to bridge the gap between superficial realism and practical usability in financial generative modeling."}, {"id": "c1943", "text": "Bitcoin Price Prediction using Machine Learning and Combinatorial Fusion Analysis : In this work, we propose to apply a new model fusion and learning paradigm, known as Combinatorial Fusion Analysis (CFA), to the field of Bitcoin price prediction. Price prediction of financial product has always been a big topic in finance, as the successful prediction of the price can yield significant profit. Every machine learning model has its own strength and weakness, which hinders progress toward robustness. CFA has been used to enhance models by leveraging rank-score characteristic (RSC) function and cognitive diversity in the combination of a moderate set of diverse and relatively well-performed models. Our method utilizes both score and rank combinations as well as other weighted combination techniques. Key metrics such as RMSE and MAPE are used to evaluate our methodology performance. Our proposal presents a notable MAPE performance of 0.19\\%. The proposed method greatly improves upon individual model performance, as well as outperforms other Bitcoin price prediction models."}, {"id": "c1944", "text": "Distributional Fitting and Tail Analysis of Lead-Time Compositions: Nights vs. Revenue on Airbnb : We analyze daily lead-time distributions for two Airbnb demand metrics, Nights Booked (volume) and Gross Booking Value (revenue), treating each day's allocation across 0-365 days as a compositional vector. The data span 2,557 days from January 2019 through December 2025 in a large North American region. Three findings emerge. First, GBV concentrates more heavily in mid-range horizons: beyond 90 days, GBV tail mass typically exceeds Nights by 20-50%, with ratios reaching 75% at the 180-day threshold during peak seasons. Second, Gamma and Weibull distributions fit comparably well under interval-censored cross-entropy. Gamma wins on 61% of days for Nights and 52% for GBV, with Weibull close behind at 38% and 45%. Lognormal rarely wins (<3%). Nonparametric GAMs achieve 18-80x lower CRPS but sacrifice interpretability. Third, generalized Pareto fits suggest bounded tails for both metrics at thresholds below 150 days, though this may partly reflect right-truncation at 365 days; above 150 days, estimates destabilize. Bai-Perron tests with HAC standard errors identify five structural breaks in the Wasserstein distance series, with early breaks coinciding with COVID-19 disruptions. The results show that volume and revenue lead-time shapes diverge systematically, that simple two-parameter distributions capture daily pmfs adequately, and that tail inference requires care near truncation boundaries."}, {"id": "c1945", "text": "Multiscaling in the Rough Bergomi Model: A Tale of Tails : The rough Bergomi (rBergomi) model, characterised by its roughness parameter $H$, has been shown to exhibit multiscaling behaviour as $H$ approaches zero. Multiscaling has profound implications for financial modelling: it affects extreme risk estimation, influences optimal portfolio allocation across different time horizons, and challenges traditional option pricing approaches that assume uniscaling behaviours. Understanding whether multiscaling arises primarily from the roughness of volatility paths or from the resulting fat-tailed returns has important implications for financial modelling, option pricing, and risk management. This paper investigates the real source of this multiscaling behaviour by introducing a novel two-stage statistical testing procedure. In the first stage, we establish the presence of multiscaling in the rBergomi model against an uniscaling fractional Brownian motion process. We quantify multiscaling by using weighted least squares regression that accounts for heteroscedastic estimation errors across moments. In the second stage, we apply shuffled surrogates that preserve return distributions while destroying temporal correlations. This is done by using distance-based permutation tests robust to asymmetric null distributions. In order to validate our procedure, we check the robustness of the results by using synthetic processes with known multifractal properties, namely the Multifractal Random Walk (MRW) and the Fractional L\u00e9vy Stable Motion (FLSM). We provide compelling evidence that multiscaling in the rBergomi model arises primarily from fat-tailed return distributions rather than memory effects. Our findings suggest that the apparent multiscaling in rough volatility models is largely attributable to distributional properties rather than genuine temporal scaling behaviour."}, {"id": "c1946", "text": "Fast Times, Slow Times: Timescale Separation in Financial Timeseries Data : Financial time series exhibit multiscale behavior, with interaction between multiple processes operating on different timescales. This paper introduces a method for separating these processes using variance and tail stationarity criteria, framed as generalized eigenvalue problems. The approach allows for the identification of slow and fast components in asset returns and prices, with applications to parameter drift, mean reversion, and tail risk management. Empirical examples using currencies, equity ETFs and treasury yields illustrate the practical utility of the method."}, {"id": "c1947", "text": "From rough to multifractal multidimensional volatility: A multidimensional Log S-fBM model : We introduce the multivariate Log S-fBM model (mLog S-fBM), extending the univariate framework proposed by Wu \\textit{et al.} to the multidimensional setting. We define the multidimensional Stationary fractional Brownian motion (mS-fBM), characterized by marginals following S-fBM dynamics and a specific cross-covariance structure. It is parametrized by a correlation scale $T$, marginal-specific intermittency parameters and Hurst exponents, as well as their multidimensional counterparts: the co-intermittency matrix and the co-Hurst matrix. The mLog S-fBM is constructed by modeling volatility components as exponentials of the mS-fBM, preserving the dependence structure of the Gaussian core. We demonstrate that the model is well-defined for any co-Hurst matrix with entries in $[0, \\frac{1}{2}[$, supporting vanishing co-Hurst parameters to bridge rough volatility and multifractal regimes. We generalize the small intermittency approximation technique to the multivariate setting to develop an efficient Generalized Method of Moments calibration procedure, estimating cross-covariance parameters for pairs of marginals. We validate it on synthetic data and apply it to S\\&P 500 market data, modeling stock return fluctuations. Diagonal estimates of the stock Hurst matrix, corresponding to single-stock log-volatility Hurst exponents, are close to 0, indicating multifractal behavior, while co-Hurst off-diagonal entries are close to the Hurst exponent of the S\\&P 500 index ($H \\approx 0.12$), and co-intermittency off-diagonal entries align with univariate intermittency estimates."}, {"id": "c1948", "text": "XGBoost Forecasting of NEPSE Index Log Returns with Walk Forward Validation : This study develops a robust machine learning framework for one-step-ahead forecasting of daily log-returns in the Nepal Stock Exchange (NEPSE) Index using the XGBoost regressor. A comprehensive feature set is engineered, including lagged log-returns (up to 30 days) and established technical indicators such as short- and medium-term rolling volatility measures and the 14-period Relative Strength Index. Hyperparameter optimization is performed using Optuna with time-series cross-validation on the initial training segment. Out-of-sample performance is rigorously assessed via walk-forward validation under both expanding and fixed-length rolling window schemes across multiple lag configurations, simulating real-world deployment and avoiding lookahead bias. Predictive accuracy is evaluated using root mean squared error, mean absolute error, coefficient of determination (R-squared), and directional accuracy on both log-returns and reconstructed closing prices. Empirical results show that the optimal configuration, an expanding window with 20 lags, outperforms tuned ARIMA and Ridge regression benchmarks, achieving the lowest log-return RMSE (0.013450) and MAE (0.009814) alongside a directional accuracy of 65.15%. While the R-squared remains modest, consistent with the noisy nature of financial returns, primary emphasis is placed on relative error reduction and directional prediction. Feature importance analysis and visual inspection further enhance interpretability. These findings demonstrate the effectiveness of gradient boosting ensembles in modeling nonlinear dynamics in volatile emerging market time series and establish a reproducible benchmark for NEPSE Index forecasting."}, {"id": "c1949", "text": "Regime Discovery and Intra-Regime Return Dynamics in Global Equity Markets : Financial markets alternate between tranquil periods and episodes of stress, and return dynamics can change substantially across these regimes. We study regime-dependent dynamics in developed and developing equity indices using a data-driven Hilbert--Huang-based regime identification and profiling pipeline, followed by variable-length Markov modeling of categorized returns. Market regimes are identified using an Empirical Mode Decomposition-based Hilbert--Huang Transform, where instantaneous energy from the Hilbert spectrum separates Normal, High, and Extreme regimes. We then profile each regime using Holo--Hilbert Spectral Analysis, which jointly resolves carrier frequencies, amplitude-modulation frequencies, and amplitude-modulation energy (AME). AME, interpreted as volatility intensity, declines monotonically from Extreme to High to Normal regimes. This decline is markedly sharper in developed markets, while developing markets retain higher baseline volatility intensity even in Normal regimes. Building on these regime-specific volatility signatures, we discretize daily returns into five quintile states $\\mathtt{R}_1$ to $\\mathtt{R}_5$ and estimate Variable-Length Markov Chains via context trees within each regime. Unconditional state probabilities show tail states dominate in Extreme regimes and recede as regimes stabilize, alongside persistent downside asymmetry. Entropy peaks in High regimes, indicating maximum unpredictability during moderate-volatility periods. Conditional transition dynamics, evaluated over contexts of length up to three days from the context-tree estimates, indicate that developed markets normalize more effectively as stress subsides, whereas developing markets retain residual tail dependence and downside persistence even in Normal regimes, consistent with a coexistence of continuation and burst-like shifts."}, {"id": "c1950", "text": "Static Dark Fluid Thin Shells in Schwarzschild-de Sitter Spacetimes: Stability and Black Hole Shadows : We study the existence and radial stability of static, spherically symmetric thin shells separating two Schwarzschild--de Sitter spacetimes with parameters $(m_\\pm,\u039b_\\pm)$. Using the Israel junction formalism and a linear barotropic equation of state $p = \u03bb(\u03c3- \u03c3_1)c^2$, we decouple the sound speed $c_s^2 = \u03bbc^2$ from the equilibrium equation-of-state parameter $w_0 \\equiv p_0 / (\u03c3_0 c^2)$ and derive the effective potential governing radial dynamics. For observationally motivated parameters, stable configurations with $\u03c3_0>0$ and $0<\u03bb\\leq1$ exist only when $m_+/m_- > 1$. Three distinct stability windows emerge, when $\u03bb=1$: $-3/7 \\lesssim w_0 \\lesssim 1/2$ for $\u039b_+ = \u039b_-$, $-2/3 \\lesssim w_0 \\lesssim 1/2$ for $\u039b_+ > \u039b_-$ and $0 \\lesssim w_0 \\lesssim 1$ for $\u039b_+ < \u039b_-$. Positive-pressure shells ($w_0>0$) reside near the photon sphere, whereas negative-pressure shells ($w_0<0$) extend outward, reaching either the cosmological horizon or the static radius. Stability relies on the variation of $w(\u03c3)$ with the surface energy density. Negative pressure (tension) stabilizes the system because the tension increases during expansion. Conversely, positive pressure stabilizes the system because the pressure increases during contraction. Finally, a static, stable, dark, fluid thin shell acts as a gravitational refractive layer that enlarges the black hole's shadow for a distant, static observer outside the shell. The effect depends on the shell radius $R_0$, the background parameters $(m_{\\pm}, \u039b_{\\pm})$, and the equation-of-state. Dark fluid shells can be considered as theoretical toy models that illustrate qualitative effects. Future high-resolution black hole shadow observations could, in principle, use such models to explore how different equations of state might influence observable signatures."}, {"id": "c1951", "text": "Imprints of non-commutativity on charged black holes : This work presents a comprehensive investigation of the gravitational phenomena that correspond to a non-commutative (NC) charged black hole, by incorporating NC geometry through a Moyal twist. We derive the deformed metric up to the second order of the NC parameter, utilizing the Seiberg-Witten map for the Reissner-Nordstrom black hole. We explore how non-commutativity modifies key thermodynamic properties, such as the Hawking temperature and heat capacity, and the existence of a remnant mass at the final stage of evaporation. Additionally, the study of Hawking radiation for bosonic and fermionic particles is discussed. Applying a perturbative method, scalar quasinormal modes are analyzed numerically. Furthermore, null geodesics and photon sphere stability are explored via curvature and topological methods. The shadow radius and deflection angle are computed to understand observational signatures. Lensing observables are compared to Event Horizon Telescope observations to provide probable constraints on the non-commutativity parameter. This study bridges theoretical predictions with astrophysical observations, offering insights into quantum gravity effects on black hole physics."}, {"id": "c1952", "text": "Beyond Gaussian Assumptions: A new robust statistical framework for gravitational-wave data analysis : Many traditional algorithms applied in gravitational-wave astronomy rely on the assumption of Gaussian noise, a condition not always met. To meet this need, this study extends a robust statistical framework, advancing previous work on heavy-tailed likelihoods, that adapts the hyperbolic likelihood method for full frequency domain applications. The framework is designed to maintain high performance under ideal conditions while improving robustness against non-Gaussian noise and outliers in real-world data. We demonstrate the efficacy of this approach through two key case studies. The first case study analyzes a massive black hole binary merger in simulated Laser Interferometer Space Antenna (LISA) data with Gaussian noise, showing that the extended hyperbolic likelihood method performs comparably to the more commonly used Whittle likelihood. The second case study examines a stellar-mass black hole binary merger using real ground-based gravitational-wave data containing non-Gaussian noise or overlapping signals, where our framework exhibits increased robustness and yields more accurate parameter estimations. Our results show that the hyperbolic likelihood better captures the true noise distribution, providing a flexible and physically motivated alternative for GW data analysis across current and future detectors."}, {"id": "c1953", "text": "Effective speed approach for scalar field propagation : We study the propagation of a constant speed gaussian scalar field wave-packet (GWP) in Minkowski space, showing that the energy conditions are violated for superluminal speed. We then apply the effective speed approach to the GWP propagation, deriving the corresponding effective metric, effective Lagrangian and effective stress-energy tensor, showing that the null, weak and strong energy conditions are satisfied."}, {"id": "c1954", "text": "Hotspot Images from Magnetic Reconnection Processes in the plunging Region of a Kerr Black Hole : Using the hotspot imaging method, this paper investigates the motion trajectory of plasma in the plunging region before and after the Comisso-Asenjo mechanism. Following a brief review of the magnetic reconnection process in the plunging region of a Kerr black hole, we introduce the hotspot model and imaging method. Based on numerical simulations, we separately study the hotspot images in the plunging region without magnetic reconnection, with magnetic reconnection, and when the escape condition is not met. We also compare these with hotspot images in the circular orbit region. The results show that for hotspot images without magnetic reconnection, if the plasma follow plunging orbits, the flare intensity gradually decreases, whereas if they follow circular orbits, the flare intensity remains nearly constant. Additionally, we find that in the plunging region, the signal for energy extraction is weaker compared to that in the circular orbit region."}, {"id": "c1955", "text": "Linear Perturbations and Multi-Probe Diagnostics in Dark-Sector Selective $f(R,T_\u03c7)$ Gravity : We develop a dark-sector selective trace-coupled extension of gravity in which the matter--curvature coupling depends exclusively on the trace of the dark-matter energy--momentum tensor, $T_\u03c7$, defined from a canonical dark-matter field $\u03c7$. This construction provides a microphysically specified trace sector, removes the usual matter-Lagrangian ambiguity of $f(R,T)$-type models, and preserves minimal coupling of visible matter by design. We derive the full field equations, the exact dark-sector exchange structure, and the linear scalar-perturbation system in gauge-ready form. In the sub-horizon regime, we derive effective modified-gravity functions governing structure growth and light deflection, and show that the model generically produces correlated, scale- and time-dependent departures from General Relativity in growth and lensing observables. Building on this structure, we formulate a perturbation-focused multi-probe framework based on redshift-space distortions, weak lensing, and CMB lensing, explicitly targeting degeneracy breaking beyond background-expansion tests. The analysis establishes the action-level and perturbation-level foundations of the model and provides a conservative, reproducible framework for translated linear-regime constraints within a dark-sector selective modified-gravity setting."}, {"id": "c1956", "text": "GW070605: An Undisclosed Binary Neutron Star Hardware Injection in LIGO's Fifth Science Run : The authors wished to document the sensitivity improvement that has been contributed to the GW detection rate by detection algorithm research and development efforts, and set about re-analyzing S5 and S6 to determine the sensitive time-volumes of a modern pipeline and compare them to that of analysis algorithms of the day. To our surprise, this effort led to the discovery of GW070605, what at first appeared to be a previously unreported high significance binary neutron star merger at a time when only the Livingston detector (L1) was operating -- data that could not have been analyzed and a signal that could not have been discovered previously because the algorithms of the day required coincidence between two or more detectors. GW070605's end time occurs in LIGO's L1 detector at 2007-06-05 18:37:02 UTC, and is estimated to be a merger with component masses of 1.82$M_\\odot$ and 1.24$M_\\odot$. The GstLAL detection algorithm estimates that noise processes produce false positives at least as significant as GW070605 at a rate of $8.6\\times10^{-10}$ per year. Disappointingly, subsequent investigations revealed the presence of a previously undocumented hardware injection in the L1 detector's Y arm end test mass' excitation channel, whose time and properties match that of GW070605. The injection does not appear in the Gravitational Wave Open Science Center list of hardware injections. We determined that while there is no sensitivity improvement between GstLAL and previous algorithms at the null-result threshold, there is marked improvement at above null-result thresholds; specifically, an approximately 55-times detection rate increase from initial-era algorithms at a FAR threshold of 1 per 7000 years."}, {"id": "c1957", "text": "Energy Layers and Quasi-Superradiant Heat Engines of Schwarzschild Black Holes : We examine Schwarzschild black holes within the framework of gravitational thermodynamics, introducing an ``energy layer'' picture for black-hole mass-energy and exploring a possible energy-extraction mechanism termed ``quasi-superradiance.'' Building on the standard relations for Hawking temperature and Bekenstein--Hawking entropy, we formalize energy layers via quasi-local radial energy accounting (e.g.\\ integrating an effective local energy density over spherical shells) and connect this bookkeeping to the free energy $\\FHelm=M-\u00de\\SBH$. We then extend the entropy correction ansatz with explicit series inversion and derive higher-order expansions for $\u00de(M)$ and $\\FHelm(M)$, including logarithmic and inverse-mass terms. To enhance mathematical transparency, we add intermediate derivations, lemma/theorem statements, and appendices. The quasi-superradiant mechanism is framed as a Carnot-like thought experiment powered by the Tolman temperature gradient between the near-horizon region and infinity; we show that the generalized second law enforces the Carnot bound and yields integrated maximum-work inequalities. Throughout, we stress that the proposal is heuristic and intended as a consistency-checked framework for discussion rather than a claim of definitive new physics."}, {"id": "c1958", "text": "Breathing Black Hole Shadows in Modified Gravity (MOG) : In this paper, we investigate the dynamic phenomenological signatures of a Schwarzschild-MOG black hole shadow perturbed by passing gravitational waves. By perturbing the Hamilton-Jacobi equation for photon null geodesics, we demonstrate that the unique field content of MOG breaks the observational degeneracy with standard General Relativity. We mathematically prove two distinct, time-dependent signatures. First, the massless MOG scalar field induces a volumetric ``breathing mode'' polarization, causing the total apparent area of the shadow to rhythmically expand and contract. Second, the massive MOG vector field undergoes quantum vacuum dispersion, arriving at the observer with a predictable time delay. This delayed massive wave sources secondary longitudinal metric perturbations that manifest as a sudden, asymmetric translational wobble of the shadow on the celestial screen. These dynamic geometric shifts offer a robust observational template for next-generation interferometry to strictly test the existence of massive force carriers and scalar fields in gravity."}, {"id": "c1959", "text": "Kiselev black strings in $f(R,T)$ gravity : In this work, we investigate exact black string solutions in the context of $f(R,T)$ gravity. Adopting the specific form $f(R,T) = R + 2\u03c7T$, we consider an anisotropic Kiselev fluid as the matter content and obtain static cylindrical solutions, which are then extended to the rotating case through a suitable coordinate transformation. The influence of the quintessence state parameter $w_q$ and the matter--geometry coupling constant $\u03c7$ on the geometry is analyzed. We examine the weak, null, and strong energy conditions, identifying the regions in the parameter space where they are satisfied. Furthermore, we apply the Hamilton--Jacobi method to study the tunneling of scalar particles across the event horizon and derive the corresponding Hawking temperature. The thermodynamic stability of the solutions is investigated by computing the heat capacity, and the conditions for phase transitions are discussed. The results provide a characterization of black strings in $f(R,T)$ gravity surrounded by quintessence, highlighting the combined effects of anisotropic matter and modified gravity on their physical properties."}, {"id": "c1960", "text": "Natural Emergence of LCDM Cosmology within General Relativity from Two Alternative Frameworks Without Fine-Tuning and Coincidence : In this study, by revisiting the quantum interpretation of the cosmological constant, we introduce its formal representation within standard General Relativity. Examining its behavior in a Friedmann-Robertson-Walker spacetime reveals a mechanism in which the symmetry between energy and momentum is dynamically broken. Applying this concept naturally leads to the derivation of the familiar LCDM model, while simultaneously alleviating both the fine-tuning and coincidence problems. Comparison of the ground-state energy behavior in the Friedmann equations with a dust matter field further indicates that large-scale matter exhibits the same symmetry-breaking behavior. Remarkably, due to this broken symmetry, the interactions between local regions of matter in the large-scale structure generate effective pressure, driving late-time acceleration and reproducing the LCDM expansion history without invoking exotic fields or negative-pressure components. This framework provides a self-consistent realization of LCDM within General Relativity, emerging entirely from the intrinsic dynamics of standard matter without fine-tuning and coincidence problems."}, {"id": "c1961", "text": "Beam tube boundary effects in stray light modeling of long Fabry-Perot arm cavities for third-generation gravitational-wave detectors : Next-generation gravitational-wave detectors such as Cosmic Explorer and the Einstein Telescope will operate 10-40 km Fabry-Perot arm cavities inside vacuum beam tubes. FFT-based paraxial tools treat propagation in free space and therefore do not explicitly enforce beam tube boundary conditions. We introduce a waveguide-like mode description of the optical field that incorporates an imposed beam tube boundary condition and enables an independent benchmark of free-space FFT tools We derive the associated modal-mixing matrices for mirrors and baffles, including a closed-form series for axisymmetric circular apertures. We quantify the strain-equivalent couplings from baffle miscentering and from a localized near-wall tube defect, and show that they are suppressed as baffle density increases. In the relevant regime of densely baffled cavities and small perturbations, beam tube boundary effects are subdominant, which supports the continued use of FFT-based codes to guide the design of 3G detectors."}, {"id": "c1962", "text": "Revisiting CPL with sign-switching density: to cross or not to cross the NECB : Recent DESI DR2 BAO measurements, when combined with CMB and SNeIa data, exhibit a $3.2\u03c3$-$3.4\u03c3$ preference for dynamical dark energy (DE) described by the CPL-parametrized equation of state. A particularly striking feature of these reconstructions is an apparent transition from an early-time phantom-like regime to a late-time quintessence-like behavior. For positive-definite DE densities, this transition is often phrased as a crossing of the phantom divide line (PDL) at $w(a)=-1$. Allowing the DE density to become negative, however, renders the PDL (in the sense of $w(a)=-1$) non-diagnostic as a global separator: the physically meaningful criterion is instead the null energy condition boundary (NECB), $\u03c1_{\\rm DE}+p_{\\rm DE}=0$. We therefore test whether the data-driven preference for NECB-crossing in CPL reconstructions persists once alternative realizations of phantom behavior are admitted, specifically through sign-switching DE densities. To this end, we introduce and constrain two controlled phenomenological extensions of the CPL framework featuring a negative DE phase in the past. In the CPL$\\to-\u039b$ model, the switching epoch is tied to the CPL-inferred NECB-crossing scale factor, yielding an early-time negative cosmological-constant phase, while the post-switch evolution follows the CPL branch. In the sCPL model, the CPL equation of state is maintained at all times, while the sign switch in the energy density occurs at an independent transition redshift. We find that late-time BAO and SNeIa data drive the negative-density phase beyond their effective redshift coverage, and that this requirement is the primary driver of the inferred parameter behavior. While both models are statistically disfavored relative to the baseline CPL, admitting a negative DE phase generally reduces the significance of deviations from a cosmological constant."}, {"id": "c1963", "text": "Internal dynamics and guided motion in general relativistic quantum interferometry : The coupling between internal degrees of freedom of quantum systems and their overall motion in an external gravitational field plays a central role in multiple extensions of Einstein's equivalence principle to quantum physics. While previous models of such effects were predominantly restricted to linearized gravity and often required the motion of quantum particles to follow prescribed world-lines, this letter shows how such phenomena can be understood using generally covariant semiclassical approximations in the framework of quantum field theory in curved space-times. This method provides a unification and generalization of previously established results, but also predicts new effects such as an influence of internal energies on field amplitudes, as well as correction terms to the internal Schr\u00f6dinger equation that give rise to Berry phases."}, {"id": "c1964", "text": "Stellar structure, magnetism and the variational principle : Matter interacts through two long range forces: gravity and electromagnetism. While all matter contributes to the gravitational potential, electromagnetic effects were traditionally expected to cancel in large systems because positive and negative charges balance. Yet astrophysical objects clearly show long range electromagnetic behavior, so the cancellation cannot be perfect. This paper develops a model for stationary aggregation of matter into a star that consistently includes angular momentum and electromagnetic effects. We reformulate the standard polytropic stellar model as a variational problem and extend it to include the kinetic energy of rigid rotation and the electromagnetic interaction energy between oppositely charged baryonic matter. The electromagnetic contribution to the action is taken to be the minimal energy required to generate the stellar magnetic dipole moment. This energy has two parts: the pure electromagnetic contribution, expressible as a surface integral, and the free energy difference between magnetized and unmagnetized matter, obtained by analyzing a degenerate electron gas in a background of cold ions. Differential forms provide a convenient mathematical framework. The resulting model incorporates electromagnetic effects into stellar structure in a way consistent with linearized general relativity. Although the full system forms a complex open boundary problem, exact solutions exist under simplifying assumptions. The phase diagram predicted by the simplified model shows patterns that may motivate further study of the balance between matter, gravitation, and electromagnetism"}, {"id": "c1965", "text": "Bypassing the Lyth Bound with Entangled Gravitons: Primordial Signatures and Late-Time Noise : We demonstrate that quantum entanglement between primordial gravitons in dynamically decoupled gravitational sectors can parametrically enhance the tensor power spectrum during inflation. Unlike standard mechanisms relying on classical dynamics or modified actions, this enhancement originates from the reduced density matrix of the observable sector after tracing over a hidden gravitational reservoir. This framework allows for a sizable tensor-to-scalar ratio r > 0.01 consistent with sub-Planckian inflaton excursions, providing a purely quantum mechanical evasion of the Lyth bound. The resulting mixed state leaves a distinctive \"quantum birthmark\" in the form of oscillatory features in the power spectrum and a characteristic violation of the single-field consistency relation, manifesting as a scale-dependent enhancement of the squeezed-limit bispectrum. Furthermore, we forecast that this entanglement may manifest as a late-time stochastic noise enhancement in gravitational wave interferometers, offering a novel experimental window into the quantum nature of spacetime."}, {"id": "c1966", "text": "Ringing Regularity: Gravitational Perturbations and Quasinormal Modes of Einasto-Supported Black Holes : We investigate axial gravitational perturbations and quasinormal modes of regular black holes supported by an Einasto distribution of matter. Halo matter not only removes the central singularity but also modifies the quasinormal spectrum. We show that the resulting quasinormal spectrum deviates systematically from the Schwarzschild case, with shifts in both oscillation frequencies and damping rates that grow with the halo scale parameter and the Einasto index. In near-extremal configurations, the damping rate can be significantly suppressed, leading to long-lived modes. The effects of regularity and environmental factors on the spectrum are found to be substantially larger than the estimated numerical uncertainty, as confirmed independently by high-order WKB calculations with Pad\u00e9 resummation and time-domain integration."}, {"id": "c1967", "text": "Imprints of the Lorentz-symmetry breaking on the precessing jet nozzle of M87* : The approximately 11-year jet precession period observed in M87* strongly suggests that the supermassive rotating black hole with a tilted accretion disk, which could provide a powerful constraint for confining the parameters of black hole. In this paper, our aim is to utilize the observations of M87* to preliminarily constrain the parameters of the rotating black hole in Bumblebee gravity by modeling the motion of the tilted accretion disk particle with the spherical orbits. We compute spherical orbits and ISSOs, demonstrating that the conserved quantities energy $\\mathcal{E}$, angular momentum $\\mathcal{L}$, and Carter constan $\\mathcal{K}$ depend on $(r,a,\\ell,\u03b6)$, exhibiting distinct behaviors for prograde and retrograde orbits. For prograde orbits, the ISSO radius $r_{ISSO}$ decreases with spin parameter $a$ and LSB parameter $\\ell$ and increases with the tilt angular $\u03b6$, whereas the opposite trends occur for retrograde orbits. Angular analysis shows that $\u03b8$ oscillates within $(\u03c0/2-\u03b6, \u03c0/2+\u03b6)$, while $\u03c6$ increases approximately linearly, enabling the determination of the oscillation period $T_\u03b8$, azimuthal accumulation $\u03c6(T_\u03b8)/\u03c0$, and precession angular velocity $\u03c9_t$. Using the observed jet precession period $T=11.24 \\pm 0.47$ years with a fixed tilt $\u03b6=1.25^\\circ$, the warp radius $r/M$ ranges from $(5.73,25.15)$ for prograde and $(6.16,26.46)$ for retrograde orbits, increasing with $a$ or $\\ell$. Comparisons with Kerr limits ($r/M=14.12$ prograde, $16.1$ retrograde) suggest that $r/M>16$ may indicate a non-vacuum Bumblebee vector field. Incorporating the EHT shadow $\u03b8_{sh}=42\\pm3\u03bc$as further constrains $r/M$ to $(5.82,22.61)$ and $(6.17,24.74)$, with discrepancies of $0.05\\sim1.96$."}, {"id": "c1968", "text": "Quantum Cosmology, Decoherence, and the Emergence of Classical Spacetime : We analyze the emergence of classical cosmological spacetimes in quantum cosmology by computing the reduced density matrix for long-wavelength curvature perturbations. Starting from standard Hartle--Hawking and tunneling boundary conditions, we emphasize that semiclassical WKB structure and inflationary squeezing do not by themselves yield classicality. Tracing over unobserved degrees of freedom and using the influence functional formalism, we derive the decoherence functional for superhorizon curvature modes during inflation. For a light massive environmental scalar field in the Bunch--Davies vacuum, we obtain an explicit noise kernel and show how a nonzero mass regulates the infrared behavior. We then evaluate decoherence under horizon-based and EFT-motivated coarse grainings, finding efficient suppression of interference between macroscopically distinct perturbation histories in both cases. The analysis clarifies the distinct roles of boundary conditions (branch amplitudes) and decoherence (classical branch selection) and yields an emergent cosmological arrow of time through environment-induced entanglement."}, {"id": "c1969", "text": "Complex Inflaton Potentials with Nonminimal Coupling: Robust Inflation and Geometric Reheating : We investigate an inflationary scenario driven by a complex scalar field nonminimally coupled to gravity and subject to a non-symmetric complex potential. The real part of the potential controls the cosmological background and realizes a plateau-type inflation compatible with $\u03b1$-attractor $\\mathrm{T}$-models, while the imaginary part acts as an effective non-Hermitian deformation encoding dissipative effects. Working in the Jordan frame and imposing ghost-free conditions on the effective Planck mass, we derive the background equations and define a complex equation-of-state parameter whose real part governs the expansion and whose imaginary part quantifies departures from conservative dynamics. Numerical integration shows that the duration of inflation is primarily controlled by the nonminimal coupling $\u03b6$, whereas the complex asymmetry parameter $\u0394\\varepsilon$ has a negligible impact on the real background: the real energy density and pressure vary by less than $10^{-5}$ as $\u0394\\varepsilon$ is scanned over its allowed range. Mapping the two-field dynamics to an effective single-field description in the Einstein frame, we obtain a spectral index $n_s\\simeq 0.968-0.971$ and a tensor-to-scalar ratio $r<10^{-3}$, fully consistent with Planck 2018 bounds. We introduce a relevance parameter and show that non-Hermitian effects remain strongly suppressed during slow roll but grow to $\\mathcal{O}(1)$ near the end of inflation, triggering an efficient reheating phase without additional fields or {\\it ad hoc} friction terms. In this sense, the imaginary sector behaves as an effective $\\mathcal{PT}$-symmetric channel for energy transfer, providing a geometrical mechanism for inflation and its exit within a non-Hermitian scalar-tensor framework."}, {"id": "c1970", "text": "A note on the conceptual problems on the Unruh effect : This brief note is written with a somewhat similar purpose to Earman's 2011 paper on the conceptual problems on the Unruh effect. However, we confine ourselves to Sewell's modular approach to the Unruh effect, which is based on the theorems of Tomita-Takesaki and Bisognano-Wichmann. This approach is rigorous, and has an advantage of being model-independent. However, we will see that a number of conceptual problems remain unsolved on this approach."}, {"id": "c1971", "text": "Aharonov-Bohm Effect for Cooper Pairs in Kerr Spacetime: Gravitomagnetic Phase Shifts from Frame Dragging : The unification of quantum mechanics and general relativity remains among the most profound challenges in fundamental physics. Here we investigate a novel quantum probe of strong-field gravity: the gravitomagnetic Aharonov-Bohm (AB) effect for Cooper pairs propagating in Kerr spacetime. The frame-dragging induced by a rotating black hole (BH) generates an effective vector potential through the off-diagonal metric component $g_{t\u03c6}$, which couples to the macroscopic phase of the superconducting condensate. We derive the gauge-invariant AB phase shift $\u0394\u03b8= (4\u03c0m^* Ma/\\hbar)(1/r_2 - 1/r_1)$ for an interferometer with arms at radii $r_1$ and $r_2$, where $m^* = 2m_e$ is the Cooper pair mass and $a$ is the BH spin parameter. Remarkably, the predicted phases reach $|\u0394\u03b8| \\sim 10^{24}$ radians for Sgr~A* and $\\sim 10^{27}$ radians for M87*, reflecting the enormous gravitomagnetic flux near supermassive BHs. We analyze the dependence on interferometer geometry, demonstrate that tidal disruption of Cooper pairs is negligible at distances $r \\gtrsim 10\\,r_s$, and establish connections to the geometric Berry phase. Although direct experimental realization remains beyond current technology due to the vast distances involved, our framework provides quantitative predictions linking quantum coherence to spacetime curvature, complementing recent observations of gravitational AB phases in atom interferometry."}, {"id": "c1972", "text": "Null fluid/gravity correspondence : We construct a new class of perturbative asymptotically Anti-de Sitter pp-wave spacetimes by performing a long-wavelength expansion of Kaigorodov metrics in arbitrary spacetime dimensions. Holographically, these spacetimes are described by a null fluid hydrodynamic expansion around null states in the conformal field theory, which can be obtained as zero temperature and infinite momentum limits of finite temperature states. Building on this, we explicitly show that special cases of this null fluid/gravity correspondence can be obtained as an ultra-relativistic limit of the usual fluid/gravity correspondence in which the temperature tends to zero while the flow approaches the speed of light. We also extend these results to the context of the blackfold approach in which the corresponding pp-wave spacetimes are asymptotically flat and can be obtained as infinite temperature limits of boosted black branes."}, {"id": "c1973", "text": "Local Bayesian Regression : This paper develops a class of Bayesian non- and semiparametric methods for estimating regression curves and surfaces. The main idea is to model the regression as locally linear, and then place suitable local priors on the local parameters. The method requires the posterior distribution of the local parameters given local data, and this is found via a suitably defined local likelihood function. When the width of the local data window is large the methods reduce to familiar fully parametric Bayesian methods, and when the width is small the estimators are essentially nonparametric. When noninformative reference priors are used the resulting estimators coincide with recently developed well-performing local weighted least squares methods for nonparametric regression.\n Each local prior distribution needs in general a centre parameter and a variance parameter. Of particular interest are versions of the scheme that are more or less automatic and objective in the sense that they do not require subjective specifications of prior parameters. We therefore develop empirical Bayes methods to obtain the variance parameter and a hierarchical Bayes method to account for uncertainty in the choice of centre parameter. There are several possible versions of the general programme, and a number of its specialisations are discussed. Some of these are shown to be capable of outperforming standard nonparametric regression methods, particularly in situations with several covariates."}, {"id": "c1974", "text": "Budgeted Active Experimentation for Treatment Effect Estimation from Observational and Randomized Data : Estimating heterogeneous treatment effects is central to data-driven decision-making, yet industrial applications often face a fundamental tension between limited randomized controlled trial (RCT) budgets and abundant but biased observational data collected under historical targeting policies. Although observational logs offer the advantage of scale, they inherently suffer from severe policyinduced imbalance and overlap violations, rendering standalone estimation unreliable. We propose a budgeted active experimentation framework that iteratively enhances model training for causal effect estimation via active sampling. By leveraging observational priors, we develop an acquisition function targeting uplift estimation uncertainty, overlap deficits, and domain discrepancy to select the most informative units for randomized experiments. We establish finite-sample deviation bounds, asymptotic normality via martingale Central Limit Theorems (CLTs), and minimax lower bounds to prove information-theoretic optimality. Extensive experiments on industrial datasets demonstrate that our approach significantly outperforms standard randomized baselines in cost-constrained settings."}, {"id": "c1975", "text": "Design-based theory for causal inference from adaptive experiments : Adaptive designs dynamically update treatment probabilities using information accumulated during the experiment. Existing theory for causal inference from adaptive experiments primarily assumes the superpopulation framework with independent and identically distributed units, and may not apply when the distribution of units evolves over time. This paper makes two contributions. First, we extend the literature to the finite-population framework, which allows for possibly nonexchangeable units, and establish the design-based theory for causal inference under general adaptive designs using inverse-propensity-weighted (IPW) and augmented IPW (AIPW) estimators. Our theory accommodates nonexchangeable units, both nonconverging and vanishing treatment probabilities, and nonconverging outcome estimators, thereby justifying inference using AIPW estimators with black-box outcome models that integrate advances from machine learning methods. To alleviate the conservativeness inherent in variance estimation under finite-population inference, we also introduce a covariance estimator for the AIPW estimator that becomes sharp when the residuals from the adaptive regression of potential outcomes on covariates are additive across units. Our framework encompasses widely used adaptive designs, such as multi-armed bandits, covariate-adaptive randomization, and sequential rerandomization, advancing the design-based theory for causal inference in these specific settings. Second, as a methodological contribution, we propose an adaptive covariate adjustment approach for analyzing even nonadaptive designs. The martingale structure induced by adaptive adjustment enables valid inference with black-box outcome estimators that would otherwise require strong assumptions under standard nonadaptive analysis."}, {"id": "c1976", "text": "Estimation of the complexity of a network under a Gaussian graphical model : The proportion of edges in a Gaussian graphical model (GGM) characterizes the complexity of its conditional dependence structure. Since edge presence corresponds to a nonzero entry of the precision matrix, estimation of this proportion can be formulated as a large-scale multiple testing problem. We propose an estimator that combines p-values from simultaneous edge-wise tests, conducted under false discovery rate control, with Storey's estimator of the proportion of true null hypotheses. We establish weak dependence conditions on the precision matrix under which the empirical cumulative distribution function of the p-values converges to its population counterpart. These conditions cover high-dimensional regimes, including those arising in genetic association studies. Under such dependence, we characterize the asymptotic bias of the Schweder--Spj\u00f8tvoll estimator, showing that it is upward biased and thus slightly underestimates the true edge proportion. Simulation studies across a variety of models confirm accurate recovery of graph complexity."}, {"id": "c1977", "text": "Multi-Parameter Estimation of Prevalence (MPEP): A Bayesian modelling approach to estimate the prevalence of opioid dependence : Estimating the number of the number of people from hidden and/or marginalised populations - such as people dependent on opioids or cocaine - is important to guide policy decisions and provision of harm reduction services. Methods such as capture-recapture are widely used, but rely on assumptions that are often violated and not feasible in specific applications. We describe a Bayesian modelling approach called Multi-Parameter Estimation of Prevalence (MPEP). The MPEP approach leverages routinely collected administrative data, starting from a large baseline cohort of individuals from the population of interest and linked events, to estimate the full size of the target population. When multiple event types are included, the approach enables checking of the consistency of evidence about prevalence from different event types. Additional evidence can be incorporated where inconsistencies are identified. In this article, we summarize the general framework of MPEP, with focus on the most recent version, with improved computational efficiency (implemented in STAN). We also explore several extensions to the model that help us understand the sensitivity of the results to modelling assumptions or identify potential sources of bias. We demonstrate the MPEP approach through a case study estimating the prevalence of opioid dependence in Scotland each year from 2014 to 2022."}, {"id": "c1978", "text": "Estimation, inference and model selection for jump regression models : We consider regression models with data of the type $y_i=m(x_i)+\\varepsilon_i$, where the $m(x)$ curve is taken locally constant, with unknown levels and jump points. We investigate the large-sample properties of the minimum least squares estimators, finding in particular that jump point parameters and level parameters are estimated with respectively $n$-rate precision and $\\sqrt{n}$-rate precision, where $n$ is sample size. Bayes solutions are investigated as well and found to be superior. We then construct jump information criteria, respectively AJIC and BJIC, for selecting the right number of jump points from data. This is done by following the line of arguments that lead to the Akaike and Bayesian information criteria AIC and BIC, but which here lead to different formulae due to the different type of large-sample approximations involved."}, {"id": "c1979", "text": "Asymptotically Optimal Sequential Confidence Interval for the Gini Index Under Complex Household Survey Design with Sub-Stratification : We examine the optimality properties of the Gini index estimator under complex survey design involving stratification, clustering, and sub-stratification. While Darku et al. (Econometrics, 26, 2020) considered only stratification and clustering and did not provide theoretical guarantees, this study addresses these limitations by proposing two procedures - a purely sequential method and a two-stage method. Under suitable regularity conditions, we establish uniform continuity in probability for the proposed estimator, thereby contributing to the development of random central limit theorems under sequential sampling frameworks. Furthermore, we show that the resulting procedures satisfy both asymptotic first-order efficiency and asymptotic consistency. Simulation results demonstrate that the proposed procedures achieve the desired optimality properties across diverse settings. The practical utility of the methodology is further illustrated through an empirical application using data collected by the National Sample Survey agency of India"}, {"id": "c1980", "text": "Connection Probabilities Estimation in Multi-layer Networks via Iterative Neighborhood Smoothing : Understanding the structural mechanisms of multi-layer networks is essential for analyzing complex systems characterized by multiple interacting layers. This work studies the problem of estimating connection probabilities in multi-layer networks and introduces a new Multi-layer Iterative Connection Probability Estimation (MICE) method. The proposed approach employs an iterative framework that jointly refines inter-layer and intra-layer similarity sets by dynamically updating distance metrics derived from current probability estimates. By leveraging both layer-level and node-level neighborhood information, MICE improves estimation accuracy while preserving computational efficiency. Theoretical analysis establishes the consistency of the estimator and shows that, under mild regularity conditions, the proposed method achieves an optimal convergence rate comparable to that of an oracle estimator. Extensive simulation studies across diverse graphon structures demonstrate the superior performance of MICE relative to existing methods. Empirical evaluations using brain network data from patients with Attention-Deficit/Hyperactivity Disorder (ADHD) and global food and agricultural trade network data further illustrate the robustness and effectiveness of the method in link prediction tasks. Overall, this work provides a theoretically grounded and practically scalable framework for probabilistic modeling and inference in multi-layer network systems."}, {"id": "c1981", "text": "Identifying the potential of sample overlap in evidence synthesis of observational studies : Sample overlap is a common issue in evidence synthesis in the field of medical research, particularly when integrating findings from observational studies utilizing existing databases such as registries. Due to the general inaccessibility of unique identifiers for each observation, addressing sample overlap has been a complex problem, potentially biasing evidence synthesis outcomes and undermining their credibility. We developed a method to construct indicators for the degree of sample overlap in evidence synthesis of studies based on existing data. Our method is rooted in set theory and is based on the coding of the ranges of several well selected sample characteristics, offers a practical solution by focusing on making inference based on sample characteristics rather than on individual participant data. Useful information, such as the overlap-free sample set with the largest sample size in an evidence synthesis, can be derived from this method. We applied our model to several real-world evidence syntheses, demonstrating its effectiveness and flexibility. Our findings highlight the growing importance of addressing sample overlap in evidence synthesis, especially with the increasing relevance of secondary use of data, an area currently under-explored in research."}, {"id": "c1982", "text": "Evaluating time-varying treatment effects in hybrid SMART-MRT designs : Recently a new experimental approach, the hybrid experimental design (HED), was introduced to enable investigators to answer scientific questions about building behavioral interventions in which human-delivered and digital components are integrated and adapted on multiple timescales: slow (e.g., every few weeks) and fast (e.g., every few hours), respectively. An increasingly common HED involves the integration of the sequential, multiple assignment, randomized trial (SMART) with the micro-randomized trial (MRT), allowing investigators to answer scientific questions about potential synergistic effects of digital and human-delivered interventions. Approaches to formalize these questions in terms of causal estimands and associated data analytic methods are limited. In this paper, we formally define and assess these synergistic effects in hybrid SMART-MRTs on both proximal and distal outcomes. Practical utility is shown through the analysis of M-Bridge, a hybrid SMART-MRT aimed at reducing binge drinking among first-year college students."}, {"id": "c1983", "text": "Discussion of \"Matrix Completion When Missing Is Not at Random and Its Applications in Causal Panel Data Models\" : Choi and Yuan (2025) propose a novel approach to applying matrix completion to the problem of estimating causal effects in panel data. The key insight is that even in the presence of structured patterns of missing data -- i.e. selection into treatment -- matrix completion can be effective if the number of treated observations is small relative to the number of control observations. We applaud the authors for their insightful and interesting paper. We discuss this proposal from two complementary perspectives. First, we situate their proposal as an example of a \"split-apply-combine\" strategy that underlies many modern panel data estimators, including difference-in-differences and synthetic control approaches. Second, we discuss the issue of the statistical \"last mile problem\" -- the gap between theory and practice -- and offer suggestions on how to partially address it. We conclude by considering the challenges of estimating the impacts of public policies using panel data and apply the approach to a study on the effect of right to carry laws on violent crime."}, {"id": "c1984", "text": "A Time-Varying and Covariate-Dependent Correlation Model for Multivariate Longitudinal Studies : In multivariate longitudinal studies, associations between outcomes often exhibit time-varying and individual level heterogeneity, motivating the modeling of correlations as an explicit function of time and covariates. However, most existing methods for correlation analysis fail to simultaneously capture the time-varying and covariate-dependent effects. We propose a Time-Varying and Covariate-Dependent (TiVAC) correlation model that jointly allows covariate effects on correlation to change flexibly and smoothly across time. TiVAC employs a bivariate Gaussian model where the covariate-dependent correlations are modeled semiparametrically using penalized splines. We develop a penalized maximum likelihood-based Newton-Raphson algorithm, and inference on time-varying effects is provided through simultaneous confidence bands. Simulation studies show that TiVAC consistently outperforms existing methods in accurately estimating correlations across a wide range of settings, including binary and continuous covariates, sparse to dense observation schedules, and across diverse correlation trajectory patterns. We apply TiVAC to a psychiatric case study of 291 bipolar I patients, modeling the time-varying correlation between depression and anxiety scores as a function of their clinical variables. Our analyses reveal significant heterogeneity associated with gender and nervous-system medication use, which varies with age, revealing the complex dynamic relationship between depression and anxiety in bipolar disorders."}, {"id": "c1985", "text": "Robust and Sparse Generalized Linear Models for High-Dimensional Data via Maximum Mean Discrepancy : High-dimensional datasets are frequently subject to contamination by outliers and heavy-tailed noise, which can severely bias standard regularized estimators like the Lasso. While Maximum Mean Discrepancy (MMD) has recently been introduced as a \"universal\" framework for robust regression, its application to high-dimensional Generalized Linear Models (GLMs) remains largely unexplored, particularly regarding variable selection. In this paper, we propose a penalized MMD framework for robust estimation and feature selection in GLMs. We introduce an $\\ell_1$-penalized MMD objective and develop two versions of the estimator: a full $O(n^2)$ version and a computationally efficient $O(n)$ approximation. To solve the resulting non-convex optimization problem, we employ an algorithm based on the Alternating Direction Method of Multipliers (ADMM) combined with AdaGrad. Through extensive simulation studies involving Gaussian linear regression and binary logistic regression, we demonstrate that our proposed methods significantly outperform classical penalized GLMs and existing robust benchmarks. Our approach shows particular strength in handling high-leverage points and heavy-tailed error distributions, where traditional methods often fail."}, {"id": "c1986", "text": "A Statistical Framework for Detecting Emergent Narratives in Longitudinal Text Corpora : Narratives about economic events and policies are widely recognised as influential drivers of economic and business behaviour. Yet the statistical identification of narrative emergence remains underdeveloped. Narratives evolve gradually, exhibit subtle shifts in content, and may exert influence disproportionate to their observable frequency, making it difficult to determine when observed changes reflect genuine structural shifts rather than routine variation in language use. We propose a statistical framework for detecting narrative emergence in longitudinal text corpora using Latent Dirichlet Allocation (LDA). We define emergence as a sustained increase in a topic's relative prominence over time and articulate a statistical framework for interpreting such trajectories, recognising that topic proportions are latent, model-estimated quantities. We illustrate the approach using a corpus of academic publications in economics spanning 1970-2018, where Nobel Prize-recognised contributions serve as externally observable signals of influential narratives. Topics associated with these contributions display sustained increases in estimated prevalence that coincide with periods of heightened citation activity and broader disciplinary recognition. These findings indicate that model-based topic trajectories can reflect identifiable shifts in economic discourse and provide a statistically grounded basis for analysing thematic change in longitudinal textual data."}, {"id": "c1987", "text": "Combining Information Across Diverse Sources: The II-CC-FF Paradigm : We introduce and develop a general paradigm for combining information across diverse data sources. In broad terms, suppose $\u03c6$ is a parameter of interest, built up via components $\u03c8_1,\\ldots,\u03c8_k$ from data sources $1,\\ldots,k$. The proposed scheme has three steps. First, the Independent Inspection (II) step amounts to investigating each separate data source, translating statistical information to a confidence distribution $C_j(\u03c8_j)$ for the relevant focus parameter $\u03c8_j$ associated with data source $j$. Second, Confidence Conversion (CC) techniques are used to translate the confidence distributions to confidence log-likelihood functions, say $\\ell_{{\\rm con},j}(\u03c8_j)$. Finally, the Focused Fusion (FF) step uses relevant and context-driven techniques to construct a confidence distribution for the primary focus parameter $\u03c6=\u03c6(\u03c8_1,\\ldots,\u03c8_k)$, acting on the combined confidence log-likelihood. In traditional setups, the II-CC-FF strategy amounts to versions of meta-analysis, and turns out to be competitive against state-of-the-art methods. Its potential lies in applications to harder problems, however. Illustrations are presented, related to actual applications."}, {"id": "c1988", "text": "Confidence Distributions and Related Themes : This is the guest editors' general introduction to a Special Issue of the Journal of Statistical Planning and Inference, dedicated to confidence distributions and related themes. Confidence distributions (CDs) are distributions for parameters of interest, constructed via a statistical model after analysing the data. As such they serve the same purpose for the frequentist statisticians as the posterior distributions for the Bayesians. There have been several attempts in the literature to put up a clear theory for such confidence distributions, from Fisher's fiducial inference and onwards. There are certain obstacles and difficulties involved in these attempts, both conceptually and operationally, which have contributed to the CDs being slow in entering statistical mainstream. Recently there is a renewed surge of interest in CDs and various related themes, however, reflected in both series of new methodological research, advanced applications to substantive sciences, and dissemination and communication via workshops and conferences. The present special issue of the JSPI is a collection of papers emanating from the {\\it Inference With Confidence} workshop in Oslo, May 2015. Several of the papers appearing here were first presented at that workshop. The present collection includes however also new research papers from other scholars in the field."}, {"id": "c1989", "text": "Hawkes Identification with a Prescribed Causal Basis: Closed-Form Estimators and Asymptotics : Driven by the recent surge in neural-inspired modeling, point processes have gained significant traction in systems and control. While the Hawkes process is the standard model for characterizing random event sequences with memory, identifying its unknown kernels is often hindered by nonlinearity. Approaches using prescribed basis kernels have emerged to enable linear parameterization, yet they typically rely on iterative likelihood methods and lack rigorous analysis under model misspecification. This paper justifies a closed-form Least Squares identification framework for Hawkes processes with prescribed kernels. We guarantee estimator existence via the almost-sure positive definiteness of the empirical Gram matrix and prove convergence to the true parameters under correct specification, or to well-defined pseudo-true parameters under misspecification. Furthermore, we derive explicit Central Limit Theorems for both regimes, providing a complete and interpretable asymptotic theory. We demonstrate these theoretical findings through comparative numerical simulations."}, {"id": "c1990", "text": "Sample-efficient evidence estimation of score based priors for model selection : The choice of prior is central to solving ill-posed imaging inverse problems, making it essential to select one consistent with the measurements $y$ to avoid severe bias. In Bayesian inverse problems, this could be achieved by evaluating the model evidence $p(y \\mid M)$ under different models $M$ that specify the prior and then selecting the one with the highest value. Diffusion models are the state-of-the-art approach to solving inverse problems with a data-driven prior; however, directly computing the model evidence with respect to a diffusion prior is intractable. Furthermore, most existing model evidence estimators require either many pointwise evaluations of the unnormalized prior density or an accurate clean prior score. We propose \\method, an estimator of the model evidence of a diffusion prior by integrating over the time-marginals of posterior sampling methods. Our method leverages the large amount of intermediate samples naturally obtained during the reverse diffusion sampling process to obtain an accurate estimation of the model evidence using only a handful of posterior samples (e.g., 20). We also demonstrate how to implement our estimator in tandem with recent diffusion posterior sampling methods. Empirically, our estimator matches the model evidence when it can be computed analytically, and it is able to both select the correct diffusion model prior and diagnose prior misfit under different highly ill-conditioned, non-linear inverse problems, including a real-world black hole imaging problem."}, {"id": "c1991", "text": "Error-Controlled Borrowing from External Data Using Wasserstein Ambiguity Sets : Incorporating external data can improve the efficiency of clinical trials, but distributional mismatches between current and external populations threaten the validity of inference. While numerous dynamic borrowing methods exist, the calibration of their borrowing parameters relies mainly on ad hoc, simulation-based tuning. To overcome this, we propose BOND (Borrowing under Optimal Nonparametric Distributional robustness), a framework that formalizes data noncommensurability through Wasserstein ambiguity sets centered at the current-trial distribution. By deriving sharp, closed-form bounds on the worst-case mean drift for both continuous and binary outcomes, we construct a distributionally robust, bias-corrected Wald statistic that ensures asymptotic type I error control uniformly over the ambiguity set. Importantly, BOND determines the optimal borrowing strength by maximizing a worst-case power proxy, converting heuristic parameter tuning into a transparent, analytically tractable optimization problem. Furthermore, we demonstrate that many prominent borrowing methods can be reparameterized via an effective borrowing weight, rendering our calibration framework broadly applicable. Simulation studies and a real-world clinical trial application confirm that BOND preserves the nominal size under unmeasured heterogeneity while achieving efficiency gains over standard borrowing methods."}, {"id": "c1992", "text": "Fast Algorithms for Exact Confidence Intervals in Randomized Experiments with Binary Outcomes : We construct exact confidence intervals for the average treatment effect in randomized experiments with binary outcomes using sequences of randomization tests. Our approach does not rely on large-sample approximations and is valid for all sample sizes. Under a balanced Bernoulli design or a matched-pairs design, we show that exact confidence intervals can be computed using only $O(\\log n)$ randomization tests, yielding an exponential reduction in the number of tests compared to brute-force. We further prove an information-theoretic lower bound showing that this rate is optimal. In contrast, under balanced complete randomization, the most efficient known procedures require $O(n\\log n)$ randomization tests (Aronow et al., 2023), establishing a sharp separation between these designs. In addition, we extend our algorithm to general Bernoulli designs using $O(n^2)$ randomization tests."}, {"id": "c1993", "text": "Posterior Mode Guided Dimension Reduction for Bayesian Model Averaging in Heavy-Tailed Linear Regression : For large model spaces, the potential entrapment of Markov chain Monte Carlo (MCMC) based methods with spike-and-slab priors poses significant challenges in posterior computation in regression models. On the other hand, maximum a posteriori (MAP) estimation, which is a more computationally viable alternative, fails to provide uncertainty quantification. To address these problems simultaneously and efficiently, this paper proposes a hybrid method that blends MAP estimation with MCMC-based stochastic search algorithms within a heavy-tailed error framework. Under hyperbolic errors, the current work develops a two-step expectation conditional maximization (ECM) guided MCMC algorithm. In the first step, we conduct an ECM-based posterior maximization and perform variable selection, thereby identifying a reduced model space in a high posterior probability region. In the second step, we execute a Gibbs sampler on the reduced model space for posterior computation. Such a method is expected to improve the efficiency of posterior computation and enhance its inferential richness. Through simulation studies and benchmark real life examples, our proposed method is shown to exhibit several advantages in variable selection and uncertainty quantification over various state-of-the-art methods."}, {"id": "c1994", "text": "cc-Shapley: Measuring Multivariate Feature Importance Needs Causal Context : Explainable artificial intelligence promises to yield insights into relevant features, thereby enabling humans to examine and scrutinize machine learning models or even facilitating scientific discovery. Considering the widespread technique of Shapley values, we find that purely data-driven operationalization of multivariate feature importance is unsuitable for such purposes. Even for simple problems with two features, spurious associations due to collider bias and suppression arise from considering one feature only in the observational context of the other, which can lead to misinterpretations. Causal knowledge about the data-generating process is required to identify and correct such misleading feature attributions. We propose cc-Shapley (causal context Shapley), an interventional modification of conventional observational Shapley values leveraging knowledge of the data's causal structure, thereby analyzing the relevance of a feature in the causal context of the remaining features. We show theoretically that this eradicates spurious association induced by collider bias. We compare the behavior of Shapley and cc-Shapley values on various, synthetic, and real-world datasets. We observe nullification or reversal of associations compared to univariate feature importance when moving from observational to cc-Shapley."}, {"id": "c1995", "text": "JUCAL: Jointly Calibrating Aleatoric and Epistemic Uncertainty in Classification Tasks : We study post-calibration uncertainty for trained ensembles of classifiers. Specifically, we consider both aleatoric (label noise) and epistemic (model) uncertainty. Among the most popular and widely used calibration methods in classification are temperature scaling (i.e., pool-then-calibrate) and conformal methods. However, the main shortcoming of these calibration methods is that they do not balance the proportion of aleatoric and epistemic uncertainty. Not balancing these uncertainties can severely misrepresent predictive uncertainty, leading to overconfident predictions in some input regions while being underconfident in others. To address this shortcoming, we present a simple but powerful calibration algorithm Joint Uncertainty Calibration (JUCAL) that jointly calibrates aleatoric and epistemic uncertainty. JUCAL jointly calibrates two constants to weight and scale epistemic and aleatoric uncertainties by optimizing the negative log-likelihood (NLL) on the validation/calibration dataset. JUCAL can be applied to any trained ensemble of classifiers (e.g., transformers, CNNs, or tree-based methods), with minimal computational overhead, without requiring access to the models' internal parameters. We experimentally evaluate JUCAL on various text classification tasks, for ensembles of varying sizes and with different ensembling strategies. Our experiments show that JUCAL significantly outperforms SOTA calibration methods across all considered classification tasks, reducing NLL and predictive set size by up to 15% and 20%, respectively. Interestingly, even applying JUCAL to an ensemble of size 5 can outperform temperature-scaled ensembles of size up to 50 in terms of NLL and predictive set size, resulting in up to 10 times smaller inference costs. Thus, we propose JUCAL as a new go-to method for calibrating ensembles in classification."}, {"id": "c1996", "text": "Improving the Power of Bonferroni Adjustments under Joint Normality and Exchangeability : Bonferroni's correction is a popular tool to address multiplicity but is notorious for its low power when tests are dependent. This paper proposes a practical modification of Bonferroni's correction when test statistics are jointly normal and exchangeable. This method is intuitive to practitioners and achieves higher power in sparse alternatives, as our simulations suggest. We also prove that this method successfully controls the family-wise error rate at any significance level."}, {"id": "c1997", "text": "The impact of class imbalance in logistic regression models for low-default portfolios in credit risk : In this paper, we study how class imbalance, typical of low-default credit portfolios, affects the performance of logistic regression models. Using a simulation study with controlled data-generating mechanisms, we vary (i) the level of class imbalance and (ii) the strength of association between the predictors and the response. The results show that, for a given strength of association, achievable classification accuracy deteriorates markedly as the event rate decreases, and the optimal classification cut-off shifts with the level of imbalance. In contrast, the Gini coefficient is comparatively stable with respect to class imbalance once sample sizes are sufficiently large, even when classification accuracy is strongly affected. As a practical guideline, we summarise attainable classification performance as a function of the event rate and strength of association between the predictors and the response."}, {"id": "c1998", "text": "Could Large Language Models work as Post-hoc Explainability Tools in Credit Risk Models? : Post-hoc explainability is central to credit risk model governance, yet widely used tools such as coefficient-based attributions and SHapley Additive exPlanations (SHAP) often produce numerical outputs that are difficult to communicate to non-technical stakeholders. This paper investigates whether large language models (LLMs) can serve as post-hoc explainability tools for credit risk predictions through in-context learning, focusing on two roles: translators and autonomous explainers. Using a personal lending dataset from LendingClub, we evaluate three commercial LLMs, including GPT-4-turbo, Claude Sonnet 4, and Gemini-2.0-Flash. Results provide strong evidence for the translator role. In contrast, autonomous explanations show low alignment with model-based attributions. Few-shot prompting improves feature overlap for logistic regression but does not consistently benefit XGBoost, suggesting that LLMs have limited capacity to recover non-linear, interaction-driven reasoning from prompt cues alone. Our findings position LLMs as effective narrative interfaces grounded in auditable model attributions, rather than as substitutes for post-hoc explainers in credit risk model governance. Practitioners should leverage LLMs to bridge the communication gap between complex model outputs and regulatory or business stakeholders, while preserving the rigor and traceability required by credit risk governance frameworks."}, {"id": "c1999", "text": "Stackelberg Equilibria in Monopoly Insurance Markets with Probability Weighting : We study Stackelberg Equilibria (Bowley optima) in a monopolistic centralized sequential-move insurance market, with a profit-maximizing insurer who sets premia using a distortion premium principle, and a single policyholder who seeks to minimize a distortion risk measure. We show that equilibria are characterized as follows: In equilibrium, the optimal indemnity function exhibits a layer-type structure, providing full insurance over any loss layer on which the policyholder is more pessimistic than the insurer's pricing functional about tail losses; and no insurance coverage over loss layers on which the policyholder is less pessimistic than the insurer's pricing functional about tail losses. In equilibrium, the optimal pricing distortion function is determined by the policyholder's degree of risk aversion, whereby prices never exceed the policyholder's marginal willingness to insure tail losses. Moreover, we show that both the insurance coverage and the insurer's expected profit increase with the policyholder's degree of risk aversion. Additionally, and echoing recent work in the literature, we show that equilibrium contracts are Pareto efficient, but they do not induce a welfare gain to the policyholder. Conversely, any Pareto-optimal contract that leaves no welfare gain to the policyholder can be obtained as an equilibrium contract. Finally, we consider a few examples of interest that recover some existing results in the literature as special cases of our analysis."}, {"id": "c2000", "text": "Computing Tarski Fixed Points in Financial Networks : Modern financial networks are highly connected and result in complex interdependencies of the involved institutions. In the prominent Eisenberg-Noe model, a fundamental aspect is clearing -- to determine the amount of assets available to each financial institution in the presence of potential defaults and bankruptcy. A clearing state represents a fixed point that satisfies a set of natural axioms. Existence can be established (even in broad generalizations of the model) using Tarski's theorem.\n While a maximal fixed point can be computed in polynomial time, the complexity of computing other fixed points is open. In this paper, we provide an efficient algorithm to compute a minimal fixed point that runs in strongly polynomial time. It applies in a broad generalization of the Eisenberg-Noe model with any monotone, piecewise-linear payment functions and default costs. Moreover, in this scenario we provide a polynomial-time algorithm to compute a maximal fixed point. For networks without default costs, we can efficiently decide the existence of fixed points in a given range.\n We also study claims trading, a local network adjustment to improve clearing, when networks are evaluated with minimal clearing. We provide an efficient algorithm to decide existence of Pareto-improving trades and compute optimal ones if they exist."}, {"id": "c2001", "text": "From Chain-Ladder to Individual Claims Reserving : The chain-ladder (CL) method is the most widely used claims reserving technique in non-life insurance. This manuscript introduces a novel approach to computing the CL reserves based on a fundamental restructuring of the data utilization for the CL prediction procedure. Instead of rolling forward the cumulative claims with estimated CL factors, we estimate multi-period factors that project the latest observations directly to the ultimate claims. This alternative perspective on CL reserving creates a natural pathway for the application of machine learning techniques to individual claims reserving. As a proof of concept, we present a small-scale real data application employing neural networks for individual claims reserving."}, {"id": "c2002", "text": "Autodeleveraging as Online Learning : Autodeleveraging (ADL) is a last-resort loss socialization mechanism used by perpetual futures venues when liquidation and insurance buffers are insufficient to restore solvency. Despite the scale of perpetual futures markets, ADL has received limited formal treatment as a sequential control problem. This paper provides a concise formalization of ADL as online learning on a PNL-haircut domain: at each round, the venue selects a solvency budget and a set of profitable trader accounts. The profitable accounts are liquidated to cover shortfalls up to the solvency budget, with the aim of recovering exchange-wide solvency. In this model, ADL haircuts apply to positive PNL (unrealized gains), not to posted collateral principal. Using our online learning model, we provide robustness results and theoretical upper bounds on how poorly a mechanism can perform at recovering solvency. We apply our model to the October 10, 2025 Hyperliquid stress episode. The regret caused by Hyperliquid's production ADL queue is about 50\\% of an upper bound on regret, calibrated to this event, while our optimized algorithm achieves about 2.6\\% of the same bound. In dollar terms, the production ADL model over liquidates trader profits by up to \\$51.7M. We also counterfactually evaluated algorithms inspired by our online learning framework that perform better and found that the best algorithm reduces overshoot to \\$3M. Our results provide simple, implementable mechanisms for improving ADL in live perpetuals exchanges."}, {"id": "c2003", "text": "Application of Quasi Monte Carlo and Global Sensitivity Analysis to Option Pricing and Greeks : Quasi Monte Carlo (QMC) and Global Sensitivity Analysis (GSA) techniques are applied for pricing and hedging representative financial instruments of increasing complexity. We compare standard Monte Carlo (MC) vs QMC results using Sobol' low discrepancy sequences, different sampling strategies, and various analyses of performance. We find that QMC outperforms MC in most cases, including the highest-dimensional simulations, showing faster and more stable convergence. Regarding greeks computation, we compare standard approaches, based on finite differences (FD) approximations, with adjoint methods (AAD) providing evidences that, when the number of greeks is small, the FD approach combined with QMC can lead to the same accuracy as AAD, thanks to increased convergence rate and stability, thus saving a lot of implementation effort while keeping low computational cost. Using GSA, we are able to fully explain our findings in terms of reduced effective dimension of QMC simulation, allowed in most cases, but not always, by Brownian Bridge discretization or PCA construction. We conclude that, beyond pricing, QMC is a very effcient technique also for computing risk measures, greeks in particular, as it allows to reduce the computational effort of high dimensional Monte Carlo simulations typical of modern risk management."}, {"id": "c2004", "text": "Hidden Risks and Optionalities in American Options : We develop a practical framework for identifying and quantifying the hidden layers of risks and optionality embedded in American options by introducing stochasticity into one or more of their underlying determinants. The heuristic approach remedies the problems of conventional pricing systems, which treat some key inputs deterministically, hence systematically underestimate the flexibility and convexity inherent in early-exercise features."}, {"id": "c2005", "text": "Pareto and Bowley Reinsurance Games in Peer-to-Peer Insurance : We propose a peer-to-peer (P2P) insurance scheme comprising a risk-sharing pool and a reinsurer. A plan manager determines how risks are allocated among members and ceded to the reinsurer, while the reinsurer sets the reinsurance loading. Our work focuses on the strategic interaction between the plan manager and the reinsurer, and this focus leads to two game-theoretic contract designs: a Pareto design and a Bowley design, for which we derive closed-form optimal contracts. In the Pareto design, cooperation between the reinsurer and the plan manager leads to multiple Pareto-optimal contracts, which are further refined by introducing the notion of coalitional stability. In contrast, the Bowley design yields a unique optimal contract through a leader-follower framework, and we provide a rigorous verification of the individual rationality constraints via pointwise comparisons of payoff vectors. Comparing the two designs, we prove that the Bowley-optimal contract is never Pareto optimal and typically yields lower total welfare. In our numerical examples, the presence of reinsurance improves welfare, especially with Pareto designs and a less risk-averse reinsurer. We further analyze the impact of the single-loading restriction, which disproportionately favors members with riskier losses."}, {"id": "c2006", "text": "Efficient Monte Carlo Valuation of Corporate Bonds in Financial Networks : Valuing corporate bonds in systemic economies is challenging due to intricate webs of inter-institutional exposures. When a bank defaults, cascading losses propagate through the network, with payments determined by a system of fixed-point equations lacking closed-form solutions. Standard Monte Carlo methods cannot capture rare yet critical default events, while existing rare-event simulation techniques fail to account for higher-order network effects and scale poorly with network size. To overcome these challenges, we propose a novel approach -- Bi-Level Importance Sampling with Splitting -- and characterize individual bank defaults by decoupling them from the network's complex fixed-point dynamics. This separation enables a two-stage estimation process that directly generates samples from the banks' default events. We demonstrate theoretically that the method is both scalable and asymptotically optimal, and validate its effectiveness through numerical studies on empirically observed networks."}, {"id": "c2007", "text": "Incentive Pareto Efficiency in Monopoly Insurance Markets with Adverse Selection : We study a monopolistic insurance market with hidden information, where the agent's type $\u03b8$ is private information that is unobservable to the insurer, and it is drawn from a continuum of types. The hidden type affects both the loss distribution and the risk attitude of the agent. Within this framework, we show that a menu of contracts is incentive efficient if and only if it maximizes social welfare, subject to incentive compatibility and individual rationality constraints. This equivalence holds for general concave utility functionals. In the special case of Yaari Dual Utility, we provide a semi-explicit characterization of optimal incentive-efficient menus of contracts. We do this under two different settings: (i) the first assumes that types are ordered in a way such that larger values of $\u03b8$ correspond to more risk-averse types who face stochastically larger losses; whereas (ii) the second assumes that larger values of $\u03b8$ correspond to less risk-averse types who face stochastically larger losses. In both settings, the structure of optimal incentive-efficient menus of contracts depends on the level of the social welfare weight. Moreover, at the optimum, higher types receive greater coverage in exchange for higher premia. Additionally, optimal menus leave the lowest type indifferent, with the insurer absorbing all surplus from the lowest type; and they exhibit efficiency at the top, that is, the highest type receives full coverage."}, {"id": "c2008", "text": "Perfectly Fitting CDO Prices Across Tranches: A Theoretical Framework with Efficient Algorithms : This paper addresses a key challenge in CDO modeling: achieving a perfect fit to market prices across all tranches using a single, consistent model. The existence of such a perfect-fit model implies the absence of arbitrage among CDO tranches and is thus essential for unified risk management and the pricing of nonstandard credit derivatives. To address this central challenge, we face three primary difficulties: standard parametric models typically fail to achieve a perfect fit; the calibration of standard parametric models inherently relies on computationally intensive simulation-based optimization; and there is a lack of formal theory to determine when a perfect-fit model exists and, if it exists, how to construct it. We propose a theoretical framework to overcome these difficulties. We first introduce and define two compatibility levels of market prices: weak compatibility and strong compatibility. Specifically, market prices across all tranches are said to be weakly (resp. strongly) compatible if there exists a single model (resp. a single conditionally i.i.d. model) that perfectly fits these market prices. We then derive sufficient and necessary conditions for both levels of compatibility by establishing a relationship between compatibility and LP problems. Furthermore, under either condition, we construct a corresponding concrete copula model that achieves a perfect fit. Notably, our framework not only allows for efficient verification of weak compatibility and strong compatibility through LP problems but also facilitates the construction of the corresponding copula models that achieve a perfect fit, eliminating the need for simulation-based optimization. The practical applications of our framework are demonstrated in risk management and the pricing of nonstandard credit derivatives."}, {"id": "c2009", "text": "Single- and Multi-Level Fourier-RQMC Methods for Multivariate Shortfall Risk : Multivariate shortfall risk measures provide a principled framework for quantifying systemic risk and determining capital allocations prior to aggregation in interconnected financial systems. Despite their well established theoretical properties, the numerical estimation of multivariate shortfall risk and the corresponding optimal allocations remains computationally challenging, as existing Monte Carlo based approaches can be numerically expensive due to slow convergence.\n In this work, we develop a new class of single and multilevel numerical algorithms for estimating multivariate shortfall risk and the associated optimal allocations, based on a combination of Fourier inversion techniques and randomized quasi Monte Carlo (RQMC) sampling. Rather than operating in physical space, our approach evaluates the relevant expectations appearing in the risk constraint and its optimization in the frequency domain, where the integrands exhibit enhanced smoothness properties that are well suited for RQMC integration. We establish a rigorous mathematical framework for the resulting Fourier RQMC estimators, including convergence analysis and computational complexity bounds. Beyond the single level method, we introduce a multilevel RQMC scheme that exploits the geometric convergence of the underlying deterministic optimization algorithm to reduce computational cost while preserving accuracy.\n Numerical experiments demonstrate that the proposed Fourier RQMC methods outperform sample average approximation and stochastic optimization benchmarks in terms of accuracy and computational cost across a range of models for the risk factors and loss structures. Consistent with the theoretical analysis, these results demonstrate improved asymptotic convergence and complexity rates relative to the benchmark methods, with additional savings achieved through the proposed multilevel RQMC construction."}, {"id": "c2010", "text": "Wishart conditional tail risk measures: An analytic approach : This study introduces a new analytical framework for quantifying multivariate risk measures. Using the Wishart process, which is a stochastic process with values in the space of positive definite matrices, we derive several conditional tail risk measures which, thanks to the remarkable analytical properties of the Wishart process, can be explicitly computed up to a one- or two-dimensional integration. These quantities can also be used to solve analytically a capital allocation problem based on conditional moments. Exploiting the stochastic differential equation property of the Wishart process, we show how an intertemporal (i.e., time-lagged) view of these risk measures can be embedded in the proposed framework. Several numerical examples show that the framework is versatile and operational, thus providing a useful tool for risk management."}, {"id": "c2011", "text": "Optimal Risk-Sharing Rules in Network-based Decentralized Insurance : This paper studies decentralized risk-sharing on networks. In particular, we consider a model where agents are nodes in a given network structure. Agents directly connected by edges in the network are referred to as friends. We study actuarially fair risk-sharing under the assumption that only friends can share risk, and we characterize the optimal signed linear risk-sharing rule in this network setting. Subsequently, we consider a special case of this model where all the friends of an agent take on an equal share of the agent's risk, and establish a connection to the graph Laplacian. Our results are illustrated with several examples."}, {"id": "c2012", "text": "Taming Tail Risk in Financial Markets: Conformal Risk Control for Nonstationary Portfolio VaR : Risk forecasts drive trading constraints and capital allocation, yet losses are nonstationary and regime-dependent. This paper studies sequential one-sided VaR control via conformal calibration. I propose regime-weighted conformal risk control (RWC), which calibrates a safety buffer from past forecast errors using exponential time decay and regime-similarity weights from regime features. RWC is model-agnostic and wraps any conditional quantile forecaster to target a desired exceedance rate. Finite-sample coverage is established under weighted exchangeability, and approximation bounds are derived under smoothly drifting regimes. On the CRSP U.S.\\ equity portfolio, time-weighted conformal calibration is a strong default under drift, while regime weighting can improve regime-conditional stability in some settings with modest conservativeness changes."}, {"id": "c2013", "text": "A Novel approach to portfolio construction : This paper proposes a machine learning-based framework for asset selection and portfolio construction, termed the Best-Path Algorithm Sparse Graphical Model (BPASGM). The method extends the Best-Path Algorithm (BPA) by mapping linear and non-linear dependencies among a large set of financial assets into a sparse graphical model satisfying a structural Markov property. Based on this representation, BPASGM performs a dependence-driven screening that removes positively or redundantly connected assets, isolating subsets that are conditionally independent or negatively correlated. This step is designed to enhance diversification and reduce estimation error in high-dimensional portfolio settings. Portfolio optimization is then conducted on the selected subset using standard mean-variance techniques. BPASGM does not aim to improve the theoretical mean-variance optimum under known population parameters, but rather to enhance realized performance in finite samples, where sample-based Markowitz portfolios are highly sensitive to estimation error. Monte Carlo simulations show that BPASGM-based portfolios achieve more stable risk-return profiles, lower realized volatility, and superior risk-adjusted performance compared to standard mean-variance portfolios. Empirical results for U.S. equities, global stock indices, and foreign exchange rates over 1990-2025 confirm these findings and demonstrate a substantial reduction in portfolio cardinality. Overall, BPASGM offers a statistically grounded and computationally efficient framework that integrates sparse graphical modeling with portfolio theory for dependence-aware asset selection."}, {"id": "c2014", "text": "Reliable Real-Time Value at Risk Estimation via Quantile Regression Forest with Conformal Calibration : Rapidly evolving market conditions call for real-time risk monitoring, but its online estimation remains challenging. In this paper, we study the online estimation of one of the most widely used risk measures, Value at Risk (VaR). Its accurate and reliable estimation is essential for timely risk control and informed decision-making. We propose to use the quantile regression forest in the offline-simulation-online-estimation (OSOA) framework. Specifically, the quantile regression forest is trained offline to learn the relationship between the online VaR and risk factors, and real-time VaR estimates are then produced online by incorporating observed risk factors. To further ensure reliability, we develop a conformalized estimator that calibrates the online VaR estimates. To the best of our knowledge, we are the first to leverage conformal calibration to estimate real-time VaR reliably based on the OSOA formulation. Theoretical analysis establishes the consistency and coverage validity of the proposed estimators. Numerical experiments confirm the proposed method and demonstrate its effectiveness in practice."}, {"id": "c2015", "text": "The Innovation Tax: Generative AI Adoption, Productivity Paradox, and Systemic Risk in the U.S. Banking Sector : This paper evaluates the causal impact of Generative Artificial Intelligence (GenAI) adoption on productivity and systemic risk in the U.S. banking sector. Using a novel dataset linking SEC 10-Q filings to Federal Reserve regulatory data for 809 financial institutions over 2018--2025, we employ two complementary identification strategies: Dynamic Spatial Durbin Models (DSDM) to capture network spillovers and Synthetic Difference-in-Differences (SDID) for causal inference using the November 2022 ChatGPT release as an exogenous shock. Our findings reveal a striking ``Productivity Paradox'': while DSDM estimates show that AI-adopting banks are high performers ($\u03b2> 0$), the causal SDID analysis documents a significant ``Implementation Tax'' -- adopting banks experience a 428-basis-point decline in ROE as they absorb GenAI integration costs. This tax falls disproportionately on smaller institutions, with bottom-quartile banks suffering a 517-basis-point ROE decline compared to 129 basis points for larger banks, suggesting that economies of scale provide significant advantages in AI implementation. Most critically, our DSDM analysis reveals significant positive spillovers ($\u03b8= 0.161$ for ROA, $p < 0.01$; $\u03b8= 0.679$ for ROE, $p < 0.05$), with spillovers among large banks reaching $\u03b8= 3.13$ for ROE, indicating that the U.S. banking system is becoming ``algorithmically coupled.'' This synchronization of AI-driven decision-making creates a new channel for systemic contagion: a technical failure in widely-adopted AI models could trigger correlated shocks across the entire financial network."}, {"id": "c2016", "text": "A Methodology to Measure Impacts of Scenarios Through Expected Credit Losses : In this paper, we present a methodology for measuring the impact of scenarios on the expected losses of exposures by leveraging the existing provisioning infrastructure within financial institutions, where scenario effects are captured through changes in probabilities of default. We then describe how to design and implement a scenario test where risk drivers are given for standardized groupings of exposures, and the groupings are defined based on common features of the exposures. The methodology presented served as a theoretical foundation for the standardized climate scenario exercise conducted in 2024 by the Office of the Superintendent of Financial Institutions of Canada and Quebec's Autorite des Marches Financiers."}, {"id": "c2017", "text": "ASRI: An Aggregated Systemic Risk Index for Cryptocurrency Markets : We introduce the Aggregated Systemic Risk Index (ASRI), comprising four weighted sub-indices: Stablecoin Concentration Risk (30%), DeFi Liquidity Risk (25%), Contagion Risk (25%), and Regulatory Opacity Risk (20%). Using data from DeFi Llama, Federal Reserve FRED, and on-chain analytics, we validate against four historical crises (Terra/Luna, Celsius/3AC, FTX, SVB). Event study analysis detects significant abnormal signals for all four (t-statistics 5.47-32.64, p < 0.01), with threshold-based detection achieving 30-day average lead time for three of four events. Walk-forward validation confirms 4/4 out-of-sample detection (18-day average lead), ruling out look-ahead bias. A three-regime HMM identifies distinct risk states with >97% persistence; structural stability tests pass (Chow p = 0.993). Benchmarking against Diebold-Yilmaz connectedness shows equivalent detection (75%) with higher precision (33.5% vs. 22.4%). Out-of-sample specificity testing on 2024-2025 data confirms zero false positives, correctly classifying the $1.5B Bybit hack as non-systemic. ASRI captures DeFi-specific vulnerabilities -- composability risk, flash loan exposure, and tokenized RWA linkages -- that SRISK and CoVaR cannot accommodate."}, {"id": "c2018", "text": "Non-standard analysis for coherent risk estimation: hyperfinite representations, discrete Kusuoka formulae, and plug-in asymptotics : We develop a non-standard analysis framework for coherent risk measures and their finite-sample analogues, coherent risk estimators, building on recent work of Aichele, Cialenco, Jelito, and Pitera. Coherent risk measures on $L^\\infty$ are realised as standard parts of internal support functionals on Loeb probability spaces, and coherent risk estimators arise as finite-grid restrictions.\n Our main results are: (i) a hyperfinite robust representation theorem that yields, as finite shadows, the robust representation results for coherent risk estimators; (ii) a discrete Kusuoka representation for law-invariant coherent risk estimators as suprema of mixtures of discrete expected shortfalls on $\\{k/n:k=1,\\ldots,n\\}$; (iii) uniform almost sure consistency (with an explicit rate) for canonical spectral plug-in estimators over Lipschitz spectral classes; (iv) a Kusuoka-type plug-in consistency theorem under tightness and uniform estimation assumptions; (v) bootstrap validity for spectral plug-in estimators via an NSA reformulation of the functional delta method (under standard smoothness assumptions on $F_X$); and (vi) asymptotic normality obtained through a hyperfinite central limit theorem.\n The hyperfinite viewpoint provides a transparent probability-to-statistics dictionary: applying a risk measure to a law corresponds to evaluating an internal functional on a hyperfinite empirical measure and taking the standard part. We include a standardd self-contained introduction to the required non-standard tools."}, {"id": "c2019", "text": "Incorporating data drift to perform survival analysis on credit risk : Survival analysis has become a standard approach for modelling time to default by time-varying covariates in credit risk. Unlike most existing methods that implicitly assume a stationary data-generating process, in practise, mortgage portfolios are exposed to various forms of data drift caused by changing borrower behaviour, macroeconomic conditions, policy regimes and so on. This study investigates the impact of data drift on survival-based credit risk models and proposes a dynamic joint modelling framework to improve robustness under non-stationary environments. The proposed model integrates a longitudinal behavioural marker derived from balance dynamics with a discrete-time hazard formulation, combined with landmark one-hot encoding and isotonic calibration. Three types of data drift (sudden, incremental and recurring) are simulated and analysed on mortgage loan datasets from Freddie Mac. Experiments and corresponding evidence show that the proposed landmark-based joint model consistently outperforms classical survival models, tree-based drift-adaptive learners and gradient boosting methods in terms of discrimination and calibration across all drift scenarios, which confirms the superiority of our model design."}, {"id": "c2020", "text": "Rough Martingale Optimal Transport: Theory, Implementation, and Regulatory Applications for Non-Modelable Risk Factors : The Fundamental Review of the Trading Book (FRTB) poses a significant challenge for exotic derivatives pricing, particularly for non-modelable risk factors (NMRF) where sparse market data leads to infinite audit bounds under classical Martingale Optimal Transport (MOT). We propose a unified Rough Martingale Optimal Transport (RMOT) framework that regularizes the transport plan with a rough volatility prior, yielding finite, explicit, and asymptotically tight extrapolation bounds. We establish an identifiability theorem for rough volatility parameters under sparse data, proving that 50 strikes are sufficient to estimate the Hurst exponent within $\\pm 0.05$. For the multi-asset case, we prove that the correlation matrix is locally identifiable from marginal option surfaces provided the Hurst exponents are distinct. Model calibration on SPY and QQQ options (2019--2024) confirms that the optimal martingale measure exhibits stretched exponential tail decay ($\\sim\\exp(-k^{1-H})$), consistent with rough volatility asymptotics, whereas classical MOT yields trivial bounds. We validate the framework on live SPX/NDX data and scale it to $N = 30$ assets using a block-sparse optimization algorithm. Empirical results show that RMOT provides approximately \\$880M in capital relief per \\$1B exotic book compared to classical methods, while maintaining conservative coverage confirmed by 100-seed cross-validation. This constitutes a pricing framework designed to align with FRTB principles for NMRFs with explicit error quantification."}, {"id": "c2021", "text": "Network Security under Heterogeneous Cyber-Risk Profiles and Contagion : Cyber risk has become a critical financial threat in today's interconnected digital economy. This paper introduces a cyber-risk management framework for networked digital systems that combines the strategic behavior of players with contagion dynamics within a security game. We address the problem of optimally allocating cybersecurity resources across a network, focusing on the heterogeneous valuations of nodes by attackers and defenders, some areas may be of high interest to the attacker, while others are prioritized by the defender. We explore how this asymmetry drives attack and defense strategies and shapes the system's overall resilience. We extend a method to determine optimal resource allocation based on simple network metrics weighted by the defender's and attacker's risk profiles. We further propose risk measures based on contagion paths and analyze how propagation dynamics influence optimal defense strategies. Numerical experiments explore risk versus cost efficient frontiers varying network topologies and risk profiles, revealing patterns of resource allocation and cyber deception effects. These findings provide actionable insights for designing resilient digital infrastructures and mitigating systemic cyber risk."}, {"id": "c2022", "text": "Spectral Dynamics and Regularization for High-Dimensional Copulas : We introduce a novel model for time-varying, asymmetric, tail-dependent copulas in high dimensions that incorporates both spectral dynamics and regularization. The dynamics of the dependence matrix' eigenvalues are modeled in a score-driven way, while biases in the unconditional eigenvalue spectrum are resolved by non-linear shrinkage. The dynamic parameterization of the copula dependence matrix ensures that it satisfies the appropriate restrictions at all times and for any dimension. The model is parsimonious, computationally efficient, easily scalable to high dimensions, and performs well for both simulated and empirical data. In an empirical application to financial market dynamics using 100 stocks from 10 different countries and 10 different industry sectors, we find that our copula model captures both geographic and industry related co-movements and outperforms recent computationally more intensive clustering-based factor copula alternatives. Both the spectral dynamics and the regularization contribute to the new model's performance. During periods of market stress, we find that the spectral dynamics reveal strong increases in international stock market dependence, which causes reductions in diversification potential and increases in systemic risk."}, {"id": "c2023", "text": "Knowledge-Integrated Representation Learning for Crypto Anomaly Detection under Extreme Label Scarcity; Relational Domain-Logic Integration with Retrieval-Grounded Context and Path-Level Explanations : Detecting anomalous trajectories in decentralized crypto networks is fundamentally challenged by extreme label scarcity and the adaptive evasion strategies of illicit actors. While Graph Neural Networks (GNNs) effectively capture local structural patterns, they struggle to internalize multi hop, logic driven motifs such as fund dispersal and layering that characterize sophisticated money laundering, limiting their forensic accountability under regulations like the FATF Travel Rule. To address this limitation, we propose Relational Domain Logic Integration (RDLI), a framework that embeds expert derived heuristics as differentiable, logic aware latent signals within representation learning. Unlike static rule based approaches, RDLI enables the detection of complex transactional flows that evade standard message passing. To further account for market volatility, we incorporate a Retrieval Grounded Context (RGC) module that conditions anomaly scoring on regulatory and macroeconomic context, mitigating false positives caused by benign regime shifts. Under extreme label scarcity (0.01%), RDLI outperforms state of the art GNN baselines by 28.9% in F1 score. A micro expert user study further confirms that RDLI path level explanations significantly improve trustworthiness, perceived usefulness, and clarity compared to existing methods, highlighting the importance of integrating domain logic with contextual grounding for both accuracy and explainability."}, {"id": "c2024", "text": "Stablecoin Design with Adversarial-Robust Multi-Agent Systems via Trust-Weighted Signal Aggregation : Algorithmic stablecoins promise decentralized monetary stability by maintaining a target peg through programmatic reserve management. Yet, their reserve controllers remain vulnerable to regime-blind optimization, calibrating risk parameters on fair-weather data while ignoring tail events that precipitate cascading failures. The March 2020 Black Thursday collapse, wherein MakerDAO's collateral auctions yielded $8.3M in losses and a 15% peg deviation, exposed a critical gap: existing models like SAS systematically omit extreme volatility regimes from covariance estimates, producing allocations optimal in expectation but catastrophic under adversarial stress.\n We present MVF-Composer, a trust-weighted Mean-Variance Frontier reserve controller incorporating a novel Stress Harness for risk-state estimation. Our key insight is deploying multi-agent simulations as adversarial stress-testers: heterogeneous agents (traders, liquidity providers, attackers) execute protocol actions under crisis scenarios, exposing reserve vulnerabilities before they manifest on-chain. We formalize a trust-scoring mechanism T: A -> [0,1] that down-weights signals from agents exhibiting manipulative behavior, ensuring the risk-state estimator remains robust to signal injection and Sybil attacks.\n Across 1,200 randomized scenarios with injected Black-Swan shocks (10% collateral drawdown, 50% sentiment collapse, coordinated redemption attacks), MVF-Composer reduces peak peg deviation by 57% and mean recovery time by 3.1x relative to SAS baselines. Ablation studies confirm the trust layer accounts for 23% of stability gains under adversarial conditions, achieving 72% adversarial agent detection. Our system runs on commodity hardware, requires no on-chain oracles beyond standard price feeds, and provides a reproducible framework for stress-testing DeFi reserve policies."}, {"id": "c2025", "text": "Tail Structure and the Ordering of the Standard Deviation and Gini Mean Difference : We investigate the ordering between two fundamental measures of dispersion for real-valued risks: the standard deviation (SD) and the Gini mean difference (GMD). Our analysis is driven by a single structural object, namely the mean excess function of the pairwise difference $|X - X'|$. We show that its monotonicity is determined by the tail behavior of the underlying distribution, giving rise to two distinct dispersion regimes. In a heavy-tailed regime, characterized by decreasing hazard rates or increasing reverse hazard rates, the SD dominates the GMD. Conversely, when both tails of the distribution are light, the GMD dominates the SD. These dominance regimes are shown to be stable under truncation, convolution, and mixtures. Discrete analogues of the main results are also developed. Overall, the results provide an intuitive interpretation of the dispersion ordering phenomena that goes beyond the existing general comparisons, with direct relevance for risk modeling and actuarial applications."}, {"id": "c2026", "text": "Optimal Abatement Schedules for Excess Carbon Emissions Towards a Net-Zero Target : Achieving net-zero carbon emissions requires a transformation of energy systems, industrial processes, and consumption patterns. In particular, a transition towards that goal involves a gradual reduction of excess carbon emissions that are not essential for the well-functioning of society. In this paper we study this problem from a stochastic control perspective to identify the optimal gradual reduction of the emission rate, when an allocated excess carbon budget is used up over time. Assuming that updates of the available carbon budget follow a diffusion process, we identify the emission strategy that maximizes expected discounted emissions under the constraint of a non-increasing emission rate, with an additional term rewarding the amount of time for which the budget is not yet depleted. We establish a link of this topic to optimal dividend problems in insurance risk theory under ratcheting constraints and show that the value function is the unique viscosity solution of the associated Hamilton-Jacobi-Bellman equation. We provide numerical illustrations of the resulting optimal abatement schedule of emissions and a quantitative evaluation of the effect of the non-increasing rate constraint on the value function."}, {"id": "c2027", "text": "FSL-BDP: Federated Survival Learning with Bayesian Differential Privacy for Credit Risk Modeling : Credit risk models are a critical decision-support tool for financial institutions, yet tightening data-protection rules (e.g., GDPR, CCPA) increasingly prohibit cross-border sharing of borrower data, even as these models benefit from cross-institution learning. Traditional default prediction suffers from two limitations: binary classification ignores default timing, treating early defaulters (high loss) equivalently to late defaulters (low loss), and centralized training violates emerging regulatory constraints. We propose a Federated Survival Learning framework with Bayesian Differential Privacy (FSL-BDP) that models time-to-default trajectories without centralizing sensitive data. The framework provides Bayesian (data-dependent) differential privacy (DP) guarantees while enabling institutions to jointly learn risk dynamics. Experiments on three real-world credit datasets (LendingClub, SBA, Bondora) show that federation fundamentally alters the relative effectiveness of privacy mechanisms. While classical DP performs better than Bayesian DP in centralized settings, the latter benefits substantially more from federation (+7.0\\% vs +1.4\\%), achieving near parity of non-private performance and outperforming classical DP in the majority of participating clients. This ranking reversal yields a key decision-support insight: privacy mechanism selection should be evaluated in the target deployment architecture, rather than centralized benchmarks. These findings provide actionable guidance for practitioners designing privacy-preserving decision support systems in regulated, multi-institutional environments."}, {"id": "c2028", "text": "Event-Driven Market Co-Movement Dynamics in Critical Mineral Equities: An Empirical Framework Using Change Point Detection and Cross-Sectional Analysis : This study examines market behavior in critical mineral investments using a novel analytical framework that combines change-point detection (PELT algorithm) with cross-sectional analysis. This research analyzes ESG-ranked critical mineral ETFs from March 31, 2014, to April 19, 2024, using the S&P 500 as a benchmark to evaluate market co-movements. The findings demonstrate that different critical mineral investments experienced change points at distinct times, but three major dates, July 23, 2015; March 17, 2020; and December 1, 2020, were common and aligned with global events such as the oil market shock, the COVID-19 pandemic, and later market adjustments. Herding behavior among investors increased after these shocks, following the 2015 and 2020 crises, but shifted to anti-herding after positive vaccine news in late 2020 and after the Russian invasion of Ukraine in 2022. The sensitivity analysis shows that investor coordination is strongest during market downturns but exhibits greater variation during stable periods or after major developments, with these dynamics sensitive to the length of the observation period. Additionally, anti-herding became more apparent during crises, suggesting investors reacted to specific risks rather than moving in lockstep, especially in response to geopolitical shocks."}, {"id": "c2029", "text": "ProbFM: Probabilistic Time Series Foundation Model with Uncertainty Decomposition : Time Series Foundation Models (TSFMs) have emerged as a promising approach for zero-shot financial forecasting, demonstrating strong transferability and data efficiency gains. However, their adoption in financial applications is hindered by fundamental limitations in uncertainty quantification: current approaches either rely on restrictive distributional assumptions, conflate different sources of uncertainty, or lack principled calibration mechanisms. While recent TSFMs employ sophisticated techniques such as mixture models, Student's t-distributions, or conformal prediction, they fail to address the core challenge of providing theoretically-grounded uncertainty decomposition. For the very first time, we present a novel transformer-based probabilistic framework, ProbFM (probabilistic foundation model), that leverages Deep Evidential Regression (DER) to provide principled uncertainty quantification with explicit epistemic-aleatoric decomposition. Unlike existing approaches that pre-specify distributional forms or require sampling-based inference, ProbFM learns optimal uncertainty representations through higher-order evidence learning while maintaining single-pass computational efficiency. To rigorously evaluate the core DER uncertainty quantification approach independent of architectural complexity, we conduct an extensive controlled comparison study using a consistent LSTM architecture across five probabilistic methods: DER, Gaussian NLL, Student's-t NLL, Quantile Loss, and Conformal Prediction. Evaluation on cryptocurrency return forecasting demonstrates that DER maintains competitive forecasting accuracy while providing explicit epistemic-aleatoric uncertainty decomposition. This work establishes both an extensible framework for principled uncertainty quantification in foundation models and empirical evidence for DER's effectiveness in financial applications."}, {"id": "c2030", "text": "Dynamic reinsurance via martingale transport : We formulate a dynamic reinsurance problem in which the insurer seeks to control the terminal distribution of its surplus while minimizing the L2-norm of the ceded risk. Using techniques from martingale optimal transport, we show that, under suitable assumptions, the problem admits a tractable solution analogous to the Bass martingale. We first consider the case where the insurer wants to match a given terminal distribution of the surplus process, and then relax this condition by only requiring certain moment or risk-based constraints."}, {"id": "c2031", "text": "Efficiency versus Robustness under Tail Misspecification: Importance Sampling and Moment-Based VaR Bracketing : Value-at-Risk (VaR) estimation at high confidence levels is inherently a rare-event problem and is particularly sensitive to tail behavior and model misspecification. This paper studies the performance of two simulation-based VaR estimation approaches, importance sampling and discrete moment matching, under controlled tail misspecification. The analysis separates the nominal model used for estimator construction from the true data-generating process used for evaluation, allowing the effects of heavy-tailed returns to be examined in a transparent and reproducible setting. Daily returns of a broad equity market proxy are used to calibrate a nominal Gaussian model, while true returns are generated from Student-t distributions with varying degrees of freedom to represent increasingly heavy tails. Importance sampling is implemented via exponential tilting of the Gaussian model, and VaR is estimated through likelihood-weighted root-finding. Discrete moment matching constructs deterministic lower and upper VaR bounds by enforcing a finite number of moment constraints on a discretized loss distribution. The results demonstrate a clear trade-off between efficiency and robustness. Importance sampling produces low-variance VaR estimates under the nominal model but systematically underestimates the true VaR under heavy-tailed returns, with bias increasing at higher confidence levels and for thicker tails. In contrast, discrete moment matching yields conservative VaR bracketing that remains robust under tail misspecification. These findings highlight that variance reduction alone is insufficient for reliable tail risk estimation when model uncertainty is significant."}, {"id": "c2032", "text": "Systemic Risk Surveillance : Following several episodes of financial market turmoil in recent decades, changes in systemic risk have drawn growing attention. Therefore, we propose surveillance schemes for systemic risk, which allow to detect misspecified systemic risk forecasts in an \"online\" fashion. This enables daily monitoring of the forecasts while controlling for the accumulation of false test rejections. Such online schemes are vital in taking timely countermeasures to avoid financial distress. Our monitoring procedures allow multiple series at once to be monitored, thus increasing the likelihood and the speed at which early signs of trouble may be picked up. The tests hold size by construction, such that the null of correct systemic risk assessments is only rejected during the monitoring period with (at most) a pre-specified probability. Monte Carlo simulations illustrate the good finite-sample properties of our procedures. An empirical application to US banks during multiple crises demonstrates the usefulness of our surveillance schemes for both regulators and financial institutions."}, {"id": "c2033", "text": "Systemic Risk in DeFi: A Network-Based Fragility Analysis of TVL Dynamics : Systemic risk refers to the overall vulnerability arising from the high degree of interconnectedness and interdependence within the financial system. In the rapidly developing decentralized finance (DeFi) ecosystem, numerous studies have analyzed systemic risk through specific channels such as liquidity pressures, leverage mechanisms, smart contract risks, and historical risk events. However, these studies are mostly event-driven or focused on isolated risk channels, paying limited attention to the structural dimension of systemic risk. Overall, this study provides a unified quantitative framework for ecosystem-level analysis and continuous monitoring of systemic risk in DeFi. From a network-based perspective, this paper proposes the DeFi Correlation Fragility Indicator (CFI), constructed from time-varying correlation networks at the protocol category level. The CFI captures ecosystem-wide structural fragility associated with correlation concentration and increasing synchronicity. Furthermore, we define a Risk Contribution Score (RCS) to quantify the marginal contribution of different protocol types to overall systemic risk. By combining the CFI and RCS, the framework enables both the tracking of time-varying systemic risk and identification of structurally important functional modules in risk accumulation and amplification."}, {"id": "c2034", "text": "Tab-TRM: Tiny Recursive Model for Insurance Pricing on Tabular Data : We introduce Tab-TRM (Tabular-Tiny Recursive Model), a network architecture that adapts the recursive latent reasoning paradigm of Tiny Recursive Models (TRMs) to insurance modeling. Drawing inspiration from both the Hierarchical Reasoning Model (HRM) and its simplified successor TRM, the Tab-TRM model makes predictions by reasoning over the input features. It maintains two learnable latent tokens - an answer token and a reasoning state - that are iteratively refined by a compact, parameter-efficient recursive network. The recursive processing layer repeatedly updates the reasoning state given the full token sequence and then refines the answer token, in close analogy with iterative insurance pricing schemes. Conceptually, Tab-TRM bridges classical actuarial workflows - iterative generalized linear model fitting and minimum-bias calibration - on the one hand, and modern machine learning, in terms of Gradient Boosting Machines, on the other."}, {"id": "c2035", "text": "Reinforcement Learning for Micro-Level Claims Reserving : Outstanding claim liabilities are revised repeatedly as claims develop, yet most modern reserving models are trained as one-shot predictors and typically learn only from settled claims. We formulate individual claims reserving as a claim-level Markov decision process in which an agent sequentially updates outstanding claim liability (OCL) estimates over development, using continuous actions and a reward design that balances accuracy with stable reserve revisions. A key advantage of this reinforcement learning (RL) approach is that it can learn from all observed claim trajectories, including claims that remain open at valuation, thereby avoiding the reduced sample size and selection effects inherent in supervised methods trained on ultimate outcomes only. We also introduce practical components needed for actuarial use -- initialisation of new claims, temporally consistent tuning via a rolling-settlement scheme, and an importance-weighting mechanism to mitigate portfolio-level underestimation driven by the rarity of large claims. On CAS and SPLICE synthetic general insurance datasets, the proposed Soft Actor-Critic implementation delivers competitive claim-level accuracy and strong aggregate OCL performance, particularly for the immature claim segments that drive most of the liability."}, {"id": "c2036", "text": "Temporal-Aligned Meta-Learning for Risk Management: A Stacking Approach for Multi-Source Credit Scoring : This paper presents a meta-learning framework for credit risk assessment of Italian Small and Medium Enterprises (SMEs) that explicitly addresses the temporal misalignment of credit scoring models.\n The approach aligns financial statement reference dates with evaluation dates, mitigating bias arising from publication delays and asynchronous data sources. It is based on a two-step temporal decomposition that at first estimates annual probabilities of default (PDs) anchored to balance-sheet reference dates (December 31st) through a static model. Then it models the monthly evolution of PDs using higher-frequency behavioral data. Finally, we employ stacking-based architecture to aggregate multiple scoring systems, each capturing complementary aspects of default risk, into a unified predictive model. In this way, first level model outputs are treated as learned representations that encode non-linear relationships in financial and behavioral indicators, allowing integration of new expert-based features without retraining base models. This design provides a coherent and interpretable solution to challenges typical of low-default environments, including heterogeneous default definitions and reporting delays. Empirical validation shows that the framework effectively captures credit risk evolution over time, improving temporal consistency and predictive stability relative to standard ensemble methods."}, {"id": "c2037", "text": "An Explainable Market Integrity Monitoring System with Multi-Source Attention Signals and Transparent Scoring : Market integrity monitoring is difficult because suspicious price/volume behavior can arise from many benign mechanisms, while modern detection systems often rely on opaque models that are hard to audit and communicate. We present AIMM-X, an explainable monitoring pipeline that combines market microstructure-style signals derived from OHLCV time series with multi-source public attention signals (e.g., news and online discussion proxies) to surface time windows that merit analyst review. The system detects candidate anomalous windows using transparent thresholding and aggregation, then assigns an interpretable integrity score decomposed into a small set of additive components, allowing practitioners to trace why a window was flagged and which factors drove the score. We provide an end-to-end, reproducible implementation that downloads data, constructs attention features, builds unified panels, detects windows, computes component signals, and generates summary figures/tables. Our goal is not to label manipulation, but to provide a practical, auditable screening tool that supports downstream investigation by compliance teams, exchanges, or researchers."}, {"id": "c2038", "text": "A Three--Dimensional Efficient Surface for Portfolio Optimization : The classical mean-variance framework characterizes portfolio risk solely through return variance and the covariance matrix, implicitly assuming that all relevant sources of risk are captured by second moments. In modern financial markets, however, shocks often propagate through complex networks of interconnections, giving rise to systemic and spillover risks that variance alone does not reflect.\n This paper develops a unified portfolio optimization framework that incorporates connectedness risk alongside expected return and variance. Using a quadratic measure of network spillovers derived from a connectedness matrix, we formulate a three-objective optimization problem and characterize the resulting three-dimensional efficient surface. We establish existence, uniqueness, and continuity of optimal portfolios under mild regularity conditions and derive closed-form solutions when short-selling is allowed. The trade-off between variance and connectedness is shown to be strictly monotone except in degenerate cases, yielding a well-defined risk-risk frontier.\n Under simultaneous diagonalizability of the covariance and connectedness matrices, we prove a three-fund separation theorem: all efficient portfolios can be expressed as affine combinations of a minimum-variance portfolio, a minimum-connectedness portfolio, and the tangency portfolio. The framework clarifies how network-based risk alters classical diversification results and provides a transparent theoretical foundation for incorporating systemic connectedness into portfolio choice."}, {"id": "c2039", "text": "The Limits of Lognormal: Assessing Cryptocurrency Volatility and VaR using Geometric Brownian Motion : The integration of cryptocurrencies into institutional portfolios necessitates the adoption of robust risk modeling frameworks. This study is a part of a series of subsequent works to fine-tune model risk analysis for cryptocurrencies. Through this first research work, we establish a foundational benchmark by applying the traditional industry-standard Geometric Brownian Motion (GBM) model. Popularly used for non-crypto financial assets, GBM assumes Lognormal return distributions for a multi-asset cryptocurrency portfolio (XRP, SOL, ADA). This work utilizes Maximum Likelihood Estimation and a correlated Monte Carlo Simulation incorporating the Cholesky decomposition of historical covariance. We present our stock portfolio model as a Minimum Variance Portfolio (MVP). We observe the model's structural shift within the heavy-tailed, non-Gaussian cryptocurrency environment. The results reveal limitations of the Lognormal assumption: the calculated Value-at-Risk at the 5% confidence level over the one-year horizon. For baselining our results, we also present a holistic comparative analysis with an equity portfolio (AAPL, TSLA, NVDA), demonstrating a significantly lower failure rate. This performance provides conclusive evidence that the GBM model is fundamentally the perfect benchmark for our subsequent works. Results from this novel work will be an indicator for the success criteria in our future model for crypto risk management, rigorously motivating the development and application of advanced models."}, {"id": "c2040", "text": "Class of topological portfolios: Are they better than classical portfolios? : Topological Data Analysis (TDA), an emerging field in investment sciences, harnesses mathematical methods to extract data features based on shape, offering a promising alternative to classical portfolio selection methodologies. We utilize persistence landscapes, a type of summary statistics for persistent homology, to capture the topological variation of returns, blossoming a novel concept of ``Topological Risk\". Our proposed topological risk then quantifies portfolio risk by tracking time-varying topological properties of assets through the $L_p$ norm of the persistence landscape. Through optimization, we derive an optimal portfolio that minimizes this topological risk. Numerical experiments conducted using nearly a decade long S\\&P 500 data demonstrate the superior performance of our TDA-based portfolios in comparison to the seven popular portfolio optimization models and two benchmark portfolio strategies, the naive $1/N$ portfolio and the S\\&P 500 market index, in terms of excess mean return, and several financial ratios. The outcome remains consistent through out the computational analysis conducted for the varying size of holding and investment time horizon. These results underscore the potential of our TDA-based topological risk metric in providing a more comprehensive understanding of portfolio dynamics than traditional statistical measures. As such, it holds significant relevance for modern portfolio management practices."}]