paper-with-me

홈 › Papers

When is Warmstarting Effective for Scaling Language Models?

2026-05-13 · Neeratyoy Mallik, Maciej Janowski, Johannes Hog, Herilalaina Rakotoarison, Josif Grabocka, Frank Hutter, Aaron Klein arxiv

Model growth from a given checkpoint aims to accelerate training of a larger model, offering potential resource savings. Despite recent interest, warmstarting has seen limited practical adoption in large-scale training. We attribute this to two underexplored factors: (1) an overemphasis on preserving the smaller model's performance at initialization, which constrains operator design for new architectures, and (2) insufficient analysis of how growth interacts with hyperparameters and scaling behavior, compounded by inconsistent growth factors across the literature. We show that preserving the base model's initial post-growth performance is not necessary for strong final performance, and that simple, architecture-agnostic growth strategies can outperform more complex warmstarting operators. Crucially, we empirically identify an upper bound on the growth factor $g$ beyond which training from scratch is more efficient. We observe this across multiple ablation setups. Notably, this limit is also present, but unreported, in prior published results. Across our experiments on dense MLPs and dense language models, we find that a $2\times$ growth factor is the most reliable in yielding convergence speedups, with gains most pronounced under 20 tokens/parameter budgets and diminishing as budget increases. We fit scaling laws over these observations to provide predictive guidance for practitioners deciding when and how much to grow. Together, our analysis provides practical guidelines and empirical limits for model growth.

📄 PDF Abstract BibTeX arXiv:2605.13405

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Warmstarting for Scaling Language Models

2024-11-11 · Neeratyoy Mallik, Maciej Janowski, Johannes Hog, Herilalaina Rakotoarison 외

Scaling model sizes to scale performance has worked remarkably well for the current large language models paradigm. The research and empirical findings of various scaling studies led to novel scaling results and laws tha…

Large Language Models to Enhance Bayesian Optimization

2024-02-06 · Tennison Liu, Nicolás Astorga, Nabeel Seedat, Mihaela van der Schaar

Bayesian optimization (BO) is a powerful approach for optimizing complex and expensive-to-evaluate black-box functions. Its importance is underscored in many applications, notably including hyperparameter tuning, but its…

Bayesian OptimizationFew-Shot Learning

Efficient Automatic Tuning for Data-driven Model Predictive Control via Meta-Learning

2024-03-30 · Baoyu Li, William Edwards, Kris Hauser

AutoMPC is a Python package that automates and optimizes data-driven model predictive control. However, it can be computationally expensive and unstable when exploring large search spaces using pure Bayesian Optimization…

Bayesian OptimizationMeta-LearningModel Predictive Control

Guiding Posterior Exploration with Optimizer-Derived Geometry

2026-07-28 · Moritz Schlager, Emanuel Sommer, Thomas Möllenhoff, David Rügamer arxiv

Sampling-based methods offer a principled approach to uncertainty quantification in Bayesian neural networks. Their practical use, however, is often challenged by the computational cost of exploring high-dimensional and …

Warmstarting of Model-based Algorithm Configuration

2017-09-14 · Marius Lindauer, Frank Hutter

The performance of many hard combinatorial problem solvers depends strongly on their parameter settings, and since manual parameter tuning is both tedious and suboptimal the AI community has recently developed several al…

model