English

Plan2Vec: Unsupervised Representation Learning by Latent Plans

Machine Learning 2020-05-08 v1 Artificial Intelligence Machine Learning

Abstract

In this paper we introduce plan2vec, an unsupervised representation learning approach that is inspired by reinforcement learning. Plan2vec constructs a weighted graph on an image dataset using near-neighbor distances, and then extrapolates this local metric to a global embedding by distilling path-integral over planned path. When applied to control, plan2vec offers a way to learn goal-conditioned value estimates that are accurate over long horizons that is both compute and sample efficient. We demonstrate the effectiveness of plan2vec on one simulated and two challenging real-world image datasets. Experimental results show that plan2vec successfully amortizes the planning cost, enabling reactive planning that is linear in memory and computation complexity rather than exhaustive over the entire state space.

Keywords

Cite

@article{arxiv.2005.03648,
  title  = {Plan2Vec: Unsupervised Representation Learning by Latent Plans},
  author = {Ge Yang and Amy Zhang and Ari S. Morcos and Joelle Pineau and Pieter Abbeel and Roberto Calandra},
  journal= {arXiv preprint arXiv:2005.03648},
  year   = {2020}
}

Comments

code available at https://geyang.github.io/plan2vec

R2 v1 2026-06-23T15:23:24.526Z