paper-with-me

홈 › Papers

SignAttention: On the Interpretability of Transformer Models for Sign Language Translation

2024-10-18 · Pedro Alejandro Dal Bianco, Oscar Agustín Stanchi, Facundo Manuel Quiroga, Franco Ronchetti, Enzo Ferrante

This paper presents the first comprehensive interpretability analysis of a Transformer-based Sign Language Translation (SLT) model, focusing on the translation from video-based Greek Sign Language to glosses and text. Leveraging the Greek Sign Language Dataset, we examine the attention mechanisms within the model to understand how it processes and aligns visual input with sequential glosses. Our analysis reveals that the model pays attention to clusters of frames rather than individual ones, with a diagonal alignment pattern emerging between poses and glosses, which becomes less distinct as the number of glosses increases. We also explore the relative contributions of cross-attention and self-attention at each decoding step, finding that the model initially relies on video frames but shifts its focus to previously predicted tokens as the translation progresses. This work contributes to a deeper understanding of SLT models, paving the way for the development of more transparent and reliable translation systems essential for real-world applications.

📄 PDF Abstract BibTeX arXiv:2410.14506

Code (1)

pedroodb/sign_attention 공식 구현 pytorch

Tasks

Sign Language TranslationTranslation

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Focus 설명 없음

Similar Papers 제목 키워드 기반

Towards Opening the Black Box of Neural Machine Translation: Source and Target Interpretations of the Transformer

2022-05-23 · Javier Ferrando, Gerard I. Gállego, Belen Alastruey, Carlos Escolano 외

In Neural Machine Translation (NMT), each token prediction is conditioned on the source sentence and the target prefix (what has been previously translated at a decoding step). However, previous work on interpretability …

DecoderMachine TranslationNMTSentence+1

BERT vs GPT for financial engineering

2024-04-24 · Edward Sharkey, Philip Treleaven

The paper benchmarks several Transformer models [4], to show how these models can judge sentiment from a news event. This signal can then be used for downstream modelling and signal identification for commodity trading. …

Machine TranslationQuestion AnsweringText GenerationText Summarization

Inseq: An Interpretability Toolkit for Sequence Generation Models

2023-02-27 · Gabriele Sarti, Nils Feldhus, Ludwig Sickert, Oskar van der Wal 외

Past work in natural language processing interpretability focused mainly on popular classification tasks while largely overlooking generation settings, partly due to a lack of dedicated tools. In this work, we introduce …

DecoderFeature ImportanceMachine TranslationText Generation+1

The Dragon Hatchling: The Missing Link between the Transformer and Models of the Brain

2025-09-30 · Adrian Kosowski, Przemysław Uznański, Jan Chorowski, Zuzanna Stamirowska 외 arxiv

The relationship between computing systems and the brain has served as motivation for pioneering theoreticians since John von Neumann and Alan Turing. Uniform, scale-free biological networks, such as the brain, have powe…

Syntactic Knowledge via Graph Attention with BERT in Machine Translation

2023-05-22 · Yuqian Dai, Serge Sharoff, Marc de Kamps

Although the Transformer model can effectively acquire context features via a self-attention mechanism, deeper syntactic knowledge is still not effectively modeled. To alleviate the above problem, we propose Syntactic kn…

Graph AttentionMachine TranslationText GenerationTranslation