Improving Automated COVID-19 Grading with Convolutional Neural Networks
in Computed Tomography Scans: An Ablation Study
- URL: http://arxiv.org/abs/2009.09725v1
- Date: Mon, 21 Sep 2020 09:58:57 GMT
- Title: Improving Automated COVID-19 Grading with Convolutional Neural Networks
in Computed Tomography Scans: An Ablation Study
- Authors: Coen de Vente, Luuk H. Boulogne, Kiran Vaidhya Venkadesh, Cheryl
Sital, Nikolas Lessmann, Colin Jacobs, Clara I. S\'anchez, Bram van Ginneken
- Abstract summary: This paper identifies a variety of components that increase the performance of CNN-based algorithms for COVID-19 grading from CT images.
A 3D CNN with these components achieved an area under the ROC curve (AUC) of 0.934 on our test set of 105 CT scans and an AUC of 0.923 on a publicly available set of 742 CT scans.
- Score: 3.072491397378425
- License: http://arxiv.org/licenses/nonexclusive-distrib/1.0/
- Abstract: Amidst the ongoing pandemic, several studies have shown that COVID-19
classification and grading using computed tomography (CT) images can be
automated with convolutional neural networks (CNNs). Many of these studies
focused on reporting initial results of algorithms that were assembled from
commonly used components. The choice of these components was often pragmatic
rather than systematic. For instance, several studies used 2D CNNs even though
these might not be optimal for handling 3D CT volumes. This paper identifies a
variety of components that increase the performance of CNN-based algorithms for
COVID-19 grading from CT images. We investigated the effectiveness of using a
3D CNN instead of a 2D CNN, of using transfer learning to initialize the
network, of providing automatically computed lesion maps as additional network
input, and of predicting a continuous instead of a categorical output. A 3D CNN
with these components achieved an area under the ROC curve (AUC) of 0.934 on
our test set of 105 CT scans and an AUC of 0.923 on a publicly available set of
742 CT scans, a substantial improvement in comparison with a previously
published 2D CNN. An ablation study demonstrated that in addition to using a 3D
CNN instead of a 2D CNN transfer learning contributed the most and continuous
output contributed the least to improving the model performance.
Related papers
- Dual Multi-scale Mean Teacher Network for Semi-supervised Infection
Segmentation in Chest CT Volume for COVID-19 [76.51091445670596]
Automated detecting lung infections from computed tomography (CT) data plays an important role for combating COVID-19.
Most current COVID-19 infection segmentation methods mainly relied on 2D CT images, which lack 3D sequential constraint.
Existing 3D CT segmentation methods focus on single-scale representations, which do not achieve the multiple level receptive field sizes on 3D volume.
arXiv Detail & Related papers (2022-11-10T13:11:21Z) - Intelligent 3D Network Protocol for Multimedia Data Classification using
Deep Learning [0.0]
We implement Hybrid Deep Learning Architecture that combines STIP and 3D CNN features to enhance the performance of 3D videos effectively.
The results are compared with state-of-the-art frameworks from literature for action recognition on UCF101 with an accuracy of 95%.
arXiv Detail & Related papers (2022-07-23T12:24:52Z) - Classification of diffraction patterns using a convolutional neural
network in single particle imaging experiments performed at X-ray
free-electron lasers [53.65540150901678]
Single particle imaging (SPI) at X-ray free electron lasers (XFELs) is particularly well suited to determine the 3D structure of particles in their native environment.
For a successful reconstruction, diffraction patterns originating from a single hit must be isolated from a large number of acquired patterns.
We propose to formulate this task as an image classification problem and solve it using convolutional neural network (CNN) architectures.
arXiv Detail & Related papers (2021-12-16T17:03:14Z) - Automated airway segmentation by learning graphical structure [0.76146285961466]
We put forward an advanced method for airway segmentation based on the existent convolutional neural network (CNN) and graph neural network (GNN)
The proposed model shows that compared with the CNN-only method, the combination of CNN and GNN has a better performance in that the bronchi in the chest CT scans can be detected in most cases.
arXiv Detail & Related papers (2021-09-30T01:37:31Z) - Benchmarking CNN on 3D Anatomical Brain MRI: Architectures, Data
Augmentation and Deep Ensemble Learning [2.1446056201053185]
We propose an extensive benchmark of recent state-of-the-art (SOTA) 3D CNN, evaluating also the benefits of data augmentation and deep ensemble learning.
Experiments were conducted on a large multi-site 3D brain anatomical MRI data-set comprising N=10k scans on 3 challenging tasks: age prediction, sex classification, and schizophrenia diagnosis.
We found that all models provide significantly better predictions with VBM images than quasi-raw data.
DenseNet and tiny-DenseNet, a lighter version that we proposed, provide a good compromise in terms of performance in all data regime
arXiv Detail & Related papers (2021-06-02T13:00:35Z) - Automated Model Design and Benchmarking of 3D Deep Learning Models for
COVID-19 Detection with Chest CT Scans [72.04652116817238]
We propose a differentiable neural architecture search (DNAS) framework to automatically search for the 3D DL models for 3D chest CT scans classification.
We also exploit the Class Activation Mapping (CAM) technique on our models to provide the interpretability of the results.
arXiv Detail & Related papers (2021-01-14T03:45:01Z) - Learning Hybrid Representations for Automatic 3D Vessel Centerline
Extraction [57.74609918453932]
Automatic blood vessel extraction from 3D medical images is crucial for vascular disease diagnoses.
Existing methods may suffer from discontinuities of extracted vessels when segmenting such thin tubular structures from 3D images.
We argue that preserving the continuity of extracted vessels requires to take into account the global geometry.
We propose a hybrid representation learning approach to address this challenge.
arXiv Detail & Related papers (2020-12-14T05:22:49Z) - 3D CNNs with Adaptive Temporal Feature Resolutions [83.43776851586351]
Similarity Guided Sampling (SGS) module can be plugged into any existing 3D CNN architecture.
SGS empowers 3D CNNs by learning the similarity of temporal features and grouping similar features together.
Our evaluations show that the proposed module improves the state-of-the-art by reducing the computational cost (GFLOPs) by half while preserving or even improving the accuracy.
arXiv Detail & Related papers (2020-11-17T14:34:05Z) - A Light CNN for detecting COVID-19 from CT scans of the chest [9.088303226909279]
OVID-19 is a world-wide disease that has been declared as a pandemic by the World Health Organization.
Deep Learning has been extensively used in medical imaging and convolutional neural networks (CNNs) have been also used for classification of CT images.
We propose a light CNN design based on the model of the SqueezeNet, for the efficient discrimination of COVID-19 CT images.
arXiv Detail & Related papers (2020-04-24T07:58:49Z) - 2D Convolutional Neural Networks for 3D Digital Breast Tomosynthesis
Classification [20.245580301060418]
Key challenges in developing automated methods for classification are handling the variable number of slices and retaining slice-to-slice changes.
We propose a novel deep 2D convolutional neural network (CNN) architecture for classification that simultaneously overcomes both challenges.
Our approach operates on the full volume, regardless of the number of slices, and allows the use of pre-trained 2D CNNs for feature extraction.
arXiv Detail & Related papers (2020-02-27T18:32:52Z) - 2.75D: Boosting learning by representing 3D Medical imaging to 2D
features for small data [54.223614679807994]
3D convolutional neural networks (CNNs) have started to show superior performance to 2D CNNs in numerous deep learning tasks.
Applying transfer learning on 3D CNN is challenging due to a lack of publicly available pre-trained 3D models.
In this work, we proposed a novel 2D strategical representation of volumetric data, namely 2.75D.
As a result, 2D CNN networks can also be used to learn volumetric information.
arXiv Detail & Related papers (2020-02-11T08:24:19Z)
This list is automatically generated from the titles and abstracts of the papers in this site.
This site does not guarantee the quality of this site (including all information) and is not responsible for any consequences.