IVCVNov 29, 2022

Performance Evaluation of Vanilla, Residual, and Dense 2D U-Net Architectures for Skull Stripping of Augmented 3D T1-weighted MRI Head Scans

arXiv:2211.16570v21 citationsh-index: 4
Originality Synthesis-oriented
AI Analysis

This addresses the need for efficient automated skull stripping in neuroimaging, though it is incremental as it builds on existing U-Net methods.

The study compared Vanilla, Residual, and Dense 2D U-Net architectures for skull stripping in MRI head scans, finding that the Dense 2D U-Net achieved 99.75% accuracy, outperforming the others.

Skull Stripping is a requisite preliminary step in most diagnostic neuroimaging applications. Manual Skull Stripping methods define the gold standard for the domain but are time-consuming and challenging to integrate into processing pipelines with a high number of data samples. Automated methods are an active area of research for head MRI segmentation, especially deep learning methods such as U-Net architecture implementations. This study compares Vanilla, Residual, and Dense 2D U-Net architectures for Skull Stripping. The Dense 2D U-Net architecture outperforms the Vanilla and Residual counterparts by achieving an accuracy of 99.75% on a test dataset. It is observed that dense interconnections in a U-Net encourage feature reuse across layers of the architecture and allow for shallower models with the strengths of a deeper network.

Foundations

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

Your Notes