Histopathological image classification with deep convolutional neural networks

Zahangir Alom,Theus Aspiras,Tarek M. Taha,Vijayan K. Asari,Tarek Taha
DOI: https://doi.org/10.1117/12.2530291
2019-09-06
Abstract:In the last few years, deep learning approaches have been applied successfully in different modalities of medical imaging problems and achieved state-of-the-art accuracy. Due to the huge volume and variety of imaging modalities, it remains a large open research area. However, in this paper, we have applied Inception Residual Recurrent Convolutional Neural Network (IRRCNN) model for histopathological image classification where a new publicly available dataset named KIMIA Path960 is used. This database contains 960 histopathological images with 20 different classes (different types of tissue collected from 400 Whole Slide Images). In this implementation, we have evaluated the model with non-overlapping patches size of 64×64 pixels and the variant of samples are generated from each patch with different data augmentation techniques including rotation, shear, zooming, and horizontal and vertical flipping. The experimental results are compared against Linear Binary Pattern (LBP), bag-of-visual words (BoVW), and deep learning method with AlexNet and VGG16 networks. The IRRCNN model shows around 98.79% testing accuracy for augmented patch-level evaluation which is around 2.29% and 4% superior performance compared to Support Vector Machine with histogram intersection kernel (IKSVM) with BoVW and VGG16 methods respectively. Additionally, this evaluation also demonstrates that the deep feature representation-based method outperforms compared to a traditional feature-based method including LBP and BoVW for the histopathological image classification problem.
What problem does this paper attempt to address?