paper-with-me

Papers

Centered Self-Attention Layers

2023-06-02 · Ameen Ali, Tomer Galanti, Lior Wolf

The self-attention mechanism in transformers and the message-passing mechanism in graph neural networks are repeatedly applied within deep learning architectures. We show that this application inevitably leads to oversmoothing, i.e., to similar representations at the deeper layers for different tokens in transformers and different nodes in graph neural networks. Based on our analysis, we present a correction term to the aggregating operator of these mechanisms. Empirically, this simple term eliminates much of the oversmoothing problem in visual transformers, obtaining performance in weakly supervised segmentation that surpasses elaborate baseline methods that introduce multiple auxiliary networks and training phrases. In graph neural networks, the correction term enables the training of very deep architectures more effectively than many recent solutions to the same problem.

📄 PDF Abstract BibTeX arXiv:2306.01610

Code (0)

등록된 구현이 없습니다.

Tasks

Weakly supervised segmentation

Similar Papers 제목 키워드 기반

Undivided Attention: Are Intermediate Layers Necessary for BERT?

2020-12-22 · Sharath Nittur Sridhar, Anthony Sarah

In recent times, BERT-based models have been extremely successful in solving a variety of natural language processing (NLP) tasks such as reading comprehension, natural language inference, sentiment analysis, etc. All BE…

Natural Language InferenceReading ComprehensionSentiment Analysis

Self-attention vector output similarities reveal how machines pay attention

2025-12-26 · Tal Halevi, Yarden Tzach, Ronit D. Gross, Shalom Rosner 외 arxiv

The self-attention mechanism has significantly advanced the field of natural language processing, facilitating the development of advanced language-learning machines. Although its utility is widely acknowledged, the prec…

When Can Self-Attention Be Replaced by Feed Forward Layers?

2020-05-28 · Shucong Zhang, Erfan Loweimi, Peter Bell, Steve Renals

Recently, self-attention models such as Transformers have given competitive results compared to recurrent neural network systems in speech recognition. The key factor for the outstanding performance of self-attention mod…

speech-recognitionSpeech Recognition

Accelerating Vision Transformers Based on Heterogeneous Attention Patterns

2023-10-11 · Deli Yu, Teng Xi, Jianwei Li, Baopu Li 외

Recently, Vision Transformers (ViTs) have attracted a lot of attention in the field of computer vision. Generally, the powerful representative capacity of ViTs mainly benefits from the self-attention mechanism, which has…

Dimensionality Reduction

On the Usefulness of Self-Attention for Automatic Speech Recognition with Transformers

2020-11-08 · Shucong Zhang, Erfan Loweimi, Peter Bell, Steve Renals

Self-attention models such as Transformers, which can capture temporal relationships without being limited by the distance between events, have given competitive speech recognition results. However, we note the range of …

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition