paper-with-me

Papers

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 optimization trajectories and lack effective reinforcement learning (RL) techniques, thereby limiting their efficiency and performance improvements. Inspired by the success of Group Relative Policy Optimization (GRPO) in large language models (LLMs), we propose GRPOformer -- a novel hyperparameter optimization framework that integrates reinforcement learning (RL) with Transformers. In GRPOformer, Transformers are employed to generate new hyperparameter configurations from historical optimization trajectories, while GRPO enables rapid trajectory construction and optimization strategy learning from scratch. Moreover, we introduce Policy Churn Regularization (PCR) to enhance the stability of GRPO training. Experimental results on OpenML demonstrate that GRPOformer consistently outperforms baseline methods across diverse tasks, offering new insights into the application of RL for HPO.

📄 PDF Abstract BibTeX arXiv:2509.17105

Code (0)

등록된 구현이 없습니다.

Tasks

Hyperparameter OptimizationReinforcement Learning

Similar Papers 제목 키워드 기반

Bayesian Hyperparameter Optimization with BoTorch, GPyTorch and Ax

2019-12-11 · Daniel T. Chang

Deep learning models are full of hyperparameters, which are set manually before the learning process can start. To find the best configuration for these hyperparameters in such a high dimensional space, with time-consumi…

Bayesian OptimizationGaussian ProcessesGraph ClassificationHyperparameter Optimization

Reducing The Search Space For Hyperparameter Optimization Using Group Sparsity

2019-04-24 · Minsu Cho, Chinmay Hegde

We propose a new algorithm for hyperparameter selection in machine learning algorithms. The algorithm is a novel modification of Harmonica, a spectral hyperparameter selection approach using sparse recovery methods. In p…

BIG-bench Machine LearningHyperparameter Optimization

Hyperparameter Importance Analysis for Multi-Objective AutoML

2024-05-13 · Daphne Theodorakopoulos, Frederic Stahl, Marius Lindauer

Hyperparameter optimization plays a pivotal role in enhancing the predictive performance and generalization capabilities of ML models. However, in many applications, we do not only care about predictive performance but a…

AutoMLHyperparameter Optimization

iGRPO: Self-Feedback-Driven LLM Reasoning

2026-02-09 · Ali Hatamizadeh, Shrimai Prabhumoye, Igor Gitman, Ximing Lu 외 arxiv

Large Language Models (LLMs) have shown promise in solving complex mathematical problems, yet they still fall short of producing accurate and consistent solutions. Reinforcement Learning (RL) is a framework for aligning …

Reinforcement LearningMathematical Reasoning

Tuning the Tuner: Introducing Hyperparameter Optimization for Auto-Tuning

2025-09-30 · Floris-Jan Willemsen, Rob V. van Nieuwpoort, Ben van Werkhoven arxiv

Automatic performance tuning (auto-tuning) is widely used to optimize performance-critical applications across many scientific domains by finding the best program variant among many choices. Efficient optimization algori…

Hyperparameter Optimization