paper-with-me

Papers

Rethinking the Hyperparameters for Fine-tuning

2020-02-19 · ICLR 2020 1 · Hao Li, Pratik Chaudhari, Hao Yang, Michael Lam, Avinash Ravichandran, Rahul Bhotika, Stefano Soatto

Fine-tuning from pre-trained ImageNet models has become the de-facto standard for various computer vision tasks. Current practices for fine-tuning typically involve selecting an ad-hoc choice of hyperparameters and keeping them fixed to values normally used for training from scratch. This paper re-examines several common practices of setting hyperparameters for fine-tuning. Our findings are based on extensive empirical evaluation for fine-tuning on various transfer learning benchmarks. (1) While prior works have thoroughly investigated learning rate and batch size, momentum for fine-tuning is a relatively unexplored parameter. We find that the value of momentum also affects fine-tuning performance and connect it with previous theoretical findings. (2) Optimal hyperparameters for fine-tuning, in particular, the effective learning rate, are not only dataset dependent but also sensitive to the similarity between the source domain and target domain. This is in contrast to hyperparameters for training from scratch. (3) Reference-based regularization that keeps models close to the initial model does not necessarily apply for "dissimilar" datasets. Our findings challenge common practices of fine-tuning and encourages deep learning practitioners to rethink the hyperparameters for fine-tuning.

📄 PDF Abstract BibTeX arXiv:2002.11770

Code (1)

richardaecn/cvpr18-inaturalist-transfer 공식 구현 tf

Tasks

Transfer Learning

Similar Papers 제목 키워드 기반

Rethinking Learning Rate Tuning in the Era of Large Language Models

2023-09-16 · Hongpeng Jin, Wenqi Wei, Xuyu Wang, Wenbin Zhang 외

Large Language Models (LLMs) represent the recent success of deep learning in achieving remarkable human-like predictive performance. It has become a mainstream strategy to leverage fine-tuning to adapt LLMs for various …

Rethinking Default Values: a Low Cost and Efficient Strategy to Define Hyperparameters

2020-07-31 · Rafael Gomes Mantovani, André Luis Debiaso Rossi, Edesio Alcobaça, Jadson Castro Gertrudes 외

Machine Learning (ML) algorithms have been increasingly applied to problems from several different areas. Despite their growing popularity, their predictive performance is usually affected by the values assigned to their…

Rethinking the Setting of Semi-supervised Learning on Graphs

2022-05-28 · Ziang Li, Ming Ding, Weikai Li, Zihan Wang 외

We argue that the present setting of semisupervised learning on graphs may result in unfair comparisons, due to its potential risk of over-tuning hyper-parameters for models. In this paper, we highlight the significant i…

Tunability: Importance of Hyperparameters of Machine Learning Algorithms

2018-02-26 · Philipp Probst, Bernd Bischl, Anne-Laure Boulesteix

Modern supervised machine learning algorithms involve hyperparameters that have to be set before running them. Options for setting hyperparameters are default values from the software package, manual configuration by the…

BenchmarkingBIG-bench Machine Learning

Hyperparameter Optimization for Large Language Model Instruction-Tuning

2023-12-01 · Christophe Tribes, Sacha Benarroch-Lelong, Peng Lu, Ivan Kobyzev

The fine-tuning of Large Language Models (LLMs) has enabled them to recently achieve milestones in natural language processing applications. The emergence of ever larger LLMs has paved the way for more efficient fine-tun…

Hyperparameter OptimizationLanguage ModelingLanguage ModellingLarge Language Model+1