English

Unsupervised Learning of Object Keypoints for Perception and Control

Computer Vision and Pattern Recognition 2019-11-21 v2 Machine Learning

Abstract

The study of object representations in computer vision has primarily focused on developing representations that are useful for image classification, object detection, or semantic segmentation as downstream tasks. In this work we aim to learn object representations that are useful for control and reinforcement learning (RL). To this end, we introduce Transporter, a neural network architecture for discovering concise geometric object representations in terms of keypoints or image-space coordinates. Our method learns from raw video frames in a fully unsupervised manner, by transporting learnt image features between video frames using a keypoint bottleneck. The discovered keypoints track objects and object parts across long time-horizons more accurately than recent similar methods. Furthermore, consistent long-term tracking enables two notable results in control domains -- (1) using the keypoint co-ordinates and corresponding image features as inputs enables highly sample-efficient reinforcement learning; (2) learning to explore by controlling keypoint locations drastically reduces the search space, enabling deep exploration (leading to states unreachable through random action exploration) without any extrinsic rewards.

Keywords

Cite

@article{arxiv.1906.11883,
  title  = {Unsupervised Learning of Object Keypoints for Perception and Control},
  author = {Tejas Kulkarni and Ankush Gupta and Catalin Ionescu and Sebastian Borgeaud and Malcolm Reynolds and Andrew Zisserman and Volodymyr Mnih},
  journal= {arXiv preprint arXiv:1906.11883},
  year   = {2019}
}

Comments

In NeurIPS 2019. Code https://github.com/deepmind/deepmind-research/tree/master/transporter

R2 v1 2026-06-23T10:05:57.127Z