B-Cos Aligned Transformers Learn Human-Interpretable Features
Manuel Tran, Amal Lahiani, Yashin Dicente Cid, Melanie Boxberg, Peter Lienemann, Christian Matek, Sophia J. Wagner, Fabian J. Theis, Eldad Klaiman, Tingying Peng
TL;DR
Vision and Swin Transformers achieve strong accuracy in computational pathology but lack intrinsic interpretability for clinical use. The paper proposes $B$-cos transformers (BvT and Bwin) that replace all linear transforms with the $B$-cos transformation to enforce weight–input alignment, enabling more interpretable biomedically meaningful features; the method includes two $B$-cos* branches with MaxOut and omits ReLUs, with the final $B$-cos defined as $ \text{B-cos}(x;w) = \max_{i \in \{1,2\}} \text{B-cos*}(x;w_i)$ and $ \text{B-cos*}(x;w) = \|\hat{w}\| \|x\| |c(x,\hat{w})|^B \text{sgn}(c(x,\hat{w}))$ (with $\|\hat{w}\|=1$). The study demonstrates this leads to more uniform representations via CK A, and domain experts rate BvT/Bwin as more trustworthy, with competitive F1 gains on three public datasets and transfer learning boosts. The work suggests that inherently interpretable transformer architectures can bridge the gap between high performance and trustworthiness in pathology AI, with potential for broader adoption in medical imaging.
Abstract
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.
