PATHS: A Hierarchical Transformer for Efficient Whole Slide Image Analysis
Zak Buzzard, Konstantin Hemker, Nikola Simidjievski, Mateja Jamnik

TL;DR
PATHS introduces a hierarchical transformer approach that mimics pathologists' examination process, efficiently analyzing whole slide images by selectively focusing on relevant regions, leading to improved prediction performance with less computational cost.
Contribution
The paper presents PATHS, a novel hierarchical transformer model that selectively filters informative patches in WSIs, enabling efficient and interpretable analysis for pathology tasks.
Findings
Outperforms previous methods on TCGA datasets
Processes only a small proportion of the slide
Provides interpretable region importance measures
Abstract
Computational analysis of whole slide images (WSIs) has seen significant research progress in recent years, with applications ranging across important diagnostic and prognostic tasks such as survival or cancer subtype prediction. Many state-of-the-art models process the entire slide - which may be as large as pixels - as a bag of many patches, the size of which necessitates computationally cheap feature aggregation methods. However, a large proportion of these patches are uninformative, such as those containing only healthy or adipose tissue, adding significant noise and size to the bag. We propose Pathology Transformer with Hierarchical Selection (PATHS), a novel top-down method for hierarchical weakly supervised representation learning on slide-level tasks in computational pathology. PATHS is inspired by the cross-magnification manner in which a human…
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
TopicsMedical Image Segmentation Techniques · Cell Image Analysis Techniques · Advanced Neural Network Applications
MethodsAttention Is All You Need · Dense Connections · Label Smoothing · Dropout · Linear Layer · Layer Normalization · Byte Pair Encoding · Adam · Residual Connection · Softmax
