cs.LG · 2026-06-21 · No. 30

Machine Learning, 2026-06-21.

66 new papers in cs.LG. Titles, authors, abstracts. Links to arXiv. Want this in your inbox every morning? Subscribe →

01 — The papers

66 entries
  1. 01

    How Transparent is DiffusionGemma?

    Joshua Engels, Callum McDougall, Bilal Chughtai, Janos Kramar, Senthoran Rajamanoharan, Cindy Wu, Arthur Conmy, Asic...

    cs.LG · cs.AI

    LLM reasoning transparency is a critical affordance for understanding model decisions, mitigating misuse and misalignment, and debugging surprising model behaviors. However, DiffusionGemma performs a larger fraction of its computation in a continuous latent space; does this make its reasoning less transparent? We study this question by decomposing transparency into two components: variable transparency, whether we understand intermediate...

    arxiv.org/abs/2606.20560 · PDF

  2. 02

    Optimal Deterministic Multicalibration and Omniprediction

    Georgy Noarov, Aaron Roth

    cs.LG · math.ST · stat.ML

    A model is multicalibrated on a collection of group weights $G$ if it is calibrated -- i.e. unbiased even conditional on its prediction -- not just overall, but also after reweighting contexts by each $g \in G$. It is a useful property for many downstream applications and is a basic desideratum of trustworthy machine learning. Before this work, all predictors known to attain the minimax-optimal $\widetilde O(\varepsilon^{-3})$ sample...

    arxiv.org/abs/2606.20557 · PDF

  3. 03

    The Token Is a Group Element: On Lie-Algebra Attention over Matrix Lie Groups

    Przemyslaw Musialski

    cs.LG · cs.CV · cs.GR · cs.RO · math.DG

    We place the attention token on the group: a token is an element $g_i$ of a matrix Lie group $G$ -- a bare transformation, with no feature payload and no external action $ρ(g)$ carrying it. To our knowledge this is the first attention construction whose tokens are bare matrix Lie group elements: their score is the closed-form algebra norm of the relative pose rather than a learned kernel, and it reaches the affine full-frame groups that every...

    arxiv.org/abs/2606.20547 · PDF

  4. 04

    Predictability as a Fine-Grained Measure for Privacy

    Linda Lu, Karthik Sridharan

    cs.LG

    Differential privacy (DP) ensures rigorous individual-level privacy guarantees against even the most knowledgeable attackers, but its worst-case nature can impose a costly privacy-accuracy tradeoff. We introduce privacy via predictability, a fine-grained framework that explicitly incorporates the attacker's core knowledge, a compromised portion of the dataset generated by a stochastic process, and a specified family of queries. Predictability...

    arxiv.org/abs/2606.20546 · PDF

  5. 05

    Multi-Task Bayesian In-Context Learning

    Qingyang Zhu, Eric Karl Oermann, Kyunghyun Cho

    cs.LG

    Bayesian predictive inference provides a principled framework for uncertainty quantification, data efficiency, and robust generalization. However, exact inference is often intractable, and scalable approximations may remain computationally expensive or require restrictive modeling assumptions that degrade predictive performance. Prior-Data Fitted and in-context models have recently emerged as an amortized alternative by learning to map...

    arxiv.org/abs/2606.20538 · PDF

  6. 06

    Execution-State Capsules: Graph-Bound Execution-State Checkpoint and Restore for Low-Latency, Small-Batch, On-Device Physical-AI Serving

    Liang Su

    cs.LG · cs.DC

    Mainstream LLM serving systems reuse prefix work mainly through paged or radix key-value (KV) caches. This is highly effective for high-throughput, high-concurrency serving, but it manages only one positional fragment of execution state: the KV cache. We study the opposite regime: low-latency, small-batch, on-device physical-AI serving, where interactive LLM agents, speech systems, and robot policies repeatedly branch, reset, interrupt, and...

    arxiv.org/abs/2606.20537 · PDF

  7. 07

    Contagion Networks: Evaluator Bias Propagation in Multi-Agent LLM Systems

    Zewen Liu

    cs.LG · cs.AI · cs.MA

    When large language models serve as evaluators in multi-agent systems, their systematic evaluation biases propagate through the agent network. We introduce Contagion Networks, a formal framework for measuring how evaluator biases spread across interacting LLM agents. In a controlled 3-agent experiment using DeepSeek-chat with three distinct evaluator bias profiles (structured, balanced, evidence-based), we measure the Cross-Agent Contagion...

    arxiv.org/abs/2606.20493 · PDF

  8. 08

    Marginal Advantage Accumulation for Memory-Driven Agent Self-Evolution

    Mingyu Yang, Keye Zheng, Congchao Cheng, Yujie Liu, Xingkang Lu, Fan Jiang, Yefei Zheng

    cs.LG

    In batch-style trace distillation, the same memory operation may receive contradictory feedback across different batches. Existing methods lack a cross-batch, operation-level evidence accumulation mechanism, making it impossible to distinguish stably effective operations from accidental hits. This paper formalizes the requirement as two structural conditions, alignability and comparability, and proposes Marginal Advantage Accumulation (MAA)....

    arxiv.org/abs/2606.20475 · PDF

  9. 09

    UltraQuant: 4-bit KV Caching for Context-Heavy Agents

    Inesh Chakrabarti, David Limpus, Aditi Ghai Rana, Bowen Bao, Spandan Tiwari, Thiago Crepaldi, Ashish Sirasao

    cs.LG · cs.AI · cs.PF

    Context-heavy agents place unusual pressure on the key-value (KV) cache: long prefixes are reused across many short turns, while concurrency determines whether the serving system can keep GPUs utilized. We study 4-bit KV-cache compression for this setting, using TurboQuant-style rotation and codebook quantization as a quality anchor and vLLM FP8 KV caching as the deployment anchor. We report three contributions. First, we frame 4-bit KV...

    arxiv.org/abs/2606.20474 · PDF

  10. 10

    Fisher-Geometric Sharpness and the Implicit Bias of SGD toward Flat Minima

    Md Sakir Ahmed, Kumaresh Sarmah, Hemen Dutta

    cs.LG · cs.CG

    A widely held intuition in deep learning is that stochastic gradient descent (SGD) implicitly favors flat minima and that flat minima generalize better, but standard Euclidean measures of flatness such as the trace or maximum eigenvalue of the loss Hessian are not invariant under reparametrizations that preserve the network function, which undermines the theoretical foundations of this narrative. In this study we resolve this issue by...

    arxiv.org/abs/2606.20469 · PDF

  11. 11

    Agentic Symbolic Search: Characterizing PDEs Beyond Hand-crafted Expressions, Meshes, and Neural Networks

    Zongmin Yu, Liu Yang

    cs.LG · math.NA · physics.comp-ph

    Mathematicians understand a PDE solution through mathematical structures rather than tables of computed values. Historically, this has been the product of mathematical analysis, carried out by hand for each problem individually. Neither numerical simulation nor neural networks produce those structures directly. We propose Agentic Symbolic Search (ASYS), a prior-guided framework in which an agent translates PDE theory, public problem...

    arxiv.org/abs/2606.20467 · PDF

  12. 12

    Data Bias Mitigation under Coverage Constraints & The Price of Fairness

    Bruno Scarone, Alfredo Viola, Renée J. Miller

    cs.LG · cs.CY · cs.DB

    Machine learning models have been shown to exhibit discriminatory outcomes or degraded performance for individuals at the intersection of multiple sensitive attributes, such as race and gender. This stems in part from two interrelated challenges: the lack of principled measures for quantifying bias (potentially intersectional), and insufficient representation of intersectional subgroups in training data. We extend a recent bias mitigation...

    arxiv.org/abs/2606.20461 · PDF

  13. 13

    Evolutionary Two-Stage Hyperparameter Optimization Strategies for Physics-Informed Neural Networks

    Fedor Buzaev, Dmitry Efremenko, Egor Bugaev, Andrei Ermakov, Denis Derkach, Daria Pugacheva, Fedor Ratnikov

    cs.LG · cs.NE · math.NA

    Physics-Informed Neural Networks (PINNs) solve Partial Differential Equations (PDEs) by embedding physical laws into neural network training. However, their performance suffers from unstable convergence, training plateaus, and strong sensitivity to architectural and optimization hyperparameters due to the highly non-convex and multi-term structure of the physics-informed loss. In this setting, the outer-loop hyperparameter search is a noisy...

    arxiv.org/abs/2606.20442 · PDF

  14. 14

    Sparsity, Superposition, and Forgetting: A Mechanistic Study of Representation Retention in Continual Learning

    Jan Wasilewski, Jędrzej Kozal, Michał Woźniak, Bartosz Krawczyk

    cs.LG

    Continual learning (CL) systems often forget previously acquired knowledge, yet the mechanisms driving forgetting remain hard to isolate in practice because real datasets entangle many factors. We present a controlled, toy-world framework that makes these mechanisms observable and testable. Using a synthetic generator-separator pipeline, we define ground-truth latent features, build tasks with tunable sparsity and overlap, and introduce...

    arxiv.org/abs/2606.20431 · PDF

  15. 15

    Neural network surrogates with uncertainty quantification for inverse problems in partial differential equations

    Christian Jimenez-Beltran, Aretha L. Teckentrup, Antonio Vergari, Konstantinos C. Zygalakis

    cs.LG

    Inverse problems for differential equations arise throughout science and engineering, where one seeks to infer unknown model parameters from noisy or incomplete observations. Traditional numerical methods for these problems are often computationally expensive, particularly in Bayesian settings where evaluating the likelihood becomes costly for complex forward models and high-dimensional parameter spaces. To address this challenge, we...

    arxiv.org/abs/2606.20417 · PDF

  16. 16

    On the Redundancy of Timestep Embeddings in Diffusion Models

    José A. Chávez

    cs.LG · cs.CV

    Diffusion models rely heavily on explicit timestep embeddings to modulate the denoising process across various noise scales. In this work, we challenge the necessity of these temporal signals by analyzing their impact on U-Net and Diffusion Transformer architectures. Beyond empirical evidence, we provide a theoretical framework demonstrating that, under certain conditions, the global minimizer of the diffusion training objective can be...

    arxiv.org/abs/2606.20416 · PDF

  17. 17

    Pseudo-Feature Padding: A Lightweight Defense Against False Data Injection in Power Grids

    Farhin Farhad Riya, Shahinul Hoque, Yingyuan Yang, Jinyuan Sun, Kevin Tomsovic

    cs.LG

    Deep Neural Networks DNNs have achieved remarkable accuracy in various tasks including their application in CyberPhysical Systems CPS for detecting False Data Injection Attacks FDIA during critical operations However the unique infrastructure of CPS makes DNNs vulnerable to exploitation by attackers aiming to evade detection Additionally the distinct nature of CPS presents challenges for conventional defense mechanisms against FDIA This paper...

    arxiv.org/abs/2606.20415 · PDF

  18. 18

    Direct Advantage Estimation for Scalable and Sample-efficient Deep Reinforcement Learning

    Hsiao-Ru Pan, Bernhard Schölkopf

    cs.LG

    Direct Advantage Estimation (DAE) has been shown to improve the sample efficiency of deep reinforcement learning algorithms. However, its reliance on full environment observability limits its applicability in realistic settings, and its requirement to model transition probabilities incurs substantial computational overhead for high-dimensional observations. In the present work, we address both limitations. First, we extend the theoretical...

    arxiv.org/abs/2606.20411 · PDF

  19. 19

    The Significance of Style Diversity in Annotation-Free Synthetic Data Generation

    Zahra Abbasiantaeb, Zeno Belligoli, Omar Essam, Mohammad Aliannejadi

    cs.LG

    Generating high-utility synthetic data for intent classification typically requires human-annotated seed data, which is often unavailable in fast-paced industrial settings. In this paper, we propose a framework for synthetic dialogue generation that works entirely without human-annotated data, relying solely on intent definitions. Our proposed dialogue generation framework utilizes two different types of topic and style attributes to improve...

    arxiv.org/abs/2606.20400 · PDF

  20. 20

    Towards Modality-imbalanced Federated Graph Learning: A Data Synthesis-based Approach

    Zhengyu Wu, Hongchao Qin, Xunkai Li, Zekai Chen, Rong-Hua Li, Guoren Wang

    cs.LG

    MultiModal Federated Graph Learning (MM-FGL) offers a natural collaborative training paradigm, but its practical deployment is challenged by two granularities of modality imbalance. Client-level imbalance occurs when certain clients lack entire modalities, while node-level imbalance occurs when individual nodes exhibit missing visual or textual attributes. While several relevant studies exist, our investigation reveals that they predominantly...

    arxiv.org/abs/2606.20382 · PDF

  21. 21

    CRAX: Fast Safe Reinforcement Learning Benchmarking

    Tristan Tomilin, Mourad Boustani, Mickey Beurskens, Thiago D. Simão

    cs.LG · cs.AI

    Safety is a core concern for deploying reinforcement learning (RL) agents in real-world domains such as robotics and autonomous driving. While benchmarks have been central to progress in RL, existing safety benchmarks with high-fidelity 3D physics remain computationally slow, limiting large-scale experimentation and rapid prototyping. To address this gap, we propose CRAX (Constrained RL Accelerated with JAX). Built on top of the MuJoCo XLA...

    arxiv.org/abs/2606.20376 · PDF

  22. 22

    Judging to Improve: A De-biased VLM-as-3D-Judge Protocol for Single-Image 3D Generation

    Ali Asaria, Tony Salomone, Deep Gandhi

    cs.LG

    A companion study established a de-biased, cross-model VLM-as-3D-judge that reliably ranks single-image-to-3D mesh quality where cheap geometry and CLIP proxies fall short. This paper asks: can that judge's preferences specialize a strong open generator, TRELLIS, on one asset class (furniture), cheaply and without human labels? Taking the judge from ranking to optimization is where the work lives. Pushing a VLM judge into the training and...

    arxiv.org/abs/2606.20364 · PDF

  23. 23

    Train, Retrieve, or Both? A Four-Arm Head-to-Head for Correct Statutory Citation on the Ontario Residential Tenancies Act

    Ali Asaria, Tony Salomone, Deep Gandhi

    cs.LG

    Self-represented tenants, landlords, and help-desk staff need to be pointed at the provision of law that actually governs a question, with a correct statutory citation. We study this task on the Ontario Residential Tenancies Act, 2006 (RTA) and its core regulation, asking the operator's question empirically: is fine-tuning enough, or is hybrid retrieval needed? We run a four-arm head-to-head on Qwen2.5-7B-Instruct (base zero-shot, LoRA...

    arxiv.org/abs/2606.20359 · PDF

  24. 24

    On the Variance of Temporal Difference Learning and its Reduction Using Control Variates

    Hsiao-Ru Pan, Bernhard Schölkopf

    cs.LG

    We analyze the variance of temporal difference (TD) learning using the phased setting with tabular representation, and show that one of the mechanisms behind its ability to reduce variance is by effectively aggregating over a larger number of independent trajectories. Based on this insight, we demonstrate that (1) the variance of TD is asymptotically bounded from above by Monte Carlo (MC) estimators, and (2) shorter horizon updates incurs...

    arxiv.org/abs/2606.20357 · PDF

  25. 25

    Critical Percolation as a Synthetic Data Model for Interpretability

    Aryeh Brill, Tom Ingebretsen Carlson

    cs.LG · cond-mat.dis-nn

    Neural networks learn features that reflect the hierarchical, multi-scale structure of natural data. Synthetic datasets used to evaluate interpretability methods typically lack this structure, limiting their value as realistic toy models. To close this gap, we introduce a family of synthetic datasets consisting of hierarchical functions defined on critical mean-field percolation clusters embedded in a high-dimensional data space. The...

    arxiv.org/abs/2606.20347 · PDF

  26. 26

    Constrained hybrid modelling to predict microbial dynamics and organic matter turnover in soil systems

    Paul Collart, Juergen Gall, Andrea Schnepf, Holger Pagel, Lars Doorenbos

    cs.LG · physics.geo-ph

    Soil microorganisms control organic matter cycling and largely determine how soil systems can cope with and mitigate climate change and environmental threats. Representing microbial dynamics in process-based soil models is therefore critical to predict carbon cycling in soils, albeit highly challenging to inform from data. One promising approach to improve their parametrisation is the integration of genomic data, yet modelling the complex and...

    arxiv.org/abs/2606.20329 · PDF

  27. 27

    Quantum-classical physics-informed Kolmogorov-Arnold networks for PDEs

    Xiang Rao, Yuxuan Shen

    cs.LG · physics.comp-ph

    We develop QCPIKAN, the first quantum-classical physics-informed Kolmogorov-Arnold network designed to solve partial differential equations (PDEs). Built upon Chebyshev-polynomial KAN layers and parameterized quantum circuits, this hybrid framework embeds physical constraints into the training loss to enforce physical consistency. Our theoretical investigations grounded in approximation theory prove that this design accelerates high-frequency...

    arxiv.org/abs/2606.20326 · PDF

  28. 28

    Recurrent neural networks approximate continuous functions

    Valentin Abadie, Clemens Hutter, Helmut Bölcskei

    cs.LG · cs.SC · math.DS

    Classical approximation theorems ask for a new neural network whenever the target accuracy is improved. This paper studies the opposite possibility: can the network be chosen once and for all, and can accuracy be bought only by letting it run longer? We prove that this is possible for every continuous function on [-1,1]. More precisely, each such function is uniformly approximated by the time evolution of a single ReLU recurrent neural...

    arxiv.org/abs/2606.20325 · PDF

  29. 29

    Shifting-based Optimizable Linear Relaxations for General Activation Functions

    Philipp Kern, László Antal, Erika Ábráham, Carsten Sinz

    cs.LG · cs.LO

    The use of neural networks (NNs) is rapidly increasing, including in safety- and security-critical domains. To provide formal guarantees about NN behavior, many verification methods rely on optimizable linear relaxations of activation functions. However, existing techniques depend on hand-crafted relaxations for each activation function. Extension to state-of-the-art activation functions therefore requires substantial manual effort. In...

    arxiv.org/abs/2606.20292 · PDF

  30. 30

    Integrating national forest inventory, airborne lidar, and satellite imagery for wall-to-wall mapping of forest structure with computer vision

    Luke J. Zachmann, David D. Diaz, Vincent A. Landau, Chelsey Walden-Schreiner, Tony Chang, Nathan E. Rutenbeck,...

    cs.LG · cs.CV

    Remote sensing is increasingly relied upon to deliver actionable science for forest and wildfire risk management across large landscapes. Wall-to-wall, annually updated maps are a persistent need for effective forest management. Many planning systems and data collections combine disparate data sources with different purposes, vintages, and prediction quality, which leads to confounding behavior in operational planning systems. We introduce...

    arxiv.org/abs/2606.20291 · PDF

  31. 31

    Boundary Embedding Shaping with Adaptive Contrastive Learning for Graph Structural Disentanglement

    Jiaqing Chen, Zidu Yin, Yichao Cai, Yuhang Liu, Zhen Zhang, Dong Gong, Javen Qinfeng Shi

    cs.LG · cs.AI

    Graph neural networks (GNNs) excel at aggregating neighbor information for classification, yet their performance is hindered by graph structural entanglement, where spurious correlations from semantically irrelevant neighbors contaminate node embeddings. This challenge is most acute for nodes near class boundaries in the embedding space, where amplified structural noise blurs decision boundaries and destabilizes predictions. Existing robust...

    arxiv.org/abs/2606.20283 · PDF

  32. 32

    Learner-based Concept Drift Detection: Analysis and Evaluation

    Md Moman Ul Haque Khan, Samira Sadaoui

    cs.LG · cs.AI

    Machine learning algorithms deployed for evolving streaming environments must handle the non-stationary data distributions, commonly referred to as concept drift. The presence of concept drift poses a major challenge for many real-world applications because it can severely degrade their predictive performance, hindering their ability to support robust decision-making. Consequently, the timely and efficient detection of drift events is...

    arxiv.org/abs/2606.20216 · PDF

  33. 33

    Effective Dimension Governs Generalization in Quantum Kernel Vision Models

    Jian Xu, Delu Zeng, John Paisley, Qibin Zhao

    cs.LG

    Recent quantum vision models-quantum vision transformers and quantum convolutional networks-report two striking but unexplained empirical phenomena: (i) ansatze with more, or more uniformly distributed, entanglement generalize better, and (ii) injecting quantum noise can improve test accuracy rather than degrade it. These observations are currently treated as curiosities, discovered by grid search and explained, if at all, by hand. We show...

    arxiv.org/abs/2606.20183 · PDF

  34. 34

    Computational Methods and Challenges in Cell-Free DNA Analysis for Multi-Cancer Early Detection

    Nicko Starkey, Marcin W. Wojewodzic, Krzysztof Rzecki

    cs.LG

    Cell-free DNA (cfDNA) is a promising avenue for non-invasive multicancer early detection (MCED), in that, it can enable multiple cancer detection simultaneously from a single blood draw, with particular sensitivity to cancers that currently lack established screening programs. Here we review the computational methods developed between 2022 and 2025 for cfDNA-based MCED. We focus on how fragmentomics and epigenetic features are extracted and...

    arxiv.org/abs/2606.20174 · PDF

  35. 35

    Predicting gestational age at birth in the context of preterm birth from multi-modal fetal MRI

    Diego Fajardo-Rojas, Megan Hall, Daniel Cromb, Mary A. Rutherford, Lisa Story, Emma C. Robinson, Jana Hutter

    cs.LG

    Preterm birth is associated with significant mortality and a risk for lifelong morbidity. The complex multifactorial aetiology hampers accurate prediction and thus optimal care. A pipeline consisting of bespoke machine learning methods for data imputation, feature selection, and regression models to predict gestational age (GA) at birth was developed and evaluated from comprehensive multi-modal morphological and functional fetal MRI data from...

    arxiv.org/abs/2606.20172 · PDF

  36. 36

    Multi-Modal Contrastive Learning for Implicit Earth Embeddings via Location Tying

    Jonathan Hecht, Lukas Arzoumanidis, Ziyue Li, Youness Dehbi

    cs.LG

    Spatial prediction tasks are often limited by a lack of high-quality labelled ground-truth observations. To overcome this challenge, self-supervised pre-training is a possible solution, with contrastive learning dominant for location encoders. Those approaches usually align geographic coordinates with just one additional modality. We propose two multimodal contrastive learning architectures: Multimodal Embedding via Location Tying (MELT) and...

    arxiv.org/abs/2606.20167 · PDF

  37. 37

    When Calibration Fails the Vulnerable Hospital: Federated Conformal Risk Control via Risk-Curve Shrinkage

    Nafis Fuad Shahid

    cs.LG · cs.CV

    Conformal risk control (CRC) provides distribution-free guarantees on segmentation quality by calibrating a prediction-set threshold on held-out data. In federated deployments, the standard approach pools calibration scores across sites into a single threshold. We provide the first quantification, on real multi-institutional brain tumor data (FeTS-2022, 1,251 subjects, 20 institutions), showing that this naive pooled CRC protects the average...

    arxiv.org/abs/2606.20115 · PDF

  38. 38

    Quantile of Means: A Bonus-Free Ensemble Method for Minimax Optimal Reinforcement Learning

    Asaf Cassel, Aviv Rosenberg

    cs.LG

    Optimal Reinforcement Learning (RL) algorithms typically rely on carefully constructed count-based uncertainty estimates to drive exploration. Although theoretically sound, such estimates are hard to compute in practical settings and therefore offer limited insight for designing exploration heuristics. Meanwhile, ensembling has emerged as a practical approach, but remains without theoretical justification. Building on a recent ensemble-based...

    arxiv.org/abs/2606.20107 · PDF

  39. 39

    Sensorimotor World Models: Perception for Action via Inverse Dynamics

    Petr Ivashkov, Randall Balestriero, Bernhard Schölkopf

    cs.LG · cs.AI

    Perception for action suggests that representations of the world should be shaped not by visual fidelity alone, but by their relevance for actions. At the same time, latent JEPA-style world models advocate learning compact predictive states from high-dimensional observations to facilitate the prediction of future states, but end-to-end training of these models is nontrivial because representations may collapse if our only goal is to construct...

    arxiv.org/abs/2606.20104 · PDF

  40. 40

    What Makes Effective Supervision in Latent Chain-of-Thought: An Information-Theoretic Analysis

    Xinghao Chen, Chak Tou Leong, Wenjin Guo, Jian Wang, Wenjie Li, Xiaoyu Shen

    cs.LG · cs.CL

    Latent Chain-of-Thought (CoT) internalizes reasoning within continuous hidden states, offering a promising alternative to verbose discrete reasoning traces. However, robust latent reasoning remains difficult because outcome supervision provides weak learning signals and leaves latent trajectories prone to semantic drift. In this work, we analyze Latent CoT from an information-theoretic perspective and identify this failure as a dual collapse:...

    arxiv.org/abs/2606.20075 · PDF

  41. 41

    PaAno+: Multiscale Encoding and Cross-Variable Attention for Time Series Anomaly Detection

    Youji Zhu, Hongbing Wang, Wenchao Liu, Xiaodong Liu, Xiangguang Xiong

    cs.LG

    Time-series anomaly detection has significant practical value for industrial and medical monitoring, as well as other critical domains. Current Transformer- and large-model-based detection approaches incur excessive computational overhead, while existing lightweight alternatives are constrained by insufficient feature extraction and inadequate modeling of dependencies across multivariate variables. To mitigate the above drawbacks, this study...

    arxiv.org/abs/2606.20055 · PDF

  42. 42

    Comparative Study of Neural Surrogate Architectures for Autoregressive Prediction of Internal Battery States

    Gihyun Lee, Thorben Menne, Simon Olma, Jakob Hilgert, Sangyoung Park

    cs.LG

    The Doyle-Fuller-Newman (DFN) model resolves internal electrochemical states in lithium-ion batteries with high fidelity. However, the numerical solution of its governing equations is computationally prohibitive for real-time deployment, limiting scalability from individual cells to pack and fleet-scale applications. While machine learning surrogates can substantially reduce inference latency through GPU acceleration, most existing approaches...

    arxiv.org/abs/2606.20053 · PDF

  43. 43

    Alzheimer's Disease Diagnosis using a Multimodal Approach with 3D MRI and PET

    Loukas Ilias, Anthi-Maria Vozinaki, Christos Ntanos, Dimitris Askounis

    cs.LG

    Alzheimer's disease (AD) is an irreversible neurodegenerative disorder and a leading cause of death worldwide. Early diagnosis plays an important part especially at the Mild Cognitive Impairment stage, where timely intervention can help slow its progression before it advances to AD. Neuroimaging data, like Magnetic Resonance Imaging (MRI) and Positron Emission Tomography (PET) scans, can help detect brain changes early by providing structural...

    arxiv.org/abs/2606.20037 · PDF

  44. 44

    Exploring the potential of AlphaEarth and TESSERA embeddings for Fine-scale Local Climate Zone Mapping: A case study across five cities in Switzerland

    Htet Yamin Ko Ko, Clement Atzberger

    cs.LG

    Understanding urban spatial morphology is critical for climate modeling, risk assessment, and sustainable urban design, and Local Climate Zone (LCZ) mapping provides the basic framework for this. However, many cities still use coarse ~100-m resolution LCZ records, which are unsuitable for fine-scale urban research. In this study, precomputed embeddings from TESSERA (Feng et al., 2025) and AlphaEarth (Brown et al., 2025) are compared to...

    arxiv.org/abs/2606.20034 · PDF

  45. 45

    Adaptive Distance-Aware Trunk Deep Operator Learning for Long-Span Roadway Bridges

    Bilal Ahmed, Diab W. Abueidda, Waleed El-Sekelly, Tarek Abdoun, Mostafa E. Mobasher

    cs.LG

    Long-span roadway bridges exhibit highly localized structural responses under vehicular loading, making repeated FE analysis computationally expensive for applications such as influence surface generation and structural digital twins. Existing SciML approaches struggle to accurately capture these localized responses. To address this challenge, this study proposes an adaptive-trunk DeepONet for localized structural response prediction in...

    arxiv.org/abs/2606.20015 · PDF

  46. 46

    Hierarchical Control in Multi-Agent Games: LLM-based Planning and RL Execution

    Jannik Hösch, Alessandro Sestini, Florian Fuchs, Amir Baghi, Joakim Bergdahl, Konrad Tollmar, Jean-Philippe...

    cs.LG · cs.AI

    Reinforcement learning (RL) has achieved strong performance in sequential decision-making, yet scaling to complex multi-agent environments remains challenging due to sparse rewards, large state-action spaces, and the difficulty of learning coordinated strategies. We propose a hierarchical architecture where a pretrained large language model (LLM) acts as a centralized strategic controller that selects among specialized RL skill policies for a...

    arxiv.org/abs/2606.20014 · PDF

  47. 47

    Self-Adaptive Scale Handling for Forecasting Time Series with Scale Heterogeneity

    Xu Zhang, Zhengang Huang, Yunzhi Wu, Xun Lu, Erpeng Qi, Yunkai Chen, Zhongya Xue, Peng Wang, Wei Wang

    cs.LG

    Current time series forecasting (TSF) research predominantly focuses on scale-homogeneous data, where different time series share similar numerical magnitude ranges. However, in real-world industrial scenarios such as financial product sales, different time series often differ by orders of magnitude (scale heterogeneity). Since these series share similar temporal patterns, joint modeling is desirable for better data utilization, yet existing...

    arxiv.org/abs/2606.20010 · PDF

  48. 48

    VIMPO: Value-Implicit Policy Optimization for LLMs

    Zhewei Kang, Aosong Feng, Sergey Levine, Dawn Song, Xuandong Zhao

    cs.LG

    Reinforcement learning with verifiable rewards has become a central tool for improving the reasoning ability of large language models, but current methods face a trade-off between simplicity and credit assignment. Group-relative methods such as GRPO avoid training a critic, but typically assign a trajectory-level advantage to every token. Actor-critic methods provide denser learning signals, but require a learned value function with its own...

    arxiv.org/abs/2606.20008 · PDF

  49. 49

    StreamKL: Fast and Memory-Efficient KL Divergence for Boosting Attention Distillation

    Guangda Liu, Yiquan Wang, Chengwei Li, Wenhao Chen, Jing Lin, Yiwu Yao, Danning Ke, Wenchao Ding, Jieru Zhao

    cs.LG · cs.AI

    Attention distillation, which trains one attention distribution to match another by minimizing their Kullback-Leibler (KL) divergence, is widely used in knowledge distillation, model compression, continual learning, and sparse-attention LLM training. However, existing approaches materialize both attention distributions before computing the KL reduction, incurring $O(N_QN_K)$ memory and IO costs that become prohibitive at long context lengths....

    arxiv.org/abs/2606.20005 · PDF

  50. 50

    Connect the Dots: Training LLMs for Long-Lifecycle Agents with Cross-Domain Generalization Via Reinforcement Learning

    Yanxi Chen, Weijie Shi, Yuexiang Xie, Boyi Hu, Yaliang Li, Bolin Ding, Jingren Zhou

    cs.LG · cs.AI · cs.CL

    This work presents a general framework for training large language models (LLMs) to "Connect the Dots" (CoD), a meta-capability required by long-lifecycle agents: as an LLM-based AI agent gets deployed in an environment, it solves a long sequence of tasks while continuously exploring the environment, learning from its own experiences, and iteratively self-updating its context about the environment, thereby achieving progressively better...

    arxiv.org/abs/2606.20002 · PDF

  51. 51

    Activation- and Influence-Aware Ranks (AIR): Function-Preserving SVD Compression for LLMs

    Nico Harder, Daniel Becking, Karsten Mueller, Wojciech Samek

    cs.LG

    We present Activation- and Influence-Aware Ranks (AIR), an SVD-based LLM compression framework that guides each weight matrix's low-rank approximation with a backward-signal influence metric. Starting from the activation-aware optimum of SVD-LLM(W), AIR runs a single closed-form alternating least squares (ALS) sweep that integrates influence element-wise under a monotone-descent guarantee. AIR is layer-local and composes orthogonally with...

    arxiv.org/abs/2606.19993 · PDF

  52. 52

    Kolmogorov-Arnold Reservoir Computing

    Juntian Huang, Jurgen Kurths, Ying Tang

    cs.LG

    Reservoir computing offers a lightweight framework for forecasting dynamical systems but may struggle to capture long-range dependencies due to limited representational capacity. Conventional reservoir computing recurrently uses trainable reservoirs with hyperparameter sensitivity, while the next-generation reservoir computing removes recurrence at the cost of rapidly growing feature dimensions. Here, we develop Kolmogorov-Arnold Reservoir...

    arxiv.org/abs/2606.19984 · PDF

  53. 53

    Low-Energy Reduced RISC-V Instruction Subset Processor for Tsetlin Machine Inference at the Edge

    Chanda Gupta, Sanidhya Bhatia, Shaurya Priyadarshi, Himani Panwar, Rishad Shafik, Sudip Roy

    cs.LG · cs.AR

    Tsetlin Machine (TM) is a logic-based machine learning approach that relies on simple bitwise operations and finite-state automata, which makes it attractive for edge AI deployments. Recent work has focused on co-processor and accelerator designs based on Tsetlin Machines (TMs). Although these designs achieve high performance, they typically depend on tightly coupled interfaces, microcode-style programming, and external host processors,...

    arxiv.org/abs/2606.19964 · PDF

  54. 54

    Towards Graph-Based Deep Learning for Map Generalization: Insights from Building Footprints Simplification and Aggregation

    Yanning Wang, Zhiyong Zhou, Zhouyu Liu, Mengni Yu, Yu Feng

    cs.LG

    Map generalization remains one of the fundamental tasks in cartography, especially for the simplification and aggregation of complex building footprints. This study presents the first exploratory application of graph-based deep learning to both tasks, reformulating simplification as node movement prediction and aggregation as link prediction within a unified graph learning framework. We evaluate representative graph neural network...

    arxiv.org/abs/2606.19956 · PDF

  55. 55

    Compositionality Emerges in a Narrow Depth-Connectivity Regime: Architecture Constraints and Solution Manifolds

    Dat H. Do, Rushi Shah, Duc V. Le, Dianbo Liu

    cs.LG

    Compositionality is believed to be the foundation for generalization, enabling models to reuse meaningful primitives in novel combinations. Yet, models trained with standard gradient-based optimization rarely, and often only weakly, exhibit compositional internal structure, and it remains unclear how or why such compositionality forms. In this work, we show that compositionality emerges in a narrow connectivity-depth sweet spot. Along the...

    arxiv.org/abs/2606.19941 · PDF

  56. 56

    ADaPT: Token-Level Decoupling for Efficient Large Reasoning Models

    Tingyun Li, Zishang Jiang, Jinyi Han, Xinyi Wang, Sihang Jiang, Han Xia, Zhaoqian Dai, Shuguang Ma, Fei Yu, Jiaqing...

    cs.LG

    Large reasoning models rely on long chain-of-thought to achieve strong performance, but applying such reasoning uniformly incurs high computational cost. Existing efficiency-oriented methods attempt to shorten or mix reasoning strategies, yet often degrade reasoning capability. We identify the root cause as sequence-level coupling between efficiency incentives and correctness optimization, which implicitly penalizes long but correct reasoning...

    arxiv.org/abs/2606.19919 · PDF

  57. 57

    Score Approximation for Diffusion Models on Arbitrary Low-Dimensional Structures

    Xinhe Mu, Zaijiu Shang, Zhaoqi Zhou, Chuan Zhou, Qi Meng, Guiying Yan, Zhiming Ma

    cs.LG

    The remarkable success of score-based diffusion models has spurred significant efforts to establish their theoretical foundations. However, existing complexity bounds for score approximation rely heavily on restrictive assumptions like Lipschitz continuous densities or smooth manifold supports, which are routinely violated by the singularities, sharp boundaries, and disjoint clusters inherent to real-world perceptual data. This work...

    arxiv.org/abs/2606.19894 · PDF

  58. 58

    Adversarial Bandit Optimization with Globally Bounded Perturbations to Convex Losses

    Zhuoyu Cheng, Kohei Hatano, Eiji Takimoto

    cs.LG

    We study adversarial bandit optimization in which the loss functions may be non-convex and non-smooth. In each round, the learner selects an action and observes only the loss incurred at that action. The loss consists of an underlying convex and $β$-smooth component and an adversarial perturbation that may be chosen after observing the learner's action. The perturbations are subject to a global budget controlling their cumulative magnitude...

    arxiv.org/abs/2606.19891 · PDF

  59. 59

    SL-S4Wave: Self-Supervised Learning of Physiological Waveforms with Structured State Space Models

    Feng Wu, Harsh Deep, Eric Lehman, Sanyam Kapoor, Guoshuai Zhao, Rahul Krishnan, Gari Clifford, Li-wei H Lehman

    cs.LG · cs.AI

    Modeling long-sequence medical time series data, such as electrocardiograms (ECG), poses significant challenges due to high sampling rates, multichannel signal complexity, inherent noise, and limited labeled data. While recent self-supervised learning (SSL) methods, based on various encoder architectures such as convolutional neural networks, have been proposed to learn representations from unlabeled data, they often fall short in capturing...

    arxiv.org/abs/2606.19888 · PDF

  60. 60

    Matching Markets meet Cumulative Prospect Theory: Towards Optimal and Adversarially Robust Learning

    Ananya Kunisetty, Avishek Ghosh

    cs.LG · stat.ML

    We study a multi-agent multi-armed bandit problem in the competitive setup with two-sided matching markets under a human centric decision making model. To capture human preferences, we use cumulative prospect theory (CPT) that weighs the actions of the agent in a nonlinear fashion using a ($α$-Hölder continuous) weight function. CPT has been widely used in behavioral economics and risk sensitive machine learning to emulate human preferences....

    arxiv.org/abs/2606.19883 · PDF

  61. 61

    On the Oracle Complexity of Interpolation-Based Gradient Descent

    Dongmin Lee, William Lu, Anuran Makur

    cs.LG · math.OC · stat.ML

    Recent work on first-order optimizers for empirical risk minimization (ERM) has suggested that smoothness of ERM loss functions in the training data, rather than in the optimization parameters, can be leveraged to improve the oracle complexity of gradient descent (GD) methods. In this paper, we propose an inexact gradient method, piecewise polynomial interpolation-based gradient descent (PPI-GD), which approximates the full gradient in each...

    arxiv.org/abs/2606.19878 · PDF

  62. 62

    Global Convergence of Gradient Descent for Score Matching in Gaussian Mixtures via Reverse Fisher Divergence

    Alexander Tyurin

    cs.LG · math.OC

    The score matching problem is a central training objective in modern generative modeling, diffusion models, fitting unnormalized statistical models, and inverse problems. A standard approach is to minimize the forward Fisher divergence, where the expectation is taken with respect to the teacher distribution. However, recent results show that even in simple Gaussian mixture model settings, this objective can lead to undesirable and...

    arxiv.org/abs/2606.19876 · PDF

  63. 63

    Physics-Informed Neural Network with Squeeze-Excitation-like Attention

    Yun-Fei Song, Long-Gang Pang, Fu-Peng Li, Jun-Jie Zhang

    cs.LG · physics.comp-ph

    We introduce SEA-PINN, a novel architecture that incorporates a Squeeze-Excitation-like attention mechanism into physics-informed neural networks to dynamically recalibrate the importance of neurons across layers. A key feature of SEA-PINN is its highly stable initialization. On 17 out of 20 benchmark problems, SEA-PINN exhibit nearly negligible variance and significantly reduced initial loss, establishing a quasi-deterministic and favorable...

    arxiv.org/abs/2606.19853 · PDF

  64. 64

    Neural Additive and Basis Models with Feature Selection and Interactions

    Yasutoshi Kishimoto, Kota Yamanishi, Takuya Matsuda, Shinichi Shirakawa

    cs.LG · cs.AI

    Deep neural networks (DNNs) exhibit attractive performance in various fields but often suffer from low interpretability. The neural additive model (NAM) and its variant called the neural basis model (NBM) use neural networks (NNs) as nonlinear shape functions in generalized additive models (GAMs). Both models are highly interpretable and exhibit good performance and flexibility for NN training. NAM and NBM can provide and visualize the...

    arxiv.org/abs/2606.19850 · PDF

  65. 65

    When, Where, and How: Adaptive Binning for Tabular Self-Supervised Learning

    Daehwan Kim, Haejun Chung, Ikbeom Jang

    cs.LG · cs.AI

    Medical tabular data are ubiquitous in clinical research, but deep learning for tables remains underexplored because reliable labels often require costly expert adjudication, even though structured clinical variables are routinely available in tabular form. Self-supervised learning can leverage these unlabeled tables, and recent binning-based pretexts offer a promising inductive bias, but existing objectives fix a single global quantile...

    arxiv.org/abs/2606.19827 · PDF

  66. 66

    Enhancing Graph Neural Networks Using Proximity Graphs for Dust Source Emission Forecasting

    Maryam Sanisales, Zahed Rahmati, Ali Darvishi Boloorani, Ali Vefghi

    cs.LG

    Accurate prediction of dust source emissions is critical for mitigating the significant environmental and health hazards posed by dust storms. Traditional forecasting methods often struggle to capture the complex spatiotemporal dynamics of these phenomena. In this paper, we demonstrate that proximity graphs enable Graph Neural Networks (GNNs) to effectively model the intricate spatial and temporal relationships between data points....

    arxiv.org/abs/2606.19825 · PDF

This edition is part of The Daily Abstract — cs.LG archive. Subscribe to receive these in your inbox each morning, automatically translated to Spanish, with reply-to-PDF: arxivdaily.ignorelist.com.

Colophon Set in Georgia, with system sans for interface chrome and a monospaced stack for code and paper identifiers. Sole accent: amber #D99C5E. Built and served on an always-free VM. The masthead is set 14% letterspaced because newspapers do that and it works.