CVApr 29, 2015

Patch-based Convolutional Neural Network for Whole Slide Tissue Image Classification

arXiv:1504.07947v5866 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of automating cancer subtype diagnosis for medical imaging, though it is incremental as it builds on existing patch-based and CNN approaches.

The authors tackled the problem of classifying cancer subtypes from gigapixel whole slide tissue images by proposing a patch-based CNN with decision fusion and an EM method to locate discriminative patches, achieving classification accuracy similar to inter-observer agreement between pathologists.

Convolutional Neural Networks (CNN) are state-of-the-art models for many image classification tasks. However, to recognize cancer subtypes automatically, training a CNN on gigapixel resolution Whole Slide Tissue Images (WSI) is currently computationally impossible. The differentiation of cancer subtypes is based on cellular-level visual features observed on image patch scale. Therefore, we argue that in this situation, training a patch-level classifier on image patches will perform better than or similar to an image-level classifier. The challenge becomes how to intelligently combine patch-level classification results and model the fact that not all patches will be discriminative. We propose to train a decision fusion model to aggregate patch-level predictions given by patch-level CNNs, which to the best of our knowledge has not been shown before. Furthermore, we formulate a novel Expectation-Maximization (EM) based method that automatically locates discriminative patches robustly by utilizing the spatial relationships of patches. We apply our method to the classification of glioma and non-small-cell lung carcinoma cases into subtypes. The classification accuracy of our method is similar to the inter-observer agreement between pathologists. Although it is impossible to train CNNs on WSIs, we experimentally demonstrate using a comparable non-cancer dataset of smaller images that a patch-based CNN can outperform an image-based CNN.

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