paper-with-me

홈 › Papers

Efficient Bayesian Learning Curve Extrapolation using Prior-Data Fitted Networks

2023-09-21 · NeurIPS 2023 11

Learning curve extrapolation aims to predict model performance in later epochs of training, based on the performance in earlier epochs. In this work, we argue that, while the inherent uncertainty in the extrapolation of learning curves warrants a Bayesian approach, existing methods are (i) overly restrictive, and/or (ii) computationally expensive. We describe the first application of prior-data fitted neural networks (PFNs) in this context. A PFN is a transformer, pre-trained on data generated from a prior, to perform approximate Bayesian inference in a single forward pass. We propose LC-PFN, a PFN trained to extrapolate 10 million artificial right-censored learning curves generated from a parametric prior proposed in prior art using MCMC. We demonstrate that LC-PFN can approximate the posterior predictive distribution more accurately than MCMC, while being over 10 000 times faster. We also show that the same LC-PFN achieves competitive performance extrapolating a total of 20 000 real learning curves from four learning curve benchmarks (LCBench, NAS-Bench-201, Taskset, and PD1) that stem from training a wide range of model architectures (MLPs, CNNs, RNNs, and Transformers) on 53 different datasets with varying input modalities (tabular, image, text, and protein data). Finally, we investigate its potential in the context of model selection and find that a simple LC-PFN based predictive early stopping criterion obtains 2 - 6x speed-ups on 45 of these datasets, at virtually no overhead.

📄 PDF Abstract BibTeX

Code (1)

automl/lcpfn 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Early Stopping Early Stopping is a regularization technique for deep neural networks that stops training when parameter updates no longer begin to yield improves on a validation set. In…

Similar Papers 제목 키워드 기반

Bayesian Neural Scaling Laws Extrapolation with Prior-Fitted Networks

2025-05-29 · Dongwoo Lee, Dong Bok Lee, Steven Adriaensen, Juho Lee 외

Scaling has been a major driver of recent advancements in deep learning. Numerous empirical studies have found that scaling laws often follow the power-law and proposed several variants of power-law functions to predict …

Active Learning

In-Context Freeze-Thaw Bayesian Optimization for Hyperparameter Optimization

2024-04-25 · Herilalaina Rakotoarison, Steven Adriaensen, Neeratyoy Mallik, Samir Garibov 외

With the increasing computational costs associated with deep learning, automated hyperparameter optimization methods, strongly relying on black-box Bayesian optimization (BO), face limitations. Freeze-thaw BO offers a pr…

Bayesian OptimizationHyperparameter OptimizationIn-Context Learning

Tune My Adam, Please!

2025-08-27 · Theodoros Athanasiadis, Steven Adriaensen, Samuel Müller, Frank Hutter arxiv

The Adam optimizer remains one of the most widely used optimizers in deep learning, and effectively tuning its hyperparameters is key to optimizing performance. However, tuning can be tedious and costly. Freeze-thaw Baye…

Hyperparameter Optimization

A Bayesian approach to type-specific conic fitting

2016-11-19 · Matthew Collett

A perturbative approach is used to quantify the effect of noise in data points on fitted parameters in a general homogeneous linear model, and the results applied to the case of conic sections. There is an optimal choice…

Vocal Bursts Type Prediction

Probabilistic Rollouts for Learning Curve Extrapolation Across Hyperparameter Settings

2019-10-10 · Matilde Gargiani, Aaron Klein, Stefan Falkner, Frank Hutter

We propose probabilistic models that can extrapolate learning curves of iterative machine learning algorithms, such as stochastic gradient descent for training deep networks, based on training data with variable-length l…

BIG-bench Machine LearningHyperparameter Optimization