EleAtt-RNN: Adding Attentiveness to Neurons in Recurrent Neural Networks
Pengfei Zhang, Jianru Xue, Cuiling Lan, Wenjun Zeng, Zhanning Gao,, Nanning Zheng

TL;DR
EleAtt-RNN introduces an element-wise attention mechanism that enhances RNNs by adaptively modulating input importance at a fine granularity, improving performance across various sequential tasks.
Contribution
The paper proposes the EleAttG, a simple yet effective element-wise attention gate that can be integrated into any RNN structure to improve its attentiveness and performance.
Findings
Significant performance improvements on action recognition tasks.
Effective across skeleton-based and RGB video data.
Enhances RNNs in gesture recognition and sequential MNIST classification.
Abstract
Recurrent neural networks (RNNs) are capable of modeling temporal dependencies of complex sequential data. In general, current available structures of RNNs tend to concentrate on controlling the contributions of current and previous information. However, the exploration of different importance levels of different elements within an input vector is always ignored. We propose a simple yet effective Element-wise-Attention Gate (EleAttG), which can be easily added to an RNN block (e.g. all RNN neurons in an RNN layer), to empower the RNN neurons to have attentiveness capability. For an RNN block, an EleAttG is used for adaptively modulating the input by assigning different levels of importance, i.e., attention, to each element/dimension of the input. We refer to an RNN block equipped with an EleAttG as an EleAtt-RNN block. Instead of modulating the input as a whole, the EleAttG modulates…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
