paper-with-me

Papers

The Laplacian in RL: Learning Representations with Efficient Approximations

2018-10-10 · ICLR 2019 5 · Yifan Wu, George Tucker, Ofir Nachum

The smallest eigenvectors of the graph Laplacian are well-known to provide a succinct representation of the geometry of a weighted graph. In reinforcement learning (RL), where the weighted graph may be interpreted as the state transition process induced by a behavior policy acting on the environment, approximating the eigenvectors of the Laplacian provides a promising approach to state representation learning. However, existing methods for performing this approximation are ill-suited in general RL settings for two main reasons: First, they are computationally expensive, often requiring operations on large matrices. Second, these methods lack adequate justification beyond simple, tabular, finite-state settings. In this paper, we present a fully general and scalable method for approximating the eigenvectors of the Laplacian in a model-free RL context. We systematically evaluate our approach and empirically show that it generalizes beyond the tabular, finite-state setting. Even in tabular, finite-state settings, its ability to approximate the eigenvectors outperforms previous proposals. Finally, we show the potential benefits of using a Laplacian representation learned using our method in goal-achieving RL tasks, providing evidence that our technique can be used to significantly improve the performance of an RL agent.

📄 PDF Abstract BibTeX arXiv:1810.04586

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningReinforcement Learning (RL)Representation Learning

Similar Papers 제목 키워드 기반

Proper Laplacian Representation Learning

2023-10-16 · Diego Gomez, Michael Bowling, Marlos C. Machado

The ability to learn good representations of states is essential for solving large reinforcement learning problems, where exploration, generalization, and transfer are particularly challenging. The Laplacian representati…

Representation Learning

LaplacianFormer:Rethinking Linear Attention with Laplacian Kernel

2026-04-22 · Zhe Feng, Sen Lian, Changwei Wang, Muyang Zhang 외 arxiv

The quadratic complexity of softmax attention presents a major obstacle for scaling Transformers to high-resolution vision tasks. Existing linear attention variants often replace the softmax with Gaussian kernels to redu…

Laplacian Mixture Modeling for Network Analysis and Unsupervised Learning on Graphs

2015-02-03 · Daniel Korenblum

Laplacian mixture models identify overlapping regions of influence in unlabeled graph and network data in a scalable and computationally efficient way, yielding useful low-dimensional representations. By combining Laplac…

ClusteringCommunity DetectionDimensionality Reduction

MINER: Multiscale Implicit Neural Representations

2022-02-07 · Vishwanath Saragadam, Jasper Tan, Guha Balakrishnan, Richard G. Baraniuk 외

We introduce a new neural signal model designed for efficient high-resolution representation of large-scale signals. The key innovation in our multiscale implicit neural representation (MINER) is an internal representati…

Image Reconstruction

Fast Multiscale Diffusion on Graphs

2021-04-29 · Sibylle Marcotte, Amélie Barbe, Rémi Gribonval, Titouan Vayer 외

Diffusing a graph signal at multiple scales requires computing the action of the exponential of several multiples of the Laplacian matrix. We tighten a bound on the approximation error of truncated Chebyshev polynomial a…