CVMar 11, 2018

Two-Stage Convolutional Neural Network for Breast Cancer Histology Image Classification

arXiv:1803.04054v211 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses a critical medical imaging problem for breast cancer diagnosis, though it is incremental as it builds on existing deep learning techniques.

The paper tackles breast cancer histology image classification by proposing a two-stage convolutional neural network that achieves 95% accuracy on the validation set, compared to previous rates of 77%.

This paper explores the problem of breast tissue classification of microscopy images. Based on the predominant cancer type the goal is to classify images into four categories of normal, benign, in situ carcinoma, and invasive carcinoma. Given a suitable training dataset, we utilize deep learning techniques to address the classification problem. Due to the large size of each image in the training dataset, we propose a patch-based technique which consists of two consecutive convolutional neural networks. The first "patch-wise" network acts as an auto-encoder that extracts the most salient features of image patches while the second "image-wise" network performs classification of the whole image. The first network is pre-trained and aimed at extracting local information while the second network obtains global information of an input image. We trained the networks using the ICIAR 2018 grand challenge on BreAst Cancer Histology (BACH) dataset. The proposed method yields 95 % accuracy on the validation set compared to previously reported 77 % accuracy rates in the literature. Our code is publicly available at https://github.com/ImagingLab/ICIAR2018

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