paper-with-me

홈 › Papers

Pre-training Attention Mechanisms

2017-12-15 · Jack Lindsey

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.

📄 PDF Abstract BibTeX arXiv:1712.05652

Code (0)

등록된 구현이 없습니다.

Tasks

General Classification

Similar Papers 제목 키워드 기반

Location-Relative Attention Mechanisms For Robust Long-Form Speech Synthesis

2019-10-23 · Eric Battenberg, RJ Skerry-Ryan, Soroosh Mariooryad, Daisy Stanton 외

Despite the ability to produce human-level speech for in-domain text, attention-based end-to-end text-to-speech (TTS) systems suffer from text alignment failures that increase in frequency for out-of-domain text. We show…

FormSpeech Synthesistext-to-speechText to Speech

Making Attention Mechanisms More Robust and Interpretable with Virtual Adversarial Training

2021-04-18 · Shunsuke Kitada, Hitoshi Iyatomi

Although attention mechanisms have become fundamental components of deep learning models, they are vulnerable to perturbations, which may degrade the prediction performance and model interpretability. Adversarial trainin…

Semi-Supervised Text Classificationtext-classificationText Classification

Attentions Under the Microscope: A Comparative Study of Resource Utilization for Variants of Self-Attention

2025-07-09 · Zhengyu Tian, Anantha Padmanaban Krishna Kumar, Hemant Krishnakumar, Reza Rawassizadeh arxiv

As large language models (LLMs) and visual language models (VLMs) grow in scale and application, attention mechanisms have become a central computational bottleneck due to their high memory and time complexity. While man…

EAANet: Efficient Attention Augmented Convolutional Networks

2022-06-03 · Runqing Zhang, Tianshu Zhu

Humans can effectively find salient regions in complex scenes. Self-attention mechanisms were introduced into Computer Vision (CV) to achieve this. Attention Augmented Convolutional Network (AANet) is a mixture of convol…

Attention Meets Perturbations: Robust and Interpretable Attention with Adversarial Training

2020-09-25 · Shunsuke Kitada, Hitoshi Iyatomi

Although attention mechanisms have been applied to a variety of deep learning models and have been shown to improve the prediction performance, it has been reported to be vulnerable to perturbations to the mechanism. To …