paper-with-me

Papers

Value function approximation via low-rank models

2015-08-31 · Hao Yi Ong

We propose a novel value function approximation technique for Markov decision processes. We consider the problem of compactly representing the state-action value function using a low-rank and sparse matrix model. The problem is to decompose a matrix that encodes the true value function into low-rank and sparse components, and we achieve this using Robust Principal Component Analysis (PCA). Under minimal assumptions, this Robust PCA problem can be solved exactly via the Principal Component Pursuit convex optimization problem. We experiment the procedure on several examples and demonstrate that our method yields approximations essentially identical to the true function.

📄 PDF Abstract BibTeX arXiv:1509.00061

Code (1)

haoyio/LowRankMDP 공식 구현

Methods 이 논문이 사용한 방법론

PCA Principle Components Analysis (PCA) is an unsupervised method primary used for dimensionality reduction within machine learning. PCA is calculated via a singular value…

Similar Papers 제목 키워드 기반

Robust Subspace Clustering via Tighter Rank Approximation

2015-10-30 · Zhao Kang, Chong Peng, Qiang Cheng

Matrix rank minimization problem is in general NP-hard. The nuclear norm is used to substitute the rank function in many recent studies. Nevertheless, the nuclear norm approximation adds all singular values together and …

ClusteringFace ClusteringMotion Segmentation

Low-rank State-action Value-function Approximation

2021-04-18 · Sergio Rozada, Victor Tenorio, Antonio G. Marques

Value functions are central to Dynamic Programming and Reinforcement Learning but their exact estimation suffers from the curse of dimensionality, challenging the development of practical value-function (VF) estimation a…

Q-Learning

Uncertainty-aware Low-Rank Q-Matrix Estimation for Deep Reinforcement Learning

2021-11-19 · Tong Sang, Hongyao Tang, Jianye Hao, Yan Zheng 외

Value estimation is one key problem in Reinforcement Learning. Albeit many successes have been achieved by Deep Reinforcement Learning (DRL) in different fields, the underlying structure and learning dynamics of value fu…

continuous-controlContinuous ControlDeep Reinforcement LearningMuJoCo+3

Towards a Zero-One Law for Column Subset Selection

2018-11-04 · NeurIPS 2019 12 · Zhao Song, David P. Woodruff, Peilin Zhong

There are a number of approximation algorithms for NP-hard versions of low rank approximation, such as finding a rank-$k$ matrix $B$ minimizing the sum of absolute values of differences to a given $n$-by-$n$ matrix $A$, …

Fast Singular Value Shrinkage with Chebyshev Polynomial Approximation Based on Signal Sparsity

2017-05-19 · Masaki Onuki, Shunsuke Ono, Keiichiro Shirai, Yuichi Tanaka

We propose an approximation method for thresholding of singular values using Chebyshev polynomial approximation (CPA). Many signal processing problems require iterative application of singular value decomposition (SVD) f…