CVJun 3, 2018

Study and development of a Computer-Aided Diagnosis system for classification of chest x-ray images using convolutional neural networks pre-trained for ImageNet and data augmentation

arXiv:1806.00839v114 citations
Originality Synthesis-oriented
AI Analysis

This work addresses pneumonia diagnosis from chest x-rays, but it is incremental as it applies standard deep learning techniques without novel methodological contributions.

The authors developed a computer-aided diagnosis system using convolutional neural networks to classify chest x-ray images as normal or pneumonia, finding that fine-tuning pre-trained models with data augmentation yielded the best results.

Convolutional neural networks (ConvNets) are the actual standard for image recognizement and classification. On the present work we develop a Computer Aided-Diagnosis (CAD) system using ConvNets to classify a x-rays chest images dataset in two groups: Normal and Pneumonia. The study uses ConvNets models available on the PyTorch platform: AlexNet, SqueezeNet, ResNet and Inception. We initially use three training styles: complete from scratch using random initialization, using a pre-trained ImageNet model training only the last layer adapted to our problem (transfer learning) and a pre-trained model modified training all the classifying layers of the model (fine tuning). The last strategy of training used is with data augmentation techniques that avoid over fitting problems on ConvNets yielding the better results on this study

Foundations

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

Your Notes