Severity classification of ground-glass opacity via 2-D convolutional
neural network and lung CT scans: a 3-day exploration
- URL: http://arxiv.org/abs/2303.16904v2
- Date: Fri, 31 Mar 2023 16:48:02 GMT
- Title: Severity classification of ground-glass opacity via 2-D convolutional
neural network and lung CT scans: a 3-day exploration
- Authors: Lisa Y.W. Tang
- Abstract summary: Ground-glass opacity is a hallmark of numerous lung diseases, including patients with COVID19 and pneumonia, pulmonary fibrosis, and tuberculosis.
This note presents experimental results of a proof-of-concept framework that got implemented and tested over three days as driven by the third challenge entitled "COVID-19 Competition"
As part of the challenge requirement, the source code produced during the course of this exercise is posted at https://github.com/lisatwyw/cov19.
- Score: 0.0
- License: http://creativecommons.org/licenses/by/4.0/
- Abstract: Ground-glass opacity is a hallmark of numerous lung diseases, including
patients with COVID19 and pneumonia, pulmonary fibrosis, and tuberculosis. This
brief note presents experimental results of a proof-of-concept framework that
got implemented and tested over three days as driven by the third challenge
entitled "COVID-19 Competition", hosted at the AI-Enabled Medical Image
Analysis Workshop of the 2023 IEEE International Conference on Acoustics,
Speech and Signal Processing (ICASSP 2023). Using a newly built virtual
environment (created on March 17, 2023), we investigated various pre-trained
two-dimensional convolutional neural networks (CNN) such as Dense Neural
Network, Residual Neural Networks (ResNet), and Vision Transformers, as well as
the extent of fine-tuning. Based on empirical experiments, we opted to
fine-tune them using ADAM's optimization algorithm with a standard learning
rate of 0.001 for all CNN architectures and apply early-stopping whenever the
validation loss reached a plateau. For each trained CNN, the model state with
the best validation accuracy achieved during training was stored and later
reloaded for new classifications of unseen samples drawn from the validation
set provided by the challenge organizers. According to the organizers, few of
these 2D CNNs yielded performance comparable to an architecture that combined
ResNet and Recurrent Neural Network (Gated Recurrent Units). As part of the
challenge requirement, the source code produced during the course of this
exercise is posted at https://github.com/lisatwyw/cov19. We also hope that
other researchers may find this light prototype consisting of few Python files
based on PyTorch 1.13.1 and TorchVision 0.14.1 approachable.
Related papers
- Brain Tumor Classification on MRI in Light of Molecular Markers [61.77272414423481]
Co-deletion of the 1p/19q gene is associated with clinical outcomes in low-grade gliomas.
This study aims to utilize a specially MRI-based convolutional neural network for brain cancer detection.
arXiv Detail & Related papers (2024-09-29T07:04:26Z) - TENNs-PLEIADES: Building Temporal Kernels with Orthogonal Polynomials [1.1970409518725493]
We focus on interfacing these networks with event-based data to perform online classification and detection with low latency.
We experimented with three event-based benchmarks and obtained state-of-the-art results on all three by large margins with significantly smaller memory and compute costs.
arXiv Detail & Related papers (2024-05-20T17:06:24Z) - Continuous time recurrent neural networks: overview and application to
forecasting blood glucose in the intensive care unit [56.801856519460465]
Continuous time autoregressive recurrent neural networks (CTRNNs) are a deep learning model that account for irregular observations.
We demonstrate the application of these models to probabilistic forecasting of blood glucose in a critical care setting.
arXiv Detail & Related papers (2023-04-14T09:39:06Z) - Searching for Effective Neural Network Architectures for Heart Murmur
Detection from Phonocardiogram [5.183688633606942]
The George B. Moody PhysioNet Challenge 2022 raised problems of heart murmur detection and related abnormal cardiac function identification from phonocardiograms (PCGs)
This work describes the novel approaches developed by our team, Revenger, to solve these problems.
arXiv Detail & Related papers (2023-03-06T09:31:42Z) - Lost Vibration Test Data Recovery Using Convolutional Neural Network: A
Case Study [0.0]
This paper proposes a CNN algorithm for the Alamosa Canyon Bridge as a real structure.
Three different CNN models were considered to predict one and two malfunctioned sensors.
The accuracy of the model was increased by adding a convolutional layer.
arXiv Detail & Related papers (2022-04-11T23:24:03Z) - Accelerating Training and Inference of Graph Neural Networks with Fast
Sampling and Pipelining [58.10436813430554]
Mini-batch training of graph neural networks (GNNs) requires a lot of computation and data movement.
We argue in favor of performing mini-batch training with neighborhood sampling in a distributed multi-GPU environment.
We present a sequence of improvements to mitigate these bottlenecks, including a performance-engineered neighborhood sampler.
We also conduct an empirical analysis that supports the use of sampling for inference, showing that test accuracies are not materially compromised.
arXiv Detail & Related papers (2021-10-16T02:41:35Z) - Evolving Deep Convolutional Neural Network by Hybrid Sine-Cosine and
Extreme Learning Machine for Real-time COVID19 Diagnosis from X-Ray Images [0.5249805590164902]
Deep Convolutional Networks (CNNs) can be considered as applicable tools to diagnose COVID19 positive cases.
This paper proposes using the Extreme Learning Machine (ELM) instead of the last fully connected layer to address this deficiency.
The proposed approach outperforms comparative benchmarks with a final accuracy of 98.83% on the COVID-Xray-5k dataset.
arXiv Detail & Related papers (2021-05-14T19:40:16Z) - BreakingBED -- Breaking Binary and Efficient Deep Neural Networks by
Adversarial Attacks [65.2021953284622]
We study robustness of CNNs against white-box and black-box adversarial attacks.
Results are shown for distilled CNNs, agent-based state-of-the-art pruned models, and binarized neural networks.
arXiv Detail & Related papers (2021-03-14T20:43:19Z) - CovidDeep: SARS-CoV-2/COVID-19 Test Based on Wearable Medical Sensors
and Efficient Neural Networks [51.589769497681175]
The novel coronavirus (SARS-CoV-2) has led to a pandemic.
The current testing regime based on Reverse Transcription-Polymerase Chain Reaction for SARS-CoV-2 has been unable to keep up with testing demands.
We propose a framework called CovidDeep that combines efficient DNNs with commercially available WMSs for pervasive testing of the virus.
arXiv Detail & Related papers (2020-07-20T21:47:28Z) - COVID-ResNet: A Deep Learning Framework for Screening of COVID19 from
Radiographs [1.9798034349981157]
We present an accurate Convolutional Neural Network framework for differentiating COVID19 cases from other pneumonia cases.
This work presents a 3-step technique to fine-tune a pre-trained ResNet-50 architecture to improve model performance.
This model can help in the early screening of COVID19 cases and help reduce the burden on healthcare systems.
arXiv Detail & Related papers (2020-03-31T17:42:28Z) - REST: Robust and Efficient Neural Networks for Sleep Monitoring in the
Wild [62.36144064259933]
We propose REST, a new method that simultaneously tackles both issues via adversarial training and controlling the Lipschitz constant of the neural network.
We demonstrate that REST produces highly-robust and efficient models that substantially outperform the original full-sized models in the presence of noise.
By deploying these models to an Android application on a smartphone, we quantitatively observe that REST allows models to achieve up to 17x energy reduction and 9x faster inference.
arXiv Detail & Related papers (2020-01-29T17:23:16Z)
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.