Automated Quantification of Inflamed Lung Regions in Chest CT by UNet++ and SegCaps: A Comparative Analysis in COVID-19 Cases

Problem Statement

In order to help the treating clinician during the present COVID-19 pandemic, a significant amount of lung imaging has been produced. It is crucial to accurately quantify the severity of lung inflammation since it is linked to the course of the disease. When lung inflammation is quantified in a chest CT scan, it can be difficult to produce consistent and accurate reporting in high-demand situations without sacrificing patient care.

Solution Approach

In this context, automated segmentation was recently attempted using UNet++, a convolutional neural network (CNN), with results comparable to manual methods. In this project, we hypothesise that using capsule networks with fewer parameters, an advanced vector representation of information, and dynamic routing, we can perform the desired task with comparable efficiency. We validate this hypothesis in this project using SegCaps, a capsule network, through direct comparison, individual comparison with CT severity score, and comparing the relative effect on an ML(machine learning)-based prognosis model developed elsewhere. We also present a scenario in which the combination of UNet++ and SegCaps outperforms the individual models.

Tech Stack

Models: UNet++, SegCaps

Dependences: Python, Pytorch, Tensorflow, Seaborn, Numpy, Pandas

Performance Metrics: Dice Score, IOU Score

Project Architecture

Proposed Approach Poster

Results

Region of Interest Inflammation Segmentation using UNet++ Inflammation Segmentation using Capsule Networks
Result3-27-extracted Result3-27-unet Result3-27-capsnet

Research Paper Link

The paper can be found at: https://ieeexplore.ieee.org/document/9870901

Authors

License

MIT