paper-with-me

홈 › Papers

Deep Q-Learning with Gradient Target Tracking

2025-03-20 · Donghwan Lee, Bum Geun Park, Taeho Lee

This paper introduces Q-learning with gradient target tracking, a novel reinforcement learning framework that provides a learned continuous target update mechanism as an alternative to the conventional hard update paradigm. In the standard deep Q-network (DQN), the target network is a copy of the online network's weights, held fixed for a number of iterations before being periodically replaced via a hard update. While this stabilizes training by providing consistent targets, it introduces a new challenge: the hard update period must be carefully tuned to achieve optimal performance. To address this issue, we propose two gradient-based target update methods: DQN with asymmetric gradient target tracking (AGT2-DQN) and DQN with symmetric gradient target tracking (SGT2-DQN). These methods replace the conventional hard target updates with continuous and structured updates using gradient descent, which effectively eliminates the need for manual tuning. We provide a theoretical analysis proving the convergence of these methods in tabular settings. Additionally, empirical evaluations demonstrate their advantages over standard DQN baselines, which suggest that gradient-based target updates can serve as an effective alternative to conventional target update mechanisms in Q-learning.

📄 PDF Abstract BibTeX arXiv:2503.16700

Code (0)

등록된 구현이 없습니다.

Tasks

Q-Learning

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
DQN A DQN, or Deep Q-Network, approximates a state-value function in a Q-Learning framework with a neural network. In the Atari…
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 제목 키워드 기반

Tracking-by-Segmentation With Online Gradient Boosting Decision Tree

2015-12-01 · ICCV 2015 12 · Jeany Son, Ilchae Jung, Kayoung Park, Bohyung Han

We propose an online tracking algorithm that adaptively models target appearances based on an online gradient boosting decision tree. Our algorithm is particularly useful for non-rigid and/or articulated objects since it…

Segmentation

Policy Learning for Active Target Tracking over Continuous SE(3) Trajectories

2022-12-03 · Pengzhi Yang, Shumon Koga, Arash Asgharivaskasi, Nikolay Atanasov

This paper proposes a novel model-based policy gradient algorithm for tracking dynamic targets using a mobile robot, equipped with an onboard sensor with limited field of view. The task is to obtain a continuous control …

continuous-controlContinuous Control

LQR with Tracking: A Zeroth-order Approach and Its Global Convergence

2020-11-03 · Zhaolin Ren, Aoxiao Zhong, Na Li

There has been substantial recent progress on the theoretical understanding of model-free approaches to Linear Quadratic Regulator (LQR) problems. Much attention has been devoted to the special case when the goal is to d…

Multi-agent Reinforcement Learning

An efficient real-time target tracking algorithm using adaptive feature fusion

2022-04-05 · Yanyan Liu, Changcheng Pan, Minglin Bie, Jin Li

Visual-based target tracking is easily influenced by multiple factors, such as background clutter, targets fast-moving, illumination variation, object shape change, occlusion, etc. These factors influence the tracking ac…

Dimensionality Reduction

GradNet: Gradient-Guided Network for Visual Object Tracking

2019-09-15 · ICCV 2019 10 · Peixia Li, Bo-Yu Chen, Wanli Ouyang, Dong Wang 외

The fully-convolutional siamese network based on template matching has shown great potentials in visual tracking. During testing, the template is fixed with the initial target feature and the performance totally relies o…

ObjectObject TrackingTemplate MatchingVisual Object Tracking+1