Open AccessPosted Content
Automated Model Design and Benchmarking of 3D Deep Learning Models for COVID-19 Detection with Chest CT Scans
Xin He,Shihao Wang,Xiaowen Chu,Shaohuai Shi,Jiangping Tang,Xin Liu,Chenggang Yan,Jiyong Zhang,Guiguang Ding +8 more
TL;DR: Wang et al. as discussed by the authors proposed a differentiable neural architecture search (DNAS) framework to automatically search for the 3D DL models for 3D chest CT scans classification with the Gumbel Softmax technique to improve the searching efficiency.
read more
Abstract: The COVID-19 pandemic has spread globally for several months. Because its transmissibility and high pathogenicity seriously threaten people's lives, it is crucial to accurately and quickly detect COVID-19 infection. Many recent studies have shown that deep learning (DL) based solutions can help detect COVID-19 based on chest CT scans. However, most existing work focuses on 2D datasets, which may result in low quality models as the real CT scans are 3D images. Besides, the reported results span a broad spectrum on different datasets with a relatively unfair comparison. In this paper, we first use three state-of-the-art 3D models (ResNet3D101, DenseNet3D121, and MC3\_18) to establish the baseline performance on the three publicly available chest CT scan datasets. Then we propose a differentiable neural architecture search (DNAS) framework to automatically search for the 3D DL models for 3D chest CT scans classification with the Gumbel Softmax technique to improve the searching efficiency. We further exploit the Class Activation Mapping (CAM) technique on our models to provide the interpretability of the results. The experimental results show that our automatically searched models (CovidNet3D) outperform the baseline human-designed models on the three datasets with tens of times smaller model size and higher accuracy. Furthermore, the results also verify that CAM can be well applied in CovidNet3D for COVID-19 datasets to provide interpretability for medical diagnosis.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
AutoML: A survey of the state-of-the-art
Xin He,Kaiyong Zhao,Xiaowen Chu +2 more
TL;DR: A comprehensive and up-to-date review of the state-of-the-art (SOTA) in AutoML methods according to the pipeline, covering data preparation, feature engineering, hyperparameter optimization, and neural architecture search (NAS).
1.6K
A Large Imaging Database and Novel Deep Neural Architecture for Covid-19 Diagnosis
Anastasios Arsenos,Dimitrios Kollias,Stefanos Kollias +2 more
- 26 Jun 2022
TL;DR: A large experimental study illustrates that the RACNet network has the best performance compared to other deep neural networks i) when trained and tested on COV19-CT-DB; ii) when tested, or when applied, through transfer learning, to other public databases.
Generalizability assessment of COVID-19 3D CT data for deep learning-based disease detection
Maryam Fallahpoor,Subrata Chakraborty,Mohammad Tavakoli Heshejin,Chegeni Hossein,Michael J. Horry,Biswajeet Pradhan +5 more
TL;DR: In this article , two large datasets, including 1110 3D CT images, were split into five segments of 20% each, each dataset's first 20% segment was separated as a holdout test set and 3D-CNN training was performed with the remaining 80% from each dataset.
20
A Deep learning based data augmentation method to improve COVID-19 detection from medical imaging
Djamila Romaissa Beddiar,Mourad Oussalah,Muhammad Usman,Tapio Seppänen +3 more
TL;DR: A deep learning-based data augmentation method improves COVID-19 detection from medical imaging by preserving noise/signal ratios, using noise estimation and a pre-trained DnCNN, and fusing augmented images with original ones for classification using a Temporal Convolutional Network.
14
NAS-LID: Efficient Neural Architecture Search with Local Intrinsic Dimension
TL;DR: NAS-LID as discussed by the authors evaluates the geometrical properties of architectures by calculating the low-cost LID features layer-by-layer, and the similarity characterized by LID enjoys better separability compared with gradients, which effectively reduces the interference among subnets.
References
Learning Deep Features for Discriminative Localization
Bolei Zhou,Aditya Khosla,Agata Lapedriza,Aude Oliva,Antonio Torralba +4 more
- 27 Jun 2016
TL;DR: This work revisits the global average pooling layer proposed in [13], and sheds light on how it explicitly enables the convolutional neural network (CNN) to have remarkable localization ability despite being trained on imagelevel labels.
Learning Transferable Architectures for Scalable Image Recognition
Barret Zoph,Vijay K. Vasudevan,Jonathon Shlens,Quoc V. Le +3 more
- 18 Jun 2018
TL;DR: NASNet as discussed by the authors proposes to search for an architectural building block on a small dataset and then transfer the block to a larger dataset, which enables transferability and achieves state-of-the-art performance.
Correlation of Chest CT and RT-PCR Testing for Coronavirus Disease 2019 (COVID-19) in China: A Report of 1014 Cases.
Tao Ai,Zhenlu Yang,Hongyan Hou,Chenao Zhan,Chong Chen,Wen-Zhi Lv,Qian Tao,Ziyong Sun,Liming Xia +8 more
TL;DR: Chest CT has a high sensitivity for diagnosis of CO VID-19 and may be considered as a primary tool for the current COVID-19 detection in epidemic areas, as well as for patients with multiple RT-PCR assays.
6.1K
•Posted Content
SGDR: Stochastic Gradient Descent with Warm Restarts
Ilya Loshchilov,Frank Hutter +1 more
TL;DR: In this paper, a simple warm restart technique for stochastic gradient descent was proposed to improve its anytime performance when training deep neural networks, which achieved state-of-the-art results on both the CIFAR-10 and CifAR-100 datasets.
5.9K
•Proceedings Article
Categorical Reparameterization with Gumbel-Softmax
Eric Jang,Shixiang Gu,Ben Poole +2 more
- 03 Nov 2016
TL;DR: Gumbel-Softmax as mentioned in this paper replaces the non-differentiable samples from a categorical distribution with a differentiable sample from a novel Gumbel softmax distribution, which has the essential property that it can be smoothly annealed into the categorical distributions.
5.5K