cs.LG · 2026-06-10 · No. 19

Machine Learning, 2026-06-10.

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

01 — The papers

74 entries
  1. 01

    When to Align, When to Predict: A Phase Diagram for Multimodal Learning

    Ilay Kamai, Hugues Van Assel, Aviv Regev, Hagai B. Perets, Randall Balestriero

    cs.LG

    Cross-modal alignment (CA) and cross-modal prediction (CP) are the dominant paradigms for multimodal representation learning, yet there is no systematic understanding of when each succeeds, when each fails, and when cross-modal training helps at all -- a gap that leaves practitioners, especially in scientific domains like biomedicine or astrophysics, with heterogeneous instruments and multiple levels of organization and measurement, unable to...

    arxiv.org/abs/2606.11190 · PDF

  2. 02

    A Unifying Lens on Supervised Fine-Tuning Through Target Distribution Design

    Tong Xie, Yuanhao Ban, Yunqi Hong, Sohyun An, Yihang Chen, Cho-Jui Hsieh

    cs.LG · cs.AI · cs.CL

    Supervised fine-tuning (SFT) typically maximizes the likelihood of every token in a demonstrated trajectory. However, an observed token can be non-unique, noisy, or misaligned with the model prior. Strictly fitting toward this one-hot target may be suboptimal, especially when the pretrained model encodes a rich knowledge prior. In this work, we reinterpret SFT as target distribution design: instead of studying only the loss objective, we...

    arxiv.org/abs/2606.11189 · PDF

  3. 03

    EEVEE: Towards Test-time Prompt Learning in the Real World for Self-Improving Agents

    Weixian Xu, Shilong Liu, Mengdi Wang

    cs.LG · cs.AI

    In this paper, we propose EEVEE, the first multi-dataset test-time prompt learning framework for LLM agents, enabling test-time prompt learning under real-world task streams. Existing methods are largely designed for single-dataset settings, while real-world applications require models to handle heterogeneous input streams drawn from multiple datasets, domains, and task distributions, limiting their practical applicability. To mitigate...

    arxiv.org/abs/2606.11182 · PDF

  4. 04

    Predicting Future Behaviors in Reasoning Models Enables Better Steering

    Evgenii Kortukov, Piotr Komorowski, Florian Klein, Paula Engl, Gabriele Sarti, Seong Joon Oh, Sebastian Lapuschkin,...

    cs.LG

    Deployed large reasoning models (LRMs) often behave unexpectedly. Test-time steering controls LRM outputs by intervening on their hidden representations, but it can degrade output quality. We argue that prior steering work implicitly relies on internal features that detect behavior in already generated text. We show that these detection features are poor predictors of future behavioral outcomes, and thus not the natural intervention target....

    arxiv.org/abs/2606.11172 · PDF

  5. 05

    Algorithmic and Minimax Complexities in Kernel Bandits

    Yunbei Xu

    cs.LG · cond-mat.stat-mech · cs.IT · math.OC · math.ST

    Gaussian-process upper confidence bound (GP-UCB) and decision-estimation-coefficient (DEC) methods may appear, at first sight, to belong to different theories. This paper places the two viewpoints in a common algorithmic-information language for frequentist RKHS bandits. GP-UCB fixes an algorithmic, rather than true, Gaussian-process prior and exploits realized-trajectory complexity together with computational tractability, whereas MAMS...

    arxiv.org/abs/2606.11171 · PDF

  6. 06

    COGENT: Continuous Graph Emulators with Neural Ordinary Differential Equations for Long-Term Physical Forecasting

    Zesheng Liu, Maryam Rahnemoonfar

    cs.LG

    In this work, we present COGENT, a continuous graph emulator with Neural Ordinary Differential Equations for long-term physical forecasting on irregular geospatial meshes. COGENT encodes a finite history of system states and associated forcing fields and external forcings with a graph-based history encoder, producing node-wise context vectors that capture both local spatial interactions and temporal evolution. These context vectors initialize...

    arxiv.org/abs/2606.11162 · PDF

  7. 07

    Efficiently Learning Drifting Halfspaces with Massart Noise

    Mingchen Ma, Guyang Cao, Jelena Diakonikolas, Ilias Diakonikolas

    cs.LG

    We study the problem of learning a drifting concept in the presence of Massart noise. In this framework, an online learner has access to a history of independent samples whose labels are noisy versions of a target concept that may change from round to round. The goal is to output, in each round, a hypothesis with small prediction error. We study the complexity of this learning problem for the fundamental class of margin-separable linear...

    arxiv.org/abs/2606.11149 · PDF

  8. 08

    OncoTraj: a public benchmark for longitudinal resistance prediction in EGFR-mutant non-small-cell lung cancer on osimertinib

    Abhijoy Sarkar, Aarchi Singh Thakur

    cs.LG · q-bio.GN · q-bio.QM · stat.AP

    Resistance to first-line osimertinib in EGFR-mutant non-small-cell lung cancer (NSCLC) is the canonical example of predictable clonal evolution under therapeutic pressure, yet no public benchmark exists for training or evaluating computational models on the corresponding longitudinal patient trajectories. We introduce OncoTraj, a public benchmark of 813 EGFR-mutant NSCLC patients receiving first-line osimertinib, harmonized from three...

    arxiv.org/abs/2606.11144 · PDF

  9. 09

    First-Order Trajectory Matching: Fast Ensemble Predictions of Chaotic, Turbulent, Stochastic Systems

    Shreya Jha, Timo Schorlepp, Nicholas Geissler, Jules Berman, Benjamin Peherstorfer

    cs.LG · math.NA

    We introduce First-Order Trajectory Matching (FTM), a surrogate-modeling method that learns the first-order local transport of probability mass from trajectories of stochastic systems. By matching the symmetric first-order motion of trajectories, FTM learns the probability current velocity, whose flow preserves time marginals to match ensemble averages, while also capturing current-like trajectory quantities such as fluxes, circulations, and...

    arxiv.org/abs/2606.11138 · PDF

  10. 10

    Robust Regression of General ReLUs with Queries

    Ilias Diakonikolas, Daniel M. Kane, Mingchen Ma

    cs.LG

    We study the task of agnostically learning general (as opposed to homogeneous) ReLUs under the Gaussian distribution with respect to the squared loss. In the passive learning setting, recent work gave a computationally efficient algorithm that uses $poly(d,1/ε)$ labeled examples and outputs a hypothesis with error $O(opt)+ε$, where $opt$ is the squared loss of the best fit ReLU. Here we focus on the interactive setting, where the learner has...

    arxiv.org/abs/2606.11130 · PDF

  11. 11

    Overcoming Rank Collapse in Feedback Alignment

    Gauthier Boeshertz, Razvan Pascanu, Claudia Clopath

    cs.LG

    Backpropagation (BP) is widely viewed as biologically implausible, in part because it requires feedback weights to be the transpose of forward weights for error propagation. Interestingly, when training a network with fixed random feedback weights to circumvent this issue, learning aligns the forward weights with the feedback weights, leading the backpropagated error signal to become an approximation of the standard gradient used by BP. This...

    arxiv.org/abs/2606.11123 · PDF

  12. 12

    TRACE: A Unified Rollout Budget Allocation Framework for Efficient Agentic Reinforcement Learning

    Heming Zou, Qi Wang, Yun Qu, Yuhang Jiang, Lizhou Cai, Yixiu Mao, Ru Peng, Xin Xu, Weijie Liu, Kai Yang, Saiyong...

    cs.LG · cs.AI · cs.CL

    Reinforcement learning with verifiable rewards (RLVR) is a promising approach for enhancing reasoning and agentic behavior in large language models. However, rollout-intensive policy optimization is often limited by insufficient reward contrast, arising when overly simple or complex prompts generate low-variance feedback and when outcome-only rewards assign the same terminal assessment to every decision in a multi-turn rollout. Past efforts...

    arxiv.org/abs/2606.11119 · PDF

  13. 13

    Data-Driven Dynamic Assortment in Online Platforms: Learning about Two Sides

    Rahul Roy, Nur Sunar, Jayashankar M. Swaminathan

    cs.LG · math.OC · math.PR · stat.AP · stat.ML

    We study a dynamic assortment problem on a two-sided service platform with incomplete information and heterogeneous customers in a discrete-time setting. In each period, a customer arrives seeking service, and the platform chooses an assortment of sellers to display. The customer then proposes a transaction to at most one seller in the assortment according to a multinomial logit choice model. After a fixed number of periods, sellers review...

    arxiv.org/abs/2606.11118 · PDF

  14. 14

    Limitations of Learning Tanh Neural Networks with Finite Precision

    Philipp Grohs, Matěj Trödler

    cs.LG · stat.ML

    We investigate limitations of learning $\tanh$ neural networks from point evaluations under finite-precision computations and $L^p$ accuracy guarantees, building on Berner, Grohs, and Voigtländer (2023). Our approach is based on a novel construction of sharply localized bump functions via iterated $\tanh$ activations. Using this mechanism, we show that, in a finite-precision setting, no adaptive randomized algorithm based on $m$ samples can...

    arxiv.org/abs/2606.11104 · PDF

  15. 15

    Test-Time Gradient Guidance of Flow Policies in Reinforcement Learning

    Zhiyuan Zhou, Andy Peng, Charles Xu, Qiyang Li, Tobias Springenberg, Kevin Frans, Sergey Levine

    cs.LG · cs.AI

    Expressive continuous control policies, such as diffusion and flow models, form the backbone of recent advances in scaling imitation learning for simulated and real robot control. While they are known to scale stably in the supervised imitation learning setting, incorporating them into reinforcement learning (RL) pipelines for policy improvement has proven more difficult. It often requires specialized training objectives or backpropagating...

    arxiv.org/abs/2606.11087 · PDF

  16. 16

    Unifying Local Communications and Local Updates for LLM Pretraining

    Pietro Cagnasso, Eugene Belilovsky, Edouard Oyallon

    cs.LG · cs.AI

    Communication-efficient pre-training of LLMs is increasingly important as training draws on compute distributed across clusters, data centers, and lower-bandwidth links. Many practical methods reduce communication frequency but still rely on synchronous All-Reduce operations that maintain identical model states and tie progress to global collectives. This can become a bottleneck when bandwidth or worker speed is heterogeneous. We introduce...

    arxiv.org/abs/2606.11081 · PDF

  17. 17

    Exploring the Design Space of Reward Backpropagation for Flow Matching

    Ruoyu Wang, Boye Niu, Xiangxin Zhou, Yushi Huang, Tongliang Liu, Chi Zhang

    cs.LG

    Aligning text-to-image flow matching models with human preferences via direct reward backpropagation is sample-efficient but hampered by two well-known pathologies: activations cannot be stored across the full sampling trajectory at modern model scale, and chained Jacobian products across steps inflate the reward gradient as it travels back to early indices. Connector-based methods, such as LeapAlign, address these issues by replacing the...

    arxiv.org/abs/2606.11075 · PDF

  18. 18

    GRAFT: Gain-Recalibrated Adapters for Transformer-Based Neural Population Activity Modeling

    Xiangsheng Ge, Yang Xie

    cs.LG · q-bio.NC

    Neural population activity models can recover rich temporal structure from binned spikes, but their read-in and readout layers often remain tied to a fixed set of recorded neurons. This coupling limits reuse in long-term brain-computer interfaces, where recorded neuron identities, counts, and response statistics can change across days. We introduce GRAFT, a Transformer-based neural population activity model that separates reusable temporal...

    arxiv.org/abs/2606.11066 · PDF

  19. 19

    Flexible Kernels for Protein Property Prediction

    Martin Jankowiak, Yerdos Ordabayev, Rudraksh Tuwani, Henry N. Ward, Hunter Nisonoff, James M. McFarland, Gevorg Grigoryan

    cs.LG · q-bio.BM · stat.ML

    Despite its importance to applications in protein design, predicting protein properties like binding affinity and thermostability from sparse experimental data remains a significant challenge. Accordingly, we introduce a class of sequence kernels that exploit evolutionary substitution matrices as well as local linearity and demonstrate that the resulting Gaussian processes provide data-efficient models of protein property landscapes,...

    arxiv.org/abs/2606.11057 · PDF

  20. 20

    AuRA: Internalizing Audio Understanding into LLMs as LoRA

    Bo Cheng, Lei Shi, Zhanyu Ma, Yuan Wu, Jun Xu, Jiuchong Gao, Jinghua Hao, Renqing He

    cs.LG · cs.AI · cs.CL

    Recent efforts to extend large language models (LLMs) to speech inputs typically rely on cascaded ASR-LLM pipelines, end-to-end speech-language models, or bridge/distillation-based adaptation. While these routes respectively reuse strong pretrained components, enable native speech-language interaction, or offer lightweight adaptation, they often suffer from transcript-interface latency, costly multimodal training, or sequential...

    arxiv.org/abs/2606.11033 · PDF

  21. 21

    Flow-DPPO: Divergence Proximal Policy Optimization for Flow Matching Models

    Bowen Ping, Xiangxin Zhou, Penghui Qi, Minnan Luo, Liefeng Bo, Tianyu Pang

    cs.LG

    Recent work has demonstrated that online reinforcement learning (RL) can substantially improve the quality and alignment of flow matching models for image and video generation. Methods such as Flow-GRPO and CPS cast the denoising process as a Markov Decision Process and apply PPO-style ratio clipping to enforce a trust region. However, we argue that ratio clipping is structurally ill-suited for flow models: the probability ratio between new...

    arxiv.org/abs/2606.11025 · PDF

  22. 22

    Data-Driven Runway and Taxiway Exits Prediction of Landing Aircraft: A Case Study at Hartsfield-Jackson Atlanta International Airport

    Alex Porcayo, Yutian Pang, Maria Thomas, John-Paul Clarke

    cs.LG · eess.AS

    Airport surface operations increasingly constrain performance at high-throughput hubs. This study examines arrival taxi-in decisions at Hartsfield-Jackson Atlanta International Airport (KATL) and proposes a two-stage, data-driven decision aid that mirrors controller workflow. Stage I predicts the runway exit selected by an arriving aircraft. Stage II predicts whether, given that exit, the aircraft will cross the active departure runway at a...

    arxiv.org/abs/2606.11017 · PDF

  23. 23

    Learning Doubly Sparse Explicitly Conditioned Transforms

    Tudor Pistol

    cs.LG · eess.SP · math.OC

    Finding convenient spaces in which certain hypotheses regarding an assumed sparse structure of natural signals hold true has become a desirable result in recent research, its implications being reflected in areas such as data compression, noise reduction and feature extraction. While the extensively used analytical transforms, such as DFT or DCT, already provide efficient algorithms and robust sparse representations, they assume a fixed prior...

    arxiv.org/abs/2606.10975 · PDF

  24. 24

    Beyond Uniform Token-Level Trust Region in LLM Reinforcement Learning

    Renjie Mao, Xiangxin Zhou, Lvfang Tao, Yixin Ding, Yu Shi, Yongguang Lin, Yuheng Wu, Honglin Zhu, Qian Qiu, Wenxi Zhu

    cs.LG · cs.AI

    Reinforcement learning with verifiable rewards (RLVR) has become standard for improving LLM reasoning. However, existing PPO-style trust-region mechanisms remain position-agnostic by enforcing uniform thresholds across all tokens independently. This pointwise treatment conflicts with autoregressive generation in two critical ways. First, uniform thresholds ignore autoregressive asymmetry. Early-stage deviations produce compounding...

    arxiv.org/abs/2606.10968 · PDF

  25. 25

    Population-Aware Physics-Informed Neural Particle Flow for Bayesian Update

    Batu Candan, Simone Servadio

    cs.LG

    Physics-informed neural particle flow (PINPF) learns a deterministic transport field that moves particles from a prior distribution toward a Bayesian posterior while enforcing the governing probability-evolution equation. However, the standard PINPF velocity model processes particles independently and therefore does not explicitly condition its transport decisions on the empirical particle population. This paper introduces population-aware...

    arxiv.org/abs/2606.10959 · PDF

  26. 26

    Express Language Modeling

    Albert Gong, Annabelle Michael Carrell, Raaz Dwivedi, Lester Mackey

    cs.LG · cs.DS · math.ST · stat.ME · stat.ML

    We introduce a new tool, Express, for converting a non-causal attention approximation into a causal approximation with matching approximation guarantees. When combined with the state-of-the-art Thinformer approximation, Express improves upon the best known causal attention guarantees, delivering $\log^{3/2}(n)/s$ approximation error with only $O(s)$ memory and $O(s^2 \log^2(n))$ compression overhead for a sequence of length $n$. We pair these...

    arxiv.org/abs/2606.10944 · PDF

  27. 27

    A Systematic Approach for Selecting Trajectories for Data Augmentation

    Adam Nordling

    cs.LG

    Trajectory data augmentation is a promising approach to mitigate data scarcity in machine learning applications, but its utility has been limited by the complexity of preserving spatio-temporal coherence. Although prior work demonstrated the viability of geometric perturbation, it relied on naive random selection, leaving a critical gap in understanding which trajectories should be augmented for maximal benefit. This thesis addresses this gap...

    arxiv.org/abs/2606.10938 · PDF

  28. 28

    CLP: Collocation-Length Prediction for Zero-Loss Adaptive Multi-Token Inference

    Xuezhen Xie, Zhiqiang Zhou

    cs.LG · cs.AI

    Large language model inference is bottlenecked by autoregressive decoding, where each token requires a full forward pass. Multi-token prediction (MTP) offers a promising acceleration path, but existing approaches suffer from a fundamental architectural flaw: the MTP head for the first token competes with the backbone's own language model (LM) head, leading to severe quality degradation when predictions are accepted. We identify this...

    arxiv.org/abs/2606.10935 · PDF

  29. 29

    Recoverable but Not Stationary:Local Linear Structures in Weights and Activations

    Irina Piontkovskaia, Sergey Nikolenko

    cs.LG · cs.AI

    Task vectors, LoRA, activation steering, and random search around pretrained weights all suggest that learned behaviour can be controlled by linear directions. We ask which linear structures actually exist and on what scale. In a synthetic multitask transformer and LoRA adapters on DistilGPT-2 / GPT-2 we find strong local low-rank task-gradient structure but reject the fixed-task-plane hypothesis: static bases miss the recovery direction, and...

    arxiv.org/abs/2606.10929 · PDF

  30. 30

    Conservation Laws from Data Symmetry in Neural Networks

    Jakob Galley, Vahid Shahverdi, Axel Flinth

    cs.LG · stat.ML

    We explore whether intrinsic symmetries of the training data lead to conserved quantities during gradient-flow training of neural networks. Under the assumption that the loss function is analytic and non-polynomial, we prove that data symmetries generically do not induce any additional integrals of motion. For mean squared error (MSE) loss, on the other hand, there are situations in which data augmentation yields extra conserved quantities....

    arxiv.org/abs/2606.10913 · PDF

  31. 31

    Flash-GMM: A Memory-Efficient Kernel for Scalable Soft Clustering

    Gal Bloch, Ariel Gera, Matan Orbach, Ohad Eytan, Assaf Toledo

    cs.LG · cs.DB · cs.IR · cs.PF

    We present \textbf{Flash-GMM}, a fused Triton kernel for efficient computation of Gaussian Mixture Models (GMMs) over large-scale data in a single GPU pass. By eliminating the need to materialize the full responsibility matrix in GPU memory, Flash-GMM achieves a \textbf{20$\times$} speedup over existing implementations and enables training on datasets more than \textbf{100$\times$} larger than previously feasible on one device. To demonstrate...

    arxiv.org/abs/2606.10896 · PDF

  32. 32

    Optimal Post-Training Quantization Scales and Where to Find Them

    Juan Amboage, Pablo Monteagudo-Lago, Ian Colbert, Giuseppe Franco, Nicholas Fraser

    cs.LG · cs.AI

    Post-training quantization (PTQ) compresses large language models by mapping weights to low-bit representations. The scaling factor that defines the quantization grid is typically chosen using simple, data-free heuristics. In this work, we present PiSO (Piecewise Scale Optimization), an algorithm that leverages calibration data to compute the optimal channel-wise weight scales exactly and efficiently under round-to-nearest quantization. PiSO...

    arxiv.org/abs/2606.10890 · PDF

  33. 33

    XtrAIn: Training-Guided Occlusion for Feature Attribution

    Thodoris Lymperopoulos, Ioannis Kakogeorgiou, Denia Kanellopoulou

    cs.LG · cs.CV

    Occlusion-based attribution methods provide an intuitive way to estimate feature importance by perturbing input features and measuring the resulting change in model output. However, their reliability is strongly affected by how feature removal is implemented: externally selected baselines can introduce bias, out-of-distribution samples, and unstable explanations, while in nonlinear models the occlusion of a set of features can also alter the...

    arxiv.org/abs/2606.10877 · PDF

  34. 34

    When Do Autoregressive Sequence Models Forecast Physical Wavefields? A Controlled Study on Synthetic Seismograms

    Waleed Esmail, Stuart Russell, Jana Klinge, Alexander Kappes, Christine Thomas

    cs.LG · astro-ph.IM

    Long-horizon autoregressive forecasting of oscillatory physical signals, such as seismograms, gravitational-wave strain, and similar wavefields is limited by error accumulation: as a causal model is fed its own outputs over hundreds of steps, small per-step errors compound into phase drift that pointwise metrics fail to detect. We ask when such rollout stays stable, using synthetic three-component seismograms as a physically structured...

    arxiv.org/abs/2606.10868 · PDF

  35. 35

    Geometrically Averaged Hard Target Updates for Linear Q-Learning

    Donghwan Lee

    cs.LG · cs.AI

    Periodic hard target updates are among the most common stabilization devices in modern deep Q-learning. Recent studies suggest that target updates can improve stability in Q-learning with function approximation, including linear function approximation. We introduce and analyze the so-called $λ$-target update, obtained by averaging the $m$-periodic target update maps with $λ$-geometric weights $(1-λ)λ^{m-1}$, $λ\in [0,1]$. The endpoint $λ=0$...

    arxiv.org/abs/2606.10835 · PDF

  36. 36

    MODIP: Efficient Model-Based Optimization for Diffusion Policies

    Zakariae El Asri, Philippe Gratias-Quiquandon, Nicolas Thome, Olivier Sigaud

    cs.LG

    Diffusion policies (DPs) have emerged as expressive policy representations for robot learning, often used with imitation learning methods such as behavioral cloning (BC). However, while their success has largely been confined to BC, direct reinforcement learning (RL) fine-tuning remains challenging because actions are generated through a multi-step denoising process. In this work, we propose MODIP, a framework for the offline-to-online...

    arxiv.org/abs/2606.10825 · PDF

  37. 37

    Encoding the Euler Characteristic Transform

    Nello Blaser, Odin Hoff Gardaa, Lars M. Salbu, Elena Xinyi Wang, Bastian Rieck

    cs.LG · math.AT

    The Euler Characteristic Curve (ECC) records the Euler characteristic of a linearly embedded cell complex as a function of filtration height in a given direction, and the Euler Characteristic Transform (ECT) is the injective shape descriptor obtained by collecting ECCs over many directions. How the ECT is encoded for a neural network is itself an inductive bias, conventionally fixed by discretizing each ECC. We introduce a continuous...

    arxiv.org/abs/2606.10824 · PDF

  38. 38

    K-Forcing: Joint Next-K-Token Decoding via Push-Forward Language Modeling

    Zhiwei Tang, Yuanyu He, Yizheng Han, Wangbo Zhao, Jiasheng Tang, Fan Wang, Bohan Zhuang

    cs.LG · cs.AI · cs.CL

    Autoregressive (AR) language modeling is the dominant paradigm for text generation, yet its sequential token-by-token decoding makes inference memory-bound and inefficient. Existing acceleration approaches, such as speculative decoding and diffusion language models, can yield speedups under certain conditions but do not directly address high-load batch serving--the scenario most critical for industrial-scale deployment. We introduce...

    arxiv.org/abs/2606.10820 · PDF

  39. 39

    Boosting ECG Classification Performance by Pre-training with Synthesized Data

    Naoki Nonaka, Jun Seita

    cs.LG · cs.AI

    Deep Neural Networks (DNNs) typically require extensive datasets for effective training. In the medical domain, acquiring large-scale data is often challenging due to privacy concerns and the rarity of certain diseases. To address this data scarcity, we investigate the efficacy of training DNN models using synthetic data, generated based on domain-specific medical knowledge. Specifically, we develop a knowledge-driven Gaussian-composition...

    arxiv.org/abs/2606.10802 · PDF

  40. 40

    CITRAS-FM: Tiny Time Series Foundation Model for Covariate-Informed Zero-Shot Forecasting

    Yosuke Yamaguchi, Issei Suemitsu, Yuki Kajihara, Wenpeng Wei

    cs.LG

    Pretrained time series foundation models (TSFMs) have enabled zero-shot forecasting on unseen target series. However, existing TSFMs often incur high computational cost and provide limited support for diverse variable types, often failing to account for covariates that exogenously influence target variability. To address these challenges, we propose CITRAS-FM, a tiny 7M-parameter TSFM that supports univariate, multivariate, and...

    arxiv.org/abs/2606.10798 · PDF

  41. 41

    Closing the Modality Gap in Zero-Shot HAR: Contrastive Training and Separability-Optimized Prototypes on IMU Data

    Anik Ghosh

    cs.LG

    Zero-shot learning (ZSL) for inertial measurement unit (IMU)-based human activity recognition (HAR) faces a central challenge: bridging the gap between sensor embeddings and semantic class representations. We systematically evaluate seven configurations combining three inference methods with two training pipelines on the PAMAP2 dataset, using 14 seen and 4 unseen activity classes with subjects 108 and 109 held out for testing. We find that...

    arxiv.org/abs/2606.10789 · PDF

  42. 42

    Can we trust our models? Epistemic calibration in second-order classification

    Arthur Hoarau

    cs.LG

    Uncertainty estimation is critical for deploying machine learning models in high-stakes settings. However, classical calibration only assesses the reliability of predicted probabilities and does not evaluate whether epistemic uncertainty estimates are themselves trustworthy. This limitation is particularly relevant for second-order classification models. We introduce epistemic calibration, a principled criterion that measures whether reported...

    arxiv.org/abs/2606.10777 · PDF

  43. 43

    Inverse Probability Weighting and Age-of-Information Aggregation for Decentralized Federated Learning under Partial Reception

    Chanuka A. S. Hewa Kaluannakkage, Rajkumar Buyya

    cs.LG · cs.DC

    Decentralized Federated Learning (DFL) over lossy wireless networks faces two key challenges: selection bias, where updates from poor-quality links are systematically underrepresented due to partial model reception, and update staleness, where asynchronous nodes contribute outdated information. We show that uniform gossip aggregation with local-fill reconstruction introduces persistent link-quality-induced bias, while completeness-based...

    arxiv.org/abs/2606.10774 · PDF

  44. 44

    N-GRPO: Embedding-Level Neighbor Mixing for Enhanced Policy Optimization

    Xukun Zhu, Hang Yu, Peng Di, Linchao Zhu

    cs.LG · cs.CL

    The success of Large Language Models in mathematical reasoning relies heavily on the generation of diverse and valid solution paths during the rollout phase. However, current rollout techniques face a fundamental trade-off: token-level sampling often yields redundant trajectories that differ only in rephrasing, while embedding-level methods utilizing random noise frequently disrupt semantic consistency. To resolve this, we introduce N-GRPO, a...

    arxiv.org/abs/2606.10768 · PDF

  45. 45

    SPACR: Single-Pass Adaptive Training of Uncertainty-Aware Conformal Regressors

    Soundouss Messoudi, Sylvain Rousseau, Sébastien Destercke

    cs.LG · stat.ME · stat.ML

    Conformal Prediction (CP) provides robust uncertainty guarantees for predictive models, but is typically applied post hoc, which misaligns model training with the conformal goal of producing efficient (i.e, narrow) intervals. We propose SPACR (Single-Pass Adaptive Conformal Regressor), a novel method for directly training uncertainty-aware regressors within a differentiable loss. SPACR jointly optimizes efficiency and validity without...

    arxiv.org/abs/2606.10734 · PDF

  46. 46

    Pre-AF 13: An Interpretable Atrial Fibrillation Risk Score Mined from Discharge Reports

    Olga Shakhmatova, Dmitrii Kriukov, Daniil Larionov, Nikita Khromov, Iaroslav Bespalov, Alexander Zolotarev, Kirill...

    cs.LG · cs.CL

    Background. Atrial fibrillation (AF) is the most prevalent cardiac arrhythmia and a major determinant of prognosis. Established AF risk scores rely on factors (older age, hypertension) nearly ubiquitous among patients with cardiovascular disease (CVD), offering limited stratification in this high-risk group. Most target long-term (5-10 year) rather than medium-term prediction. We developed interpretable ML models predicting AF risk over a...

    arxiv.org/abs/2606.10725 · PDF

  47. 47

    Transformer Based Model for Spatiotemporal Feature Learning in EEG Emotion Recognition

    Xinglong Cui, Dian Gu

    cs.LG · cs.AI

    Electroencephalography (EEG) is a widely adopted technique for monitoring brain activity, offering valuable insights into neurological states due to its high temporal resolution and cost-effectiveness. To enhance the analysis of complex EEG data, we propose EEG-TransNet, an architecture designed to capture temporal, regional, and synchronous features of EEG signals. EEG-TransNet introduces three key modules: 1) a preprocessing and feature...

    arxiv.org/abs/2606.10718 · PDF

  48. 48

    Unifying Data, Memory, and Compute Efficiency in LLM training: A Survey

    Vanessa Schmidt, Huy Hoang Nguyen, Cédric Jung, Shirin Salehi, Anke Schmeink

    cs.LG · cs.AI

    Resource constraints increasingly determine what can be trained, fine-tuned, and deployed in large language models (LLMs), yet efficiency is often studied through isolated techniques rather than as an interacting system of limits. This survey adopts a constraint-centric perspective and organizes recent progress around three coupled bottlenecks: data efficiency (what to train on), memory efficiency (how to fit training), and compute budget...

    arxiv.org/abs/2606.10706 · PDF

  49. 49

    Event-Driven Reinforcement Learning Enables Long-Horizon Control in Semiconductor Fabrication

    Yavar Yeganeh, Mahsa Shekari, Nicla Frigerio, Daniele Pagano, Andrea Matta

    cs.LG · cs.AI · eess.SY

    Reinforcement learning promises to optimize sequential decisions in large-scale systems. Semiconductor manufacturing systems are stochastic and highly constrained environments where heterogeneous wafers traverse hundreds of processing steps across extensive equipment networks. These characteristics yield complex, high-dimensional decision problems with delayed feedback and long-horizon requirements, complicating production planning and...

    arxiv.org/abs/2606.10705 · PDF

  50. 50

    From Observation to Intervention: A Causal Audit of Expert Importance in Mixture-of-Experts Models

    Leonard Engmann, Christian Medeiros Adriano, Holger Giese

    cs.LG · cs.CL

    Interpretability methods routinely use population-level summary statistics over observed model behaviour to license claims about the effects of targeted interventions on specific computations; in Pearl's terms, they treat rung-1 associational evidence as if it supported rung-2 interventional conclusions, a move whose validity is rarely tested. We examine one concrete instance: the use of routing statistics in Mixture-of-Experts (MoE) pruning,...

    arxiv.org/abs/2606.10703 · PDF

  51. 51

    Divide and Cooperate: Role-Decomposed Multi-Agent LLM Training with Cross-Agent Learning Signals

    Jaewan Park, Solbee Cho, Jay-Yoon Lee

    cs.LG · cs.AI

    Modern language agents which perform multi-step reasoning have shown strong performance in knowledge-intensive question answering. However, existing approaches typically couple evidence acquisition and answer generation within a single policy. This forces a single model to play multiple potentially conflicting roles, inducing a combinatorial explosion in the policy space and hindering efficient exploration. It also introduces a credit...

    arxiv.org/abs/2606.10684 · PDF

  52. 52

    PL-KKT-hPINN: Enforcing Nonlinear Equality Constraints on Neural Networks via Piecewise-Linear Projection

    Fateme Mohammad Mohammadi, Hector Budman, Joshua L. Pulsipher

    cs.LG

    While physics-informed neural networks (PINNs) have shown strong potential for process modeling, physical equations are only enforced as soft constraints during training, and thus, they do not guarantee constraint satisfaction at inference. We propose a framework, called piecewise-linear Karush--Kuhn--Tucker hard-constrained PINNs (PL-KKT-hPINNs), that strictly enforces nonlinear equality constraints through piecewise-linear projection. This...

    arxiv.org/abs/2606.10682 · PDF

  53. 53

    One Step Closer to Ground Truth: A Multi-Scale Residual-Aware Representation Learning Pipeline for Predicting Time Series Data

    Amrijit Biswas, Mustafa Kamal, Robin Krambroeckers, M. M. Lutfe Elahi, Sifat Momen, Nabeel Mohammed, Shafin Rahman

    cs.LG

    Transformer-based models have emerged as leading paradigms in time-series forecasting in recent years, employing self-attention mechanisms to capture long-range dependencies. Despite their success, these single-stage forecasting architectures exhibit persistent systematic residual biases arising from structural discrepancies, unmodeled stochastic components, or inadequate multi-scale temporal representations. This limitation persists when...

    arxiv.org/abs/2606.10678 · PDF

  54. 54

    In Defense of Information Leakage in Concept-based Models

    Mateo Espinosa Zarlenga

    cs.LG · cs.AI · cs.CR

    Concept-based models (CMs), deep neural networks that ground their predictions on representations aligned with human-understandable concepts (e.g., "round", "stripes", etc.), have been shown to learn representations that leak concept-irrelevant information. As the traditional narrative goes, this leakage is undesirable and should be eradicated as it leads to uninterpretable models. In this paper, we posit that this conventional view of...

    arxiv.org/abs/2606.10669 · PDF

  55. 55

    How Does Reasoning Flow? Tracing Attention-Induced Information Flow for Targeted RL in LLMs

    Zhichen Dong, Yang Li, Yuhan Sun, Weixun Wang, Yijia Luo, Zinian Peng, Taiheng Ye, Chao Yang, Wenbo Su, Yu Cheng, Bo...

    cs.LG · cs.CL

    Token-level credit assignment remains a key obstacle for reinforcement learning (RL) in large language models (LLMs), where RL recipes typically treat all tokens equally, failing to distinguish decisive reasoning steps from routine formatting or fluent filler. Recent attempts leverage model-internal signals to assign finer-grained credit, but these are often point-wise heuristics that ignore the global structure of information propagation. We...

    arxiv.org/abs/2606.10646 · PDF

  56. 56

    PhysMetrics.Weather: An Evaluation Framework for Physical Consistency in ML Weather Models

    Emma Kasteleyn, Timo Maier, Axel Lauer, Veronika Eyring, Pierre Gentine, Ana Lucic

    cs.LG · physics.ao-ph

    Machine learning weather prediction (MLWP) models have achieved impressive forecasting performance at a small fraction of the computational costs required for traditional physics-based methods. However, they are primarily (1) data-driven and (2) evaluated using pixel-wide error metrics (e.g., RMSE), so there are no guarantees that their forecasts are consistent with known physical laws. We introduce PhysMetrics.Weather, an evaluation...

    arxiv.org/abs/2606.10642 · PDF

  57. 57

    Is Fairness Truly Fair? Towards Reliable Lipschitz Fairness in Multi-Task Learning via Fixed-\texorpdfstring{$δ$}{delta} Alignment

    Junbo Ding, Xin Zang, Chenchen Pan, Donghao Song, Jiaxin Zhu, Danhuai Guo

    cs.LG · cs.AI

    Lipschitz-style individual fairness formalizes the idea that semantically similar examples should receive similar predictions, but its evaluation in multi-task learning (MTL) can be confounded by method-induced representation scales. This paper identifies threshold confounding: when the auditing tolerance is derived from each model's own representation distances, different algorithms are compared under different semantic thresholds. A...

    arxiv.org/abs/2606.10632 · PDF

  58. 58

    Fast and Highly Expressive Policy Learning for Offline Reinforcement Learning via Bootstrapped Flow Q-Learning

    Thanh Nguyen, Tri Ton, Hongbin Choe, Tung M. Luu, Chang D. Yoo

    cs.LG · cs.AI

    Diffusion-based Q-learning has emerged as a powerful paradigm for offline reinforcement learning, but its reliance on multi-step denoising makes both training and inference computationally expensive and brittle. Recent efforts to accelerate diffusion Q-learning toward single-step action generation typically introduce auxiliary networks, policy distillation, or multi-phase training, which frequently compromise simplicity, stability, or...

    arxiv.org/abs/2606.10613 · PDF

  59. 59

    Geometry-Aware Reinforcement Learning for 2D Irregular Nesting

    Auguste Lehuger, Guillaume Henon-Just

    cs.LG · cs.CV

    Traditional heuristic solvers for the 2D irregular nesting problem share a fundamental limitation: they are blind to polygon geometry, relying on guided brute-force to navigate the continuous placement space with minimal geometrical guidance. In this paper, we argue that Reinforcement Learning is uniquely positioned to overcome this bottleneck. By pairing an optimization policy with a geometry-aware neural encoder, an agent can automatically...

    arxiv.org/abs/2606.10611 · PDF

  60. 60

    Causal Ensemble Agent: Hierarchical Causal Discovery with LLM-guided Expert Reweighting

    Xinyu Li, Yuanyuan Wang, Haoxuan Li, Chuan Zhou, Erdun Gao, Bo Han, Tongliang Liu, Kun Zhang, Howard Bondell, Mingming Gong

    cs.LG · cs.AI · cs.CL

    Causal discovery aims to uncover causal structures from observational data, which is crucial for real-world decision-making. However, different causal discovery algorithms can produce divergent results that conflict with each other, complicating the identification of accurate causal graphs. Traditional approaches rely on numerical values and statistical assumptions, often ignoring rich domain-specific information, such as feature...

    arxiv.org/abs/2606.10607 · PDF

  61. 61

    Embedding Hybrid Systems into Continuous Latent Vector Fields

    Sangli Teng, Hang Liu, Koushil Sreenath

    cs.LG · cs.AI · eess.SY

    This work proves that an $n$-dimensional hybrid system can be embedded into an $m$-dimensional Euclidean space equipped with a continuous vector field on its embedded image whenever $m>2n$. This result suggests that an intrinsically discontinuous hybrid system generically admits a continuous extrinsic representation that is well-posed for differentiable optimization. Building on this existence theorem, we show that a latent Neural ODE with...

    arxiv.org/abs/2606.10596 · PDF

  62. 62

    Dirichlet-Guided Group Forecasting for Alleviating Over-smoothing in Time Series Forecasting

    Xingyu Zhang, Jingyao Wang, Xin Yu, Zeen Song, Jianqi Zhang, Changwen Zheng, Wenwen Qiang

    cs.LG

    Time series forecasting often suffers from over-smoothing, especially when future dynamics are multi-modal. Forecasts may follow the coarse trend of the observed future, but fail to preserve sharp changes, oscillations, turning points, and regime transitions that define plausible dynamic evolution. In this work, we revisit over-smoothing from the perspective of latent dynamical mode compression: under partial observation and...

    arxiv.org/abs/2606.10592 · PDF

  63. 63

    Towards Diverse Scientific Hypothesis Search with Large Language Models

    Haorui Wang, Parshin Shojaee, Kazem Meidani, Kunyang Sun, José Miguel Hernández-Lobato, Teresa Head-Gordon, Jiajun...

    cs.LG · cs.AI

    Large language models (LLMs) are on the rise for accelerating scientific discovery, most recently in advanced tasks such as generating valid scientific hypotheses. Yet in many discovery settings, the goal is not to identify a single best hypothesis since validation can be noisy and expensive, and scientists benefit from a set of high-quality alternative hypotheses that hedge against downstream uncertainty for the best solutions. Nevertheless,...

    arxiv.org/abs/2606.10587 · PDF

  64. 64

    NOVA: Symbolic Regression Discovery of Interpretable Car-Following and Lane-Change Models with Driver Heterogeneity

    Ishak Abassi, Nassim Ali Bouazzouni, Farah Ibelaiden, Nadir Farhi

    cs.LG · cs.AI · math.OC

    We present NOVA, an autonomous symbolic regression framework that identifies interpretable car-following and lane-change structures from raw trajectory data with minimal behavioral priors. Applied to 4,765,788 active driving observations from the NGSIM I-80 and US-101 datasets, NOVA's deterministic Rust-powered search engine evaluates over 10,000 candidate algebraic structures and identifies a compact two-term acceleration model under a...

    arxiv.org/abs/2606.10583 · PDF

  65. 65

    Drawing with Strangers: Population Scaling Drives Zero-Shot Mutual Intelligibility in Emergent Sketching

    Jooyeon Kim

    cs.LG · cs.AI

    Generalization in emergent communication has largely focused on novel inputs or linguistic structures, yet the capacity for agents to communicate with strangers from strictly disjoint communities remains relatively unexplored. In this work, we formalize this capability as \textit{zero-shot mutual intelligibility (ZMI)}: successful communication between independently trained populations without prior exposure. Leveraging emergent sketching --...

    arxiv.org/abs/2606.10582 · PDF

  66. 66

    Convergence of Monte Carlo Optimistic Policy Iteration: Beyond Uniform State-Action Updates

    Octave Oliviers, Glenn Vinnicombe

    cs.LG · cs.AI

    The asymptotic behaviour of Monte Carlo optimistic policy iteration (MC-O-PI) is a long-standing open question. When the model of the environment is unknown, as is common in practice, the only known condition that guarantees convergence to optimality is impractical. In its canonical form, this condition requires that the episodes used for policy evaluation be initialised uniformly over the entire state-action space. This paper strictly...

    arxiv.org/abs/2606.10580 · PDF

  67. 67

    Flexible Flows for Biological Sequence Design

    Yogesh Verma, Dani Korpela, Harri Lähdesmäki, Vikas Garg

    cs.LG · cs.AI · cs.ET · q-bio.QM

    Designing functional biological sequences requires navigating vast discrete spaces under strict evolutionary and biophysical constraints. Discrete Flow Matching (DFM) offers a generative framework over such spaces, but existing approaches rely on biologically uninformative couplings and offer limited flexibility for variable-length sequence generation and fine-grained control. We propose a structured coupling that encodes domain-specific...

    arxiv.org/abs/2606.10543 · PDF

  68. 68

    Machine Learning Methods for Studying Latent Neural Activity Dynamics

    Shufeng Kong, Fumei Deng, Xinyi Dong, Caihua Liu, Weiwei Chen, Yingheng Wang, Daniel Cao, Azahara Oliva, Antonio...

    cs.LG · cs.AI

    Recent developments in brain recording are driving a demand for machine learning tools capable of decoding the latent structure of large populations of neurons. In this paper, we provide a comprehensive survey that outlines the trajectory of Latent Variable Models (LVMs) from early state-space models to more recent deep generative models. We organize the literature into three closely related domains: (1) Single-Region Latent Dynamics, which...

    arxiv.org/abs/2606.10530 · PDF

  69. 69

    Representation-Aware Advantage Estimation: Your Reward Model Provides More Than A Scalar Output

    Guozheng Li, Xiyan Fu, Yiwen Guo

    cs.LG · cs.CL

    Current reinforcement learning from human feedback (RLHF) methods primarily rely on scalar rewards from a trained reward model (RM). While effective, scalar rewards are often noisy and fail to capture fine-grained preference differences, whereas RM hidden states encode richer semantic and preference information. We introduce the representation-aware advantage estimation, which leverages RM hidden states and models them as auxiliary signals...

    arxiv.org/abs/2606.10528 · PDF

  70. 70

    MoE Enhanced Federated Learning for Spatiotemporal Prediction

    Zhehao Dai, Xiao Han, Zhaolin Deng, Zijian Zhang, Xiangyu Zhao, Guojiang Shen, Xiangjie Kong

    cs.LG · cs.AI

    Traffic prediction is fundamental to intelligent transportation systems and urban computing, yet many cities continue to suffer from traffic data scarcity due to limited sensor deployment and uneven urban development. Cross-city knowledge transfer has thus attracted increasing attention, enabling data-rich cities to assist data-scarce ones. However, centralized approaches raise privacy concerns, while existing federated methods struggle with...

    arxiv.org/abs/2606.10499 · PDF

  71. 71

    Stop Early, Spend Less: Hidden-State Probes as a Practical Recipe for Streaming Moderation of LLM Outputs

    Huizhen Shu, Xuying Li, Piao Xue

    cs.LG · cs.AI

    Deploying large language models in user-facing systems requires efficient output safety filtering. Existing approaches typically rely on a separate moderation model applied after generation, which doubles inference cost and only detects violations after generation completes. We observe that the signal needed for moderation is already present in the model hidden states. Based on this, we train lightweight token-level probes that operate...

    arxiv.org/abs/2606.10487 · PDF

  72. 72

    Advancing the State-of-the-Art in Empirical Privacy Auditing

    Nicole Mitchell, Galen Andrew, Arun Ganesh, Brendan McMahan, Peter Kairouz

    cs.LG · cs.AI · cs.CL · cs.CR · stat.ML

    Parameter-efficient fine-tuning of large language models (LLMs) can exhibit problematic memorization of individual training examples. Empirical privacy auditing (EPA) quantifies this risk by measuring realistic data leakage on membership inference (MI) or reconstruction attacks. A key challenge in EPA is designing ``canary'' examples that are mixed with the privacy-sensitive training data. We propose generating synthetic canaries via...

    arxiv.org/abs/2606.10481 · PDF

  73. 73

    UPLOTS: A Unified Pretrained Language Model for Constrained Time-series Generation

    Du Yin, Hao Xue, Jinliang Deng, Yang Yang, Shuang Ao, Arian Prabowo, Flora Salim

    cs.LG · cs.AI

    In time-series generation, existing approaches typically handcraft ortrain a separate model for each dataset, which hinders their scalability and fails to leverage shared temporal structures across domains. To address this fragmentation, we propose UPLOTS, a Unified, Prompt-guided Language model framework fOr constrained Time-Series Generation across diverse domains. Instead of building task-specific models, UPLOTS leverages a single...

    arxiv.org/abs/2606.10466 · PDF

  74. 74

    ERAlign: Energy-based Representation Alignment of GNNs and LLMs on Text-attributed Graphs

    Xianlin Zeng, Fan Xia, Xiangyu Chen

    cs.LG · cs.AI · cs.CL

    Text-attributed Graphs (TAGs) incorporate textual node attributes with graph structures to describe rich relational semantics. Recent efforts to integrate Graph Neural Networks (GNNs) and Large Language Models (LLMs) have shown promise for learning on TAGs, yet achieving well-aligned representations remains challenging. Prior studies largely rely on heuristics that perform coarse-grained matching. They lack sufficient constraints and ignore...

    arxiv.org/abs/2606.10461 · 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.