Kernel Attention Transformer (KAT) for Histopathology Whole Slide Image Classification
Yushan Zheng, Jun Li, Jun Shi, Fengying Xie, Zhiguo Jiang

TL;DR
This paper introduces Kernel Attention Transformer (KAT), a novel model designed to improve the efficiency and effectiveness of classifying gigapixel histopathology whole slide images by capturing hierarchical context with lower computational costs.
Contribution
The paper proposes a kernel attention mechanism that enhances hierarchical context modeling in WSIs while reducing computational complexity compared to traditional Transformers.
Findings
KAT outperforms 6 state-of-the-art methods on gastric and endometrial datasets.
KAT demonstrates higher accuracy and efficiency in WSI classification.
The method is validated on large-scale datasets with thousands of WSIs.
Abstract
Transformer has been widely used in histopathology whole slide image (WSI) classification for the purpose of tumor grading, prognosis analysis, etc. However, the design of token-wise self-attention and positional embedding strategy in the common Transformer limits the effectiveness and efficiency in the application to gigapixel histopathology images. In this paper, we propose a kernel attention Transformer (KAT) for histopathology WSI classification. The information transmission of the tokens is achieved by cross-attention between the tokens and a set of kernels related to a set of positional anchors on the WSI. Compared to the common Transformer structure, the proposed KAT can better describe the hierarchical context information of the local regions of the WSI and meanwhile maintains a lower computational complexity. The proposed method was evaluated on a gastric dataset with 2040 WSIs…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAI in cancer detection · Radiomics and Machine Learning in Medical Imaging · Cervical Cancer and HPV Research
MethodsAttention Is All You Need · Linear Layer · Softmax · Residual Connection · Adam · Multi-Head Attention · Label Smoothing · Dropout · Byte Pair Encoding · Layer Normalization
