paper-with-me

Papers

B-Cos Aligned Transformers Learn Human-Interpretable Features

2024-01-16 · Manuel Tran, Amal Lahiani, Yashin Dicente Cid, Melanie Boxberg, Peter Lienemann, Christian Matek, Sophia J. Wagner, Fabian J. Theis, Eldad Klaiman, Tingying Peng

Vision Transformers (ViTs) and Swin Transformers (Swin) are currently state-of-the-art in computational pathology. However, domain experts are still reluctant to use these models due to their lack of interpretability. This is not surprising, as critical decisions need to be transparent and understandable. The most common approach to understanding transformers is to visualize their attention. However, attention maps of ViTs are often fragmented, leading to unsatisfactory explanations. Here, we introduce a novel architecture called the B-cos Vision Transformer (BvT) that is designed to be more interpretable. It replaces all linear transformations with the B-cos transform to promote weight-input alignment. In a blinded study, medical experts clearly ranked BvTs above ViTs, suggesting that our network is better at capturing biomedically relevant structures. This is also true for the B-cos Swin Transformer (Bwin). Compared to the Swin Transformer, it even improves the F1-score by up to 4.7% on two public datasets.

📄 PDF Abstract BibTeX arXiv:2401.08868

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
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$…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Fine-grained Motion Retrieval via Joint-Angle Motion Images and Token-Patch Late Interaction

2026-03-10 · Yao Zhang, Zhuchenyang Liu, Yanlan He, Thomas Ploetz 외 arxiv

Text-motion retrieval aims to learn a semantically aligned latent space between natural language descriptions and 3D human motion skeleton sequences, enabling bidirectional search across the two modalities. Most existing…

Hierarchical Vision Transformer with Prototypes for Interpretable Medical Image Classification

2025-02-13 · Luisa Gallée, Catharina Silvia Lisson, Meinrad Beer, Michael Götz

Explainability is a highly demanded requirement for applications in high-risk areas such as medicine. Vision Transformers have mainly been limited to attention extraction to provide insight into the model's reasoning. Ou…

image-classificationImage ClassificationLesion ClassificationMedical Image Classification+1

Can Transformers Smell Like Humans?

2024-11-05 · Farzaneh Taleb, Miguel Vasco, Antônio H. Ribeiro, Mårten Björkman 외

The human brain encodes stimuli from the environment into representations that form a sensory perception of the world. Despite recent advances in understanding visual and auditory perception, olfactory perception remains…

Improving Neural Topic Models using Knowledge Distillation

2020-10-05 · EMNLP 2020 11 · Alexander Hoyle, Pranav Goel, Philip Resnik

Topic models are often used to identify human-interpretable topics to help make sense of large document collections. We use knowledge distillation to combine the best attributes of probabilistic topic models and pretrain…

Knowledge DistillationTopic Models

Decomposing Query-Key Feature Interactions Using Contrastive Covariances

2026-02-04 · Andrew Lee, Yonatan Belinkov, Fernanda Viégas, Martin Wattenberg arxiv

Despite the central role of attention heads in Transformers, we lack tools to understand why a model attends to a particular token. To address this, we study the query-key (QK) space -- the bilinear joint embedding space…