AI-generated summaries

Today's ML research,
without the noise.

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

48 Papers today
8h Update frequency
7 Days of history
Training Crossroads for Recurrent Vision Transformers: Recurrence, Neural ODEs, and Deep Supervision
Grzegorz Gruszczynski, Pawel Olszowiec, Michal Byra, Grzegorz Stefanski, Alberto Presta
Computer Vision Efficient ML Theory
  • Recurrent Vision Transformers (bViT) reduce parameter count while maintaining competitive accuracy.
  • Standard ViTs outperform bViTs in FLOPs-constrained environments, while bViTs excel in memory-constrained scenarios.
  • Higher-order ODE solvers introduce architectural biases rather than improving numerical accuracy.
  • Stage-wise deep supervision aids in maintaining robustness beyond training but does not improve nominal accuracy.
Read more
Agentic Reinforcement Learning with Self-Distilled Reward Shaping
Ranxu Zhang, Guinan Chen, Chenshaodong, Jinghao Lin, Xiaozhou Xu, Sunzhe, Yanyong Zhang, Chao Wang
Reinforcement Learning Large Language Models NLP
  • ADRS provides a structured approach to assign token-level credit in reinforcement learning, addressing the challenge of sparse rewards.
  • The framework incorporates score calibration, reliability estimation, and credit integration to enhance the learning process.
  • Experiments show significant performance improvements in long-horizon tasks across multiple settings.
  • ADRS maintains skill-free rollouts during inference, ensuring practical applicability in real-world scenarios.
Read more
ConformalShift: Targeted Event Reordering Against Adaptive ECG Monitoring
Arash Vashagh, Yasmin Vashagh
Time Series
  • ConformalShift is an adversarial attack that reorders events in ECG monitoring systems to suppress the detection of ventricular ectopic beats.
  • The attack operates without modifying ECG waveforms, labels, or classifier outputs, focusing solely on the timing of event feedback.
  • Experimental results show that ConformalShift can suppress 66.7% of eligible targets for Extra Trees and 60.0% for HistGradientBoosting, compared to much lower rates with random scheduling.
  • The study highlights the vulnerability of adaptive conformal prediction systems to event order manipulation, emphasizing the need for robust defenses against such attacks.
Read more
Sample Complexity of Multicalibration for Multilevel Properties
Jiuyao Lu, Krishnakumar Balasubramanian, Aleksandr Podkopaev, Shiva Prasad Kasiviswanathan
Theory
  • Introduces a framework for multicalibration across multiple interrelated properties.
  • Establishes matching upper and lower bounds for sample complexity in multicalibration tasks.
  • Demonstrates that achieving multicalibration error requires exponentially many samples relative to the number of properties.
  • Presents a randomized learner that significantly reduces sample complexity for finite group families.
Read more
SPOT: Sparse Probing and Outcome Calibration for On-Policy Distillation
Zikun Qu, Min Zhang, Mingze Kong, Zhiwei Shang, Yikun Ban, Shuang Qiu, Zhongxiang Dai
NLP Large Language Models Reinforcement Learning
  • SPOT reformulates selective supervision in OPD into two decisions: where to probe and how to distill outcomes.
  • The method employs a position-level score to prioritize probing based on teacher uncertainty and student mismatch.
  • SPOT's closed-form target adjusts the teacher distribution based on verified student continuations, enhancing learning efficiency.
  • Empirical results show SPOT outperforms existing methods in reasoning tasks, indicating improved solution coverage.
Read more
Consistency-Driven Co-Evolution for Self-Supervised Cross-Representation Learning
Xuehang Guo, Pengyuan Li, Tom Hope, Tirthankar Ghosal, Manling Li, Qingyun Wang
Multimodal
  • Introduces a principled constraint definition to address one-to-many mapping ambiguities in cross-representation learning.
  • Develops CoCoEvolve, a co-evolution framework that leverages cross-representation agreement as a self-supervision signal.
  • Presents CoCoEvolve@Eval, a systematic evaluation suite for assessing performance across multiple tasks.
  • Demonstrates significant performance gains in cross-representation understanding, both in training and test settings.
Read more
To Describe or Construct Statistical Learning Models Using the Category-theoretical Language
Congwei Song
Theory
  • Utilizes category-theoretical language to describe statistical learning models.
  • Introduces a unified descriptive approach for constructing complex models.
  • Summarizes classical statistical learning models and algorithms for accessibility.
  • Constructs a Transformer model as a practical example of the proposed approach.
Read more
When Proxy Prediction Becomes Equation Reconstruction: Diagnostics and Residual Learning for Factor-Derived Proxy Supervision
Chayan Lahiri, Ahmed Shafee, Cody Fehringer
Theory
  • High predictive accuracy in proxy supervision may indicate equation reconstruction rather than robustness to degraded inputs.
  • A comprehensive diagnostic framework is introduced to evaluate models under controlled factor degradation.
  • The RASPL framework effectively combines formula preservation with adaptive contextual corrections.
  • The proposed methods demonstrate superior performance in terms of degradation robustness and computational efficiency.
Read more
ArborEnum: Decision Tree Rashomon Sets over Continuous Features
Zakk Heile, Hayden McTavish, Margo Seltzer, Cynthia Rudin
Interpretability Optimization Theory
  • Introduces ArborEnum, the first algorithm for enumerating decision tree Rashomon sets over continuous features.
  • Demonstrates that existing methods fail to capture the full potential of continuous features due to binarization.
  • Offers both exact enumeration and approximate solutions, achieving significant speedups in computation.
  • Highlights the importance of continuous thresholds in identifying predictive multiplicity and important variables.
Read more
SpecRoll: Fast-Slow Verifier-Feedback Adaptation for Speculative Reinforcement Learning Rollouts
Nhat Minh Pham, Duy Tung Doan, Thi Duyen Ngo, Vinh Van Nguyen, Khac-Hoai Nam Bui
Reinforcement Learning Large Language Models Efficient ML
  • Introduction of SpecRoll, a speculative rollout engine for RL.
  • Implementation of a two-timescale adaptation mechanism for efficient corrections.
  • Achieves 1.26×–2.15Γ— generation speedup and 1.21×–2.04Γ— end-to-end speedup over vanilla GRPO.
  • Outperforms FastGRPO in all tested settings.
Read more
Design-Time Optimization of Deep Neural Networks for Intermittent Learning on Microcontrollers
Jakob Schubert, Maximilian Kasper, Maximilian Linke, Benedict Herzog, Mark Deutel, Axel Plinge, Dominik Seuss, Christopher Mutschler
Optimization Efficient ML
  • Introduces a method for optimizing DNNs for intermittent learning on MCUs.
  • Combines energy prediction with multi-objective optimization for design-time efficiency.
  • Achieves a 16.6% error rate in energy consumption predictions, facilitating reliable DNN architecture selection.
  • Extends energy prediction to include both forward and backward passes for on-device training.
Read more
Wiring Beats Blending: What Transfers Between Transformer Sizes -- and What Doesn't
Ravi Satya Durga Prasad Yenugula
Large Language Models Efficient ML Theory
  • Strong alignment of representations across transformer sizes, but weak alignment of parameters.
  • Dense weight projection is functionally destructive due to basis mixing that disrupts model structure.
  • No effective zero-shot correction exists after applying the best-fit linear operator.
  • A two-lever approach for model conversion significantly outperforms existing methods.
Read more
Sphere Retraction Normalizations
Jie Zhang, Cheng-Fang Su, Yi-Jui Huang, Min-Te Sun
Theory Optimization Large Language Models
  • Unification of residual connections and GeoNorm as retraction-based updates.
  • Introduction of Proj-SpheretNorm and Cay-SpheretNorm as alternative retraction methods.
  • Development of p-SpheretNorm, a flexible family of normalization layers.
  • Empirical results indicate Proj-SpheretNorm achieves the best performance on nanoGPT.
Read more
Design Choices That Matter: A Functional ANOVA Analysis for Remote Sensing Multi-Label Classification
Maryam Gholami Shiri, Eva Tuba, SaΕ‘o DΕΎeroski, Tome Eftimov, Ana Nikolikj
Computer Vision
  • fANOVA is utilized to analyze the impact of design choices on model performance in multi-label classification.
  • Datasets cluster based on their sensitivity to design choices rather than their performance levels.
  • Fine-tuning strategy and architecture are critical for large-scale datasets, while initialization is key for data-limited scenarios.
  • The study provides dataset-aware guidelines for model design choices, enhancing interpretability in benchmarking results.
Read more
An Explainable LLM Agent Layer for Open-World Anomaly Detection in Oil Wells
Lucas Gouveia Omena Lopes, Thales Miranda de Almeida Vieira, Eduardo Toledo de Lima Junior, William Wagner Matos Lira
NLP Large Language Models Interpretability
  • Introduction of an LLM agent layer to enhance explainability in oil well anomaly detection.
  • The LLM provides natural-language justifications and names for detected anomalies.
  • Achieved 35.1% top-1 and 63.9% top-3 classification accuracy across nine classes.
  • Demonstrated 89.7% novelty detection rate with stable naming for clustered anomalies.
Read more
SJEPA: Learning Elegant Latent Dynamics with Hybrid Symbolic-Neural Predictors
Yongchao Huang
Theory Robotics Efficient ML
  • Introduces SJEPA, a hybrid symbolic-neural predictive framework for learning elegant latent dynamics.
  • Focuses on learning the simplest adequate dynamics while preventing representation collapse.
  • Demonstrates that joint representation-equation learning yields simpler symbolic dynamics with improved predictive performance.
  • Provides a modular learning framework that supports various learning objectives and applications.
Read more
Robustness Emerges Early in Training Dynamics, but Is Not Preserved
Jiangang Yang, Wenhui Shi, Lu Hu, Jing Xing, Jian Liu
Computer Vision Optimization Theory
  • Identification of robustness fading phenomenon in shallow layers during training.
  • Introduction of Early-Phase Stabilization (EPS) and Asymmetric Weight Reversion (AWR) strategies.
  • Demonstrated improvements in robustness across multiple benchmarks and architectures.
  • Effective in various applications including object detection and semantic segmentation.
Read more
Continual-Learning Physics-Informed Neural Networks for Parameterized Partial Differential Equations
Xujia Chen, Xinyue Hu, Letian Chen, Yi Liu, Wenhui Fan
Optimization Theory Efficient ML
  • Introduction of CL-PINN to improve the efficiency and accuracy of solving parameterized PDEs.
  • Utilization of continual learning techniques to sequentially learn related PDE tasks.
  • Implementation of Bayesian optimization for active parameter selection to enhance training efficiency.
  • Demonstration of improved accuracy and reduced computational costs compared to existing methods.
Read more
Can Training Logs Make Model Comparisons More Precise?
Wei-Jung Huang
Computer Vision Theory Efficient ML
  • Introduces an arm-specific adjustment framework for model comparisons using training logs.
  • Demonstrates that early training statistics can reduce uncertainty in model performance estimates.
  • Highlights the risks of poor covariate selection, which can introduce noise rather than reduce it.
  • Provides empirical evidence that arm-specific adjustments can tighten confidence intervals for performance differences.
Read more
Output-Aware Rotation for INT2 KV-Cache Quantization
Vincent-Daniel Yun, Woosang Lim, Minsoo Cheong, Sunwoo Lee, Murali Annavaram, Sai Praneeth Karimireddy, Sungjoo Yoo
NLP Large Language Models Efficient ML
  • OptR optimizes rotations in output space to minimize post-WO attention-output error.
  • The method incorporates attention-equivalent key reparameterization to reduce quantization errors.
  • OptR consistently improves existing rotation-based INT2 KV-cache methods across various benchmarks.
  • The approach retains the paged KV-cache format, ensuring compatibility with existing systems.
Read more
GoT-CD: Graph-of-Thoughts Causal Discovery and the Fragility of Post-hoc Path-Specific Fairness Audits
Nitish Nagesh, Elahe Khatibi, Thomas Dean Hughes, Mahdi Bagheri, Pratik Gajane, Amir M. Rahmani
Graph Learning Large Language Models Interpretability
  • Introduction of GoT-CD, a causal discovery method that focuses on complete candidate edge sets.
  • Demonstration of the fragility of post-hoc fairness audits when relying on discovered graphs.
  • GoT-CD outperforms classical and LLM baselines in terms of DAG validity and structural fidelity.
  • The method successfully recovers critical unfair pathways that are often overlooked by other approaches.
Read more
The Sample Complexity of Distributionally Robust PAC Learning under Cressie--Read Divergences
Elad Aigner-Horev, Daniel Rosenberg, Roi Weiss
Theory
  • Establishes sample complexity bounds for distributionally robust PAC learning under Cressie–Read divergences.
  • Demonstrates the impact of robustness on Ξ΅-dependence in both realizable and agnostic learning scenarios.
  • Extends previous results from Ο‡2-divergence to the broader Cressie–Read family, closing gaps in existing literature.
  • Shows that ordinary empirical risk minimization can achieve optimal sample complexity rates.
Read more
Robust Counterfactual Policy Optimisation via Nondeterministic Causal Models
Jessica Lally, Milad Kazemi, Nicola Paoletti, David Watson, Sander Beckers
Reinforcement Learning Optimization Theory
  • Introduces probabilistic nondeterministic causal models (PNSCMs) for counterfactual inference in MDPs.
  • Proposes a sensitivity analysis framework to separate latent confounding from irreducible stochasticity.
  • Develops a practical optimization problem for robust counterfactual policy identification.
  • Validates the approach using a sepsis treatment simulator with diabetes as a confounder.
Read more
Population-Robust Feature Selection via Generalized Welfare Optimization
Ruiqi Lyu, Alistair Turcan, Bryan Wilder
Optimization Theory Interpretability
  • Introduction of PopFS, a method for robust feature selection across heterogeneous populations.
  • Utilization of a tunable welfare objective to balance predictive benefits and protection for less served populations.
  • Scalable optimization strategy that directly searches over discrete feature sets.
  • Demonstrated strong performance improvements in population-average and worst-case scenarios.
Read more
Rethinking Reservoir Pruning: A Dynamical Perspective for Echo State Networks
Sudip Laudari, Puspa Raj Adhikari
Time Series Efficient ML Theory
  • Dynamical Mode Pruning (DMP) offers a new approach to pruning ESNs by focusing on the dynamic contributions of neurons.
  • DMP ranks neurons based on their influence on dominant transition modes, rather than static metrics.
  • The method retains or improves forecasting accuracy while reducing redundant components in the reservoir.
  • DMP highlights the importance of considering input-driven dynamics in the design of reservoir computing systems.
Read more
Simulation-free and finite-time diffusion model
Kentaro Kaba, Masayuki Ohzeki, Yuki Sughiyama
Generative Models Theory Efficient ML
  • Introduces a framework for constructing reference processes that achieve simulation-free training and finite-time generation.
  • Reveals that score matching is not fundamental but emerges from the reversal of the reference process.
  • Demonstrates that conditional flow matching is a small-noise limit of the proposed framework.
  • Provides practical constructions for both Gaussian and non-Gaussian priors.
Read more
Amortized Interventional Forecasting for Multivariate CIR Processes
Andreas Sauter, Sumit Sourabh, Drona Kandhai, Erman Acar
Time Series
  • Introduces CIR-ACTIVA, a model for amortized distributional causal effect estimation.
  • Develops a causal multivariate CIR data-generating process for benchmarking interventional forecasting.
  • Demonstrates superior causal selectivity and calibration in short-horizon predictions compared to existing models.
  • Enables what-if queries for coupled spread systems, enhancing stress testing capabilities.
Read more
CRS-Triage: Confidence- and Reliability-Aware Selective Triage under Incomplete Clinical Evidence
Guan Qiang, Yushen Chen, Tianlong Liu, David Rotenberg, Ethan H. Kim, Fang Fang
Multimodal
  • CRS-Triage employs a reliability-aware multimodal fusion mechanism to assess the reliability of structured data and clinical text for each patient encounter.
  • The model introduces a confidence score to determine whether to accept predictions or defer cases for further assessment, reducing the risk of overconfident predictions.
  • Larger penalties for under-triage errors encourage the model to prioritize accurate acuity assignments for high-acuity patients.
  • CRS-Triage shows improved risk-coverage trade-off in triage predictions compared to existing methods.
Read more
A Physics-Informed Hybrid Neural Operator for Transient Magnetization Prediction in Power Magnetics
Yachao Zhu, Qiujie Huang, Sinan Li, Yang Li, Gang Lei, Jianguo Zhu
Time Series Theory Interpretability
  • PI-HNO effectively predicts transient magnetization under complex conditions.
  • The model integrates local and global branches to capture hysteresis and boundary conditions.
  • Achieves high energy consistency in B-H trajectory predictions with minimal parameters.
  • Ablation studies validate the importance of each model component.
Read more
Approximate Speculative Decoding
Yuannuo Feng, Zegang Peng, Yuxin Xie, Yubing Ye, Yizhe Chen, Wenshuai Yao, Wenyong Zhou, Wang Kang
NLP Large Language Models Efficient ML
  • ASD replaces binary first-mismatch truncation with budgeted longest-prefix selection, allowing for more flexible acceptance of mismatches.
  • The method does not require training or fine-tuning of the model, making it easy to implement.
  • ASD improves throughput by 3.05% to 15.26% over matched strict verification and averages a 7.78% gain across multiple tasks.
  • The approach enhances acceptance rates on complex tasks, demonstrating its effectiveness in practical applications.
Read more
Above-ground Biomass Estimation with Geospatial Foundation Models
Ghjulia Sialellia, Linus Scheibenreif, Jan Dirk Wegner, Konrad Schindler
Multimodal
  • GFMs show promise for AGB estimation but require rich multi-modal training data.
  • Frozen encoders of GFMs underperform compared to fully supervised models.
  • Pre-computed embeddings from GFMs significantly enhance regression performance.
  • The study establishes a benchmark for AGB estimation across diverse biomes.
Read more
NodeJEPA: Structure-Conditioned Latent Prediction for Node-Level Graph Self-Supervised Learning
Tinghe Zhang, Jian Xu, Jiaheng Chen, Jiaxing Li, Yucheng Xiao, Qiang Wang
Graph Learning
  • NodeJEPA introduces a new architecture for node-level self-supervised learning that predicts latent representations instead of reconstructing inputs.
  • The model employs structure-aware k-hop ego-subgraphs and a context encoder with an EMA target encoder to enhance representation learning.
  • Variance-covariance and Laplacian spectral regularizers are utilized to stabilize the embedding geometry.
  • NodeJEPA and its variant PatchJEPA achieve top performance on multiple node classification benchmarks, demonstrating the effectiveness of the proposed methods.
Read more
Efficient Online Lexicographic Generalized Low-Rank Matrix Bandits
Bo Xue, Ji Cheng, Haodong Jing, Hongzong Li, Shuang Qiu
Theory Optimization Efficient ML
  • First formulation of generalized low-rank matrix bandits with multi-objective feedback.
  • Introduction of Lexi-LowGLM, an efficient online algorithm that reduces estimator-update complexity.
  • Establishment of a regret bound that scales with effective low-rank dimensions.
  • Numerical experiments confirm the algorithm's effectiveness and computational efficiency.
Read more
Sedentary Behavior Classification for Wearable Sensors with a CNN-BiLSTM Model
Yuliang Chen, Weiwei Shi, Jingjing Zou, Rong Zablocki, Animesh Kumar, Jordan A. Carlson, Sheri J. Hartman, Mikael Anne Greenwood-Hickman, Paul R. Hibbing, Marta Jankowska, Jay Yang, Arun Kumar, Loki Natarajan
Time Series
  • The CHAP model demonstrates strong performance on hip-worn accelerometer data but requires adaptation for wrist-worn data.
  • Fine-tuning the hip-trained model on wrist data leads to improved classification accuracy compared to training from scratch.
  • The study highlights the importance of posture in accurately measuring sedentary behavior using wearable sensors.
  • Cross-device generalization is feasible, but wrist-specific adaptations are necessary due to signal variability.
Read more
Stochastic Emulation using Generalized Stratified Sampling for Performance-Based Risk Optimization of Structures
Isabela D. Rodrigues, Seymour M. J. Spence, Henrique M. Kroetz, AndrΓ© T. Beck
Optimization
  • Integration of GSS with SPCE improves the estimation of extreme structural responses.
  • The proposed framework reduces computational burden in nested reliability analyses.
  • Application to a two-story steel building demonstrates practical effectiveness.
  • Conditional exceedance probabilities are accurately estimated and recombined.
Read more
Differentiating Through Dual Prices: End-to-End Policy Learning Under Capacity Constraints
Mohammadsaeed Haghi, Mahdi Salmani, Nima Kelidari
Optimization Reinforcement Learning Theory
  • Introduces an end-to-end approach for learning assignment policies under capacity constraints.
  • Critiques the traditional decision-blind method for failing to consider capacity during model training.
  • Proposes a bilevel optimization framework that jointly trains outcome models and dual prices.
  • Demonstrates superior performance of the end-to-end methods in queueing simulations across multiple datasets.
Read more
Robust General Utility for Reinforcement Learning
Zixuan Liu, Fangzheng Wu, Brian Summa, Zizhan Zheng
Reinforcement Learning Theory Optimization
  • Introduces robust general-utility RL to handle utility mis-specification in RL applications.
  • Proposes a minimax framework that generalizes existing RL paradigms and provides a unified view.
  • Develops two stochastic algorithms with convergence guarantees for both concave and nonconcave utility functions.
  • Demonstrates the effectiveness of the proposed methods through experiments on practical RL tasks.
Read more
Physics-informed reduced-order modelling with equivariant spectral submanifolds
Georg Maierhofer
Theory Efficient ML Optimization
  • Introduction of equivariant spectral submanifold (eSSM) reduction for nonlinear dynamical systems.
  • eSSM incorporates symmetries of the full-order model to enhance computational efficiency.
  • Development of a new algorithm that improves model robustness and reduces computational costs.
  • Demonstrated effectiveness through benchmark problems, outperforming traditional methods.
Read more
Capability-Gated Planning: Cost-to-Goal Discovery and the Limits of Myopic Experiment Selection
Ahmed Hassoon, Mark Dredze
Theory Optimization Robotics
  • Critique of myopic experiment selection methods in scientific discovery.
  • Formulation of goal-directed discovery as a stochastic shortest-path problem.
  • Introduction of CG-Plan, a capability-aware planning approach.
  • Demonstration of the limitations of myopic planners under capability gating.
Read more
Tactus: Open-Vocabulary Object Recognition from Low-Cost Pressure Arrays
Abdul Basit Tonmoy
Multimodal Robotics Computer Vision
  • Tactus achieves open-vocabulary object recognition from pressure data, matching or exceeding existing supervised models.
  • The model employs a small-data recipe, emphasizing sensor calibration and masked-autoencoder pretraining.
  • Error analysis reveals that model inaccuracies are structured by contact ambiguity rather than language similarity.
  • Inference-time improvements, such as tuple voting, significantly enhance accuracy.
Read more
Bayesian Data Reweighting Improves Multimodal Retrieval for Knowledge-Based Visual Question Answering
Jingchen Sun, Shaobo Han, Ruiyi Zhang, Naresh Kumar Devulapally, Ming Liu, Yitao Long, Vishnu Suresh Lokhande, Changyou Chen
Multimodal
  • Identifies the false-negative issue in KB-VQA retrieval, where semantically relevant documents are misclassified as negatives.
  • Introduces Bayesian Data Reweighting (BDR) to adaptively infer weights for query-document pairs, improving training robustness.
  • Demonstrates significant improvements in retrieval accuracy across multiple benchmarks and LLM backbones.
  • Achieves better-separated query-document embeddings and improved Recall@K metrics.
Read more
Joint Affine Spectral Shaping: Coupling Weight and Bias Updates Beyond Weight-Only Muon
Gongyue Zhang, Honghai Liu
Optimization Large Language Models NLP
  • Introduces Joint Regularized Inverse (JRI) for simultaneous weight and bias updates.
  • Demonstrates that joint spectral allocation leads to improved model performance.
  • Conducts a thorough ablation study to compare different optimization strategies.
  • Finds that allowing bias to influence the joint SVD significantly enhances accuracy.
Read more
GLOBE: Trajectory-Aligned Gradient Matching with Structured Sparse Optimization for Coreset Selection
Hetian Liu, Jin Cui, Mengcheng Shi, Yanbin Hu, Xinyue Long, Boran Zhao, Pengju Ren
Efficient ML Optimization
  • GLOBE utilizes multi-checkpoint gradient trajectories to capture the temporal evolution of training dynamics.
  • The framework introduces a multi-order matching objective for aligning gradient statistics, enhancing coreset selection.
  • Structured sparse optimization techniques are employed to manage correlated samples and induce sparsity.
  • GLOBE maintains class balance in the selected coreset, ensuring diverse category representation.
Read more
Agentic Reinforcement Learning with Observation-Calibrated Self-Distillation
Yi Yang, Cong Qin, Xiaodan Liu, Chishui Chen, Qing Dong, Yan Zhang, Cao Liu, Zhao Yang, Lu Pan, Jiaye Lin, Yi Feng
Reinforcement Learning Large Language Models
  • Identifies a confounding effect in privileged replay scoring that affects token updates.
  • Introduces Observation-Calibrated Self-Distillation (OCSD) to derive an observation residual for better token-level optimization.
  • Demonstrates that OCSD outperforms strong baselines across multiple benchmarks and model scales.
  • Shows that the calibrated residual aligns more closely with local environment feedback than traditional methods.
Read more
Schedule-Informed Temporal Fusion Forecasting of Hourly Airport Security-Checkpoint Throughput
Yinxiao Zhang, Sen Wang, Yi Gao
Time Series
  • Introduces a schedule-informed framework for forecasting airport security-checkpoint throughput.
  • Transforms flight schedules into temporally aligned screening-load signals for improved accuracy.
  • Achieves a weighted mean absolute percentage error of 9.33% for direct six-hour forecasts.
  • Demonstrates lower errors in high-throughput percentiles compared to traditional forecasting models.
Read more
Exploiting Separability in Multi-Scale Grey-Box Bayesian Optimization
Joshua E. Hammond, Tyler A. Soderstrom, Brian A. Korgel, Michael Baldea
Optimization
  • Introduces a bilevel reformulation for separable grey-box optimization problems.
  • Reduces surrogate dimensionality by focusing on black-box variables only.
  • Ensures exact satisfaction of white-box constraints without penalty functions.
  • Demonstrates significant performance improvements across a suite of benchmark problems.
Read more
CheMLFlow: An Open-Source Platform for Cheminformatics and Materials Informatics Applications
Brendan Smith, Susana Lopez-Moreno, Eric Dolores-Cuenca, Sangil Kim, Jose L. Mendoza-Cortes, Nijamudheen Abdulrahiman
Time Series Optimization Theory
  • CheMLFlow provides a modular and scalable platform for cheminformatics and materials informatics workflows.
  • The platform reduces orchestration overhead and supports systematic benchmarking across various methods and datasets.
  • CheMLFlow facilitates agent-assisted experimentation, allowing for more efficient and user-friendly scientific workflows.
  • The system architecture includes core workflows and benchmarks that achieve literature performance in property predictions.
Read more
FedCritic-MIMO: Communication-Efficient Serverless Federated Critic Learning for Massive-MIMO Resource Control in Open and Disaggregated 6G RANs
Amin Farajzadeh, Melike Erol-Kantarci
Reinforcement Learning Federated Learning Efficient ML
  • FedCritic-MIMO enables decentralized coordination among independently deployed cell-level controllers in 6G RANs.
  • The framework utilizes peer-to-peer critic parameter exchange, avoiding the need for centralized training.
  • Significant performance improvements in network throughput and user satisfaction metrics were observed.
  • Communication overhead is reduced by about 76% compared to traditional distributed critic exchange methods.
Read more