paper-with-me

Papers

Scaling Laws for Hyperparameter Optimization

2023-09-21 · NeurIPS 2023 11

Hyperparameter optimization is an important subfield of machine learning that focuses on tuning the hyperparameters of a chosen algorithm to achieve peak performance. Recently, there has been a stream of methods that tackle the issue of hyperparameter optimization, however, most of the methods do not exploit the dominant power law nature of learning curves for Bayesian optimization. In this work, we propose Deep Power Laws (DPL), an ensemble of neural network models conditioned to yield predictions that follow a power-law scaling pattern. Our method dynamically decides which configurations to pause and train incrementally by making use of gray-box evaluations. We compare our method against 7 state-of-the-art competitors on 3 benchmarks related to tabular, image, and NLP datasets covering 59 diverse tasks. Our method achieves the best results across all benchmarks by obtaining the best any-time results compared to all competitors.

📄 PDF Abstract BibTeX

Code (1)

releaunifreiburg/dpl 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Predictable Scale: Part I -- Optimal Hyperparameter Scaling Law in Large Language Model Pretraining

2025-03-06 · Houyi Li, Wenzhen Zheng, Qiufeng Wang, Hanshan Zhang 외

The impressive capabilities of Large Language Models (LLMs) across diverse tasks are now well-established, yet their effective deployment necessitates careful hyperparameter optimization. Through extensive empirical stud…

GPUHyperparameter OptimizationLanguage ModelingLanguage Modelling+2

Generalizing Scaling Laws for Dense and Sparse Large Language Models

2025-08-08 · Md Arafat Hossain, Xingfu Wu, Valerie Taylor, Ali Jannesari arxiv

Despite recent advancements of large language models (LLMs), optimally predicting the model size for LLM pretraining or allocating optimal resources still remains a challenge. Several efforts have addressed the challenge…

Deriving Hyperparameter Scaling Laws via Modern Optimization Theory

2026-03-16 · Egor Shulgin, Dimitri von Rütte, Tianyue H. Zhang, Niccolò Ajroldi 외 arxiv

Hyperparameter transfer has become an important component of modern large-scale training recipes. Existing methods, such as muP, primarily focus on transfer between model sizes, with transfer across batch sizes and train…

LLMs on the Line: Data Determines Loss-to-Loss Scaling Laws

2025-02-17 · Prasanna Mayilvahanan, Thaddäus Wiedemer, Sayak Mallick, Matthias Bethge 외

Scaling laws guide the development of large language models (LLMs) by offering estimates for the optimal balance of model size, tokens, and compute. More recently, loss-to-loss scaling laws that relate losses across pret…

MambaState Space Models

Predictable Scaling Laws of Optimal Hyperparameters for LLM Continued Pre-training

2026-06-04 · Yongwei Zhou, Juncheng Diao, Junlin Shang, Peiguang Li 외 arxiv

The efficacy of continued pre-training for Large Language Models (LLMs) hinges upon hyperparameter configurations, such as learning rate and batch size. However, current practices often rely on heuristics or grid searche…