LGCVDec 15, 2017

Pre-training Attention Mechanisms

arXiv:1712.05652v1
Originality Incremental advance
AI Analysis

This work addresses enhancing attention mechanisms in neural networks for generative and classification tasks, representing an incremental improvement in model training efficiency.

The paper tackles improving classification performance of recurrent neural networks with attention mechanisms by guiding early training to attend to salient input regions, showing that unsupervised pretraining can discover good attention policies and that increased attention efficiency contributes to gains, with a proposed method called bootstrapped glimpse mimicking.

Recurrent neural networks with differentiable attention mechanisms have had success in generative and classification tasks. We show that the classification performance of such models can be enhanced by guiding a randomly initialized model to attend to salient regions of the input in early training iterations. We further show that, if explicit heuristics for guidance are unavailable, a model that is pretrained on an unsupervised reconstruction task can discover good attention policies without supervision. We demonstrate that increased efficiency of the attention mechanism itself contributes to these performance improvements. Based on these insights, we introduce bootstrapped glimpse mimicking, a simple, theoretically task-general method of more effectively training attention models. Our work draws inspiration from and parallels results on human learning of attention.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes