Methods › General › Attention Mechanisms › Location Sensitive Attention

Location Sensitive Attention

25 papers tagged archive 2025-07-28

Introduced by Jan Chorowski et al. in Attention-Based Models for Speech Recognition

archive 2025-07-28 Description, source and code snippet are the archive's method entry.

Location Sensitive Attention is an attention mechanism that extends the additive attention mechanism to use cumulative attention weights from previous decoder time steps as an additional feature. This encourages the model to move forward consistently through the input, mitigating potential failure modes where some subsequences are repeated or ignored by the decoder.

Starting with additive attention where h is a sequential representation from a BiRNN encoder and sᵢ₋₁ is the (i − 1)-th state of a recurrent neural network (e.g. a LSTM or GRU):

e_(i, j) = wᵀtanh(Wsᵢ₋₁ + Vhⱼ + b)

where w and b are vectors, W and V are matrices. We extend this to be location-aware by making it take into account the alignment produced at the previous step. First, we extract k vectors f_(i,j) ∈ℝᵏ for every position j of the previous alignment αᵢ₋₁ by convolving it with a matrix F ∈R^(k×r):

fᵢ = F ∗ αᵢ₋₁

These additional vectors f_(i,j) are then used by the scoring mechanism e_(i,j):

e_(i,j) = wᵀtanh(Wsᵢ₋₁ + Vhⱼ + Uf_(i,j) + b)

PaperSourceSee Code · begeekmyfriend/tacotron2

Papers archive 2025-07-28

25 shown of 25, newest first. Repository counts are the archive's code-links table. A Syntology line states what Syntology ran from that paper's harvested code; it is per sample and not a correctness claim.

Tasks archive 2025-07-28

20 shown of 29 tasks the archive attaches to papers tagged with this method, by distinct papers. A task without a page in the catalog is plain text.

TaskPapers
Text to Speech16
text-to-speech16
Speech Synthesis14
Text-To-Speech Synthesis4
Decoder3
Speech Recognition2
Style Transfer2
Voice Cloning2
Acoustic Modelling1
All1
Audio Synthesis1
CPU1
Classification1
Disentanglement1
Form1
GPU1
General Classification1
Machine Translation1
Meta-Learning1
Phoneme Recognition1

Usage over time archive 2025-07-28

Papers per year tagged with Location Sensitive Attention: 2015 to 2024, peak 8 8 0 2015: 1 paper 2015 2016: 0 papers 2016 2017: 1 paper 2017 2018: 0 papers 2018 2019: 2 papers 2019 2020: 8 papers 2020 2021: 6 papers 2021 2022: 2 papers 2022 2023: 4 papers 2023 2024: 1 paper 2024
Papers per year the archive tags with this method, by the paper's archive date (25 dated). Bars are counts, not a trend claim.

Components: the archive holds no method-to-method composition, so PwC's Components table cannot be rebuilt; the Papers list carries no Results column for the same reason (the archive does not join its leaderboard rows to method tags).

Categories archive 2025-07-28

Attention Mechanisms

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections