paper-with-me

Papers

Hyperparameter Optimization for Tracking With Continuous Deep Q-Learning

2018-06-01 · CVPR 2018 6 · Xingping Dong, Jianbing Shen, Wenguan Wang, Yu Liu, Ling Shao, Fatih Porikli

Hyperparameters are numerical presets whose values are assigned prior to the commencement of the learning process. Selecting appropriate hyperparameters is critical for the accuracy of tracking algorithms, yet it is difficult to determine their optimal values, in particular, adaptive ones for each specific video sequence. Most hyperparameter optimization algorithms depend on searching a generic range and they are imposed blindly on all sequences. Here, we propose a novel hyperparameter optimization method that can find optimal hyperparameters for a given sequence using an action-prediction network leveraged on Continuous Deep Q-Learning. Since the common state-spaces for object tracking tasks are significantly more complex than the ones in traditional control problems, existing Continuous Deep Q-Learning algorithms cannot be directly applied. To overcome this challenge, we introduce an efficient heuristic to accelerate the convergence behavior. We evaluate our method on several tracking benchmarks and demonstrate its superior performance.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Hyperparameter OptimizationObject TrackingQ-Learning

Methods 이 논문이 사용한 방법론

Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…

Similar Papers 제목 키워드 기반

SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization

2021-09-20 · Marius Lindauer, Katharina Eggensperger, Matthias Feurer, André Biedenkapp 외

Algorithm parameters, in particular hyperparameters of machine learning algorithms, can substantially impact their performance. To support users in determining well-performing hyperparameter configurations for their algo…

AutoMLBayesian Optimizationglobal-optimizationHyperparameter Optimization

Autotune: A Derivative-free Optimization Framework for Hyperparameter Tuning

2018-04-20 · Patrick Koch, Oleg Golovidov, Steven Gardner, Brett Wujek 외

Machine learning applications often require hyperparameter tuning. The hyperparameters usually drive both the efficiency of the model training process and the resulting model quality. For hyperparameter tuning, machine l…

BIG-bench Machine Learning

Online Continuous Hyperparameter Optimization for Generalized Linear Contextual Bandits

2023-02-18 · Yue Kang, Cho-Jui Hsieh, Thomas C. M. Lee

In stochastic contextual bandits, an agent sequentially makes actions from a time-dependent action set based on past experience to minimize the cumulative regret. Like many other machine learning algorithms, the performa…

Hyperparameter OptimizationMulti-Armed BanditsThompson Sampling

Relax and penalize: a new bilevel approach to mixed-binary hyperparameter optimization

2023-08-21 · Marianna de Santis, Jordan Frecon, Francesco Rinaldi, Saverio Salzo 외

In recent years, bilevel approaches have become very popular to efficiently estimate high-dimensional hyperparameters of machine learning models. However, to date, binary parameters are handled by continuous relaxation a…

Hyperparameter Optimization

HomOpt: A Homotopy-Based Hyperparameter Optimization Method

2023-08-07 · Sophia J. Abraham, Kehelwala D. G. Maduranga, Jeffery Kinnison, Zachariah Carmichael 외

Machine learning has achieved remarkable success over the past couple of decades, often attributed to a combination of algorithmic innovations and the availability of high-quality data available at scale. However, a thir…

Bayesian OptimizationHyperparameter OptimizationOpen Set LearningSMAC+1