paper-with-me

Papers

Anytime Training with Schedule-Free Spectral Optimization

2026-05-21 · Anuj Apte, Pranav Deshpande, Niraj Kumar, Shouvanik Chakrabarti, Junhyung Lyle Kim arxiv

Standard neural network training relies on learning-rate schedules tied to a fixed horizon, leading to strong path dependence and costly re-tuning as data availability changes. Schedule-Free (SF) methods address this by removing explicit schedules, yet SF-AdamW, the current state-of-the-art anytime optimizer, consistently underperforms well-tuned AdamW baselines. We propose SF-NorMuon, a schedule-free spectral optimizer that closes this gap: with a single hyperparameter configuration, SF-NorMuon matches or exceeds tuned AdamW on 125M and 772M parameter language models across $1$--$8\times$ Chinchilla horizons. On the theoretical side, we prove a stationarity guarantee for schedule-free spectral dynamics and identify weight decay at the fast iterate as essential for long-horizon stability. SF-NorMuon enables practitioners to obtain high-quality checkpoints at any point during training without committing to a horizon in advance. By closing the performance gap with tuned baselines, SF-NorMuon makes horizon-free optimization more practical, taking a step towards truly open-ended, continual learning.

📄 PDF Abstract BibTeX arXiv:2605.23061

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Learning

Similar Papers 제목 키워드 기반

Anytime Pretraining: Horizon-Free Learning-Rate Schedules with Weight Averaging

2026-02-03 · Alexandru Meterez, Pranav Ajit Nair, Depen Morwani, Cengiz Pehlevan 외 arxiv

Large language models are increasingly trained in continual or open-ended settings, where the total training horizon is not known in advance. Despite this, most existing pretraining recipes are not anytime: they rely on …

AMUSE: Anytime Muon with Stable Gradient Evaluation

2026-05-21 · Jueun Kim, Baekrok Shin, Jihun Yun, Beomhan Baek 외 arxiv

Modern deep learning commonly relies on AdamW with prescribed learning rate schedules, but recent works challenge both components: Schedule-Free optimization removes explicit schedules via iterate averaging, and Muon imp…

ScheduleFree+: Scaling Learning-Rate-Free & Schedule-Free Learning to Large Language Models

2026-05-18 · Aaron Defazio arxiv

Schedule-Free Learning has shown promise as a practical anytime training method for machine learning, showing success across dozens of standard benchmark problems. However, strong performance for LLM training has only be…

Anytime Acceleration of Gradient Descent

2024-11-26 · Zihan Zhang, Jason D. Lee, Simon S. Du, Yuxin Chen

This work investigates stepsize-based acceleration of gradient descent with {\em anytime} convergence guarantees. For smooth (non-strongly) convex optimization, we propose a stepsize schedule that allows gradient descent…

Anytime Neural Architecture Search on Tabular Data

2024-03-15 · Naili Xing, Shaofeng Cai, Zhaojing Luo, Beng Chin Ooi 외

The increasing demand for tabular data analysis calls for transitioning from manual architecture design to Neural Architecture Search (NAS). This transition demands an efficient and responsive anytime NAS approach that i…

Neural Architecture Search