English

Coarse-to-Fine Q-attention: Efficient Learning for Visual Robotic Manipulation via Discretisation

Robotics 2022-03-16 v2 Artificial Intelligence Computer Vision and Pattern Recognition Machine Learning

Abstract

We present a coarse-to-fine discretisation method that enables the use of discrete reinforcement learning approaches in place of unstable and data-inefficient actor-critic methods in continuous robotics domains. This approach builds on the recently released ARM algorithm, which replaces the continuous next-best pose agent with a discrete one, with coarse-to-fine Q-attention. Given a voxelised scene, coarse-to-fine Q-attention learns what part of the scene to 'zoom' into. When this 'zooming' behaviour is applied iteratively, it results in a near-lossless discretisation of the translation space, and allows the use of a discrete action, deep Q-learning method. We show that our new coarse-to-fine algorithm achieves state-of-the-art performance on several difficult sparsely rewarded RLBench vision-based robotics tasks, and can train real-world policies, tabula rasa, in a matter of minutes, with as little as 3 demonstrations.

Keywords

Cite

@article{arxiv.2106.12534,
  title  = {Coarse-to-Fine Q-attention: Efficient Learning for Visual Robotic Manipulation via Discretisation},
  author = {Stephen James and Kentaro Wada and Tristan Laidlow and Andrew J. Davison},
  journal= {arXiv preprint arXiv:2106.12534},
  year   = {2022}
}

Comments

Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR 2022). Videos and code: https://sites.google.com/view/c2f-q-attention

R2 v1 2026-06-24T03:31:23.407Z