| Literature DB >> 32528977 |
Kevin Jamart1, Zhaohan Xiong1, Gonzalo D Maso Talou1, Martin K Stiles2, Jichao Zhao1.
Abstract
Segmentation and 3D reconstruction of the human atria is of crucial importance for precise diagnosis and treatment of atrial fibrillation, the most common cardiac arrhythmia. However, the current manual segmentation of the atria from medical images is a time-consuming, labor-intensive, and error-prone process. The recent emergence of artificial intelligence, particularly deep learning, provides an alternative solution to the traditional methods that fail to accurately segment atrial structures from clinical images. This has been illustrated during the recent 2018 Atrial Segmentation Challenge for which most of the challengers developed deep learning approaches for atrial segmentation, reaching high accuracy (>90% Dice score). However, as significant discrepancies exist between the approaches developed, many important questions remain unanswered, such as which deep learning architectures and methods to ensure reliability while achieving the best performance. In this paper, we conduct an in-depth review of the current state-of-the-art of deep learning approaches for atrial segmentation from late gadolinium-enhanced MRIs, and provide critical insights for overcoming the main hindrances faced in this task.Entities:
Keywords: LGE-MRI; atrial fibrillation; convolutional neural network; image segmentation; left atrium; machine learning
Year: 2020 PMID: 32528977 PMCID: PMC7266934 DOI: 10.3389/fcvm.2020.00086
Source DB: PubMed Journal: Front Cardiovasc Med ISSN: 2297-055X
Figure 1Main hindrances faced in LA segmentation from LGE-MRIs. (A) 3D representation of the complex anatomy of LA. (B) A typical 2D LGE-MRI extracted along the green rectangle from A), annotated with the main hindrances (blurry boundaries, class imbalance, noisy background, and complex anatomy) encountered in atrial segmentation. LGE-MRI, late gadolinium-enhanced magnetic resonance image; LA, left atrium; LAA, left atrial appendage; LSPV, left superior pulmonary vein; LIPV, left inferior pulmonary vein; RSPV, right superior pulmonary vein; RIPV, right inferior pulmonary vein.
Figure 2Schematic representation of the layered structure of an Artificial Neural Network (ANN), each circle representing an artificial neuron (details in the insert). (A) Each neuron receives inputs (X1, X2, X3), which are weighted (w1X1, w2X2, w3X3) and passed through an activation function f. (B) Architecture and details of one of the most popular convolutional neural network: U-Net.
Figure 3Examples of top architectures developed for atrial segmentation from LGE-MRIs. (A) Multi-stage CNN architecture uses the first convolutional neural network (CNN 1) to extract the region of interest (ROI) and the second convolution neural network (CNN 2) to perform the segmentation of the left atrium. (B) Pyramid pooling architecture increases contextual information in the learning process. Pool, pooling layer; Conv, convolutional layer.
Summary of deep learning approaches developed for the 2018 atrial segmentation challenge.
| Xia et al. ( | 2 stage network (LA localization, LA segmentation), Dice loss | 93.2 | 2x 3D U-Net | Good class imbalance management, highest performance/computationally expensive |
| Bian et al. ( | LA segmentation using, ResNet101, atrous convolutional layers and pyramid pooling, online hard negative example mining (objective function) | 92.6 | 2D Pyramid Network | Multi-scale representation/competitive training can reinforce overfitting |
| Vesal et al. ( | LA segmentation using manual cropping, dilated convolution at the deepest level of U-Net, combination of Dice loss and cross-entropy loss function | 92.6 | 3D U-Net | Class imbalance management, new loss function/Risk of loss of information using center cropping |
| Li et al. ( | 2 stage network: 3D U-Net for detection, Hierarchical Aggregation network (HAANet) for LA segmentation, Dice loss | 92.3 | 3D U-Net + HAANet | Class imbalance management/Slow and small benefits from Hierarchical mechanism (0.4%) |
| Puybareau et al. ( | Assembly of three 2D gray-scale images to create RGB 2D color image, transfer learning (VGG), multinomial loss function for LA segmentation | 92.3 | VGG-Net | Fast to train, pseudo-spatial representation/pseudo spatial representation not multi-view or 3D |
| Yang et al. ( | 2 stage approach: LA detection (Faster-RCNN), LA segmentation (U-Net). Deep supervision, transfer learning. Composite loss function: Overlap loss and Focal Positive loss | 92.3 | Faster-RCNN/3D U-Net | Good ROI detection, composite loss function /Recursive training with risk of overfitting |
| Chen et al. ( | LA segmentation and classification (pre/post-ablation) of images, using cross-entropy and sigmoid loss function, respectively | 92.1 | 2D U-Net | Fast to train (2D), interesting data augmentation |
| Jia et al. ( | 2 stage network (LA localization, LA segmentation), contour loss | 90.7 | 3D U-Net | Contour loss/computationally expensive |
| Liu et al. ( | Manual center cropping, evaluation of 2 different networks U-Net and FCN for LA segmentation, Dice loss | 90.3 | 2D U-Net and FCN | Quick (2D)/Native Unet/FCN |
| Borra et al. ( | Otsu's algorithm for cropping, LA and pulmonary veins joined segmentation, Dice loss | 89.8 | 3D U-Net | Otsu's for cropping/computationally expensive |
| de Vente et al. ( | U-net for LA segmentation, Dice loss | 89.7 | 2D U-Net | Fast (2D)/Native Unet |
| Preetha et al. ( | Deep supervision ( | 88.8 | 2D U-Net | Deep supervision, Fast (2D)/Native Unet |
| Qiao et al. ( | Multi-atlas selection and registration for LA segmentation | 86.2 | Multi-atlas | Groupwise registration/Slow prediction(multi-atlas) |
| Nuñez-Garcia et al. ( | Multi-atlas whole heart labeling and shape-based atlas selection | 85.9 | Multi-atlas | Registration using gobal-atlases, shape based clustering/Difficulties do manage high variability in small dataset |
| Savioli et al. ( | LA segmentation using V-Net and combination of mean squared error and Dice loss | 85.1 | 3D V-Net | Composite loss function/computationally expensive |
DC, Dice Score; LA, Left Atrium.