IVCVLGJul 25, 2020

HATNet: An End-to-End Holistic Attention Network for Diagnosis of Breast Biopsy Images

arXiv:2007.13007v12 citationsHas Code
AI Analysis

This addresses the problem of limited context in patch-based methods for breast biopsy image diagnosis, offering a more accurate and efficient solution for medical professionals.

The paper tackles the challenge of classifying gigapixel histopathological images by introducing HATNet, an end-to-end attention-based network that learns from clinically relevant structures without explicit supervision, achieving an 8% improvement over the previous best method and matching human pathologist accuracy.

Training end-to-end networks for classifying gigapixel size histopathological images is computationally intractable. Most approaches are patch-based and first learn local representations (patch-wise) before combining these local representations to produce image-level decisions. However, dividing large tissue structures into patches limits the context available to these networks, which may reduce their ability to learn representations from clinically relevant structures. In this paper, we introduce a novel attention-based network, the Holistic ATtention Network (HATNet) to classify breast biopsy images. We streamline the histopathological image classification pipeline and show how to learn representations from gigapixel size images end-to-end. HATNet extends the bag-of-words approach and uses self-attention to encode global information, allowing it to learn representations from clinically relevant tissue structures without any explicit supervision. It outperforms the previous best network Y-Net, which uses supervision in the form of tissue-level segmentation masks, by 8%. Importantly, our analysis reveals that HATNet learns representations from clinically relevant structures, and it matches the classification accuracy of human pathologists for this challenging test set. Our source code is available at \url{https://github.com/sacmehta/HATNet}

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes