paper-with-me

Papers

Hyperparameter Optimization with Neural Network Pruning

2022-05-18 · Kangil Lee, Junho Yim

Since the deep learning model is highly dependent on hyperparameters, hyperparameter optimization is essential in developing deep learning model-based applications, even if it takes a long time. As service development using deep learning models has gradually become competitive, many developers highly demand rapid hyperparameter optimization algorithms. In order to keep pace with the needs of faster hyperparameter optimization algorithms, researchers are focusing on improving the speed of hyperparameter optimization algorithm. However, the huge time consumption of hyperparameter optimization due to the high computational cost of the deep learning model itself has not been dealt with in-depth. Like using surrogate model in Bayesian optimization, to solve this problem, it is necessary to consider proxy model for a neural network (N_B) to be used for hyperparameter optimization. Inspired by the main goal of neural network pruning, i.e., high computational cost reduction and performance preservation, we presumed that the neural network (N_P) obtained through neural network pruning would be a good proxy model of N_B. In order to verify our idea, we performed extensive experiments by using CIFAR10, CFIAR100, and TinyImageNet datasets and three generally-used neural networks and three representative hyperparameter optmization methods. Through these experiments, we verified that N_P can be a good proxy model of N_B for rapid hyperparameter optimization. The proposed hyperparameter optimization framework can reduce the amount of time up to 37%.

📄 PDF Abstract BibTeX arXiv:2205.08695

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian OptimizationDeep LearningHyperparameter OptimizationNetwork Pruning

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음
Pruning 설명 없음
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Combined Pruning for Nested Cross-Validation to Accelerate Automated Hyperparameter Optimization for Embedded Feature Selection in High-Dimensional Data with Very Small Sample Sizes

2022-02-01 · Sigrun May, Sven Hartmann, Frank Klawonn

Background: Embedded feature selection in high-dimensional data with very small sample sizes requires optimized hyperparameters for the model building process. For this hyperparameter optimization, nested cross-validatio…

feature selectionHyperparameter Optimization

Quantity vs. Quality: On Hyperparameter Optimization for Deep Reinforcement Learning

2020-07-29 · Lars Hertel, Pierre Baldi, Daniel L. Gillen

Reinforcement learning algorithms can show strong variation in performance between training runs with different random seeds. In this paper we explore how this affects hyperparameter optimization when the goal is to find…

Bayesian OptimizationDeep Reinforcement LearningHyperparameter Optimizationreinforcement-learning+2

ExperienceThinking: Constrained Hyperparameter Optimization based on Knowledge and Pruning

2019-12-02 · Chunnan Wang, Hongzhi Wang, Chang Zhou, Hanxiao Chen

Machine learning algorithms are very sensitive to the hyperparameters, and their evaluations are generally expensive. Users desperately need intelligent methods to quickly optimize hyperparameter settings according to kn…

BIG-bench Machine LearningHyperparameter OptimizationNeural Architecture Search

ACE: Adaptive Constraint-aware Early Stopping in Hyperparameter Optimization

2022-08-04 · Yi-Wei Chen, Chi Wang, Amin Saied, Rui Zhuang

Deploying machine learning models requires high model quality and needs to comply with application constraints. That motivates hyperparameter optimization (HPO) to tune model configurations under deployment constraints. …

FairnessHyperparameter Optimization

Interim Report on Human-Guided Adaptive Hyperparameter Optimization with Multi-Fidelity Sprints

2025-05-14 · Michael Kamfonas

This case study applies a phased hyperparameter optimization process to compare multitask natural language model variants that utilize multiphase learning rate scheduling and optimizer parameter grouping. We employ short…

Bayesian OptimizationHyperparameter OptimizationJoint Entity and Relation ExtractionLanguage Modeling+3