← Search

Steven Adriaensen

6 accepted papers

2026

$\alpha$-PFN: Fast Entropy Search via In-Context Learning

ICML 2026poster

Information-theoretic acquisition functions such as Entropy Search (ES) offer a principled exploration–exploitation framework for Bayesian optimization (BO). However, their practical implementation relies on complicated and slow approximations, i.e., a Monte Carlo estimation of the information gain.…

Cited by 0SourceScholar
2025

Bayesian Neural Scaling Law Extrapolation with Prior-Data Fitted Networks

ICML 2025poster

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 the scaling behavior at larger scales. However, existing methods mostly rely on…

Cited by 0SourcePDFScholar
2025

Cost-Sensitive Freeze-thaw Bayesian Optimization for Efficient Hyperparameter Tuning

NeurIPS 2025poster

In this paper, we address the problem of cost-sensitive hyperparameter optimization (HPO) built upon freeze-thaw Bayesian optimization (BO). Specifically, we assume a scenario where users want to early-stop the HPO process when the expected performance improvement is not satisfactory with respect to…

Cited by 0SourceScholar
2025

Gompertz Linear Units: Leveraging Asymmetry for Enhanced Learning Dynamics

NeurIPS 2025poster

Activation functions are fundamental elements of deep learning architectures as they significantly influence training dynamics. ReLU, while widely used, is prone to the dying neuron problem, which has been mitigated by variants such as LeakyReLU, PReLU, and ELU that better handle negative neuron out…

Cited by 0SourcecodeScholar
2024

In-Context Freeze-Thaw Bayesian Optimization for Hyperparameter Optimization

ICML 2024poster

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 promising grey-box alternative, strategically allocating scarce resources increme…

Cited by 10SourcePDFScholar
2023

Efficient Bayesian Learning Curve Extrapolation using Prior-Data Fitted Networks

NeurIPS 2023poster

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 re…