paper-with-me

Papers

Hyperparameter Optimization Can Even be Harmful in Off-Policy Learning and How to Deal with It

2024-04-23 · Yuta Saito, Masahiro Nomura

There has been a growing interest in off-policy evaluation in the literature such as recommender systems and personalized medicine. We have so far seen significant progress in developing estimators aimed at accurately estimating the effectiveness of counterfactual policies based on biased logged data. However, there are many cases where those estimators are used not only to evaluate the value of decision making policies but also to search for the best hyperparameters from a large candidate space. This work explores the latter hyperparameter optimization (HPO) task for off-policy learning. We empirically show that naively applying an unbiased estimator of the generalization performance as a surrogate objective in HPO can cause an unexpected failure, merely pursuing hyperparameters whose generalization performance is greatly overestimated. We then propose simple and computationally efficient corrections to the typical HPO procedure to deal with the aforementioned issues simultaneously. Empirical investigations demonstrate the effectiveness of our proposed HPO algorithm in situations where the typical procedure fails severely.

📄 PDF Abstract BibTeX arXiv:2404.15084

Code (0)

등록된 구현이 없습니다.

Tasks

counterfactualDecision MakingHyperparameter OptimizationOff-policy evaluationRecommendation Systems

Methods 이 논문이 사용한 방법론

HPO In machine learning, a hyperparameter is a parameter whose value is used to control learning process, and HPO is the problem of choosing a set of optimal hyperparameters for a…

Similar Papers 제목 키워드 기반

Batch Reinforcement Learning with Hyperparameter Gradients

2020-01-01 · ICML 2020 1 · Byung-Jun Lee, Jongmin Lee, Peter Vrancx, Dongho Kim 외

We consider the batch reinforcement learning problem where the agent needs to learn only from a fixed batch of data, without further interaction with the environment. In such a scenario, we want to prevent the optimized …

continuous-controlContinuous Controlreinforcement-learningReinforcement Learning+1

Online Hyperparameter Adaptation via Amortized Proximal Optimization

2019-05-01 · ICLR 2019 5 · Paul Vicol, Jeffery Z. HaoChen, Roger Grosse

Effective performance of neural networks depends critically on effective tuning of optimization hyperparameters, especially learning rates (and schedules thereof). We present Amortized Proximal Optimization (APO), which …

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 us…

Bayesian OptimizationDeep LearningHyperparameter OptimizationNetwork Pruning

When Errors Can Be Beneficial: A Categorization of Imperfect Rewards for Policy Gradient

2026-04-28 · Shuning Shang, Hubert Strauss, Stanley Wei, Sanjeev Arora 외 arxiv

Training language models via reinforcement learning often relies on imperfect proxy rewards, since ground truth rewards that precisely define the intended behavior are rarely available. Standard metrics for assessing the…

Reinforcement Learning

GRPOformer: Advancing Hyperparameter Optimization via Group Relative Policy Optimization

2025-09-21 · Haoxin Guo, Jiawen Pan, Weixin Zhai arxiv

Hyperparameter optimization (HPO) plays a critical role in improving model performance. Transformer-based HPO methods have shown great potential; however, existing approaches rely heavily on large-scale historical optimi…

Hyperparameter OptimizationReinforcement Learning