paper-with-me

Papers

Effective sketching methods for value function approximation

2017-08-03 · Yangchen Pan, Erfan Sadeqi Azer, Martha White

High-dimensional representations, such as radial basis function networks or tile coding, are common choices for policy evaluation in reinforcement learning. Learning with such high-dimensional representations, however, can be expensive, particularly for matrix methods, such as least-squares temporal difference learning or quasi-Newton methods that approximate matrix step-sizes. In this work, we explore the utility of sketching for these two classes of algorithms. We highlight issues with sketching the high-dimensional features directly, which can incur significant bias. As a remedy, we demonstrate how to use sketching more sparingly, with only a left-sided sketch, that can still enable significant computational gains and the use of these matrix-based learning algorithms that are less sensitive to parameters. We empirically investigate these algorithms, in four domains with a variety of representations. Our aim is to provide insights into effective use of sketching in practice.

📄 PDF Abstract BibTeX arXiv:1708.01298

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Accelerating Power Method with Fast Sketching for Stronger Low-Rank Approximation

2026-05-10 · Shabarish Chenakkod, Michał Dereziński arxiv

The power method is one of the most fundamental tools for extracting top principal components from data through low-rank matrix approximation. Yet, when the target rank is large, the cost of matrix multiplication associa…

Sketching for Convex and Nonconvex Regularized Least Squares with Sharp Guarantees

2023-11-03 · Yingzhen Yang, Ping Li

Randomized algorithms are important for solving large-scale optimization problems. In this paper, we propose a fast sketching algorithm for least square problems regularized by convex or nonconvex regularization function…

Sparse Learning

Precise expressions for random projections: Low-rank approximation and randomized Newton

2020-06-18 · NeurIPS 2020 12 · Michał Dereziński, Feynman Liang, Zhenyu Liao, Michael W. Mahoney

It is often desirable to reduce the dimensionality of a large dataset by projecting it onto a low-dimensional subspace. Matrix sketching has emerged as a powerful technique for performing such dimensionality reduction ve…

Dimensionality ReductionStochastic Optimization

Fast Generalized Matrix Regression with Applications in Machine Learning

2019-12-27 · Haishan Ye, Shusen Wang, Zhihua Zhang, Tong Zhang

Fast matrix algorithms have become the fundamental tools of machine learning in big data era. The generalized matrix regression problem is widely used in the matrix approximation such as CUR decomposition, kernel matrix …

BIG-bench Machine Learningregression

Sharper Bounds for Regularized Data Fitting

2016-11-10 · Haim Avron, Kenneth L. Clarkson, David P. Woodruff

We study matrix sketching methods for regularized variants of linear regression, low rank approximation, and canonical correlation analysis. Our main focus is on sketching techniques which preserve the objective function…