paper-with-me

Papers

Can Temporal-Difference and Q-Learning Learn Representation? A Mean-Field Theory

2020-06-08 · Yufeng Zhang, Qi Cai, Zhuoran Yang, Yongxin Chen, Zhaoran Wang

Temporal-difference and Q-learning play a key role in deep reinforcement learning, where they are empowered by expressive nonlinear function approximators such as neural networks. At the core of their empirical successes is the learned feature representation, which embeds rich observations, e.g., images and texts, into the latent space that encodes semantic structures. Meanwhile, the evolution of such a feature representation is crucial to the convergence of temporal-difference and Q-learning. In particular, temporal-difference learning converges when the function approximator is linear in a feature representation, which is fixed throughout learning, and possibly diverges otherwise. We aim to answer the following questions: When the function approximator is a neural network, how does the associated feature representation evolve? If it converges, does it converge to the optimal one? We prove that, utilizing an overparameterized two-layer neural network, temporal-difference and Q-learning globally minimize the mean-squared projected Bellman error at a sublinear rate. Moreover, the associated feature representation converges to the optimal one, generalizing the previous analysis of Cai et al. (2019) in the neural tangent kernel regime, where the associated feature representation stabilizes at the initial one. The key to our analysis is a mean-field perspective, which connects the evolution of a finite-dimensional parameter to its limiting counterpart over an infinite-dimensional Wasserstein space. Our analysis generalizes to soft Q-learning, which is further connected to policy gradient.

📄 PDF Abstract BibTeX arXiv:2006.04761

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Reinforcement LearningQ-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 제목 키워드 기반

FATA-Trans: Field And Time-Aware Transformer for Sequential Tabular Data

2023-10-20 · Dongyu Zhang, Liang Wang, Xin Dai, Shubham Jain 외

Sequential tabular data is one of the most commonly used data types in real-world applications. Different from conventional tabular data, where rows in a table are independent, sequential tabular data contains rich conte…

Language ModelingLanguage ModellingMasked Language Modeling

Mutual Information-Based Temporal Difference Learning for Human Pose Estimation in Video

2023-03-15 · CVPR 2023 1 · Runyang Feng, Yixing Gao, Xueqing Ma, Tze Ho Elden Tse 외

Temporal modeling is crucial for multi-frame human pose estimation. Most existing methods directly employ optical flow or deformable convolution to predict full-spectrum motion fields, which might incur numerous irreleva…

DisentanglementOptical Flow EstimationPose Estimation

Second-order difference subspace

2024-09-13 · Kazuhiro Fukui, Pedro H. V. Valois, Lincon Souza, Takumi Kobayashi

Subspace representation is a fundamental technique in various fields of machine learning. Analyzing a geometrical relationship among multiple subspaces is essential for understanding subspace series' temporal and/or spat…

Time Series Analysis

4D Synchronized Fields: Motion-Language Gaussian Splatting for Temporal Scene Understanding

2026-03-15 · Mohamed Rayan Barhdadi, Samir Abdaljalil, Rasul Khanbayov, Erchin Serpedin 외 arxiv

Current 4D representations decouple geometry, motion, and semantics: reconstruction methods discard interpretable motion structure; language-grounded methods attach semantics after motion is learned, blind to how objects…

Scene Understanding

Wasserstein Flow Meets Replicator Dynamics: A Mean-Field Analysis of Representation Learning in Actor-Critic

2021-12-27 · NeurIPS 2021 12 · Yufeng Zhang, Siyu Chen, Zhuoran Yang, Michael I. Jordan 외

Actor-critic (AC) algorithms, empowered by neural networks, have had significant empirical success in recent years. However, most of the existing theoretical support for AC algorithms focuses on the case of linear functi…

Representation Learning