IVLGSep 17, 2019

Cardiac MRI Image Segmentation for Left Ventricle and Right Ventricle using Deep Learning

arXiv:1909.08028v16 citations
AI Analysis

This work addresses cardiac image segmentation for medical diagnosis, but it is incremental as it applies existing deep learning methods to standard benchmarks without novel breakthroughs.

The study tackled left and right ventricle segmentation in cardiac MRI by evaluating 2-D U-Net, 3-D U-Net, and DenseNet models on four datasets, aiming to assess performance and generalizability across medical imaging datasets.

The goal of this project is to use magnetic resonance imaging (MRI) data to provide an end-to-end analytics pipeline for left and right ventricle (LV and RV) segmentation. Another aim of the project is to find a model that would be generalizable across medical imaging datasets. We utilized a variety of models, datasets, and tests to determine which one is well suited to this purpose. Specifically, we implemented three models (2-D U-Net, 3-D U-Net, and DenseNet), and evaluated them on four datasets (Automated Cardiac Diagnosis Challenge, MICCAI 2009 LV, Sunnybrook Cardiac Data, MICCAI 2012 RV). While maintaining a consistent preprocessing strategy, we tested the performance of each model when trained on data from the same dataset as the test data, and when trained on data from a different dataset than the test dataset. Data augmentation was also used to increase the adaptability of the models. The results were compared to determine performance and generalizability.

Foundations

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

Your Notes