paper-with-me

Papers

Area Attention

2018-10-23 · ICLR 2019 5 · Yang Li, Lukasz Kaiser, Samy Bengio, Si Si

Existing attention mechanisms are trained to attend to individual items in a collection (the memory) with a predefined, fixed granularity, e.g., a word token or an image grid. We propose area attention: a way to attend to areas in the memory, where each area contains a group of items that are structurally adjacent, e.g., spatially for a 2D memory such as images, or temporally for a 1D memory such as natural language sentences. Importantly, the shape and the size of an area are dynamically determined via learning, which enables a model to attend to information with varying granularity. Area attention can easily work with existing model architectures such as multi-head attention for simultaneously attending to multiple areas in the memory. We evaluate area attention on two tasks: neural machine translation (both character and token-level) and image captioning, and improve upon strong (state-of-the-art) baselines in all the cases. These improvements are obtainable with a basic form of area attention that is parameter free.

📄 PDF Abstract BibTeX arXiv:1810.10126

Code (1)

mikomel/area-attention pytorch

Tasks

Image CaptioningMachine TranslationTranslation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

Areas of Attention for Image Captioning

2016-12-03 · ICCV 2017 10 · Marco Pedersoli, Thomas Lucas, Cordelia Schmid, Jakob Verbeek

We propose "Areas of Attention", a novel attention-based model for automatic image captioning. Our approach models the dependencies between image regions, caption words, and the state of an RNN language model, using thre…

Image CaptioningLanguage ModelingLanguage Modelling

Boosting Adversarial Transferability via Ensemble Non-Attention

2025-11-12 · Yipeng Zou, Qin Liu, Jie Wu, Yu Peng 외 arxiv

Ensemble attacks integrate the outputs of surrogate models with diverse architectures, which can be combined with various gradient-based attacks to improve adversarial transferability. However, previous work shows unsati…

OGNet: Salient Object Detection with Output-guided Attention Module

2019-07-17 · Shiping Zhu, Lanyun Zhu

Attention mechanisms are widely used in salient object detection models based on deep learning, which can effectively promote the extraction and utilization of useful information by neural networks. However, most of the …

Objectobject-detectionObject DetectionRGB Salient Object Detection+1

Attention-based Transfer Learning for Brain-computer Interface

2019-04-25 · Chuanqi Tan, Fuchun Sun, Tao Kong, Bin Fang 외

Different functional areas of the human brain play different roles in brain activity, which has not been paid sufficient research attention in the brain-computer interface (BCI) field. This paper presents a new approach …

Brain Computer InterfaceClassificationEEGElectroencephalogram (EEG)+2

Graph Attention Convolutional U-NET: A Semantic Segmentation Model for Identifying Flooded Areas

2025-02-21 · Muhammad Umair Danish, Madhushan Buwaneswaran, Tehara Fonseka, Katarina Grolinger

The increasing impact of human-induced climate change and unplanned urban constructions has increased flooding incidents in recent years. Accurate identification of flooded areas is crucial for effective disaster managem…

Decision MakingGraph AttentionSemantic SegmentationTransfer Learning