AI-generated summaries

Today's ML research,
without the noise.

Daily summaries of the latest machine learning papers from arXiv, processed every 8 hours.

24 Papers today
8h Update frequency
7 Days of history
One Step, One Lead: Mitigating Higher-Order Interference in Multi-Domain Reinforcement Learning via Cross-Step Control
Zihan Lin, Xiaohan Wang, Jie Cao, Jiajun Chai, Guojun Yin, Wei Lin, Ran He
Reinforcement Learning Large Language Models Optimization
  • Introduces a cross-step view of higher-order interference in multi-domain RL, shifting focus from same-point gradient relations.
  • Proposes OSOL, an online cross-step controller that integrates with standard policy gradient updates.
  • Demonstrates that token log-probability footprints can effectively capture interactions between consecutive updates.
  • Achieves significant performance improvements on multi-domain tasks without the need for auxiliary models or higher-order derivatives.
Read more
Leveraging Cardiac Imaging to Improve ECG-Based Detection of Chagas Disease in Resource-Constrained Settings
Laura Alvarez-Florez, Daniel Uyterlinde, Samuel Ruipérez-Campillo, Lukas P. A. Arts, Folkert W. Asselbergs, Fleur V. Y. Tjong
Multimodal
  • Introduces an imaging-supervised ECG pre-training framework for Chagas disease detection.
  • Demonstrates successful transfer of structural cardiac knowledge from CMR to ECG despite no prior exposure to Chagas cases.
  • Achieves competitive performance on benchmark datasets, indicating the model's generalizability.
  • Addresses the disparity in cardiovascular diagnostics in resource-constrained settings.
Read more
Tracking the Moving Frontier: Long-Short Term Advantage Estimator
Xinhao Yao, Lu Yu, Changhao Wang, Fengwei Teng, Yuyao Zhang, Qing Cui, Jun Zhou, Yong Liu
Reinforcement Learning Large Language Models Efficient ML
  • LSTAE introduces a two-dimensional credit assignment mechanism for more efficient RL training.
  • The method reduces the need for multiple trajectory samples, addressing sample inefficiency in traditional group-based RL methods.
  • LSTAE maintains a historical experience tracker for long-term advantage estimation and a state-experience buffer for short-term advantage estimation.
  • The approach has been validated across agentic and mathematical reasoning benchmarks, showing improved performance and reduced costs.
Read more
Not Just Oversmoothing: Detecting the Echo Chamber Effect in Graph Neural Networks
Asela Hevapathige, Ahad N. Zehmakan, Asiri Wijesinghe, Saman Halgamuge
Graph Learning Theory
  • Introduction of the Echo Chamber Effect as a failure mode in GNNs.
  • Development of the Echo Chamber Index (ECI) to diagnose this effect.
  • Characterization of the echo chamber's impact on node classification based on community-label alignment.
  • Proposal of Community-Aware Split Propagation (CASP) to optimize message passing in GNNs.
Read more
TrojanWorld: Backdooring World-Model Agents via Imagination Steering
Wenkai Huang, Siyuan Liang, Gaolei Li, Yiming Li, Tianhao Peng, Jianhua Li, Dacheng Tao
Reinforcement Learning Robotics Theory
  • TROJANWORLD introduces a backdoor framework for world-model agents that activates via a physical trigger.
  • The framework combines Decision-Reflective Induction, Clean Behavior Anchoring, and Causal Propagation to enhance attack stealth and persistence.
  • Experiments show that the framework can achieve a target-action deviation as low as 0.026 while maintaining over 98.8% clean performance.
  • The induced malicious behavior can persist even after the trigger is removed, highlighting a significant security risk.
Read more
Suan: Rectifying Direct Preference Safety Alignment in Large Language Models
Oleksandr Cherednichenko, Roman Klypa
NLP Large Language Models Optimization
  • Suan is a new preference optimization algorithm that improves safety alignment in LLMs.
  • The method formulates optimization objectives directly at the gradient level, enhancing interpretability.
  • Suan addresses common issues in existing methods, such as over-refusal and quality degradation.
  • Extensive evaluations show that Suan outperforms existing methods in safety alignment without sacrificing response utility.
Read more
CLUES-WEASEL: No additional clues required to choose your time series clustering algorithm
Johann Faouzi
Time Series
  • CLUES-WEASEL is a new time series clustering algorithm that balances performance and speed.
  • It employs an unsupervised feature extraction method based on WEASEL 2.0 and PCA for dimensionality reduction.
  • Extensive experiments show that CLUES-WEASEL outperforms existing time series clustering algorithms significantly.
  • The architecture allows compatibility with other feature extraction methods, enhancing its applicability.
Read more
Efficient Exploration Is Enough
Mikel Malagón, Jon Vadillo, Josu Ceberio, Michael Bowling, Jose A. Lozano
Reinforcement Learning Robotics Theory
  • Efficient exploration is redefined as prioritizing generalizable experiences over mere environment coverage.
  • Theoretical results indicate that optimal exploration strategies involve visiting informative regions first.
  • Empirical evidence shows that complex behaviors emerge from agents optimized for intrinsic exploration objectives.
  • The study challenges the reward-centric view of behavior development in RL, suggesting intrinsic signals can suffice.
Read more
PPIM: Pennes Physics-Informed Mamba for Heat-Source-Conditioned 3D Bioheat Simulation
Dongyun Lee, Kyungho Yoon, Minwoo Shin
Theory Optimization Time Series
  • Introduction of PPIM, a neural PDE solver specifically designed for bioheat simulations.
  • Comparison of PPIM with existing models (PINN and PINNMamba) under controlled conditions.
  • PPIM incorporates problem-specific features such as conditioned heat-source input and SSM decay initialization.
  • Demonstrated superior accuracy in approximating temperature distributions in biological tissues.
Read more
When Does Scale-Invariant Optimization Become Unstable? An Exact Schedule Law with Weight Decay
Hasan Amin, Wei-Kai Chang, Rajiv Khanna
Optimization Theory
  • Derivation of a universal recurrence for effective directional stepsize in scale-invariant optimization.
  • Identification of a sharp boundary separating contraction and expansion regimes governed by a single scalar quantity, Bt.
  • Demonstration of intrinsic instability in the balance point of optimization dynamics, leading to recurrent behavior.
  • Extension of findings to a homogeneous-optimizer framework, explaining varying stability across different optimization methods.
Read more
Second-Order Smooth Planning with Optimal-Transport Bellman Smoothing
Tuan Dam
Reinforcement Learning Optimization Theory
  • Introduces SecondOrderSmoothCruiser, achieving eO(ε−3) oracle complexity.
  • Establishes a curvature-complexity principle linking Taylor remainder order to planning efficiency.
  • Utilizes optimal-transport smoothing to enhance action distribution modeling.
  • Develops gap-dependent extensions for improved oracle bounds.
Read more
GraphNOSE: A Graph Transformer in Olfaction
Mrityunjay Sharma, Sarabeshwar Balaji, Valentina Parma, Ritesh Kumar
Graph Learning
  • GraphNOSE outperforms traditional linear models and baseline GNNs in predicting olfactory qualities.
  • The model achieves an AUROC of 84% on out-of-distribution compounds, surpassing the previous state-of-the-art.
  • GraphNOSE utilizes fewer parameters while maintaining high predictive performance.
  • Explainable AI methods reveal the molecular features driving odor predictions, enhancing interpretability.
Read more
Forecasting the Winner of a Live Tennis Match
Charles Xie, Aneesh Muppidi
Time Series
  • The study utilizes a large dataset of Grand Slam matches to analyze live tennis forecasting.
  • Trace, a hybrid model, achieved high accuracy rates at various stages of match progress.
  • Effective integration of pre-match and live data is crucial for accurate win probability estimates.
  • The research highlights the importance of data preprocessing and feature engineering in model performance.
Read more
Prevalence calibration as shortcut mitigation
Mohamed Amine Kina, Eike Petersen
Computer Vision Theory Algorithmic fairness
  • Shortcut learning is reframed as a calibration problem, highlighting the need for prevalence-equalized calibration.
  • Two new encoder-agnostic methods are proposed: an in-processing regularizer and a post-hoc recalibration step.
  • The methods significantly outperform existing baseline approaches in mitigating shortcut learning.
  • The study connects shortcut learning to calibration theory and algorithmic fairness, emphasizing the importance of model calibration.
Read more
Stability and Generalization of Straight-Through Estimators for Training Two-Layer Quantized Neural Networks
Yiming Ying
Theory Efficient ML Optimization
  • Introduces a convex representation of the samplewise hinge-loss identity-STE recursion.
  • Establishes a framework for algorithmic stability analysis of STE training without Gaussian assumptions.
  • Derives explicit generalization bounds and excess risk guarantees for STE-trained models.
  • Demonstrates the connection between latent vector stability and full first-layer weight matrix stability.
Read more
FedRAW: Preserving Rare-Label Influence in Asynchronous Federated Learning
Prashant Bajpai, Divya Saxena, Philippe Lalanda, German Vega
Federated Learning
  • Introduces the concept of silent rarity failure in asynchronous federated learning.
  • Proposes FedRAW, which combines update deduplication and rare-label-aware weighting.
  • Demonstrates that FedRAW preserves rare-label influence while maintaining global accuracy.
  • Shows that existing methods do not adequately address the unique challenges posed by rare-label clients in AFL.
Read more
Analysis of Respiratory Sinus Arrhythmia with Neural Networks
Julian Szymanski, Patryk Orkisz, Higinio Mora
Time Series
  • Introduction of a neural network-based method for estimating respiratory rates from ECG signals.
  • Development and evaluation of three neural network architectures for feature extraction.
  • Demonstration of improved robustness and scalability compared to traditional ECG processing methods.
  • Potential applications in healthcare and wearable technology for non-invasive monitoring.
Read more
Selective Posterior Margin Regularization for Forward-Corrected Classification
Zexing Zhang, Jichao Li, Tianyang Lei, XiongYi Lu, Yang Kewei
Computer Vision Robotics Theory
  • Introduction of Selective Posterior Margin Regularization (SPMR) to enhance forward correction in noisy-label learning.
  • SPMR utilizes the disagreement between leading posterior classes to inform selective updates to the clean classifier.
  • Demonstrated significant accuracy improvements across multiple benchmarks compared to existing methods.
  • SPMR maintains the primary objective of forward correction while addressing ambiguous label conflicts.
Read more
Data Efficient Sample Selection for In-Context Learning
V Venktesh, Cem Levi, Avishek Anand
NLP Large Language Models Efficient ML
  • DEARICL models demonstration example selection as a subset ranking problem.
  • It employs a non-linear surrogate and a gap-index bandit algorithm for improved sample efficiency.
  • The framework achieves significant accuracy improvements over existing linear bandit methods.
  • DEARICL is designed to adapt to unseen queries, enhancing the flexibility of ICL.
Read more
I Don't Miss You, but I Do: Self-Explanation Faithfulness of Modality Missingness in Vision-Language Models
Aydin Javadov, Daniel Schoess, Florian von Wangenheim
Multimodal
  • Introduces a novel protocol for evaluating self-explanations in VLMs regarding modality dynamics.
  • Models significantly underestimate the impact of restoring missing modalities on predictions.
  • Insufficiency claims are rare but accurate when made, indicating a lack of awareness in models.
  • Retrospective attributions show models over-credit single-modality sufficiency.
Read more
When Retain Constraints Conflict: Mitigating Forget-Retain Interference in Tabular Data
Zijie Liu, Jinhao Duan, Bingqi Shang, Xinming An, Sijia Liu, Tianlong Chen
Large Language Models Optimization Theory
  • Identifies schema-induced forget-retain overlap as a significant challenge in tabular unlearning.
  • Proposes Conflict-Aware Unlearning (CAU) to relax preservation constraints on conflicting retain records.
  • Demonstrates that CAU outperforms traditional unlearning methods in high-overlap scenarios.
  • Shows that reliable unlearning in tabular data requires explicit management of schema-induced overlaps.
Read more
ACE: Adapter Consolidation across Experts for Parameter-Efficient Fine-Tuning of MoE LLMs
Ahin Lee, Sehyun Yun, Joonha Park, Taesik Gong
NLP Large Language Models Efficient ML
  • ACE consolidates redundant expert-specific adapters into shared higher-rank modules, improving adaptation efficiency.
  • Grouped adapter execution reduces computational overhead by minimizing small matrix multiplication operations.
  • ACE achieves higher mean accuracy and faster training times compared to traditional expert-wise LoRA methods.
  • The method maintains the same parameter budget while enhancing gradient supervision and execution efficiency.
Read more
Miles v0.1: Production-Level Post-Training
Tom Chen, Mao Cheng, Shi Dong, Kangrui Du, Yanbin Jiang, Jiajun Li, Yiming Li, Tao Lin, Yusheng Su, Andy Ye, Yueming Yuan, Zhichen Zeng
Reinforcement Learning Large Language Models Generative Models
  • Miles v0.1 is a full-stack system for post-training in reinforcement learning, focusing on large language models.
  • The architecture supports various training backends and weight synchronization methods for flexible deployment.
  • The system addresses challenges in throughput and fidelity during rollout generation, crucial for agentic RL.
  • An end-to-end case study showcases the system's performance on a large-scale model with significant efficiency.
Read more
AI and TCAD for Inverse Design and Defect Discovery: From Simple Machine Learning to LLM
Hiu Yung Wong
Large Language Models Multimodal Optimization
  • AI can significantly enhance semiconductor device design and defect discovery despite data limitations.
  • TCAD-generated data can be effectively used to train ML models that perform at the level of experienced engineers.
  • Auto-encoder-based models and noise engineering are effective in learning complex relationships in semiconductor physics.
  • The integration of LLMs and MLLMs is crucial for automating and improving TCAD processes.
Read more