LGCVMar 8, 2024

Tune without Validation: Searching for Learning Rate and Weight Decay on Training Sets

arXiv:2403.05532v11 citationsh-index: 37
Originality Incremental advance
AI Analysis

This method addresses the challenge of hyperparameter tuning in scenarios with limited data, such as small-sample settings, by eliminating the need for a validation set, though it is incremental as it builds on existing theoretical frameworks.

The paper tackles the problem of tuning learning rate and weight decay without needing a validation set by introducing the Twin pipeline, which uses a heuristic based on learning phases and weight norm to predict generalization, achieving effective hyperparameter selection across 20 image classification datasets and various deep network architectures.

We introduce Tune without Validation (Twin), a pipeline for tuning learning rate and weight decay without validation sets. We leverage a recent theoretical framework concerning learning phases in hypothesis space to devise a heuristic that predicts what hyper-parameter (HP) combinations yield better generalization. Twin performs a grid search of trials according to an early-/non-early-stopping scheduler and then segments the region that provides the best results in terms of training loss. Among these trials, the weight norm strongly correlates with predicting generalization. To assess the effectiveness of Twin, we run extensive experiments on 20 image classification datasets and train several families of deep networks, including convolutional, transformer, and feed-forward models. We demonstrate proper HP selection when training from scratch and fine-tuning, emphasizing small-sample scenarios.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes