paper-with-me

Papers

Decoding Layer Saliency in Language Transformers

2023-08-09 · Elizabeth M. Hou, Gregory Castanon

In this paper, we introduce a strategy for identifying textual saliency in large-scale language models applied to classification tasks. In visual networks where saliency is more well-studied, saliency is naturally localized through the convolutional layers of the network; however, the same is not true in modern transformer-stack networks used to process natural language. We adapt gradient-based saliency methods for these networks, propose a method for evaluating the degree of semantic coherence of each layer, and demonstrate consistent improvement over numerous other methods for textual saliency on multiple benchmark classification datasets. Our approach requires no additional training or access to labelled data, and is comparatively very computationally efficient.

📄 PDF Abstract BibTeX arXiv:2308.05219

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Transformer-based Video Saliency Prediction with High Temporal Dimension Decoding

2024-01-15 · Morteza Moradi, Simone Palazzo, Concetto Spampinato

In recent years, finding an effective and efficient strategy for exploiting spatial and temporal information has been a hot research topic in video saliency prediction (VSP). With the emergence of spatio-temporal transfo…

DecoderSaliency PredictionVideo Saliency Prediction

Learning Saliency From Fixations

2023-11-23 · Yasser Abdelaziz Dahou Djilali, Kevin McGuiness, Noel O'Connor

We present a novel approach for saliency prediction in images, leveraging parallel decoding in transformers to learn saliency solely from fixation maps. Models typically rely on continuous saliency maps, to overcome the …

DecoderPredictionSaliency Prediction

Full-bandwidth transformer

2026-08-09 · Xi Wang, Ziyang Cai, Zheng Zhan, Harry Dong 외 hf

Autoregressive transformers compute along two axes: horizontally across generated tokens, and vertically through model depth. Dense attention gives each token broad horizontal access to the past, but the vertical feedbac…

T^2MLR: Transformer with Temporal Middle-Layer Recurrence

2026-07-16 · Ziyang Cai, Xingyu Zhu, Yihe Dong, Yinghui He 외 arxiv

Transformer reasoning is limited by autoregressive decoding, which repeat edly compresses rich hidden computation through token space and makes it difficult for intermediate reasoning states to persist across time. We in…

Balancing Cost and Benefit with Tied-Multi Transformers

2020-02-20 · WS 2020 7 · Raj Dabre, Raphael Rubino, Atsushi Fujita

We propose and evaluate a novel procedure for training multiple Transformers with tied parameters which compresses multiple models into one enabling the dynamic choice of the number of encoder and decoder layers during d…

DecoderKnowledge DistillationMachine TranslationModel Compression+1