Recurrent Models of Visual Attention
Volodymyr Mnih, Nicolas Heess, Alex Graves, Koray Kavukcuoglu
TL;DR
RAM introduces a recurrent, attention-based model that processes only selected image regions with a retina-like glimpse, reducing computation while maintaining accuracy on cluttered tasks. It treats visual processing as a POMDP and trains via policy gradient, optionally augmented with supervised signals, to learn where to look and what action to take. Empirical results show RAM outperforming comparable baselines on cluttered recognition and successfully learned control in a dynamic environment, highlighting the practical value of task-driven visual attention. The approach offers scalable, flexible perception modules for static and dynamic settings and suggests extensions like stopping decisions and multi-scale sensing.
Abstract
Applying convolutional neural networks to large images is computationally expensive because the amount of computation scales linearly with the number of image pixels. We present a novel recurrent neural network model that is capable of extracting information from an image or video by adaptively selecting a sequence of regions or locations and only processing the selected regions at high resolution. Like convolutional neural networks, the proposed model has a degree of translation invariance built-in, but the amount of computation it performs can be controlled independently of the input image size. While the model is non-differentiable, it can be trained using reinforcement learning methods to learn task-specific policies. We evaluate our model on several image classification tasks, where it significantly outperforms a convolutional neural network baseline on cluttered images, and on a dynamic visual control problem, where it learns to track a simple object without an explicit training signal for doing so.
