AI-generated summaries

Today's ML research,
without the noise.

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

57 Papers today
8h Update frequency
7 Days of history
Harnessing the Potential of Optimizing Data Mixtures via Bayesian Domain Reweighting
Xiang Yuan, Kaiqing Lei, Zhenyu Jin, Jun Shu, Deyu Meng, Zongben Xu
NLP Large Language Models Optimization
  • Introduces a Bayesian domain weighting method to optimize data mixtures for LLMs.
  • Addresses limitations of traditional manual heuristics and function-fitting approaches.
  • Demonstrates stable and efficient learning of domain weights using less data.
  • Empirical results show improved performance over existing methods.
Read more
Position, Not Provenance: Separating Reasoning Mediation from Sycophancy in Medical Vision-Language Models
Supratik Bhowal, Subhrajyoti Basu, Aritra Gir Mahanta, Anik Pal Chowdhury
Multimodal NLP Computer Vision
  • Introduces CoT-Mediate framework for auditing reasoning in medical VLMs.
  • Demonstrates that prefix-forced continuation improves mediation faithfulness compared to re-prompting.
  • Identifies model-specific sycophancy behaviors based on the source of evidence.
  • Establishes a new methodology for evaluating the influence of reasoning on model predictions.
Read more
Oracle-Budgeted Molecular Optimization with Short-Term Graph Memory
Jiannan Yang, Veronika Thost, Xiang Ling, Tengfei Ma
Optimization Generative Models Graph Learning
  • Introduction of short-term graph memory as a plug-in module for molecular optimization.
  • Demonstrated improvements in mean top-10 scores across multiple generators without additional oracle calls.
  • Analysis of how the module interacts with different generator architectures and their search dynamics.
  • Characterization of the conditions under which the benefits of the module are retained or diminished.
Read more
FunL2O: LLM-Guided Feature Function Design for Learning to Optimize
Bingheng Li, Junyang Cai, Yupeng Zhang, Bistra Dilkina, Jayant Kalagnanam, Dzung T. Phan
Optimization Large Language Models
  • FunL2O automates feature function design for L2O using LLMs.
  • The framework evaluates feature functions based on their impact on optimization performance.
  • Evolved features consistently outperform traditional hand-crafted representations.
  • The approach is applicable across various optimization tasks, including linear, quadratic, and mixed-integer programming.
Read more
Hierarchical Multilevel Monte Carlo for Order-Optimal Neural Actor-Critic in Average-Reward CMDPs
Ankur Naskar, Vaneet Aggarwal
Reinforcement Learning Theory Optimization
  • Introduces a hierarchical MLMC neural critic to resolve the bias-cost tradeoff in neural critic estimation.
  • Achieves first order-optimal convergence guarantees for infinite-horizon average-reward CMDPs with neural critics.
  • Develops a primal-dual Natural Actor-Critic algorithm that does not require knowledge of the mixing time.
  • Establishes global convergence and constraint-violation rates of O(T^(-1/2)).
Read more
THGFM: Dual-Branch Temporal Heterogeneous Graph Fusion Model
Yixin Peng, Diego Collarana, Er Jin, Stefan Decker
Graph Learning
  • THGFM combines cross-type transfer and relation-aware specialization in a unified model.
  • The model introduces a novel adaptive fusion mechanism (TC-NGSF) that allows independent feature amplification.
  • Rotary Temporal Attention is used to incorporate relative time directly into the attention scores.
  • THGFM shows consistent performance improvements over existing graph transformer models.
Read more
QAdapt: A Noise-Adaptive Neural Pre-Decoding Framework for Quantum Error Correction
Ran Miao, Rui Luo, Xiaohan Shan, Xiaoming Sun
Theory
  • QAdapt enables sequential adaptation to changing noise conditions while preserving knowledge from previous regimes.
  • The framework shows robustness under distribution shifts, evaluated across diverse noise configurations.
  • QAdapt improves both logical accuracy and reduces backend decoding latency in quantum error correction.
  • The approach serves as an adaptive interface between quantum hardware and classical decoding systems.
Read more
Subtract or Replay? Exact Deletion from Language-Model Memory
Vishwajith Ramesh
NLP Large Language Models Theory
  • Exact deletion from language model memory depends on the representation of records.
  • Two approaches are explored: algebraic decrement for addressable influences and rebuilding for shared recurrent states.
  • Gemma model utilizes support-vector memory for efficient deletion, achieving high accuracy in next-token predictions.
  • Kimi model highlights challenges in deletion due to the delta rule, necessitating checkpointing and replaying for accurate memory editing.
Read more
LoRA Scaffolded Policy Optimization (LSPO): A Sampling-Time Low-Rank Scaffold for Recovering Reinforcement-Learning Gradient on Zero-Reward Cliff Prompts
Ken Ding
Reinforcement Learning Large Language Models Optimization
  • LSPO effectively recovers gradients on cliff prompts that typically yield zero rewards in standard RL methods.
  • The method utilizes a transient low-rank adapter to fit ground-truth solutions without modifying the overall loss function.
  • Empirical results show LSPO outperforms the DAPO baseline on all evaluated benchmarks, with notable improvements in performance metrics.
  • The approach demonstrates a high conversion rate of cliff prompts into usable gradient signals, enhancing learning efficiency.
Read more
TAPO: Transition-Aware Policy Optimization for LLM Agents
Cong Li, Peixi Peng, Yisen Zhao, Xinyu Hu, Shudong Liu, Zhan Su, Zhuojian Li
Reinforcement Learning Large Language Models Optimization
  • TAPO leverages dense environmental feedback for policy optimization, enhancing agent performance.
  • The framework alternates between standard policy optimization and transition supervision.
  • Empirical results show consistent improvements across different environments and model scales.
  • TAPO requires no additional data or inference overhead, making it a cost-effective solution.
Read more
ROCS: Request-Oriented Compute Sharing for Efficient Large-Scale Recommendation
Yuxin Chen, Liang Luo, Buyun Zhang, Jian Jiao, Boda Li, Haoyu Wang, Tongyi Tang, Ao Cai, Zijian Shen, Zhengkai Zhang, Wenyi Xie, Ryan Dick, Han Liu, Neng Shi, Bin Yu, Jianbo Xiao, Shuyao Bi, Hongtao Yu, Yuanwei Fang, Zhuoran Zhao, Sijia Chen, Yang Chen, Shuqi Yang, Qianru Li, Zikun Liu, Wei Ling, Sihan Zeng, Longhao Jin, Jiaxin Lu, Yinbin Ma, Jiawei Li, Yichen Ruan, Yong Ler Lee, Birmingham Guan, Zijian Li, Jianbo Sun, Zhengyu Zhang, Zeliang Chen, Xiaohan Wei, Yuchen Hao, GP Musumeci, Venkatesh Ranganathan, Yantao Yao, Chunqiang Tang, Wenlin Chen, Santanu Kolay, Ellie Dingqiao Wen
Efficient ML
  • ROCS improves inference efficiency by sharing computation across candidates in recommendation systems.
  • Generalized Layer Masking (GLM) and Deep Cross Attention (DCA) are key innovations enabling this approach.
  • ROCS achieves significant performance improvements without sacrificing prediction quality.
  • The method has been successfully implemented in Meta's large-scale recommendation systems.
Read more
Good Rankers, Bad Objectives: Bilinear Contrastive Critics under Expressive Policy Search
Ayushman Singh, Siddharth Aphale
Reinforcement Learning Theory Optimization
  • Bilinear contrastive critics can rank actions well but may lead to poor selection outcomes due to norm drift and value decalibration.
  • The study reveals that aggressive candidate maximization can convert small ranking errors into significant policy errors.
  • Experiments show that contrastive critics exhibit weak or inverted value ordering despite strong compatibility across tasks.
  • A Bellman-trained TD-Q approach effectively restores action ordering, indicating the necessity of value-calibrated objectives.
Read more
EvoCause: LLM-Guided Evolution of Causal Graphs for Root Cause Analysis
Lei Zan, Keli Zhang, Shifeng Xie, Jiale Zheng, Zehao Xiao, Zhiwei Dong, Ke Zhang, Ruichu Cai, Malik Tiomoko, Lujia Pan
Large Language Models Graph Learning Interpretability
  • EvoCause integrates LLMs for refining causal graphs based on expert feedback.
  • Introduces TeleRCA, a large-scale expert-annotated RCA benchmark dataset.
  • Demonstrates significant improvements in RCA performance metrics over traditional methods.
  • Highlights the importance of human-readable alarm titles in graph refinement.
Read more
NMINE: Normalized Mutual Information Neural Estimation
Petra Eerikinharju, Marko Tuononen, Ville HautamΓ€ki
Theory Efficient ML
  • Introduces a fully neural estimator for normalized mutual information between continuous multidimensional variables.
  • Combines MINE-based mutual information estimation with MI-NEE-inspired entropy estimation in a unified framework.
  • Derives entropy estimates from neural divergence estimates relative to uniform reference distributions.
  • Demonstrates improved accuracy over traditional k-nearest-neighbor-based NMI estimation methods.
Read more
GVR-Coder: A Visual-Feedback Framework for Structured SVG Generation in Complex Document and Meeting Scenarios
Yiming Xu, Jihua Kang, Chunsai Du, Qifan Zhang, Wangqiu Zhou, Yiting Wu, Tianqi Li, Qi Song
Generative Models Reinforcement Learning Computer Vision
  • Introduction of DocMeetSVG-100K, a large-scale dataset for complex SVG generation.
  • Development of GVR-Coder, which integrates curriculum-driven fine-tuning and layout constraints.
  • Implementation of reinforcement learning for dual rendering feedback to optimize output quality.
  • Establishment of a generate-verify-repair loop for iterative improvement of SVG generation.
Read more
MUGEN: A Unified Framework for Efficient Motion Understanding and Generation
Zhankai Ye, Yukai Jin, Bingyang Wei, Bofan Li, Yusen Wu, Fangyi Li, Shangqian Gao, Xin Liu
Multimodal Generative Models Efficient ML
  • MUGEN integrates motion understanding and generation using a single continuous representation without the need for discrete codebooks.
  • The framework employs depth-routed hidden states to enhance the distinctiveness of latent slots.
  • MUGEN achieves state-of-the-art performance on various metrics while significantly reducing computational costs.
  • The use of a calibrated low-rank factor head allows for efficient text-conditional variation across latent slots.
Read more
AutoPref: Automatic Discovery of Task-Specific Preference Objectives for Neural Combinatorial Optimization
Shengda Gu, Kai Li, Xinyi Ke, Haobo Fu, Yifan Zhang, Jian Cheng
Reinforcement Learning Optimization
  • AutoPref automates the design of task-specific preference objectives for neural combinatorial optimization.
  • The framework factorizes the preference objective into a pairwise loss program and a set-aware weighting program.
  • A staged conditional search strategy is employed to efficiently explore the objective space.
  • AutoPref outperforms traditional hand-designed objectives across multiple combinatorial optimization problems.
Read more
Improving the Robustness/Accuracy Tradeoff Against Adversarial Attacks Using Information Bottleneck Distillation Through Dual Teachers
Vincent Ryusuke Takahashi, Yoshinari Takeishi, Jun'ichi Takeuchi, Kave Salamatian
Computer Vision Theory Efficient ML
  • Introduction of a dual-teacher model to enhance the robustness/accuracy tradeoff in DNNs.
  • Improvement in clean sample classification accuracy compared to the original IBD framework.
  • Maintained robust accuracy against adversarial samples.
  • Competitive performance with state-of-the-art methods like B-MTARD.
Read more
Semi-Supervised Learning for Molecular Graphs via Ensemble Consensus
Rasmus Tirsgaard, Laurits Fredsgaard, Marisa Wodrich, Mikkel Jordahn, Mikkel N. Schmidt
Graph Learning
  • Introduces an ensemble consensus approach for semi-supervised learning in molecular graphs.
  • Demonstrates significant improvements in predictive accuracy across diverse datasets and tasks.
  • Eliminates the performance gap between individual models and full ensembles, with individual models often outperforming traditional ensembles.
  • Reduces calibration error and enhances model robustness.
Read more
Contrastive Reinforced Policy Optimization via Privileged Self-Distillation
Xingjian Wu, Junlin Liu, Xingchen Liu, Xuhang Zhu, Jianing Wang, Linsen Guo, Xiaoyu Li, Xuezhi Cao, Xunliang Cai
Reinforcement Learning Large Language Models Optimization
  • CRPO enhances OPSD by addressing exposure bias through contrastive learning.
  • The method utilizes predictive entropy to classify positions for effective distillation.
  • Extensive evaluations show CRPO outperforms existing methods across diverse reasoning tasks.
  • The theoretical foundation of CRPO aligns with logit-wise credit assignment.
Read more
SDO: Structure-Aware Data Organization for Efficient LLM Post-Training
Jinliang Gao, Ning Yang, Hai Wang, Baili Xiao, Pin Lyu
Large Language Models Optimization Efficient ML
  • Introduces SDO, a dynamic data organization framework for LLM post-training.
  • Implements an exposure-driven feedback mechanism to optimize mini-batch composition.
  • Operates on frozen embeddings, eliminating the need for warm-up training.
  • Demonstrates improved convergence and gradient coherence across multiple training paradigms.
Read more
Compression-Based Behavioral Similarity for Open-World Sybil Discovery on Ethereum
MichaΕ‚ Bartnicki, JarosΕ‚aw A. Chudziak
Graph Learning
  • Introduces a compression-based approach for detecting Sybil attackers on Ethereum.
  • Utilizes a symbolic Transaction Grammar to model wallet behavior.
  • Employs Normalized Compression Distance (NCD) for measuring behavioral similarity.
  • Demonstrates robustness against adversarial tactics and temporal changes.
Read more
Learning features from Newton's algorithm: a way to accelerate nonlinear parametrized PDE solvers
RΓ©my Vallot, Florian de Vuyst, Thibault Dairay, Mathilde Mougeot
Optimization Theory Efficient ML
  • Introduces a two-stage Newton initial guess strategy to accelerate nonlinear PDE solvers.
  • Utilizes learned feature spaces from previous Newton computations to enhance initialization.
  • Demonstrates significant reductions in Newton iterations and CPU time.
  • Method is weakly intrusive, requiring minimal access to high-fidelity residual fields.
Read more
Class-Aware Reinforcement Learning for Counterfactual Explanation Generation
Muhammad Adil Saleem, Syed Ali Raza, Mary-Anne Williams
Reinforcement Learning Interpretability
  • Incorporating predicted class information in RL state representation enhances CFE generation.
  • Class-aware RL improves convergence speed, reward optimization, and reduces episode length.
  • The method generates significantly more valid CFEs compared to class-blind RL.
  • Class-based features are influential in the action-selection process of the RL model.
Read more
Encryption-Compatible Clustered Federated Learning via Distributed Expectation-Maximization over Metadata
Michael Ben Ali, Imen Megdiche, AndrΓ© PΓ©ninou, Olivier Teste
Federated Learning
  • Introduction of the CFL trilemma, highlighting trade-offs in privacy, communication, and computation.
  • Proposal of FLAMECHE, a framework that reformulates metadata-based clustering using distributed EM.
  • Ensures compatibility with secure federated learning mechanisms by limiting server updates to additive operations.
  • Demonstrates improved model effectiveness through extensive experiments on various datasets.
Read more
Latent-Kernel Discrete Flow Maps for Few-Step Generation
Mansoor Ahmed, Yue-Tsz Fan, Hemanth Venkateswara, Murray Patterson
NLP Generative Models Large Language Models
  • Introduction of Latent-Kernel Discrete Flow Maps (LKF) for few-step generation.
  • LKF allows for correlated token generation by using a shared latent variable across factorized components.
  • Demonstrated significant improvements in generative perplexity over existing models without relying on teacher models.
  • Performance scales positively with the number of components (M) used in the model.
Read more
Multi-channel Uplift Policy Learning
Changjian Liu, Tianyu Wang, Xiaoxuan Deng, Wentao Zhu, Yuwei Xu, Junqi Jin, Yong Gao, Chuan Yu, Jian Xu, Bo Zheng
Optimization
  • Introduces a compositional uplift framework for multi-channel budget allocation.
  • Proposes ReAlloc, which separates causal response learning from decision-making.
  • Demonstrates significant improvements in marketing outcomes through online deployment.
  • Addresses the limitations of traditional PTO methods in multi-channel settings.
Read more
Why Are GUI Agents Correct but Late? Decode on the Decision-Time Critical Path, Tested with Pre-Compiled Policy Trees
Zihan Dong, Rui Qian, Qishi Zhan, Dongshen Peng, Kaixin Li, Yu Li
Multimodal Robotics Efficient ML
  • Identifies decode latency as a critical factor causing delays in GUI agents' responses.
  • Introduces Adaptive Anticipatory Policy Trees (AAPT) to pre-compile actions and reduce decision-time delays.
  • Demonstrates a significant improvement in action success rates through controlled experiments.
  • Finds that the effectiveness of AAPT is dependent on specific capabilities such as observer decoding and branch routing.
Read more
Flat Score, Amplified Failures: How the Error Budget Masks Damage in Quantized LLM Agents
Jiwon Jang, Kisu Yang, Heuiseok Lim, Hyunwoo Park
Large Language Models NLP Efficient ML
  • Quantization to 4-bit weights amplifies existing failures in LLMs rather than introducing new ones.
  • Standard metrics can mask the true performance degradation due to the error budget in benchmarks.
  • Tightening the error budget reveals significant performance gaps that are otherwise hidden.
  • The propensity for failure at full precision is a critical factor in how quantization affects model performance.
Read more
HARGO: Heterogeneity-Aware Reward-Guided Optimization for RL Post-Training of LLMs on HPC Tasks
Tiangang Li, Xiangbo Tian
Reinforcement Learning Large Language Models Optimization
  • Identifies HPC task heterogeneity as a significant challenge for RL post-training.
  • Proposes HARGO, which utilizes confidence-modulated advantage for adaptive response weighting.
  • Demonstrates that uniform-weight RL methods are inadequate for heterogeneous tasks.
  • Achieves best performance across multiple metrics in a comprehensive evaluation of RL methods.
Read more
First-order Constrained Trilevel Optimization Over Distributed Networks for Robust Coreset Selection
Yang Jiao, Kaixuan Jiao, Kai Yang, Nadjib Aitsaadi, Ilhem Fajjari, Renwei (Richard) Li
Optimization Federated Learning Theory
  • Introduces F2CTO, the first method for distributed robust coreset selection.
  • Formulates coreset selection as a constrained trilevel optimization problem.
  • Achieves a non-asymptotic convergence rate of O(Ο΅βˆ’3/2).
  • Demonstrates effectiveness through extensive empirical evaluations.
Read more
ZUNA1.1: A more flexible EEG foundation model for Denoising and Super-resolution
Christopher Warner, Jonas Mago, JR Huml, Beren Millidge
Time Series
  • ZUNA1.1 allows for flexible reconstruction of EEG signals with variable lengths and arbitrary channel configurations.
  • The model significantly outperforms traditional EEG denoising methods, showcasing its effectiveness in real-world applications.
  • Innovative training techniques, including implicit augmentation and quality-aware preprocessing, enhance model robustness.
  • The expanded training corpus and diverse dropout strategies improve the model's ability to handle realistic scenarios of data corruption.
Read more
The Convergence Behavior of Adam under Heavy-Tailed Noise
Yijiang Pang
Optimization Theory
  • Establishes the first convergence guarantees for Adam under heavy-tailed noise.
  • Generalizes the online-to-nonconvex conversion framework to accommodate heavy-tailed noise.
  • Demonstrates that Adam converges to (ρ, Ο΅)-stationary points but with suboptimal iteration complexity.
  • Improves convergence rates when the domain radius is known and used in the optimization process.
Read more
Latent States in Neural Networks: Recovering the Temporal Structure of Drifting Data from Model Weights
Kevin Guan
NLP Time Series Multimodal
  • Latent states in neural networks can be recovered from model weights using HMMs.
  • Improved generalization occurs when training and test data share the same latent state.
  • The study demonstrates the applicability of this framework in misinformation detection and sentiment analysis.
  • The within-state transfer advantage exceeds that of naive equal-size partitions.
Read more
Information Bottleneck Learning for Faithful Time Series Forecasting Explanations
Xu Zheng, Wei Cheng, Zhuomin Chen, Mo Sha, Jingchao Ni, Dongsheng Luo
Time Series Interpretability
  • IB-Forecast provides a self-interpretable framework for multivariate time-series forecasting.
  • The model decomposes forecasts into a learned periodic profile and a gated deviation readout.
  • It incorporates an information bottleneck that allows users to control the amount of historical data used for predictions.
  • IB-Forecast guarantees high explanation fidelity while matching the forecasting accuracy of leading black-box models.
Read more
TopoFormer: Topology Meets Attention for Graph Learning
Md Joshem Uddin, Astrit Tola, Cuneyt Gurcan Akcora, Baris Coskunuzer
Graph Learning
  • TOPOFORMER introduces a scalable method for encoding topological structures into attention-ready sequences.
  • The Topo-Scan module allows for efficient processing of graphs by Transformers, bypassing traditional persistent homology pipelines.
  • The framework demonstrates strong performance on various graph learning benchmarks, matching or exceeding existing models.
  • Theoretical guarantees on the robustness of topological encodings are provided, ensuring practical applicability.
Read more
Learning-Augmented and Randomized Algorithms for Line Aggregation with Delays
Tianhang Lu, Runtian Ren, Shengcai Liu, Ke Tang
Theory Optimization
  • Introduction of a deterministic learning-augmented algorithm for line aggregation with delays.
  • Development of a randomized algorithm with improved competitive ratio against adversarial models.
  • Establishment of a new lower bound for randomized algorithms in the context of line aggregation.
  • Combination of learning augmentation and randomization to enhance algorithm performance.
Read more
Certifying when decision-time information justifies adaptive experimentation
Jia Bi, Samuel Pinilla, Chenyang Zhu
Theory Optimization Robotics
  • Opal framework determines the justification for enabling adaptive experimentation before it occurs.
  • Establishes an impossibility boundary for non-trivial authorization under certain conditions.
  • Demonstrates effectiveness through empirical studies, achieving a low false-activation rate.
  • Links operational gain to information and reuse cost, ensuring technically safe policies are also adoptable.
Read more
TIER-MoE: Trust-Informed Expert Routing via Conditional Modality Risk for Multimodal Fusion in Biomedical Classification
Yu Chang, Anzhe Cheng, Chenwei Wu, Zhuoran Wang, Jiahao Chen, Tamoghna Chattopadhyay, Sophia I. Thomopoulos, Paul M. Thompson, Liyue Shen, Paul Bogdan
Multimodal
  • Introduces a risk-guided mixture-of-experts model for multimodal fusion.
  • Defines modality reliability based on expected prediction loss from unimodal predictors.
  • Combines estimated risk with expert-specific compatibility for improved routing.
  • Demonstrates superior performance on multiple biomedical classification tasks.
Read more
LEDGERMIND: Provenance-Constrained Multimodal Agentic Reasoning with a Structured Evidence Ledger
Enjun Du, Hange Zhou, Chenxu Du, Siyi Liu, Zirong Chen, Ziyu Zheng, Yongqi Zhang
Multimodal NLP Large Language Models
  • Introduces a Structured Evidence Ledger for tracking multimodal reasoning.
  • Identifies and addresses four recurring failure patterns in multimodal agentic reasoning.
  • Implements a Three-Layer Grounding Protocol to ensure evidence integrity.
  • Demonstrates improvements in answer accuracy and trajectory-level faithfulness.
Read more
Recursive transformers for semiconductor thermo-mechanical reliability
Kart-leong Lim
Efficient ML
  • Conventional transformers are over-parameterized for small engineering datasets, leading to overfitting.
  • Three recursive transformer architectures are proposed to optimize parameter efficiency and computational cost.
  • Recursive weight-sharing allows deeper models without increasing the number of parameters.
  • The models were validated on thermo-mechanical reliability and capacitance field prediction tasks.
Read more
ECG-InterpBench: Benchmarking the Interpretability of ECG Foundation Models with Matched-Scale Sparse Autoencoders
Yixuan Duan, Wei Qiu
Interpretability Time Series
  • ECG-InterpBench provides a systematic approach to evaluate ECG model interpretability.
  • The benchmark uses matched-scale sparse autoencoders for controlled comparisons across models.
  • Distinct interpretability profiles were identified among the evaluated ECG foundation models.
  • The benchmark includes a comprehensive interpretability atlas with 450 evaluation cells.
Read more
Prox: Training-Free FFN Activation Sparsity via Approximate Intermediate-Channel Salience in LLMs
Jinyi Liu, Wei Chen, Pengyu Chen, Xinyi Yuan, Minghe Bai, Guoquan Wu, Jun Wei
Large Language Models Efficient ML
  • Prox leverages the SwiGLU intermediate state for effective channel selection without incurring high computational costs.
  • The framework consists of two stages: a lightweight proxy construction followed by exact sparse computation.
  • Prox achieves up to a 1.99Γ— speedup in end-to-end decoding at 70% FFN sparsity with minimal accuracy loss.
  • The method is compatible with quantization and sparse attention, allowing for synergistic efficiency improvements.
Read more
Evaluation Protocols and Cross-Subject Generalization in EEG Emotion Recognition
Hanting Suo, Yuwen Li
Time Series
  • Introduces a structured evaluation protocol for EEG emotion recognition that separates target quantity, development procedure, and reporting rules.
  • Demonstrates significant differences in reported accuracies based on evaluation protocols, particularly between subject-dependent and subject-disjoint evaluations.
  • Finds that checkpoint selection based on repeated test evaluations can substantially improve accuracy metrics.
  • Highlights the importance of considering subject identity and other factors in model evaluation to avoid overestimating performance.
Read more
Rethinking EEG-Based Disease Diagnosis: Decoupling Instance Representation Learning from Subject-Level Supervision
Zhiyuan Ma, Zeyuan Li, Zhiyi Lu, Jiacheng Hao, Youlang Du, Zhen Jiang, Xinche Zhang, Yuhao Sun, Sen Song
Time Series
  • Introduces BridgeMIL, a two-stage framework for EEG-based disease diagnosis.
  • Decouples instance representation learning from subject-level supervision to improve diagnostic accuracy.
  • Achieves significant performance improvements over traditional methods in EEG datasets.
  • Highlights the variability in inherited-label reliability across instances.
Read more
SE(3)-MeanFlow: Few-Step Protein Backbone Generation on Lie Groups
Yikun Bai, Binghang Lu, Yikai Liu, Elaheh Akbari, Soheil Kolouri, Linxuan Wang, Ping He, Shuchan Wang, Ruqi Zhang, Guang Lin
Generative Models Robotics Optimization
  • Introduces SE(3)-MeanFlow, a few-step generative model for protein backbone design.
  • Derives closed-form average-velocity identities for efficient training without numerical integration.
  • Achieves competitive performance against existing methods while significantly reducing inference steps.
  • Demonstrates practical applications in high-throughput protein design and drug discovery.
Read more
Beyond the Best Teacher: Expanding and Compressing the Reasoning Solution Manifold
Songshuo Lu, Zhi Chen, Yaohua Tang
Reinforcement Learning Large Language Models NLP
  • Introduces an expand-then-compress framework for reasoning policy learning.
  • Proposes Residual GRPO for expanding the reasoning solution manifold with complementary teachers.
  • Develops Reliability-Gated Teacher-Union OPD for effective compression of teacher knowledge.
  • Demonstrates that a student model can outperform individual teachers by leveraging a diverse teacher union.
Read more
Strategies for Milestone-driven Start-ups in Multi-activity Settings
Zhengli Wang
Optimization Theory
  • Introduces a stochastic control model for milestone-driven start-ups.
  • Characterizes the optimal policy using an efficient frontier curve.
  • Demonstrates that the optimal strategy varies based on boundary conditions.
  • Shows significant differences in expected payoffs between optimal and myopic policies.
Read more
ODEWorld: A Continuous Predictive Architecture via Physical-Time Flow
Dongxiu Liu, Haoyi Niu, Peng Cheng, Yuan Gao, Xirui Kang, Sangli Teng, Koushil Sreenath, Xianyuan Zhan
Generative Models Robotics Time Series
  • Introduction of Physical-Time Flow (PT-Flow) for continuous latent modeling.
  • ODEWorld effectively addresses representation collapse in latent world models.
  • Supports high-fidelity image reconstruction and arbitrary temporal resolution.
  • Demonstrates superior performance in video generation and robotic control tasks.
Read more
Beyond Geometric Complementarity: Coherent Overlap in Sparse Mixture-of-Experts Routing
Huiyuan Tian, Bonan Xu, Shijian Li
NLP Large Language Models Efficient ML
  • Introduces a new framework for analyzing geometric complementarity in MoE models.
  • Demonstrates that expert subspaces overlap significantly while maintaining coherent routing.
  • Finds that selected candidates outperform rivals in explaining token representations, but this advantage is context-dependent.
  • Shows that adding later experts can improve performance despite low marginal geometric novelty.
Read more
It's All Just Vectorization: einx, a Universal Notation for Tensor Operations
Florian Fervers, Sebastian Bullinger, Christoph Bodensteiner, Michael Arens
Theory Efficient ML
  • Introduction of einx as a universal notation for tensor operations.
  • Revisiting vectorization to simplify tensor operation transformations.
  • Reduction of complex APIs to a few elementary operations for better readability.
  • Seamless integration of einx with existing tensor frameworks.
Read more
Kalman Meets Curriculum: Efficient Dynamic Prompt Selection for Adaptive RL Finetuning
Haodong Zhu, Yangyang Ren, Yanjing Li, Sheng Xu, Haiguang Liu, Linlin Yang, Baochang Zhang
Reinforcement Learning Large Language Models Efficient ML
  • KGPS reformulates prompt selection as a dynamic state estimation problem, improving adaptability to policy changes.
  • The method uses a Kalman filter to maintain a Gaussian posterior over prompt difficulty, enhancing selection accuracy.
  • KGPS achieves state-of-the-art performance in online prompt selection, reducing rollout costs significantly while improving accuracy.
  • Extensive experiments validate KGPS across multiple reasoning tasks and RL algorithms, showcasing its robustness and efficiency.
Read more
Expanding Data-Agnostic Pivotal Instances Selection Models with Proximity Trees and Ensemble Learning
Alessio Cascione, Mattia Setzu, Cristiano Landi, Paolo Maria Mancarella, Riccardo Guidotti
Interpretability
  • Introduction of PivotTree, a hierarchical model for selecting pivotal instances to enhance interpretability.
  • Incorporation of proximity and oblique splits to refine decision-making processes.
  • Data modality-agnostic approach allows application across diverse datasets.
  • Experimental results show superior performance compared to traditional instance selection methods.
Read more
Recognition and Label-Free Adaptation Across Recording Sessions in Surface-EMG Gesture Decoding
Jethro Odeyemi, W. J. Zhang
Time Series
  • Introduces a montage-agnostic encoder for sEMG gesture recognition that adapts across recording sessions.
  • Demonstrates significant performance improvement over traditional per-user LDA classification methods.
  • Identifies feature-statistic alignment as the only effective label-free adaptation method across subjects.
  • Highlights the limitations of batch-normalization re-estimation in adapting to new recording sessions.
Read more
QQWorld: Quantile-Quantile Matching for World Model Regularization
Zhoushun Yu, Xiaoyu Hu, Xiangyu Xu
Reinforcement Learning Generative Models Optimization
  • QQWorld replaces the Epps–Pulley regularization with a quantile-quantile matching objective.
  • The new approach maintains effective corrective gradients for tail deviations, addressing heavy-tailed behavior.
  • Cross-batch QQ strategy enhances the effective ranking pool while minimizing memory usage.
  • QQWorld significantly improves planning success rates and Gaussian alignment in latent distributions.
Read more
Towards joint scaling laws with optimal batch size schedules
Jiaxiang Li, Zhiqi Bu, Shiyun Xu
Optimization Large Language Models Efficient ML
  • Dynamic batch size scheduling significantly improves training efficiency compared to static batch sizes.
  • The optimal batch size schedule is independent of peak learning rate and model architecture.
  • A closed-form solution for batch size scheduling is derived, applicable to various learning rate schedules.
  • Joint scaling laws are established, enhancing compute efficiency by 6-15% without additional computational overhead.
Read more
Exact Action Values Are Not Enough: Rollout-Verified Reinforcement Fine-Tuning of a Reasoning Model for Multi-Zone VAV Control
Takumi Shioda, Kohei Terashima, Tatsuo Nagai
Reinforcement Learning Large Language Models Optimization
  • The use of a large language model (LLM) for VAV control can achieve competitive results without building-specific training.
  • TD3-guided reinforcement fine-tuning (RFT) can transfer control knowledge but has limitations in action ranking reliability.
  • The study found that while TD3 improved energy efficiency, the LLM showed a larger reduction in energy use but compromised ventilation quality.
  • The authors propose that transition-focused supervised fine-tuning is essential for improving the effectiveness of RFT.
Read more