🤖 AI Summary
This work addresses a critical limitation in existing gradient-based hyperparameter optimization methods, which often neglect the impact of variance in hypergradient estimation, leading to overfitting on the validation set. For the first time, the authors present a complete bias-variance decomposition of hypergradient estimation error, systematically revealing the pivotal role of variance in generalization performance. Building on this insight, they propose an ensemble hypergradient strategy that effectively reduces estimation variance by integrating bilevel optimization with ensemble learning. The method significantly improves hypergradient quality across diverse tasks—including regularized learning, data cleaning, and few-shot learning—thereby mitigating overfitting and enhancing model generalization.
📝 Abstract
Gradient-based hyperparameter optimization (HPO) have emerged recently, leveraging bilevel programming techniques to optimize hyperparameter by estimating hypergradient w.r.t. validation loss. Nevertheless, previous theoretical works mainly focus on reducing the gap between the estimation and ground-truth (i.e., the bias), while ignoring the error due to data distribution (i.e., the variance), which degrades performance. To address this issue, we conduct a bias-variance decomposition for hypergradient estimation error and provide a supplemental detailed analysis of the variance term ignored by previous works. We also present a comprehensive analysis of the error bounds for hypergradient estimation. This facilitates an easy explanation of some phenomena commonly observed in practice, like overfitting to the validation set. Inspired by the derived theories, we propose an ensemble hypergradient strategy to reduce the variance in HPO algorithms effectively. Experimental results on tasks including regularization hyperparameter learning, data hyper-cleaning, and few-shot learning demonstrate that our variance reduction strategy improves hypergradient estimation. To explain the improved performance, we establish a connection between excess error and hypergradient estimation, offering some understanding of empirical observations.