paper-with-me

홈 › Papers

Hyperparameter Transfer Across Developer Adjustments

2020-10-25 · Danny Stoll, Jörg K. H. Franke, Diane Wagner, Simon Selg, Frank Hutter

After developer adjustments to a machine learning (ML) algorithm, how can the results of an old hyperparameter optimization (HPO) automatically be used to speedup a new HPO? This question poses a challenging problem, as developer adjustments can change which hyperparameter settings perform well, or even the hyperparameter search space itself. While many approaches exist that leverage knowledge obtained on previous tasks, so far, knowledge from previous development steps remains entirely untapped. In this work, we remedy this situation and propose a new research framework: hyperparameter transfer across adjustments (HT-AA). To lay a solid foundation for this research framework, we provide four simple HT-AA baseline algorithms and eight benchmarks changing various aspects of ML algorithms, their hyperparameter search spaces, and the neural architectures used. The best baseline, on average and depending on the budgets for the old and new HPO, reaches a given performance 1.2--2.6x faster than a prominent HPO algorithm without transfer. As HPO is a crucial step in ML development but requires extensive computational resources, this speedup would lead to faster development cycles, lower costs, and reduced environmental impacts. To make these benefits available to ML developers off-the-shelf and to facilitate future research on HT-AA, we provide python packages for our baselines and benchmarks.

📄 PDF Abstract BibTeX arXiv:2010.13117

Code (1)

hp-transfer/htaa_experiments 공식 구현

Tasks

Hyperparameter Optimization

Methods 이 논문이 사용한 방법론

HPO In machine learning, a hyperparameter is a parameter whose value is used to control learning process, and HPO is the problem of choosing a set of optimal hyperparameters for a…

Similar Papers 제목 키워드 기반

Examining the Robustness of Homogeneity Bias to Hyperparameter Adjustments in GPT-4

2025-01-04 · Messi H. J. Lee

Vision-Language Models trained on massive collections of human-generated data often reproduce and amplify societal stereotypes. One critical form of stereotyping reproduced by these models is homogeneity bias-the tendenc…

Position: Many generalization measures for deep learning are fragile

2025-10-21 · Shuofeng Zhang, Ard Louis arxiv

In this position paper, we argue that many post-mortem generalization measures -- those computed on trained networks -- are \textbf{fragile}: small training modifications that barely affect the performance of the underly…

Practical Insights into Knowledge Distillation for Pre-Trained Models

2024-02-22 · Norah Alballa, Marco Canini

This research investigates the enhancement of knowledge distillation (KD) processes in pre-trained models, an emerging field in knowledge transfer with significant implications for distributed training and federated lear…

Federated LearningKnowledge DistillationTransfer Learning

Supervising the Chain Ladder

2026-09-15 · Stephan Marais, James Grove arxiv

The chain ladder's volume-weighted pattern minimises an explicit loss function, yet is rarely booked as such. Practitioners adjust the pattern and record the final adjusted ratios. This paper treats the chain ladder's pa…

Can Small Training Runs Reliably Guide Data Curation? Rethinking Proxy-Model Practice

2025-12-30 · Jiachen T. Wang, Tong Wu, Kaifeng Lyu, James Zou 외 arxiv

Data teams at frontier AI companies routinely train small proxy models to make critical decisions about pretraining data recipes for full-scale training runs. However, the community has a limited understanding of whether…

Hyperparameter Optimization