paper-with-me

Papers

Hyperparameter Tuning Through Pessimistic Bilevel Optimization

2024-12-04 · Meltem Apaydin Ustun, Liang Xu, Bo Zeng, Xiaoning Qian

Automated hyperparameter search in machine learning, especially for deep learning models, is typically formulated as a bilevel optimization problem, with hyperparameter values determined by the upper level and the model learning achieved by the lower-level problem. Most of the existing bilevel optimization solutions either assume the uniqueness of the optimal training model given hyperparameters or adopt an optimistic view when the non-uniqueness issue emerges. Potential model uncertainty may arise when training complex models with limited data, especially when the uniqueness assumption is violated. Thus, the suitability of the optimistic view underlying current bilevel hyperparameter optimization solutions is questionable. In this paper, we propose pessimistic bilevel hyperparameter optimization to assure appropriate outer-level hyperparameters to better generalize the inner-level learned models, by explicitly incorporating potential uncertainty of the inner-level solution set. To solve the resulting computationally challenging pessimistic bilevel optimization problem, we develop a novel relaxation-based approximation method. It derives pessimistic solutions with more robust prediction models. In our empirical studies of automated hyperparameter search for binary linear classifiers, pessimistic solutions have demonstrated better prediction performances than optimistic counterparts when we have limited training data or perturbed testing data, showing the necessity of considering pessimistic solutions besides existing optimistic ones.

📄 PDF Abstract BibTeX arXiv:2412.03666

Code (0)

등록된 구현이 없습니다.

Tasks

Bilevel OptimizationHyperparameter Optimization

Methods 이 논문이 사용한 방법론

ADOPT Please enter a description about the method here

Similar Papers 제목 키워드 기반

Hyperparameter Learning under Data Poisoning: Analysis of the Influence of Regularization via Multiobjective Bilevel Optimization

2023-06-02 · Javier Carnerero-Cano, Luis Muñoz-González, Phillippa Spencer, Emil C. Lupu

Machine Learning (ML) algorithms are vulnerable to poisoning attacks, where a fraction of the training data is manipulated to deliberately degrade the algorithms' performance. Optimal attacks can be formulated as bilevel…

Bilevel OptimizationData Poisoning

Bilevel Optimization for Neural Architecture Search

2026-06-28 · Abhishek Shukla, Ankur Sinha, Faiz Hamid arxiv

Bilevel optimization has become an influential and widely adopted framework for addressing hierarchical optimization problems in machine learning, providing an effective approach to modeling the interaction between two l…

Hyperparameter OptimizationNeural Architecture SearchBilevel Optimization

Value Function Based Difference-of-Convex Algorithm for Bilevel Hyperparameter Selection Problems

2022-06-13 · Lucy Gao, Jane J. Ye, Haian Yin, Shangzhi Zeng 외

Gradient-based optimization methods for hyperparameter tuning guarantee theoretical convergence to stationary solutions when for fixed upper-level variable values, the lower level of the bilevel program is strongly conve…

A First-order Generative Bilevel Optimization Framework for Diffusion Models

2025-02-12 · Quan Xiao, Hui Yuan, A F M Saif, Gaowen Liu 외

Diffusion models, which iteratively denoise data samples to synthesize high-quality outputs, have achieved empirical success across domains. However, optimizing these models for downstream tasks often involves nested bil…

Bilevel Optimization

A Gradient-based Bilevel Optimization Approach for Tuning Hyperparameters in Machine Learning

2020-07-21 · Ankur Sinha, Tanmay Khandait, Raja Mohanty

Hyperparameter tuning is an active area of research in machine learning, where the aim is to identify the optimal hyperparameters that provide the best performance on the validation set. Hyperparameter tuning is often ac…

Bayesian OptimizationBIG-bench Machine LearningBilevel OptimizationHyperparameter Optimization