arXiv cs.LG - 2026-07-13 ​
187 items collected.
1. A Unified Approach to Interpreting Knowledge Distillation for Large Language Models via Interactions ​
Author: Qingzhuo Wang, Ruiyang Qin, Zhenxin Qin, Wen Shen, Zhihua Wei
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, cs.CL, cs.GT
arXiv:2607.08776v1 Announce Type: new Abstract: Despite the success of knowledge distillation (KD) in Large Language Models (LLMs), the underlying mechanism behind its efficacy remains unclear. In this paper, we propose a unified approach to explore the common mechanism of various KD methods using i...
2. iLENS: Interpretable LLM-Guided Mixture-of-Experts for Neuroimaging Survival Analysis ​
Author: Farica Zhuang, Seong Woo Han, Zixuan Wen, Shu Yang, Yize Zhao, Li Shen
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG, cs.AI
arXiv:2607.08778v1 Announce Type: new Abstract: Alzheimer's Disease (AD) is a complex neurodegenerative disorder that continues to impact millions of people worldwide. Predicting AD conversion during the prodromal stage remains critical for disease understanding and patient care. As such, survival m...
3. Signed Symmetric Quantization for Few-Bit Integers ​
Author: Ian Colbert, Eashan Dash, Pablo Monteagudo-Lago, Juan Amboage, Srinidhi N, Giuseppe Franco, Nicholas J. Fraser, Arun Ramachandran
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG, cs.AI
arXiv:2607.08779v1 Announce Type: new Abstract: The signed integer alphabet contains one more negative representable value than positive. Yet, by convention, the standard symmetric integer quantizer fixes its scale to be strictly positive, which assigns this extra representable value to the negative...
4. Sticky Routing: Training MoE Models for Memory-Efficient Inference ​
Author: Ali Kayyam
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, cs.CL
arXiv:2607.08780v1 Announce Type: new Abstract: Mixture-of-Experts (MoE) models activate only a sparse subset of experts per token, yet consecutive tokens frequently activate different experts -- causing constant weight swapping between slow storage and fast memory on edge devices. Existing remedies...
5. Reward Transport: Property Control in Flow Matching via Noise-Space Alignment ​
Author: Kehan Guo, Yili Shen, Yujun Zhou, Yue Huang, Chujie Gao, Shiyi Du, Xiangliang Zhang
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, q-bio.QM
arXiv:2607.08781v1 Announce Type: new Abstract: The coupling in flow matching -- the rule pairing noise vectors with data points -- is typically treated as a computational choice. We show that this coupling can instead serve as an alignment interface: by matching noise and data according to a target...
6. Director: Accelerating Distributed MoE Serving via Online Proactive Expert Placement ​
Author: Qianli Liu, Kaibin Guo, Zicong Hong, Peng Li, Fahao Chen, Haodong Wang, Jian Lin, Song Guo
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG, cs.AI
arXiv:2607.08782v1 Announce Type: new Abstract: Expert parallelism has become the prevailing paradigm to serve Mixture-of-Experts (MoE) models. Its efficiency depends on the communication and computation latencies of the GPUs, which are linked to the placement of experts in the GPUs. Existing works ...
7. LieBN: Batch Normalization over Lie Groups ​
Author: Ziheng Chen, Yue Song, Rui Wang, Xiao-Jun Wu, Nicu Sebe
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG, cs.AI
arXiv:2607.08783v1 Announce Type: new Abstract: Manifold-valued measurements are prevalent in various machine learning tasks. Recent advances have extended Deep Neural Networks (DNNs) to operate on manifolds, accompanied by normalization techniques tailored to different geometries, collectively refe...
8. HERO: A Heterogeneity-Aware Benchmark Library for Federated Continual Learning ​
Author: Thinh T. H. Nguyen, Le-Tuan Nguyen, Minh-Duong Nguyen, Nhi Trinh, Anh Tran Nam Nguyet, Dung D. Le, Kok-Seng Wong
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, cs.DC
arXiv:2607.08784v1 Announce Type: new Abstract: Federated continual learning (FCL) evaluates how distributed clients learn from changing data streams while retaining previously learned knowledge. Existing evaluations are difficult to compare because they often change datasets, task splits, client da...
9. DaDaDa: A Dataset for Data Pricing in Data Marketplaces ​
Author: Qiheng Sun, Hongwei Zhang, Junxu Liu, Xiaokai Mao, Jinfei Liu, Kui Ren, Haibo Hu
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG, cs.AI
arXiv:2607.08785v1 Announce Type: new Abstract: High-quality data drives machine learning advances across industries. Recognizing the value of data, data transactions are increasingly common, giving rise to many data marketplaces, e.g., AWS Marketplace, Databricks, and Datarade. However, determining...
10. Accelerating GPU Inference of Large Language Models with Moderately Unstructured Sparse Weight Matrices ​
Author: Tao Lu, Haoyu Wang, Zonghui Wang, Keshen Xiang, Jiaheng Zhang, Wenzhi Chen
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, cs.AR
arXiv:2607.08786v1 Announce Type: new Abstract: With the growing deployment of large language models (LLMs), LLM inference cost has become a key challenge. Pruning techniques that introduce sparsity into weight matrices can accelerate inference. However, maintaining model quality typically limits pr...
11. Adaptive Bayes exactly tracks information over intrinsic time ​
Author: Akshay Balsubramani
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG, cs.IT, math.IT, math.ST, stat.ML, stat.TH
arXiv:2607.08789v1 Announce Type: new Abstract: Bayesian and multiplicative-weights updates reweight experts, models, or actions from sequential feedback. We show that the regret of any such update obeys an exact information-accounting identity. On each round, the learner's excess loss to any chosen...
12. Prompt-Driven Exploration ​
Author: Sunshine Jiang, John Marangola, David Zhang, Raghuram Kowdeed, Ruiyang Luo, Nitish Dashora, Richard Li, Pulkit Agrawal, Zhang-Wei Hong
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG, cs.AI
arXiv:2607.08837v1 Announce Type: new Abstract: Exploration is essential to RL since a policy cannot improve by repeatedly sampling the behaviors it already prefers. Standard methods inject stochasticity in the action space, but such jitter only yields rollouts close to the original. Escaping a weak...
13. How are linear representations learned? Exact solutions to the dynamics of abstraction ​
Author: William W. Yang, Andrew M. Saxe, Peter E. Latham
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG
arXiv:2607.08843v1 Announce Type: new Abstract: In artificial and biological neural networks, concepts are often encoded as consistent linear directions in representation space. In deep learning, this idea is known as the linear representation hypothesis and underpins many interpretability and contr...
14. Optimizing Against Safety Representations: Activation-Guided Adversarial Suffixes and the Geometry of Refusal ​
Author: Ege \c{C}akar, Hannah Guan, Kayden Kehe
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG
arXiv:2607.08883v1 Announce Type: new Abstract: Behavioral alignment in large language models often masks fragile internal safety representations. Recent work suggests that refusal behavior is mediated by low-dimensional directions in activation space. This raises questions about how such representa...
15. Pattern-Aware Graph Neural Networks for Handling Missing Data ​
Author: Minett Tran, Taehee Jeong
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG
arXiv:2607.08915v1 Announce Type: new Abstract: Missing data is ubiquitous in real-world datasets. Traditional methods either discard incomplete samples or apply imputation techniques that ignore potentially informative missingness patterns, implicitly assuming that missingness occurs randomly. Howe...
16. A Machine Learning Surrogate for Component Criticality Ranking in Interdependent Power-Communication Networks ​
Author: Sohini Roy, Xheni Hylviu
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG
arXiv:2607.08918v1 Announce Type: new Abstract: Cyber-physical power systems are vulnerable to cascading failures caused by tight interdependencies between power and communication infrastructures. Evaluating these failures over large N-k contingency sets with a high-fidelity simulator is computation...
17. SafeExplorer: An Unbiased Policy Gradient for Reinforcement Learning with Recovery Interventions ​
Author: Elham Daneshmand, Majid Khadiv, Glen Berseth, Hsiu-Chin Lin
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG
arXiv:2607.08925v1 Announce Type: new Abstract: Training reinforcement-learning agents directly on physical robots makes every fall costly, since a fall can damage the platform and cannot be undone like a simulator reset; the goal is therefore to minimize falls during training rather than trade them...
18. BlockServe: Block-Grained Continuous Batching for High-Throughput Diffusion LLM Serving ​
Author: Yuanjie Zhu, Liangwei Yang, Ke Xu, Weizhi Zhang, Shanghao Li, Zihe Song, Philip S. Yu
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG
arXiv:2607.08930v1 Announce Type: new Abstract: Efficient serving of diffusion large language models (dLLMs) is hindered by convergence heterogeneity: when batching multiple requests, different sequences converge at different rates, causing faster requests to stall behind slower stragglers and intro...
19. TSRouter: Dynamic Modality-Model Selection for Time Series Reasoning ​
Author: Fangxu Yu, Tao Feng, Dehai Min, Lu Cheng, Ge Liu, Tianyi Zhou
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG
arXiv:2607.08940v1 Announce Type: new Abstract: Time series reasoning is essential for real-world problem-solving. While both Large Language Models (LLMs) and Vision-Language Models (VLMs) can reason about time-series data, their capabilities are complementary: LLMs process time series as text seque...
20. Training, Reading, and Editing Legible Transformers ​
Author: Mark Oskin
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG, cs.CL
arXiv:2607.08946v1 Announce Type: new Abstract: A transformer can be built from operators that are legible by construction -- bounded, named units that read as fuzzy set operations rather than dense activations -- but legibility must be pressed for during training, and the pressure has a failure mod...
21. FairSelect: A Systematic Evaluation of Multi-Level and Intersectional Algorithmic Fairness ​
Author: Nick Souligne, Isabella Mixton-Garcia, Vignesh Subbian
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG
arXiv:2607.08953v1 Announce Type: new Abstract: Algorithmic fairness methods are increasingly used to identify and mitigate bias in machine learning models, yet most approaches are evaluated in isolation and along single demographic axes. This limits practical guidance for selecting fairness strateg...
22. Eluna: An Agentic LLM System for Automating Warehouse Operations with Reasoning and Task Execution ​
Author: Ning Liu, Kalle Kujanp"a"a, Zhaoxuan Zhu, P Aditya Sreekar, Kaiwen Liu, Chuanneng Sun, Jorge Marchena Menendez, Matthew Bales, Tianyu Yang, Shahnawaz Alam, Rose Yu, Baoyuan Liu, Kristina Klinkner, Shervin Malmasi
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG, cs.AI
arXiv:2607.08960v1 Announce Type: new Abstract: Warehouse operations are governed by Standard Operating Procedures (SOPs) that encode complex, multi-system decision logic, which must be executed reliably under strict time constraints, yet LLM agents lack mechanisms to enforce procedural compliance a...
23. NL-PAC: Specification Ambiguity and Certified Minimax Risk Floors in LLM-Mediated Supervision ​
Author: Berkay Anahtarci
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, math.ST, stat.TH
arXiv:2607.08961v1 Announce Type: new Abstract: Large language models increasingly provide labels, evaluations, and feedback for tasks specified in natural language. When a specification admits multiple readings but the supervision channel does not reveal which is operative, additional labels reduce...
24. Stochastic Linear Bandits with Partially Observed Actions ​
Author: Gautam Dasarathy, Vineet Gattani, Lalit Jain
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG, math.ST, stat.ML, stat.TH
arXiv:2607.08971v1 Announce Type: new Abstract: The stochastic linear bandit, where actions are represented as vectors and rewards are linear, is a central paradigm for sequential decision making. We study a partially observed variant of this problem in which the learning agent only sees a random su...
25. Federated Low-Rank Koopman Learning for Multivariate Time-Series Anomaly Detection in IoT Systems ​
Author: Tung-Anh Nguyen, Van-Phuc Bui, Anh Tuyen Le, Kim Hue Ta, Minh Thuy Le, J. Andrew Zhang, Xiaojing Huang
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG, eess.SP
arXiv:2607.08978v1 Announce Type: new Abstract: Distributed IoT systems generate multivariate time-series streams for monitoring physical assets, servers, and embedded sensing platforms. Detecting abnormal temporal behavior is critical for fault diagnosis, predictive maintenance, and security. Howev...
26. Optimal Top-$k$ Identification from Pairwise Comparisons ​
Author: Motti Goldberger, Nils Rudi
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG, stat.AP, stat.ML, stat.OT
arXiv:2607.08979v1 Announce Type: new Abstract: We study the active learning problem of fixed-confidence top-$k$ identification from noisy pairwise comparisons. In this problem, an algorithm sequentially chooses pairs of items to compare, observes the outcomes, and stops when it can return the set o...
27. AlphaZero in Sparsely Rewarded Games: Limits and Auxiliary Supervision ​
Author: Brent Kong, Tejas Ram, Tony Yue Yu
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, cs.GT, math.CO
arXiv:2607.08984v1 Announce Type: new Abstract: AlphaZero has demonstrated that a neural-guided Monte Carlo Tree Search can achieve superhuman performance, but strong play does not necessarily imply perfect play. We study this gap in two oracle-evaluable domains with contrasting structure: Connect F...
28. Group Invariant Spectral Embedding ​
Author: Yeari Vigder, Paulina Hoyos, David Thong, Joakim and'en, Joe Kileel, Amit Moscovich
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG, cs.NA, math.NA, math.ST, stat.TH
arXiv:2607.08987v1 Announce Type: new Abstract: Spectral embedding methods are widely used for dimensionality reduction and clustering of high-dimensional datasets with intrinsic low-dimensional structures. Although many datasets of practical interest exhibit invariance under symmetries such as rota...
29. Sensitivity-Aware Thresholding and Token Routing for Activation Sparsification in Large Language Models ​
Author: Bishmoy Paul, Youngmin Yi, Hoeseok Yang
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG, cs.CL
arXiv:2607.08991v1 Announce Type: new Abstract: Efficient inference in Large Language Models (LLMs) requires deciding where computation can be reduced while preserving model quality. We study this problem through multilayer perceptron (MLP) activation sparsification and token-level conditional routi...
30. Model Agnostic Graph Prompt Learning for Crystal Property Prediction ​
Author: Shrimon Mukherjee, Kishalay Das, Partha Basuchowdhuri, Pawan Goyal, Niloy Ganguly
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG, cs.AI
arXiv:2607.08996v1 Announce Type: new Abstract: Graph Neural Networks have emerged as a powerful tool for the fast and accurate prediction of various crystal properties. These models often encode domain-specific knowledge into their graph encoding modules, which increases their parameter size and ma...
31. Correlation-Aware Contextual Bandits with Surrogate Rewards for LLM Routing ​
Author: Ajay Narayanan Sridhar, Ronak Singh, Mehrdad Mahdavi, Vijaykrishnan Narayanan
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG, cs.AI
arXiv:2607.09015v1 Announce Type: new Abstract: We study contextual bandit problems with correlated arms and access to surrogate reward signals produced by a machine learning model, motivated by applications such as large language model (LLM) routing. Unlike classical contextual bandits that rely so...
32. Variable-Length Generative Protein Design via Generalized Poisson Flow ​
Author: Chaoran Cheng, Zhanghan Ni, Yanru Qu, Yuxin Chen, Ruihan Guo, Jiajun Fan, Ge Liu
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG, q-bio.QM
arXiv:2607.09039v1 Announce Type: new Abstract: The ability to generate variable-length proteins is crucial in protein design, where the optimal length is often unknown and tightly coupled to designability. Current diffusion- and flow-based generative models typically require the protein length to b...
33. Learning More from Less: Reinforcement Learning from Hindsight ​
Author: Iris Xu, Sunshine Jiang, John Marangola, Nitish Dashora, Richard Li, Thomas Liu, Zexue He, Yuheng Zhi, Alex Pentland, Pulkit Agrawal, Zhang-Wei Hong
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG
arXiv:2607.09042v1 Announce Type: new Abstract: Reinforcement learning (RL) is increasingly used to post-train vision-language-action (VLA) models, but every update consumes robot rollouts that are slow and costly to collect, making sample efficiency a central concern. Manipulation tasks typically p...
34. COBS: Cumulant Order Block Sparse Attention ​
Author: Alexander Tian, Aditya Ghai, Sanjit Neelam, Zaal Vasania, Akshay Mishra
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG
arXiv:2607.09052v1 Announce Type: new Abstract: Block sparse attention is a hardware friendly way to alleviate the key-value (KV) cache read bottleneck in large language models (LLMs). However, it is not prevalent among leading open-weight LLMs, which rely instead on dense attention or fine-grained ...
35. EvoLP: Self-Evolving Latency Predictor for Model Compression in Real-Time Edge Systems ​
Author: Shuo Huai, Hao Kong, Shiqing Li, Xiangzhong Luo, Ravi Subramaniam, Christian Makaya, Qian Lin, Weichen Liu
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG
arXiv:2607.09063v1 Announce Type: new Abstract: Edge devices are increasingly utilized for deploying deep learning applications on embedded systems. The real-time nature of many applications and the limited resources of edge devices necessitate latency-targeted neural network compression. However, m...
36. Pitfalls and Remedies for Multi-Task Bayesian Optimization ​
Author: Carl Hvarfner, Sam Daulton, Max Balandat, Eytan Bakshy
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG
arXiv:2607.09073v1 Announce Type: new Abstract: Bayesian optimization routinely warm-starts a target experiment with data from related source tasks, and the multi-task Gaussian process is the textbook surrogate for the job. We revisit this default in a controlled setting and find that it misestimate...
37. A Survey on the Green Development of Large Models: From Resource-Efficient Architectures to Hardware-Software Co-Design ​
Author: Linhui Xiao, Guiping Cao, Mingyue Guo, Xianchao Guan, Fan Yang, Ming Tao, Xin Li, Yuxin Peng, Yaowei Wang
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG, cs.CY
arXiv:2607.09084v1 Announce Type: new Abstract: The rapid expansion of large-scale AI models has led to significant performance breakthroughs across diverse domains, yet it has also raised critical concerns regarding computational costs, energy consumption, and environmental sustainability. This sur...
38. EXHOLD: Experience-Aware Real-Time Hold Control for Large-Scale Ride-Hailing Matching at DiDi ​
Author: Xu Liu, Kai Wan, Zihao Lu
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG
arXiv:2607.09090v1 Announce Type: new Abstract: In large-scale ride-hailing, hold control is a critical mechanism for improving passenger-driver experience. By selectively delaying certain driver-order pairs, the system waits for better opportunities, reduces cancellations, and mitigates wasted driv...
39. Quantum Circuits in Diffusion Models: A Fair-Comparison Study and a Mechanistic Analysis of Angle-Embedding Failures ​
Author: Jaeuk Kim, Sanghoon Yoo
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG
arXiv:2607.09108v1 Announce Type: new Abstract: We study the integration of variational quantum circuits (VQCs) into diffusion models through a squeeze-and-excitation (SE) channel-modulation scaffold that isolates the quantum contribution. Using a role-matched classical control and multi-seed signif...
40. Power Flow Feasibility Assessment Using Variational Graph Autoencoders ​
Author: Ferran Bohigas-Daranas, Hamid Latif-Martinez, Eduardo Prieto-Araujo, Pere Barlet-Ros, Oriol Gomis-Bellmunt
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG, cs.SY, eess.SY
arXiv:2607.09122v1 Announce Type: new Abstract: Data-driven methods, including graph neural networks, have been studied for accelerating power flow calculations in recent years, but very little attention has been paid to the solution feasibility, which can be obtained by traditional solvers. This pa...
41. Present but Rescaled: Chat-to-Agent Transfer of Additive Activation Steering ​
Author: Lucas Pinto
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG
arXiv:2607.09156v1 Announce Type: new Abstract: Additive activation steering (injecting a scaled residual-stream direction during generation) is calibrated almost entirely in single-turn chat, yet the models it targets are increasingly deployed as tool-using ReAct agents. We present the first system...
42. A Personalized Computational Framework for Assessing the Sufficiency of Partially Observed Data in Healthcare AI models ​
Author: Qingchu Jin, Felistas Mazhude, Jamie B. Rabb, Robert S. Kramer, Douglas B. Sawyer, Raimond L. Winslow
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG, cs.AI
arXiv:2607.09165v1 Announce Type: new Abstract: Achieving early and timely diagnosis and treatment for disease is a major challenge. Recent applications of machine learning (ML) algorithms trained on patient data have shown promise in many different settings for predicting the patient health state. ...
43. COAST: Context-Aware Differential Learning for Gene Expression Prediction in Spatial Transcriptomics ​
Author: Keunho Byeon, Sunhong Park, Jeewoo Lim, Jin Tae Kwak
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG
arXiv:2607.09166v1 Announce Type: new Abstract: Spatial transcriptomics enables profiling of spatial gene expression but is limited by high cost and low throughput, motivating prediction from H&E histopathology images. Existing context-aware methods mainly supervise absolute expression, while relati...
44. Understanding Schedule-Free Methods in Nonconvex Optimization: Rate Guarantees and Escaping Saddles ​
Author: Jiseok Chae, Donghwan Kim
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG, math.OC
arXiv:2607.09167v1 Announce Type: new Abstract: Schedule-Free methods have attracted growing interest for alleviating the burden of designing and tuning a learning rate scheduler, while matching and sometimes even outperforming optimizers with tuned schedulers. Despite their strong empirical results...
45. Application of machine learning to monster level prediction in tabletop RPG game design ​
Author: Jolanta 'Sliwa, Jakub Adamczyk
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG
arXiv:2607.09196v1 Announce Type: new Abstract: Designing balanced adversaries is a central but labor-intensive task in tabletop role-playing game (TTRPG) development. In systems such as Pathfinder, each monster is described by many numerical attributes that jointly determine its power, summarized a...
46. Interference and Retention in Continual Learning ​
Author: Julius St"ork
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, cs.NE
arXiv:2607.09202v1 Announce Type: new Abstract: Continual learning commonly relies on post-hoc mechanisms such as replay, elastic regularization, or distillation. This work argues that forgetting should instead be modeled directly as interference between tasks. In the frozen-feature regime, forgetti...
47. Temporal Knowledge Graph Forecasting under Distribution Shifts: A Synthetic Evaluation ​
Author: Konrad "Ozdemir, Julia Gastinger, Lukas Kirchdorfer, Heiner Stuckenschmidt
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG
arXiv:2607.09232v1 Announce Type: new Abstract: Temporal knowledge graphs (TKGs) represent evolving relational systems, whose underlying data-generating processes often change over time. Yet, TKG forecasting models are commonly evaluated only on empirical benchmark datasets that provide limited insi...
48. All you need is SAMPAT ​
Author: Jayadeva, Madhur Aswani
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, cs.CV, math.FA
arXiv:2607.09235v1 Announce Type: new Abstract: The current state of the art in AI/ML rests on deep neural architectures, which, in general, suffer from a lack of interpretability. Interpretability is crucial to gleaning insights while analyzing experimental data, where quantitative predictions may ...
49. Forget Narrowly, Retain Broadly: Unlearning as an Asymmetric Generalization Problem ​
Author: Amit Peleg, Naman Deep Singh, Naama Pearl, Bibhabasu Mohapatra, Matthias Hein
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG
arXiv:2607.09236v1 Announce Type: new Abstract: Machine unlearning in LLMs is the targeted removal of specific knowledge while preserving all other capabilities, critical for privacy and safety. Yet existing benchmarks measure it unreliably. They miss knowledge that resurfaces under paraphrased or i...
50. LionVote: Per-Layer Learning Rate Adaptation for Lion ​
Author: Kris Atallah (New York University, New York, USA)
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG
arXiv:2607.09266v1 Announce Type: new Abstract: Per-layer diagnostics reveal that, at the prescribed learning rate, Lion's effective scale is 2.6-2.8x too high for attention and MLP parameters and ~2x too high for normalization layers on ViT-Tiny/CIFAR-100; this 32% cross-layer-type disparity cannot...
51. Autoregressive latent diffusion for 3D molecule generation ​
Author: Federico Ottomano, Gaopeng Ren, Yingzhen Li, Kim E. Jelfs, Alex M. Ganose
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG
arXiv:2607.09277v1 Announce Type: new Abstract: Three-dimensional (3D) molecule generation has been dominated by diffusion models, which achieve strong generation quality but typically require the molecular size to be specified a priori. Recent autoregressive approaches have substantially narrowed t...
52. Super-Tuning: From Activation-Aware Pruning to Sparse Fine-Tuning ​
Author: Ivan Ilin, Philip Zmushko, Peter Richt'arik
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG, cs.CL
arXiv:2607.09287v1 Announce Type: new Abstract: Large language models (LLMs) remain expensive to fine-tune because full-parameter updates require substantial memory, compute, and per-task storage. We study whether saliency signals originally developed for pruning can be reused to choose where a mode...
53. Risk-Aware General-Utility Markov Decision Processes ​
Author: Pedro P. Santos, F'abio Vital, Alberto Sardinha, Francisco S. Melo
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG, cs.AI
arXiv:2607.09298v1 Announce Type: new Abstract: We study general-utility Markov decision processes (GUMDPs) with risk-aware objectives. In this framework, an agent aims to optimize a risk measure of the distribution of objective values, where the objective function depends on the frequency of visita...
54. Shortcut Trajectory Planning for Efficient Offline Reinforcement Learning ​
Author: Guanquan Wang, Yoshimasa Tsuruoka
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, cs.RO
arXiv:2607.09336v1 Announce Type: new Abstract: Diffusion-based trajectory planners have shown strong performance in offline reinforcement learning, but their iterative denoising process often incurs high inference cost. Consistency-based planners reduce the number of sampling steps, yet they typica...
55. Graph Neural Networks for Scalable and Transferable Node Centrality Approximation ​
Author: Samra Sana, Giorgio Mantica, Saul Imbrici
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG
arXiv:2607.09372v1 Announce Type: new Abstract: Graph Neural Networks (GNNs) provide a learning-based framework for approximating graph quantities that are expensive to compute exactly. This paper investigates GNNs for scalable approximation of betweenness and closeness centrality, formulated as a n...
56. Mach-Mind-4-Flash Technical Report ​
Author: Foundation Model Team
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG, cs.CL
arXiv:2607.09375v1 Announce Type: new Abstract: We present Mach-Mind-4-Flash, a 35B-parameter Mixture-of-Experts (MoE) agentic model with 3B activated parameters. Through post-training optimization alone without scaling pre-training compute, the model achieves performance on par with or surpassing t...
57. Learning Physics-Informed Surrogate Model of Linear Elastic Displacement Fields from Geometry ​
Author: Rodolphe Barlogis, Ferhat Tamssaouet, Quentin Falcoz, St'ephane Grieu
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG
arXiv:2607.09382v1 Announce Type: new Abstract: This work aims to develop a fast and physically consistent surrogate model for real-time structural health monitoring of fractured elastic domains. We propose a physics-informed DeepONet framework that predicts displacement fields from both boundary co...
58. Fully Trainable Deep Differentiable Logic Gate Networks and Lookup Table Networks ​
Author: Wout Mommen, Lars Keuninckx, Matthias Hartmann, Werner Van Leekwijck, Piet Wambacq
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG, cs.AI
arXiv:2607.09399v1 Announce Type: new Abstract: We introduce a novel method for both partial and full optimization of the connections in deep differentiable logic gate networks (LGNs) and lookup table networks (LUTNs). Our training method utilizes a probability distribution over a set of connections...
59. On-Device Adaptive Battery Power Prediction for Electric Vehicles ​
Author: Avik Bhatnagar, Anton Paule, Tobias Schuermann, Sebastian Reiter, Oliver Bringmann
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, cs.AR, cs.PF
arXiv:2607.09400v1 Announce Type: new Abstract: Adaptive power management in Electric Vehicles (EVs) requires accurate power prediction. Although deep learning models have emerged as highly effective for time-series forecasting in this domain, their performance is prone to degradation when exposed t...
60. Data-Efficient Deep Learning: Empirical Guidelines for Training Set Size Estimation in Inertial Sensor Classification ​
Author: Ofir Kruzel, Itzik Klien
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG
arXiv:2607.09402v1 Announce Type: new Abstract: Deep learning models dependency on large-scale inertial datasets presents a significant bottleneck in inertial sensor-based classification tasks, such as human activity recognition and smartphone location recognition. In these domains, data collection ...
61. SYNRARE: Synthetic Rare Disease EHR Generation for ML Benchmarking ​
Author: Nicolai Dinh Khang Truong, Richard R"ottger
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG
arXiv:2607.09404v1 Announce Type: new Abstract: Motivation: Rare disease (RD) diagnosis is frequently delayed due to the similarities in symptoms to common disease variants. Machine Learning Algorithms applied to Electronic Health Records show promise for accelerating the diagnosis; however, legal a...
62. Similarity search generalisation in contrastive learning with InfoNCE loss ​
Author: Nick Whiteley
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG, stat.ML
arXiv:2607.09405v1 Announce Type: new Abstract: Similarity search is a primary application of embedding models trained by contrastive learning. For one of the most popular contrastive learning loss functions, InfoNCE, we show that the population risk with $k$ negative samples is $O(1/k)$ close to an...
63. Action-Factored Multi-Agent Reinforcement Learning for Scalable Quantum Device Tuning ​
Author: Edwin De Nicolo, Rahul Marchand, Cornelius Carlsson, Pranav Vaidhyanathan, Natalia Ares
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG, cond-mat.mes-hall
arXiv:2607.09422v1 Announce Type: new Abstract: Cooperative multi-agent reinforcement learning is well suited to problems with large parameter spaces and exploitable local structure, such as the tuning of electrostatically-defined quantum-dot arrays. However, if parameter cross-talk is strong, a non...
64. Active rejection enables reliable generalization of universal machine-learning interatomic potentials ​
Author: Mingxiang Luo, Xinnan Mao, Lu Wang, Lei Bai, Feng Ding, Yuqiang Li
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG
arXiv:2607.09456v1 Announce Type: new Abstract: Universal machine learning interatomic potentials (uMLIPs) bridge quantum-mechanical accuracy and large-scale molecular dynamics, but the cost of high-accuracy calculations such as r$^2$SCAN limits training to datasets that remain small relative to the...
65. Neural Collapse Is Forbidden: Information Floors in Language Models ​
Author: Bruno Abrahao
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG, cs.CL, stat.ML
arXiv:2607.09487v1 Announce Type: new Abstract: Within-class variance in language-model representations is commonly read as incomplete neural collapse. We argue it is allocated information storage, and that the allocation obeys a law. A one-line centering identity voids a family of simplex equiangul...
66. All Explanations are Wrong, But Many Are Useful: Exploring the Rashomon Explanation Set with Large Language Models ​
Author: Pan Li
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, cs.IR
arXiv:2607.09502v1 Announce Type: new Abstract: Explaining machine-learning models is increasingly important for decision-making and consumer trust, yet it is widely believed to come at a cost: existing Explainable AI (XAI) methods suffer from a persistent accuracy-explainability trade-off. We argue...
67. TSAI-MetaFraud: A Benchmark Dataset for Financial Fraud Transaction and Behavioral Risk Detection in Metaverse Ecosystems ​
Author: Refat Ishrak Hemel, Ehsan Hallaji, Roozbeh Razavi-Far
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG, cs.CR, cs.DB, cs.SI
arXiv:2607.09528v1 Announce Type: new Abstract: The emergence of metaverse platforms has created virtual economies that introduce new challenges related to fraud, bot activity, and illicit financial behavior. Despite growing interest in trustworthy metaverse analytics, existing datasets typically fo...
68. Statistically Undetectable Backdoors in Deep Neural Networks ​
Author: Andrej Bogdanov, Alon Rosen, Neekon Vafa
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG, cs.CR, stat.ML
arXiv:2607.09532v1 Announce Type: new Abstract: We show how an adversarial model trainer can plant backdoors in a large class of deep, feedforward neural networks. These backdoors are statistically undetectable in the white-box setting, meaning that the backdoored and honestly trained models are clo...
69. GatedLinear: Adaptive Routing of Complementary Linear Bases for Time Series Forecasting ​
Author: Qitai Tan, Ruiwen Gu, Yilin Su, Mo Li, Xu Lin, Xiao-Ping Zhang
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG
arXiv:2607.09537v1 Announce Type: new Abstract: Time series forecasting requires models to capture diverse, often mutually exclusive, temporal dynamics, from smooth trend continuation to nonstationary drift and strict phase-aligned recurrence. While recent deep learning models have improved accuracy...
70. CoCoT-EEG: Contrastive-Pretrained Multiscale Convolutional Transformer for EEG Decoding ​
Author: Gabriel Mahuas, Victoria Shevchenko, Ugo Tanielian, Yassir Bendou, Richard Gao
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG, q-bio.NC
arXiv:2607.09543v1 Announce Type: new Abstract: Self-supervised pretrained foundation models (FM) have shown early promise for non-invasive electroencephalogram (EEG) decoding applications. Many recent large-scale models converged on the approach of tokenizing raw EEG followed by masked reconstructi...
71. Graph-Regularized Low-Rank Matrix Completion by Variable Projection ​
Author: Beno^it Loucheur, P. -A. Absil, Michel Journ'ee
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG, cs.NA, math.NA, math.OC
arXiv:2607.09546v1 Announce Type: new Abstract: We address the low-rank matrix completion problem by incorporating graph regularization into the existing Riemannian Trust-Region Matrix Completion (RTRMC) framework. The latter uses the geometry of the low-rank constraint to remodel the problem as an ...
72. Semantic Pareto-DQN: A Multi-Objective Reinforcement Learning Framework for Financial Anomaly Detection ​
Author: Cl'audio L'ucio do Val Lopes, Lucca Machado da Silva
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG, cs.AI
arXiv:2607.09641v1 Announce Type: new Abstract: Financial anomaly detection suffers from extreme class imbalance, causing traditional single-objective algorithms to exhibit ``fraud collapse'', defaulting to the majority class and failing to balance anomaly interdiction with customer friction. To ove...
73. SolarChain-Eval: A Physics-Constrained Benchmark for Trustworthy Economic Agents in Decentralized Energy Markets ​
Author: Shilin Ou, Yifan Xu, Luyao Zhang
Published: 7/13/2026, 4:00:00 AM
Categories: cs.AI, cs.ET, cs.LG, cs.MA, econ.GN, q-fin.EC
arXiv:2607.08681v1 Announce Type: cross Abstract: As agentic AI systems are increasingly applied to cyber-physical environments, their evaluation requires assessment of both task performance and trustworthiness. In decentralized energy markets, autonomous agents may improve market utility, but may a...
74. Interval Certifications for Multilayered Perceptrons via Lattice Traversal ​
Author: Merkouris Papamichail, Konstantinos Varsos, Giorgos Flouris, Jo~ao Marques-Silva
Published: 7/13/2026, 4:00:00 AM
Categories: cs.AI, cs.LG
arXiv:2607.08773v1 Announce Type: cross Abstract: In this work we present a rigorous theoretical framework to a foundational problem of AI safety, namely adversarial robustness. In particular, we show that the adversarial robustness problem can be reduced to a lattice traversal problem. Each element...
75. HALO: Hybrid Adaptive Latent Reasoning for Language Models ​
Author: Micah Zhang
Published: 7/13/2026, 4:00:00 AM
Categories: cs.CL, cs.LG
arXiv:2607.08775v1 Announce Type: cross Abstract: We study how to improve a frozen pretrained language model with a small amount of adaptive extra computation. A simple approach is to add additional refinement steps on top of the backbone hidden states, but fixed extra refinement can be wasteful: a ...
76. EHR-MPC: Inference-Time Control for Sepsis Treatment with Generative Patient Digital Twins ​
Author: Joshua Pickard, Wei Qi, Na Li, Ann Woolley, Lisa Cosimi, Roy Kishony, Deborah Hung
Published: 7/13/2026, 4:00:00 AM
Categories: stat.ML, cs.AI, cs.LG, cs.SY, eess.SY, math.OC
arXiv:2607.08793v1 Announce Type: cross Abstract: Sepsis is a leading cause of mortality, yet optimal treatment policies remain contested. Existing reinforcement learning (RL) approaches learn fixed strategies for sepsis treatment, limiting adaptability to changing clinical objectives during inferen...
77. TheBioCollection: Unified Pre-Training Scale LLM Corpus for Biology ​
Author: Hyunjin Seo, Hyeon Hwang, Gyubok Lee, Jay Shin, Jimin Park, Taesoo Kim, Sanghoon Lee, Hongjoon Ahn, Sungjun Han, Sangwon Jung
Published: 7/13/2026, 4:00:00 AM
Categories: q-bio.QM, cs.AI, cs.LG
arXiv:2607.08803v1 Announce Type: cross Abstract: The push toward large language models for biology (BioLM) has created a need for training corpora that can endow models with a genuine understanding of biology. However, existing biological resources, such as molecular databases, protein repositories...
78. Mixture of Probes: Learning from Privileged Modalities in Multimodal LLMs Through Probing ​
Author: Dominick Reilly, Qiyu Wu, Hiromi Wakaki, Srijan Das, Yuki Mistufuji
Published: 7/13/2026, 4:00:00 AM
Categories: cs.CV, cs.LG
arXiv:2607.08839v1 Announce Type: cross Abstract: Multimodal Large Language Models (MLLMs) are typically designed under the assumption that all modalities available during training will also be accessible at inference. However, many real-world settings violate this assumption, requiring models to op...
79. Clean2FX: Label-conditioned modeling for clean-to-effect guitar audio transformations ​
Author: Oliverio Bombicci Pontelli, Iran R. Roman
Published: 7/13/2026, 4:00:00 AM
Categories: cs.SD, cs.LG
arXiv:2607.08863v1 Announce Type: cross Abstract: We present Clean2FX, a study and demo of label-conditioned clean-to-effect transformation for electric guitar audio. Given a clean guitar input and a target effect label, the task is to synthesize the corresponding effected signal while preserving th...
80. Secure-by-Disguise: A Systematic Evaluation of Image Disguising for Confidential Medical Image Modeling ​
Author: Jason Rojas, Jiajie He, Yash Patel, Yuechun Gu, Zeyun Yu, Keke Chen
Published: 7/13/2026, 4:00:00 AM
Categories: cs.CV, cs.LG
arXiv:2607.08867v1 Announce Type: cross Abstract: Cloud-based deep learning enables large-scale medical image analysis but raises significant privacy concerns when sensitive patient images are outsourced for model development. Image disguising has recently emerged as a promising privacy-enhancing te...
81. FlowDAgger: Human-in-the-Loop Adaptation of Generative Robot Policies in Latent Space ​
Author: Michael Murray, Daphne Chen, Simran Bagaria, Dean Fortier, Tess Hellebrekers, Galen Mullins, Harshavardhan Gajarla, Oier Mees, Maya Cakmak, Andrey Kolobov
Published: 7/13/2026, 4:00:00 AM
Categories: cs.RO, cs.LG
arXiv:2607.08877v1 Announce Type: cross Abstract: Pretrained generative robot policies based on flow matching and diffusion have achieved impressive results across a wide range of manipulation tasks. Yet real-world deployments routinely expose failure modes outside the pretraining distribution. Clos...
82. GATS: Graph-Augmented Tree Search with Layered World Models for Efficient Agent Planning ​
Author: Maureese Williams, Dymitr Nowicki
Published: 7/13/2026, 4:00:00 AM
Categories: cs.AI, cs.LG
arXiv:2607.08894v1 Announce Type: cross Abstract: Large Language Model (LLM) agents have shown promise in multi-step planning tasks, but existing approaches like LATS (Language Agent Tree Search) and ReAct rely heavily on LLM inference during planning, leading to high computational costs and stochas...
83. Learning-enabled Parameter Synthesis for Nonlinear Systems from Signal Temporal Logic ​
Author: Alex Beaudin, Hanna Krasowski, Eric Palanques-Tost, Calin Belta, Murat Arack
Published: 7/13/2026, 4:00:00 AM
Categories: eess.SY, cs.LG, cs.SY
arXiv:2607.08899v1 Announce Type: cross Abstract: Signal Temporal Logic (STL) is increasingly used to describe interpretable objectives and constraints for optimal control and learning methods, especially when no target time series data is available. In this work, we propose to synthesize parameters...
84. Nonconvex Composite Functional Constraints via First-Order Augmented Lagrangian Methods under Local Regularity ​
Author: Linglingzhi Zhu, Jiajin Li
Published: 7/13/2026, 4:00:00 AM
Categories: math.OC, cs.LG, stat.ML
arXiv:2607.08954v1 Announce Type: cross Abstract: We study nonasymptotic convergence of primal-dual methods for a class of nonconvex constrained optimization problems with a convex-composite structure. In this class, both the objective and the functional inequality constraints are given by convex Li...
85. RaMark: Radioactive Watermarking for Generated Tabular Data ​
Author: Xin Che, Lingyang Chu, Qiqi Zhang, Xinyu Ma, Xuan Luo, Jian Pei
Published: 7/13/2026, 4:00:00 AM
Categories: cs.CR, cs.LG
arXiv:2607.09000v1 Announce Type: cross Abstract: Recent advances in generative modeling have made generated tabular data a practical solution for privacy-sensitive data sharing, where watermarking enables ownership verification. However, existing watermarking methods fundamentally fail under retrai...
86. Phone Segmentation and Recognition through Phonological Activation Mapping ​
Author: Shikhar Bharadwaj, Kwanghee Choi, Stephen McIntosh, Chin-Jou Li, Eunjung Yeo, Daisuke Saito, Nobuaki Minematsu, Shinji Watanabe, Jian Zhu, David Harwath, David R. Mortensen
Published: 7/13/2026, 4:00:00 AM
Categories: eess.AS, cs.AI, cs.CL, cs.LG, cs.SD
arXiv:2607.09020v1 Announce Type: cross Abstract: Phone segmentation and recognition are inherently related tasks, yet modern approaches typically model them separately. We argue that phonetic structure is already latent in the representations of self-supervised speech models (S3Ms), and one only ne...
87. On Locality and Length Generalization in Visual Reasoning ​
Author: Pulkit Madan, Sanjay Haresh, Reza Ebrahimi, Sunny Panchal, Apratim Bhattacharyya, Roland Memisevic
Published: 7/13/2026, 4:00:00 AM
Categories: cs.CV, cs.AI, cs.LG
arXiv:2607.09061v1 Announce Type: cross Abstract: A striking feature of the human visual system is that it ingests visual information through a series of local foveated glimpses, rather than a single global computation. This makes human vision distinctly different from most popular computer vision m...
88. Solving Stochastic Fixed-Point Equations with High Probability ​
Author: Jelena Diakonikolas
Published: 7/13/2026, 4:00:00 AM
Categories: math.OC, cs.DS, cs.LG, stat.ML
arXiv:2607.09097v1 Announce Type: cross Abstract: We study stochastic fixed-point equations $\mathbf{T}(\mathbf{x}) = \mathbf{x}$ over normed spaces $(\mathcal{E}, |\cdot|)$, where the operator $\mathbf{T}$ is nonexpansive or contractive and is accessed only through unbiased stochastic evaluations...
89. Quantum-Enhanced Synthetic Data Generation Using Quantum Circuit Born Machines for Imbalanced Tabular Learning ​
Author: Tanapol Nuatho, Narisorn Sangnakara, Prapong Prechaprapranwong, Rajchawit Sarochawikasit
Published: 7/13/2026, 4:00:00 AM
Categories: quant-ph, cs.LG
arXiv:2607.09113v1 Announce Type: cross Abstract: Data scarcity and class imbalance are persistent challenges in machine learning that degrade model generalization and introduce predictive bias. We present a hybrid quantum-classical framework for synthetic data generation using a Quantum Circuit Bor...
90. Control Laguerre Tessellation: Semi-discrete Optimal Transport Over Control Systems ​
Author: Ripon C. Sarker, Abhishek Halder
Published: 7/13/2026, 4:00:00 AM
Categories: math.OC, cs.LG, cs.MA, cs.SY, eess.SY
arXiv:2607.09139v1 Announce Type: cross Abstract: We study the optimal transport of optimally controlled agents from a compactly supported absolutely continuous source to a discrete target measure. The ground cost for the transport is induced by the optimal cost of the agents' motion. When this grou...
91. GenVid2Robot: From Video Generation to Robot Manipulation via Rigid-Geometric Consistency ​
Author: Haohui Huang, Xi Yuan, Panpan Liao, Tao Teng, Chenguang Yang, Jing Guo, Yi Guo
Published: 7/13/2026, 4:00:00 AM
Categories: cs.RO, cs.LG
arXiv:2607.09191v1 Announce Type: cross Abstract: Generated videos provide useful visual motion priors for robot manipulation, but their visual plausibility does not imply physical executability. A generated video usually lacks metric geometry, grasp grounding, robot kinematic feasibility, and execu...
92. Complexity-Guided Component-wise Initialization for Language Model Pretraining ​
Author: Konstantin Garbers, Nicholas Oh
Published: 7/13/2026, 4:00:00 AM
Categories: cs.CL, cs.LG
arXiv:2607.09204v1 Announce Type: cross Abstract: Pretrained language models often exhibit structured weight spectra, suggesting that training may repeatedly produce similar layerwise and component-wise organization. We ask whether these recurring spectral patterns can be reused as an initialization...
93. When Does Order Flow Matter? State-Dependent L2 Liquidity-State Transitions in Crypto Futures ​
Author: Joohyoung Jeon
Published: 7/13/2026, 4:00:00 AM
Categories: q-fin.TR, cs.LG
arXiv:2607.09230v1 Announce Type: cross Abstract: Building event-conditioned market models requires separating macro-event labels from persistent microstructure state. We study this distinction in Binance BTCUSDT and ETHUSDT futures from 2023-2026, combining top-20 L2 order book data, trade-flow rec...
94. Influence Diagnostics in High-dimensional M-estimation: Precise Asymptotics ​
Author: Hugo Cui
Published: 7/13/2026, 4:00:00 AM
Categories: stat.ML, cs.LG
arXiv:2607.09250v1 Announce Type: cross Abstract: The impact of a given training point on a statistical model is classically measured through its leave-one-out influence, which quantifies the effect of its removal from the training set on the model accuracy. While the statistics of leave-one-out inf...
95. Leveraging Interpretable Tsetlin Machine for PDF Malware Detection ​
Author: Rahul Jaiswal
Published: 7/13/2026, 4:00:00 AM
Categories: cs.CR, cs.LG
arXiv:2607.09290v1 Announce Type: cross Abstract: In the digital era, Portable Document Format (PDF) is one of the most widely used file formats for storing and exchanging digital documents due to its platform independence and rich functionality. However, these same capabilities have also made PDF f...
96. From Classification to Localization and Clinical Validation: Large-Scale Development of a Deep Learning System for Thoracic Disease Detection on Chest Radiographs in Thailand ​
Author: Isarun Chamveha, Tretap Promwiset, Napat Wanchaitanawong, Trongtum Tongdee, Pairash Saiviroonporn, Warasinee Chaisangmongkon
Published: 7/13/2026, 4:00:00 AM
Categories: cs.CV, cs.LG
arXiv:2607.09305v1 Announce Type: cross Abstract: Chest radiography (CXR) remains the most widely used thoracic imaging modality, yet expert interpretation is constrained by a severe shortage of radiologists in Thailand and across Southeast Asia. Local adaptation of deep learning models to Thai data...
97. Creativity, honesty and designed forgetting emerge in small hyperbolic language models ​
Author: Kwan Soo Shin, In Seok Kang, Yunkyung Min
Published: 7/13/2026, 4:00:00 AM
Categories: cs.CL, cs.AI, cs.HC, cs.LG
arXiv:2607.09306v1 Announce Type: cross Abstract: Language models are optimised for scale, yet remain functional rather than companionable, and as an assistant personalises into a companion, accumulating memory of one user, it quietly becomes someone, and can silently acquire traits that harm that u...
98. Automatic Thematic Indexing of Large Literary Corpora: A Machine Learning Approach to Voltaire's Complete Works ​
Author: Miguel Arana-Catania, Gillian Pink, Glenn Roe
Published: 7/13/2026, 4:00:00 AM
Categories: cs.CL, cs.AI, cs.DL, cs.IR, cs.LG
arXiv:2607.09316v1 Announce Type: cross Abstract: Thematic indexing -- the practice of assigning structured conceptual labels to sections of text -- is essential to scholarly access in large-scale literary and historical editions, yet it remains a largely manual, labour-intensive process. This paper...
99. Letting the Data Speak: Extracting Keywords from Crowdsourced Collections with AI ​
Author: Miguel Arana-Catania, Catherine Conisbee, Matthew Kidd
Published: 7/13/2026, 4:00:00 AM
Categories: cs.CL, cs.AI, cs.DL, cs.IR, cs.LG
arXiv:2607.09324v1 Announce Type: cross Abstract: Identifying and assigning keywords at scale is a technical, practical, and ethical challenge for crowdsourced collections. This article reports the findings of the "Extracting Keywords from Crowdsourced Collections" project, which used the Their Fine...
100. Deceptive Grounding: Entity Attribution Failure in Clinical Retrieval-Augmented Generation ​
Author: Cedric Caruzzo, Donggeun Yoo, Tae Soo Kim
Published: 7/13/2026, 4:00:00 AM
Categories: cs.CL, cs.AI, cs.LG
arXiv:2607.09349v1 Announce Type: cross Abstract: Retrieval-augmented generation evaluation checks whether model claims are factually grounded in retrieved documents. It does not check whether retrieved evidence is attributed to the correct entity. A clinical RAG response can pass every automated ch...
101. Spectrally Deconfounded Gradient Boosting ​
Author: Andrea Nava, Peter B"uhlmann, Fabio Sigrist
Published: 7/13/2026, 4:00:00 AM
Categories: stat.ML, cs.LG
arXiv:2607.09371v1 Announce Type: cross Abstract: Flexible machine-learning methods can be sensitive to hidden confounding: they may learn associations induced by unobserved confounders rather than stable signals. Spectral deconfounding mitigates this problem by shrinking high-variance directions of...
102. A Sovereign, Open-Source Foundation Model for German and English ​
Author: The Soofi-Team, :, Benedikt Droste, David Fitzek, Ruben H"arle, Lukas Helff, Maximilian Idahl, Alex Jude, Abbas Goher Khan, Maurice Kraus, Timm Ruland, Richard Rutmann, Sebastian Sztwiertnia, Markus Frey, Daniil Gurgurov, Jan Pfister, Tom R"ohr, Sebastian von Rohrscheidt, J"org Bienert, Nicolas Flores-Herr, Simon Gottschalk, Andreas Hotho, Kristian Kersting, Joachim K"ohler, Alexander L"oser, Wolfgang Nejdl, Simon Ostermann, Jan Plogsties, Patrick Putzky, Mehdi Ali, Michael Fromm, Max L"ubbering
Published: 7/13/2026, 4:00:00 AM
Categories: cs.CL, cs.AI, cs.LG
arXiv:2607.09424v1 Announce Type: cross Abstract: We present Soofi S 30B-A3B, a sovereign, open-source Mixture-of-Experts (MoE) hybrid Mamba Transformer foundation model for German and English. Its hybrid design activates only 3B of 30B parameters per token and keeps the inference cache near-constan...
103. Multimodal Scenario Similarity Search for Autonomous Driving ​
Author: Tam'as Matuszka, Andr'as Tam'asy, Bal'azs Szol'ar
Published: 7/13/2026, 4:00:00 AM
Categories: cs.CV, cs.LG
arXiv:2607.09428v1 Announce Type: cross Abstract: Large-scale autonomous-driving datasets contain vast numbers of recorded scenarios, creating a need for efficient retrieval methods that can identify situations similar to a given query. Existing approaches typically rely on either visual representat...
104. Test-Time Scaling for Small VLMs on Multilingual Visual MCQ ​
Author: Spiros Baxevanakis, Peng-Jian Yang
Published: 7/13/2026, 4:00:00 AM
Categories: cs.CL, cs.AI, cs.LG
arXiv:2607.09438v1 Announce Type: cross Abstract: Test-time scaling (TTS) reliably improves reasoning in large language models, but whether it transfers to small open vision-language models remains unclear. We examine this on EXAMS-V, a multilingual visual multiple-choice benchmark, comparing self-c...
105. Robustifying Vision-Language Models via Test-Time Prompt Adaptation ​
Author: Xingyu Zhu, Huanshen Wu, Shuo Wang, Beier Zhu, Jiannan Ge, Jiaheng Zhang, Long Chen
Published: 7/13/2026, 4:00:00 AM
Categories: cs.CV, cs.LG
arXiv:2607.09450v1 Announce Type: cross Abstract: Pre-trained Vision-Language Models (VLMs) such as CLIP achieve strong zero-shot generalization, but their performance degrades sharply under adversarial perturbations. Existing test-time adaptation methods typically rely on sample-level confidence he...
106. Foveation-Guided Dynamic Token Selection for Robust and Efficient Vision Transformers ​
Author: Ibrahim Batuhan Akkaya, Kishaan Jeeveswaran, Bahram Zonooz, Elahe Arani
Published: 7/13/2026, 4:00:00 AM
Categories: cs.CV, cs.LG, cs.NE
arXiv:2607.09480v1 Announce Type: cross Abstract: The human visual system (HVS) employs foveated sampling and eye movements to achieve efficient perception, conserving both metabolic energy and computational resources. Drawing inspiration from this robustness and adaptability, we introduce the Fovea...
107. Terminal Dimension Reduction for Time Series with Applications ​
Author: Alexander Munteanu, Matteo Russo, David Saulpic, Chris Schwiegelshohn
Published: 7/13/2026, 4:00:00 AM
Categories: cs.DS, cs.CG, cs.LG, stat.ML
arXiv:2607.09490v1 Announce Type: cross Abstract: Terminal embeddings have emerged as a powerful tool for dimension reduction. Given a set of points $P\subset \mathbb{R}^d$, a terminal embedding is a mapping $f:\mathbb{R}^d\rightarrow \mathbb{R}^t$ that preserves the pairwise distance between any pa...
108. The Count Is There, but Misaligned: Understanding and Correcting Counting Failures in VLMs ​
Author: Ahmed Oumar El-Shangiti, Abzal Nurgazy, Hilal AlQuabeh, Nikolai Rozanov, Kentaro Inui
Published: 7/13/2026, 4:00:00 AM
Categories: cs.CV, cs.LG
arXiv:2607.09544v1 Announce Type: cross Abstract: Despite strong performance on many multimodal tasks, vision-language models (VLMs) still struggle with basic object counting. We investigate whether this reflects missing internal knowledge or a gap between internal representations and verbalized out...
109. Beyond Fixed Representations: The Vocabulary and Verifier Gaps in Open-Ended AI ​
Author: Yuan Cao, Haiqian Yang
Published: 7/13/2026, 4:00:00 AM
Categories: cs.AI, cs.LG
arXiv:2607.09560v1 Announce Type: cross Abstract: Modern AI systems are increasingly being evaluated for their ability to reason, code, prove theorems, use tools, and long-horizon research tasks. These are powerful capabilities, but they share a structural limitation: the representational frame with...
110. Entropy-Constrained Machine Learning with Residual Data Augmentation for Modeling Chemical Kinetics ​
Author: Okezzi Ukorigho, Opeoluwa Owoyele
Published: 7/13/2026, 4:00:00 AM
Categories: physics.flu-dyn, cs.LG
arXiv:2607.09582v1 Announce Type: cross Abstract: We present a physics-constrained machine learning framework for accelerating the direct numerical simulation (DNS) of turbulent reacting flows. The model replaces the direct evaluation of detailed chemical source terms with a surrogate that predicts ...
111. LLM for EDA in Front-End Design: Challenges and Opportunities ​
Author: Kangwei Xu, Bing Li, Ulf Schlichtmann
Published: 7/13/2026, 4:00:00 AM
Categories: cs.ET, cs.AR, cs.LG, cs.SY, eess.SY
arXiv:2607.09616v1 Announce Type: cross Abstract: As chip complexity increases and time-to-market pressures grow, front-end design has become a critical bottleneck in chip development. Recently, Large Language Models (LLMs) have shown great potential in Electronic Design Automation (EDA). Beyond spe...
112. Deep Gaussian Processes on Directed Acyclic Graphs ​
Author: Federico L. Perlino, Oliver Hamelijnck, Adam M. Johansen, Theodoros Damoulas
Published: 7/13/2026, 4:00:00 AM
Categories: stat.ML, cs.LG, math.ST, stat.CO, stat.ME, stat.TH
arXiv:2607.09645v1 Announce Type: cross Abstract: Many real-world processes can be represented as compositions of functions along a directed acyclic graph (DAG). In causal modelling, these correspond to the underlying mechanisms; in engineering, to multiple fidelity levels; and in gene-regulatory ne...
113. PHINN-EEG: Topological Time-Series Analysis of Dream-State EEG -- Dynamic Betti Curves for Dream Content Classification and Topology-Conditioned Neural Signal Synthesis ​
Author: Ren Takahashi, Emre Yusuf, Jayabrata Bhaduri
Published: 7/13/2026, 4:00:00 AM
Categories: q-bio.NC, cs.AI, cs.LG, eess.SP, math.AT
arXiv:2607.09662v1 Announce Type: cross Abstract: Current electroencephalography (EEG)-based dream detection relies on power spectral density (PSD) and statistical moment features, achieving a state-of-the-art area under the receiver operating characteristic curve (AUC) of approximately 0.70 on the ...
114. LDPKiT: Superimposing Remote Queries for Privacy-Preserving Distillation ​
Author: Kexin Li, Aastha Mehta, David Lie
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG, cs.CR, cs.CY
arXiv:2405.16361v4 Announce Type: replace Abstract: To protect privacy in regulated domains such as healthcare and finance, model owners may allow only remote API access while keeping both the training data and model parameters private. However, model users performing inference on such remotely host...
115. Towards Identifiability of Interventional Stochastic Differential Equations ​
Author: Aaron Zweig, Zaikang Lin, Elham Azizi, David Knowles
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG
arXiv:2505.15987v5 Announce Type: replace Abstract: We study identifiability of stochastic differential equations (SDE) under multiple interventions. Our results give the first provable bounds for unique recovery of SDE parameters given samples from their stationary distributions. We give tight boun...
116. Multi-Metric Adaptive Experimental Design Under a Fixed Budget with Validation ​
Author: Qining Zhang, Tanner Fiez, Yi Liu, Wenyang Liu
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG, stat.ML
arXiv:2506.03062v2 Announce Type: replace Abstract: A/B tests in online experiments face statistical power challenges when testing multiple candidates simultaneously, while adaptive experimental designs (AED) alone fall short in inferring experiment statistics such as the average treatment effect, e...
117. Regression-aware Continual Learning for Android Malware Detection ​
Author: Daniele Ghiani, Daniele Angioni, Giorgio Piras, Angelo Sotgiu, Luca Minnei, Srishti Gupta, Maura Pintor, Fabio Roli, Battista Biggio
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG, cs.CR
arXiv:2507.18313v2 Announce Type: replace Abstract: Malware evolves rapidly, forcing machine learning-based detectors to be continuously updated. With antivirus vendors processing hundreds of thousands of new samples daily, datasets can grow to billions of examples, making full retraining impractica...
118. Scalable Varied-Density Clustering via Graph Propagation ​
Author: Ninh Pham, Yingtao Zheng, Hugo Phibbs
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG
arXiv:2508.02989v2 Announce Type: replace Abstract: We propose a novel perspective on varied-density clustering for high-dimensional data by framing it as a label propagation process in neighborhood graphs that adapt to local density variations. Our method formally connects density-based clustering ...
119. Cluster and then Embed: A Modular Approach for Visualization ​
Author: Elizabeth Coda, Ery Arias-Castro, Gal Mishne
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG, stat.ME, stat.ML
arXiv:2509.03373v2 Announce Type: replace Abstract: Dimensionality reduction methods such as t-SNE and UMAP are popular methods for visualizing data with a potential (latent) clustered structure. They are known to group data points at the same time as they embed them, resulting in visualizations wit...
120. Information-Theoretic Bayesian Optimization for Bilevel Optimization Problems ​
Author: Takuya Kanayama, Yuki Ito, Tomoyuki Tamura, Masayuki Karasuyama
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG
arXiv:2509.21725v3 Announce Type: replace Abstract: A bilevel optimization problem consists of two optimization problems nested as an upper- and a lower-level problem, in which the optimality of the lower-level problem defines a constraint for the upper-level problem. This paper considers Bayesian o...
121. Self-Improving Neural-Guided Pruning: A Graph Neural Network Framework for Scalable Mixed Bundle Pricing ​
Author: Liangyu Ding, Chenghan Wu, Guokai Li, Zizhuo Wang
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG, math.OC
arXiv:2509.22557v5 Announce Type: replace Abstract: Mixed bundle pricing is a classic revenue management problem arising in industries such as e-commerce, tourism, and video games. It refers to designing product combinations (i.e., bundles) and determining their prices to maximize expected profit. E...
122. Forking-Sequences: Statistically and Computationally Efficient Multi-Horizon Forecasting with Reduced Volatility ​
Author: Willa Potosnak, Malcolm Wolff, Mengfei Cao, Ruijun Ma, Tatiana Konstantinova, Dmitry Efimov, Michael W. Mahoney, Boris Oreshkin, Kin G. Olivares
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG
arXiv:2510.04487v5 Announce Type: replace Abstract: While accuracy is a critical requirement for time series forecasting, an equally important desideratum is reasonable forecast volatility across forecast creation dates (FCDs). Even highly accurate models can produce erratic revisions between FCDs, ...
123. Hair-Trigger Alignment: Black-Box Evaluation Cannot Guarantee Post-Update Alignment ​
Author: Yavuz Bakman, Duygu Nur Yaldiz, Eleni Triantafillou, Peter Kairouz, Salman Avestimehr, Sai Praneeth Karimireddy
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG
arXiv:2601.22313v2 Announce Type: replace Abstract: Large Language Models (LLMs) are rarely static and are frequently updated in practice. A growing body of alignment research has shown that models initially deemed ``aligned'' can exhibit misaligned behavior after fine-tuning. These works typically ...
124. Principles of Lipschitz continuity in neural networks ​
Author: R'ois'in Luo
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG, cs.AI, stat.ML
arXiv:2602.04078v2 Announce Type: replace Abstract: Deep learning has achieved remarkable success across a wide range of domains, significantly expanding the frontiers of what is achievable in artificial intelligence. Yet, despite these advances, critical challenges remain -- most notably, ensuring ...
125. Preference Conditioned Multi-Objective Reinforcement Learning: Decomposed, Diversity-Driven Policy Optimization ​
Author: Tanmay Ambadkar, Sourav Panda, Shreyash Kale, Jonathan Dodge, Abhinav Verma
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG, cs.AI
arXiv:2602.07764v2 Announce Type: replace Abstract: Multi-objective reinforcement learning (MORL) seeks to train agents capable of balancing conflicting objectives. While single preference-conditioned policies offer a highly scalable solution, existing approaches remain brittle in practice, frequent...
126. Tensor Methods: A Unified and Interpretable Approach for Material Design ​
Author: Shaan Pakala, Aldair E. Gongora, Brian Giera, Evangelos E. Papalexakis
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG
arXiv:2602.10392v3 Announce Type: replace Abstract: When designing new materials, it is often necessary to tailor the material design to have some desired properties. As the set of material design parameters grows, the search space grows exponentially, making the actual synthesis and evaluation of a...
127. Upper-Linearizability of Online Non-Monotone DR-Submodular Maximization over Down-Closed Convex Sets ​
Author: Yiyang Lu, Haresh Jadav, Mohammad Pedramfar, Ranveer Singh, Vaneet Aggarwal
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG, math.OC, stat.ML
arXiv:2602.20578v2 Announce Type: replace Abstract: We study online maximization of non-monotone Diminishing-Return(DR)-submodular functions over down-closed convex sets, a regime where existing projection-free online methods suffer from suboptimal regret and limited feedback guarantees. Our main co...
128. Untied Ulysses: Memory-Efficient Context Parallelism via Headwise Chunking ​
Author: Ravi Ghadia, Maksim Abraham, Sergei Vorobyov, Max Ryabinin
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG, cs.DC
arXiv:2602.21196v2 Announce Type: replace Abstract: Efficiently processing long sequences with Transformer models usually requires splitting the computations across accelerators via context parallelism. The dominant approaches in this family of methods, such as Ring Attention or DeepSpeed Ulysses, e...
129. Lipschitz-Based Robustness Certification Under Floating-Point Execution ​
Author: Toby Murray
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG, cs.CV, cs.PL
arXiv:2603.13334v5 Announce Type: replace Abstract: Lipschitz-based robustness certification bounds a network's sensitivity through concrete numerical computation rather than symbolic reasoning, and so scales efficiently. It is increasingly used even where verifiable guarantees matter. Yet, as with ...
130. Learning Lineage-guided Geodesics with Finsler Geometry ​
Author: Aaron Zweig, Mingxuan Zhang, David A. Knowles, Elham Azizi
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG
arXiv:2603.16708v2 Announce Type: replace Abstract: Trajectory inference investigates how to interpolate paths between observed timepoints of dynamical systems, such as temporally resolved population distributions, with the goal of inferring trajectories at unseen times and better understanding syst...
131. Bridging the Gap Between Climate Science and Machine Learning in Climate Model Emulation ​
Author: Luca Schmidt, Nina Effenberger, Vitus Benson, Philine L. Bommer, Robert Brunstein, Mikel N. Legasa, Maxim Samarin, Maybritt Schillinger
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG, stat.AP, stat.ML
arXiv:2603.22320v2 Announce Type: replace Abstract: For decades, physics-based climate models have been used to provide insights for climate decision-making. Their application is, however, constrained by significant computational and technical demands. Machine learning (ML) emulators offer a way to ...
132. Policy-based Tuning of Autoregressive Image Models with Instance- and Distribution-Level Rewards ​
Author: Orhun Bugra Baran, Melih Kandemir, Ramazan Gokberk Cinbis
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG, cs.CV
arXiv:2603.23086v2 Announce Type: replace Abstract: Autoregressive (AR) models are highly effective for image generation, yet their standard maximum-likelihood estimation training lacks direct optimization for sample quality and diversity. While reinforcement learning (RL) has been used to align dif...
133. Kronecker-Structured Nonparametric Spatiotemporal Point Processes ​
Author: Zhitong Xu, Qiwei Yuan, Yinghao Chen, Yan Sun, Bin Shen, Shandian Zhe
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG
arXiv:2603.23746v2 Announce Type: replace Abstract: Events in spatiotemporal domains arise in numerous real-world applications, where uncovering event relationships and enabling accurate prediction are central challenges. Classical Poisson and Hawkes processes rely on restrictive parametric assumpti...
134. Logarithmic High-Probability Regret for Online Convex Optimization with Two-Point Bandit Feedback ​
Author: Haishan Ye
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG
arXiv:2603.25029v4 Announce Type: replace Abstract: We study online convex optimization (OCO) with two-point bandit feedback against a non-anticipating adaptive adversary. In this setting, a learner competes with an adversarial sequence of convex losses while observing each loss only through two fun...
135. Enhancing AI and Dynamical Subseasonal Forecasts with Probabilistic Bias Correction ​
Author: Hannah Guan, Soukayna Mouatadid, Paulo Orenstein, Judah Cohen, Haiyu Dong, Zekun Ni, Jeremy Berman, Genevieve Flaspohler, Alex Lu, Jakob Schloer, Joshua Talib, Jonathan A. Weyn, Lester Mackey
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG, physics.ao-ph, stat.ML
arXiv:2604.16238v2 Announce Type: replace Abstract: Decision-makers rely on weather forecasts to plant crops, manage wildfires, allocate water and energy, and prepare for weather extremes. Today, such forecasts enjoy unprecedented accuracy out to two weeks thanks to steady advances in physics-based ...
136. AnchorMoE: Interpretable Time Series Classification via Anchor-Routed MoE ​
Author: Tao Xie, Zexi Tan, Haoyi Xiao, Mengke Li, Yiqun Zhang, Yang Lu, Cuie Yang, Yiu-ming Cheung
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG, cs.AI
arXiv:2606.03631v3 Announce Type: replace Abstract: Multivariate time series classification (MTSC) is pivotal in high-stakes domains, such as clinical diagnosis and industrial fault detection, where safe deployment necessitates transparent decision-making. However, isolating the temporal segments th...
137. Language Models Need Sleep: Learning to Self-Modify and Consolidate Memories ​
Author: Ali Behrouz, Farnoosh Hashemi, Adel Javanmard, Vahab Mirrokni
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG, cs.AI
arXiv:2606.03979v2 Announce Type: replace Abstract: The past few decades have witnessed significant advances in the design of machine learning algorithms, from early studies on task-specific shallow models to more general deep Large Language Models (LLMs). Despite showing promising results in tasks ...
138. CITRAS-FM: Tiny Time Series Foundation Model for Covariate-Informed Zero-Shot Forecasting ​
Author: Yosuke Yamaguchi, Issei Suemitsu, Yuki Kajihara, Wenpeng Wei
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG
arXiv:2606.10798v2 Announce Type: replace Abstract: 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 accoun...
139. Contract-Based Compositional Shielding for Safe Multi-Agent Reinforcement Learning ​
Author: Omar Adalat, Edwin Hamel-De le Court, Francesco Belardinelli
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG, cs.MA
arXiv:2606.14130v2 Announce Type: replace Abstract: Safe coordination problems surface in multi-agent reinforcement learning when global safety cannot be enforced by any agent unilaterally: the admissibility of one agent's action may depend on the dynamics of other agents. Decentralised shields can ...
140. Code Correctness Signals in LLM Hidden States: Pre-Generation Probing and Repair Geometry ​
Author: Carlo Di Cicco
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG
arXiv:2606.14530v2 Announce Type: replace Abstract: Large language models encode rich information in their hidden states. This work asks whether code correctness is legible in the hidden states of Qwen3-4B-Instruct-2507, before it generates and as it repairs a failed attempt, studied on 444 LiveCode...
141. Evolutionary Discovery of Developmental Reward Schedules in Deep Reinforcement Learning ​
Author: Alan Nadelsticher Ruvalcaba
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG, cs.NE
arXiv:2606.20858v2 Announce Type: replace Abstract: The temporal structure of reward composition in reinforcement learning (RL) is typically hand-designed and held fixed throughout training, leaving the progression of motivational priorities largely unexplored. In this work, we propose an evolutiona...
142. 3D Masked Autoencoders are Robust Learners of Volumetric and Multimodal Cellular Representations for Microscopy ​
Author: Amirhossein Kardoost, Lion Gleiter, Tingying Peng, Carsten Marr
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG, cs.CV, q-bio.QM
arXiv:2606.23964v2 Announce Type: replace Abstract: Self-supervised learning in fluorescence microscopy often relies on 2D projections, despite the inherently three-dimensional nature of cells. We present a systematic comparison of 2D and 3D masked autoencoders (MAE-2D vs. MAE-3D) on volumetric micr...
143. Towards Continuous Power Forecasting: Practical Continual Learning for Real-World Energy Systems in Nonstationary Time Series ​
Author: Yujiang He, Frederic Uhrweiller, Bernhard Sick
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG
arXiv:2606.24955v2 Announce Type: replace Abstract: Power forecasting models deployed in real-world energy markets must operate under nonstationary conditions, where data distributions continually evolve due to weather variability, infrastructure upgrades, and changing consumption behaviors. In prac...
144. Estimation-Prediction Tradeoff in Causal Probabilistic Temporal Graphs ​
Author: Aniq Ur Rahman
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG, cs.IT, cs.MA, cs.SI, cs.SY, eess.SY, math.IT
arXiv:2606.28225v2 Announce Type: replace Abstract: Temporal link prediction (TLP) is typically evaluated by predictive performance on unseen edges, but this criterion can conflate predictive accuracy with recovery of the underlying causal mechanism. In stochastic models, Fisher information governs ...
145. ECHO: Prune To Act, Trace To Learn With Selective Turn Memory In Agentic RL ​
Author: Zijun Xie, Binbin Zheng, Enlei Gong, Jihua Liu, Yuyang You, Lingfeng Liu, Jiayao Tang, Guanqun Zhao, Aoqi Hu, Zeyu Chen
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG, cs.AI
arXiv:2606.31650v2 Announce Type: replace Abstract: Long-horizon language agents must repeatedly interact with tools, accumulate evidence, and make decisions under bounded context windows. Context-management methods make such rollouts feasible by simplifying past interactions through deletion, foldi...
146. Reduced-Order Models: The Mother of World Models ​
Author: Rajat Ghosh
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG, math-ph, math.MP
arXiv:2607.03198v2 Announce Type: replace Abstract: World models -- compressed latent representations of an environment that support action-conditioned prediction and planning -- are typically presented as a product of modern self-supervised learning. This paper argues that the functional anatomy of...
147. The Anatomy of Implicit Bias: Information Allocation in Neural Network Training ​
Author: Zhang Gongyue, Wang Zhiyong, Liu Donghan, Ren Weihong, Sheng Yixuan, Liu Honghai
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG
arXiv:2607.07156v2 Announce Type: replace Abstract: Implicit bias is usually explained as the preference of an optimization process for certain final solutions and their geometry. This view helps explain where a model finally stops. It gives less direct explanation of how this bias is formed during ...
148. PeTeR: Post-Training Robustification of Probabilistic Circuits ​
Author: Adrian Ciotinga, Yeming Dai, YooJung Choi
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG
arXiv:2607.07671v2 Announce Type: replace Abstract: Probabilistic circuits (PCs) can model complex joint distributions while supporting exact and efficient computation of many inference queries. However, standard likelihood-based PC learning is vulnerable to overfitting and fragile generalization wh...
149. Omni-Sleep: A Sleep Foundation Model via Hierarchical Contrastive Learning of CNS-ANS Dynamics ​
Author: Zhoujie Hou, Song Wang, Kexin Lou, Mo Wang, Chen Wei, Quanying Liu
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG, cs.AI
arXiv:2607.07720v2 Announce Type: replace Abstract: Sleep physiology arises from the coordinated dynamics of the central nervous system (CNS) and autonomic nervous system (ANS), as reflected by multimodal polysomnography signals including EEG, EOG, EMG, ECG, and respiration. However, existing sleep ...
150. Jet-Long: Efficient Long-Context Extension with Dynamic Bifocal RoPE ​
Author: Haozhan Tang, Zerui Wang, Yuxian Gu, Song Han, Han Cai
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG, cs.AI
arXiv:2607.07740v2 Announce Type: replace Abstract: Modern LLMs are increasingly deployed in long-context applications such as retrieval-augmented generation, repository-level coding, and agentic workflows whose accumulated reasoning and tool traces routinely push the input an order of magnitude pas...
151. Resample or Reroute? Budget-Aware Test-Time Model Selection for Large Language Models ​
Author: Teng-Ruei Chen
Published: 7/13/2026, 4:00:00 AM
Categories: cs.LG
arXiv:2607.08665v2 Announce Type: replace Abstract: Routing among large language models (LLMs) trades response quality against serving cost, motivated by the reported gap between deployed routers and a per-instance oracle. Recent analysis shows that test-time resampling can recover per-instance sele...
152. A Fourier analytique approach to Gaussian mixture learning ​
Author: Somnath Chakraborty, Hariharan Narayanan
Published: 7/13/2026, 4:00:00 AM
Categories: cs.DS, cs.LG, math.OC
arXiv:2004.05813v3 Announce Type: replace-cross Abstract: Suppose that we are given independent, identically distributed random samples $x_1,\cdots,x_n$ from a mixture at most $k$ many $d$-dimensional spherical Gaussian distributions $\mu_1,\cdots,\mu_{k_0}$ of identical and known variance $\sigma^2...
153. Ruby: Unmasking Unsafe Rust in Stripped Binaries via Machine Learning ​
Author: Xiang Cheng, Sangdon Park, HyungSeok Han, Xiaokuan Zhang, Taesoo Kim
Published: 7/13/2026, 4:00:00 AM
Categories: cs.CR, cs.LG, cs.SE
arXiv:2211.00111v3 Announce Type: replace-cross Abstract: Rust, as an emerging system programming language, introduces $\texttt{unsafe}$ to allow developers to bypass safety checks during compilation. As a result, memory safety bugs are typically confined to the $\texttt{unsafe}$ regions, which have...
154. Contrastive Learning on Multimodal Analysis of Electronic Health Records ​
Author: Tianxi Cai, Feiqing Huang, Ryumei Nakada, Linjun Zhang, Doudou Zhou
Published: 7/13/2026, 4:00:00 AM
Categories: stat.ML, cs.LG
arXiv:2403.14926v3 Announce Type: replace-cross Abstract: Electronic health record (EHR) systems capture a wealth of multimodal clinical data, encompassing both structured clinical codes and unstructured clinical notes. Yet, many EHR-focused studies have traditionally examined these modalities in is...
155. Accelerated Fully First-Order Methods for Bilevel and Minimax Optimization ​
Author: Chris Junchi Li
Published: 7/13/2026, 4:00:00 AM
Categories: math.OC, cs.LG, stat.ML
arXiv:2405.00914v4 Announce Type: replace-cross Abstract: We present in this paper novel accelerated fully first-order methods in \emph{Bilevel Optimization} (BLO). Firstly, for BLO under the assumption that the lower-level functions admit the typical strong convexity assumption, the \emph{(Perturbe...
156. Projection Methods for Operator Learning and Universal Approximation ​
Author: Emanuele Zappala
Published: 7/13/2026, 4:00:00 AM
Categories: math.NA, cs.AI, cs.LG, cs.NA
arXiv:2406.12264v5 Announce Type: replace-cross Abstract: We obtain a new universal approximation theorem for continuous (possibly nonlinear) operators on arbitrary Banach spaces using the Leray-Schauder mapping. Moreover, we introduce and study a method for operator learning in Banach spaces $L^p$ ...
157. Accelerating Large Language Model Inference with Self-Supervised Early Exits ​
Author: Florian Valade
Published: 7/13/2026, 4:00:00 AM
Categories: cs.CL, cs.LG, stat.ML
arXiv:2407.21082v3 Announce Type: replace-cross Abstract: This paper presents a modular approach to accelerate inference in large language models (LLMs) by adding early exit heads at intermediate transformer layers. Each head is trained in a self-supervised manner to mimic the main model's predictio...
158. Human Vision Constrained Super-Resolution ​
Author: Volodymyr Karpenko, Taimoor Tariq, Jorge Condor, Piotr Didyk
Published: 7/13/2026, 4:00:00 AM
Categories: cs.CV, cs.GR, cs.LG
arXiv:2411.17513v3 Announce Type: replace-cross Abstract: Modern deep-learning super-resolution (SR) techniques process images and videos independently of the underlying content and viewing conditions. However, the sensitivity of the human visual system (HVS) to image details changes depending on th...
159. Multi-Attribute Steering of Language Models via Targeted Intervention ​
Author: Duy Nguyen, Archiki Prasad, Elias Stengel-Eskin, Mohit Bansal
Published: 7/13/2026, 4:00:00 AM
Categories: cs.CL, cs.AI, cs.LG
arXiv:2502.12446v3 Announce Type: replace-cross Abstract: Inference-time intervention (ITI) has emerged as a promising method for steering large language model (LLM) behavior in a particular direction (e.g., improving helpfulness) by intervening on token representations without costly updates to the...
160. Transformer-Empowered Actor-Critic Reinforcement Learning for Sequence-Aware Service Function Chain Partitioning ​
Author: Cyril Shih-Huan Hsu, Anestis Dalgkitsis, Paola Grosso, Chrysa Papagianni
Published: 7/13/2026, 4:00:00 AM
Categories: cs.NI, cs.AI, cs.LG, cs.NE
arXiv:2504.18902v3 Announce Type: replace-cross Abstract: In the forthcoming era of 6G networks, characterized by unprecedented data rates, ultra-low latency, and ubiquitous connectivity, effective management of Virtualized Network Functions (VNFs) is essential. VNFs are software-based counterparts ...
161. Beyond Black-Box Obfuscation: Mechanistic Analysis and Defense of White-Box Monitors ​
Author: Maheep Chaudhary, Fazl Barez
Published: 7/13/2026, 4:00:00 AM
Categories: cs.AI, cs.CL, cs.LG
arXiv:2505.14300v2 Announce Type: replace-cross Abstract: White-box monitoring is increasingly adopted as an auditing tool as Large Language Models (LLMs) are deployed in daily operations to ensure safe model behavior. However, white-box monitors can be circumvented, and the mechanisms underlying su...
162. A Descriptive and Normative Theory of Human Beliefs in RLHF ​
Author: Sylee Dandekar, Shripad Deshmukh, Frank Chiu, W. Bradley Knox, Scott Niekum
Published: 7/13/2026, 4:00:00 AM
Categories: cs.AI, cs.LG
arXiv:2506.01692v2 Announce Type: replace-cross Abstract: Human preferences in RLHF are typically modeled as a function of the human's reward function or corresponding optimal state-action values. In this work, we propose that human beliefs about the capabilities of the agent being trained also play...
163. M4V: Multimodal Mamba for Efficient Text-to-Video Generation ​
Author: Jiancheng Huang, Gengwei Zhang, Zequn Jie, Siyu Jiao, Yinlong Qian, Ling Chen, Yunchao Wei, Lin Ma
Published: 7/13/2026, 4:00:00 AM
Categories: cs.CV, cs.AI, cs.LG
arXiv:2506.10915v2 Announce Type: replace-cross Abstract: Text-to-video generation has significantly enriched content creation and holds the potential to evolve into powerful world simulators. However, modeling the vast spatiotemporal space remains computationally demanding, particularly when employ...
164. Transformer-Based Inverse Microrheology for Experimental Mechanics at Ultra-High Strain Rates ​
Author: Lehu Bu, Zhaohan Yu, Danila Frolkin, Junyoung Kim, Qihang Shi, Jan N. Fuhg, Shaoting Lin, Jin Yang
Published: 7/13/2026, 4:00:00 AM
Categories: physics.flu-dyn, cond-mat.mtrl-sci, cs.LG
arXiv:2506.11936v2 Announce Type: replace-cross Abstract: Traditional rheological tools are often limited in characterizing soft materials under ultra-high strain-rate loading conditions (> 1000 s^-1) due to constraints in spatiotemporal resolution, loading rate, and invasiveness. Recently, inertial...
165. Uncovering smooth structures in single-cell data with PCS-guided neighbor embeddings ​
Author: Rong Ma, Xi Li, Jingyuan Hu, Bin Yu
Published: 7/13/2026, 4:00:00 AM
Categories: stat.ML, cs.LG, q-bio.GN, stat.AP
arXiv:2506.22228v2 Announce Type: replace-cross Abstract: Single-cell sequencing is revolutionizing biology by enabling detailed investigations of cell-state transitions. Many biological processes unfold along continuous trajectories, yet it remains challenging to extract smooth, low-dimensional rep...
166. A Practical Guide to Interpretable Role-Based Clustering in Multi-Layer Financial Networks ​
Author: Christian Franssen, Thao Le, Iman van Lelyveld, Bernd Heidergott
Published: 7/13/2026, 4:00:00 AM
Categories: cs.SI, cs.LG
arXiv:2507.00600v2 Announce Type: replace-cross Abstract: Understanding the functional roles of financial institutions within interconnected markets is critical for effective supervision, systemic risk assessment, and resolution planning. We propose an interpretable role-based clustering approach fo...
167. Is data-efficient learning feasible with quantum models? ​
Author: Alona Sakhnenko, Christian B. Mendl, Jeanette M. Lorenz
Published: 7/13/2026, 4:00:00 AM
Categories: quant-ph, cs.LG
arXiv:2508.19437v2 Announce Type: replace-cross Abstract: The importance of analyzing nontrivial datasets when testing quantum machine learning (QML) models is becoming increasingly prominent in literature, yet a cohesive framework for understanding dataset characteristics remains elusive. In this w...
168. Near-optimal Delta-convex Estimation of Lipschitz Functions ​
Author: G'abor Bal'azs
Published: 7/13/2026, 4:00:00 AM
Categories: stat.ML, cs.LG
arXiv:2511.15615v2 Announce Type: replace-cross Abstract: This paper presents a tractable algorithm for estimating an unknown Lipschitz function from noisy observations and establishes an upper bound on its convergence rate. The approach extends max-affine methods from convex shape-restricted regres...
169. AutoGraphAD: Unsupervised network anomaly detection using Variational Graph Autoencoders ​
Author: Georgios Anyfantis, Pere Barlet-Ros
Published: 7/13/2026, 4:00:00 AM
Categories: cs.CR, cs.AI, cs.LG
arXiv:2511.17113v3 Announce Type: replace-cross Abstract: Network Intrusion Detection Systems (NIDS) are essential tools for detecting network attacks and intrusions. While extensive research has explored the use of supervised Machine Learning for attack detection and characterisation, these methods...
170. Point of Order: Action-Aware LLM Persona Modeling for Data-Grounded Civic Deliberation ​
Author: Scott Merrill, Shashank Srivastava
Published: 7/13/2026, 4:00:00 AM
Categories: cs.CL, cs.AI, cs.LG, cs.SD
arXiv:2511.17813v3 Announce Type: replace-cross Abstract: LLM-based simulations can enable controlled studies of civic deliberation, but current systems lack speaker-attributed data and methods for evaluating long-form institutional behavior. ASR transcripts typically use anonymous labels such as $S...
171. How to DP-fy Your Data: A Practical Guide to Generating Synthetic Data With Differential Privacy ​
Author: Natalia Ponomareva, Zheng Xu, H. Brendan McMahan, Peter Kairouz, Lucas Rosenblatt, Vincent Cohen-Addad, Crist'obal Guzm'an, Ryan McKenna, Galen Andrew, Alex Bie, Da Yu, Alex Kurakin, Morteza Zadimoghaddam, Sergei Vassilvitskii, Andreas Terzis
Published: 7/13/2026, 4:00:00 AM
Categories: cs.CR, cs.AI, cs.LG, stat.ML
arXiv:2512.03238v2 Announce Type: replace-cross Abstract: High quality data is needed to unlock the full potential of AI for end users. However finding new sources of such data is getting harder: most publicly-available human generated data will soon have been used. Additionally, publicly available ...
172. ReinforceGen: Hybrid Skill Policies with Automated Data Generation and Reinforcement Learning ​
Author: Zihan Zhou, Animesh Garg, Ajay Mandlekar, Caelan Garrett
Published: 7/13/2026, 4:00:00 AM
Categories: cs.RO, cs.AI, cs.LG
arXiv:2512.16861v2 Announce Type: replace-cross Abstract: Long-horizon manipulation has been a long-standing challenge in the robotics community. We propose ReinforceGen, a system that combines task decomposition, data generation, imitation learning, and motion planning to form an initial solution, ...
173. Transition Matching Distillation for Fast Video Generation ​
Author: Weili Nie, Julius Berner, Nanye Ma, Chao Liu, Saining Xie, Arash Vahdat
Published: 7/13/2026, 4:00:00 AM
Categories: cs.CV, cs.AI, cs.LG
arXiv:2601.09881v2 Announce Type: replace-cross Abstract: Large video diffusion and flow models have achieved remarkable success in high-quality video generation, but their use in real-time interactive applications remains limited due to their inefficient multi-step sampling process. In this work, w...
174. Global Sequential Testing for Multi-Stream Auditing ​
Author: Beepul Bharti, Ambar Pal, Jeremias Sulam
Published: 7/13/2026, 4:00:00 AM
Categories: stat.ML, cs.LG
arXiv:2602.21479v3 Announce Type: replace-cross Abstract: Across many risk-sensitive areas, it is critical to continuously audit machine learning systems as we receive more data to quickly determine if they are performing as designed. This auditing task can be modeled as a sequential hypothesis test...
175. Fine-grained Soundscape Control for Augmented Hearing ​
Author: Seunghyun Oh, Malek Itani, Aseem Gauri, Shyamnath Gollakota
Published: 7/13/2026, 4:00:00 AM
Categories: cs.SD, cs.LG, eess.AS
arXiv:2603.00395v3 Announce Type: replace-cross Abstract: Hearables are becoming ubiquitous, yet their sound controls remain blunt: users can either enable global noise suppression or focus on a single target sound. Real-world acoustic scenes, however, contain many simultaneous sources that users ma...
176. From Cross-Validation to SURE: Asymptotic Risk of Tuned Regularized Estimators ​
Author: Karun Adusumilli, Maximilian Kasy, Ashia Wilson
Published: 7/13/2026, 4:00:00 AM
Categories: math.ST, cs.LG, econ.EM, stat.ML, stat.TH
arXiv:2603.20388v2 Announce Type: replace-cross Abstract: We derive the asymptotic risk function of regularized empirical risk minimization (ERM) estimators tuned by $n$-fold cross-validation (CV). The out-of-sample prediction loss of such estimators converges in distribution to the squared-error lo...
177. RELISH: LLM REgression with a Latent Iterative State Head ​
Author: Yiheng Su, Matthew Lease
Published: 7/13/2026, 4:00:00 AM
Categories: cs.CL, cs.LG
arXiv:2604.01206v2 Announce Type: replace-cross Abstract: We present RELISH (REgression with a Latent Iterative State Head), a novel, lightweight architecture designed for text regression with large language models. Rather than decoding numeric targets as text or aggregating multiple generated outpu...
178. HiPO: Hierarchical Preference Optimization for Adaptive Reasoning in LLMs ​
Author: Darsh Kachroo, Arjun Prasaath Anbazhagan, Adriana Caraeni, Brennan Lagasse, Kevin Zhu
Published: 7/13/2026, 4:00:00 AM
Categories: cs.AI, cs.LG
arXiv:2604.20140v2 Announce Type: replace-cross Abstract: Direct Preference Optimization (DPO) is an effective framework for aligning large language models with human preferences, but it struggles with complex reasoning tasks. DPO optimizes for the likelihood of generating preferred over dispreferre...
179. Tuning Derivatives for Causal Fairness in Machine Learning ​
Author: Filip Edstr"om, Guilherme W. F. Barros, Tetiana Gorbach, Xavier de Luna
Published: 7/13/2026, 4:00:00 AM
Categories: stat.ML, cs.AI, cs.CY, cs.LG
arXiv:2605.05882v2 Announce Type: replace-cross Abstract: Artificial-intelligence systems are becoming ubiquitous in society, yet their predictions typically inherit biases with respect to protected attributes such as race, gender, or age. Classical fairness notions, most notably Statistical Parity ...
180. XAI and Statistical Analysis for Reliable Intrusion Detection in the UAVIDS-2025 Dataset: From Tree to Hybrid and Tabular DNN Ensembles ​
Author: Iakovos-Christos Zarkadis, Christos Douligeris
Published: 7/13/2026, 4:00:00 AM
Categories: cs.CR, cs.LG, stat.CO
arXiv:2605.13922v2 Announce Type: replace-cross Abstract: During thDuring the last few years, the term Mechanistic Interpretability, a specific area, under the umbrella of explainable artificial intelligence (XAI), has been introduced, to explain the decisions made by complex machine learning (ML) m...
181. Heterogeneous Information-Bottleneck Coordination Graphs for Multi-Agent Reinforcement Learning ​
Author: Wei Duan, Junyu Xuan, En Yu, Xiaoyu Yang, Jie Lu
Published: 7/13/2026, 4:00:00 AM
Categories: cs.AI, cs.LG, cs.MA
arXiv:2605.17393v2 Announce Type: replace-cross Abstract: Coordination graphs are a central abstraction in cooperative multi-agent reinforcement learning (MARL), yet existing sparse-graph learners lack a theoretically grounded mechanism to decide which edges should exist and how much information eac...
182. Explaining is Harder Than Predicting Alone: Evaluating Concept-based Explanations of MLLMs as ICL Visual Classifiers ​
Author: Carmen Quiles-Ram'irez, Leticia L. Rodr'iguez, Nicol'as Martorell, Natalia D'iaz-Rodr'iguez
Published: 7/13/2026, 4:00:00 AM
Categories: cs.AI, cs.CL, cs.LG, cs.LO, cs.MA
arXiv:2605.28215v2 Announce Type: replace-cross Abstract: In-context learning (ICL) enables multimodal large language models (MLLMs) to classify images from a few labelled examples. Yet, how these models use the provided context remains opaque. While Chain-of-Thought prompting is widely used, recent...
183. SHARP: Sleep-based Hierarchical Accelerated Replay for Long Range Non-Stationary Temporal Pattern Recognition ​
Author: Jayanta Dey, Shikhar Srivastava, Itamar Lerner, Christopher Kanan, Dhireesha Kudithipudi
Published: 7/13/2026, 4:00:00 AM
Categories: cs.AI, cs.LG
arXiv:2606.00732v4 Announce Type: replace-cross Abstract: Learning long-range non-stationary temporal patterns remains a core challenge for modern sequence models, particularly in strict streaming settings. In these settings, data arrive sequentially and must be processed in a single pass without si...
184. Kernel of Partition Paths: A Unified Representation for Tree Ensembles ​
Author: Nicolas Mahler
Published: 7/13/2026, 4:00:00 AM
Categories: stat.ML, cs.LG
arXiv:2606.18853v3 Announce Type: replace-cross Abstract: A recent line of work has reframed individual decision trees as linear models on engineered features associated with their splits, opening routes for oracle inequalities and feature-importance reinterpretation, but leaving open the question o...
185. Memory-Managed Long-Context Attention: Bounded Editable Memory with a Hard Lifecycle and Calibrated Sparse Fallback ​
Author: Junyi Zou, Avrova Donz
Published: 7/13/2026, 4:00:00 AM
Categories: cs.CL, cs.LG
arXiv:2606.28876v2 Announce Type: replace-cross Abstract: We study memory-managed long-context attention: explicit bounded memory with a learned query-independent writer, lifecycle control, query-aware reading, calibrated sparse fallback, and frozen-LLM generation from raw evidence. Track A is a con...
186. Causal ASCEND: Scalable Two-tier Causal Discovery on High Dimensional Multi-omics Data ​
Author: Stephen Asiedu, David Watson
Published: 7/13/2026, 4:00:00 AM
Categories: stat.ML, cs.LG, q-bio.GN
arXiv:2607.04527v2 Announce Type: replace-cross Abstract: Biological systems exhibit a hierarchical structure, characterised by directed flow from upstream regulators to downstream effects. Although this ordering provides a natural scaffold for causal inference, most causal discovery and GRN methods...
187. Deployment Risk Assessment Using Diff-Aware Features: A Case Study at Prime Video ​
Author: Mayur Kurup, Hyunjae Suh, Swathi Vaidyanathan, Pranesh Vyas, Srinidhi Madabhushi, Yegor Silyutin
Published: 7/13/2026, 4:00:00 AM
Categories: cs.SE, cs.LG
arXiv:2607.06766v2 Announce Type: replace-cross Abstract: At Amazon Prime Video, we face the critical operational challenge of managing code deployments during live events and rapid feature releases without causing service outages. Current change control approaches use blanket deployment freezes tha...