paper-with-me

홈 › Papers

Cross-Entropy Optimization for Hyperparameter Optimization in Stochastic Gradient-based Approaches to Train Deep Neural Networks

2024-09-14 · Kevin Li, Fulu Li

In this paper, we present a cross-entropy optimization method for hyperparameter optimization in stochastic gradient-based approaches to train deep neural networks. The value of a hyperparameter of a learning algorithm often has great impact on the performance of a model such as the convergence speed, the generalization performance metrics, etc. While in some cases the hyperparameters of a learning algorithm can be part of learning parameters, in other scenarios the hyperparameters of a stochastic optimization algorithm such as Adam [5] and its variants are either fixed as a constant or are kept changing in a monotonic way over time. We give an in-depth analysis of the presented method in the framework of expectation maximization (EM). The presented algorithm of cross-entropy optimization for hyperparameter optimization of a learning algorithm (CEHPO) can be equally applicable to other areas of optimization problems in deep learning. We hope that the presented methods can provide different perspectives and offer some insights for optimization problems in different areas of machine learning and beyond.

📄 PDF Abstract BibTeX arXiv:2409.09240

Code (0)

등록된 구현이 없습니다.

Tasks

Hyperparameter OptimizationStochastic Optimization

Methods 이 논문이 사용한 방법론

Adam 설명 없음

Similar Papers 제목 키워드 기반

Complexity-Regularized Proximal Policy Optimization

2025-09-24 · Luca Serfilippi, Giorgio Franceschelli, Antonio Corradi, Mirco Musolesi arxiv

Policy gradient methods usually rely on entropy regularization to prevent premature convergence. However, maximizing entropy indiscriminately pushes the policy towards a uniform distribution, often overriding the reward …

Stochastic Hyperparameter Optimization through Hypernetworks

2018-02-26 · ICLR 2018 1 · Jonathan Lorraine, David Duvenaud

Machine learning models are often tuned by nesting optimization of model weights inside the optimization of hyperparameters. We give a method to collapse this nested optimization into joint stochastic optimization of wei…

BIG-bench Machine LearningHyperparameter OptimizationStochastic Optimization

Early Stopping is Nonparametric Variational Inference

2015-04-06 · Dougal Maclaurin, David Duvenaud, Ryan P. Adams

We show that unconverged stochastic gradient descent can be interpreted as a procedure that samples from a nonparametric variational approximate posterior distribution. This distribution is implicitly defined as the tran…

Variational Inference

Robust Policy Optimization in Deep Reinforcement Learning

2022-12-14 · Md Masudur Rahman, Yexiang Xue

The policy gradient method enjoys the simplicity of the objective where the agent optimizes the cumulative reward directly. Moreover, in the continuous action domain, parameterized distribution of action distribution all…

continuous-controlContinuous ControlData AugmentationDeep Reinforcement Learning+4

Non-stochastic Best Arm Identification and Hyperparameter Optimization

2015-02-27 · Kevin Jamieson, Ameet Talwalkar

Motivated by the task of hyperparameter optimization, we introduce the non-stochastic best-arm identification problem. Within the multi-armed bandit literature, the cumulative regret objective enjoys algorithms and analy…

Hyperparameter Optimization