paper-with-me

홈 › Papers

Easy attention: A simple attention mechanism for temporal predictions with transformers

2023-08-24 · Marcial Sanchis-Agudo, Yuning Wang, Roger Arnau, Luca Guastoni, Jasmin Lim, Karthik Duraisamy, Ricardo Vinuesa

To improve the robustness of transformer neural networks used for temporal-dynamics prediction of chaotic systems, we propose a novel attention mechanism called easy attention which we demonstrate in time-series reconstruction and prediction. While the standard self attention only makes use of the inner product of queries and keys, it is demonstrated that the keys, queries and softmax are not necessary for obtaining the attention score required to capture long-term dependencies in temporal sequences. Through the singular-value decomposition (SVD) on the softmax attention score, we further observe that self attention compresses the contributions from both queries and keys in the space spanned by the attention score. Therefore, our proposed easy-attention method directly treats the attention scores as learnable parameters. This approach produces excellent results when reconstructing and predicting the temporal dynamics of chaotic systems exhibiting more robustness and less complexity than self attention or the widely-used long short-term memory (LSTM) network. We show the improved performance of the easy-attention method in the Lorenz system, a turbulence shear flow and a model of a nuclear reactor.

📄 PDF Abstract BibTeX arXiv:2308.12874

Code (0)

등록된 구현이 없습니다.

Tasks

Temporal SequencesTime Series

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
Adam 설명 없음
Residual Connection 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

Surprisingly Easy Hard-Attention for Sequence to Sequence Learning

2018-10-01 · EMNLP 2018 10 · Shiv Shankar, Siddhant Garg, Sunita Sarawagi

In this paper we show that a simple beam approximation of the joint distribution between attention and output is an easy, accurate, and efficient attention mechanism for sequence to sequence learning. The method combines…

Hard AttentionImage CaptioningMorphological InflectionTranslation

Interpretable Spatio-temporal Attention for Video Action Recognition

2018-10-01 · Lili Meng, Bo Zhao, Bo Chang, Gao Huang 외

Inspired by the observation that humans are able to process videos efficiently by only paying attention where and when it is needed, we propose an interpretable and easy plug-in spatial-temporal attention mechanism for v…

Action RecognitionTemporal Action Localization

Dense but Efficient VideoQA for Intricate Compositional Reasoning

2022-10-19 · Jihyeon Lee, Wooyoung Kang, Eun-Sol Kim

It is well known that most of the conventional video question answering (VideoQA) datasets consist of easy questions requiring simple reasoning processes. However, long videos inevitably contain complex and compositional…

Question AnsweringVideo Question Answering

M2A: Motion Aware Attention for Accurate Video Action Recognition

2021-11-18 · Brennan Gebotys, Alexander Wong, David A. Clausi

Advancements in attention mechanisms have led to significant performance improvements in a variety of areas in machine learning due to its ability to enable the dynamic modeling of temporal sequences. A particular area i…

Action RecognitionTemporal Action LocalizationTemporal Sequences

Stochastic Region Pooling: Make Attention More Expressive

2019-04-22 · Mingnan Luo, Guihua Wen, Yang Hu, Dan Dai 외

Global Average Pooling (GAP) is used by default on the channel-wise attention mechanism to extract channel descriptors. However, the simple global aggregation method of GAP is easy to make the channel descriptors have ho…

Diversity