Table of Contents
Fetching ...

Search Wide, Focus Deep: Automated Fetal Brain Extraction with Sparse Training Data

Javid Dadashkarimi, Valeria Pena Trujillo, Camilo Jaimes, Lilla Zöllei, Malte Hoffmann

TL;DR

The results demonstrate the utility of a sliding-window approach and combining predictions from several models trained on synthetic images, for improving brain-extraction accuracy by progressively refining regions of interest and minimizing the risk of missing brain mask slices or misidentifying other tissues as brain.

Abstract

Automated fetal brain extraction from full-uterus MRI is a challenging task due to variable head sizes, orientations, complex anatomy, and prevalent artifacts. While deep-learning (DL) models trained on synthetic images have been successful in adult brain extraction, adapting these networks for fetal MRI is difficult due to the sparsity of labeled data, leading to increased false-positive predictions. To address this challenge, we propose a test-time strategy that reduces false positives in networks trained on sparse, synthetic labels. The approach uses a breadth-fine search (BFS) to identify a subvolume likely to contain the fetal brain, followed by a deep-focused sliding window (DFS) search to refine the extraction, pooling predictions to minimize false positives. We train models at different window sizes using synthetic images derived from a small number of fetal brain label maps, augmented with random geometric shapes. Each model is trained on diverse head positions and scales, including cases with partial or no brain tissue. Our framework matches state-of-the-art brain extraction methods on clinical HASTE scans of third-trimester fetuses and exceeds them by up to 5\% in terms of Dice in the second trimester as well as EPI scans across both trimesters. Our results demonstrate the utility of a sliding-window approach and combining predictions from several models trained on synthetic images, for improving brain-extraction accuracy by progressively refining regions of interest and minimizing the risk of missing brain mask slices or misidentifying other tissues as brain.

Search Wide, Focus Deep: Automated Fetal Brain Extraction with Sparse Training Data

TL;DR

The results demonstrate the utility of a sliding-window approach and combining predictions from several models trained on synthetic images, for improving brain-extraction accuracy by progressively refining regions of interest and minimizing the risk of missing brain mask slices or misidentifying other tissues as brain.

Abstract

Automated fetal brain extraction from full-uterus MRI is a challenging task due to variable head sizes, orientations, complex anatomy, and prevalent artifacts. While deep-learning (DL) models trained on synthetic images have been successful in adult brain extraction, adapting these networks for fetal MRI is difficult due to the sparsity of labeled data, leading to increased false-positive predictions. To address this challenge, we propose a test-time strategy that reduces false positives in networks trained on sparse, synthetic labels. The approach uses a breadth-fine search (BFS) to identify a subvolume likely to contain the fetal brain, followed by a deep-focused sliding window (DFS) search to refine the extraction, pooling predictions to minimize false positives. We train models at different window sizes using synthetic images derived from a small number of fetal brain label maps, augmented with random geometric shapes. Each model is trained on diverse head positions and scales, including cases with partial or no brain tissue. Our framework matches state-of-the-art brain extraction methods on clinical HASTE scans of third-trimester fetuses and exceeds them by up to 5\% in terms of Dice in the second trimester as well as EPI scans across both trimesters. Our results demonstrate the utility of a sliding-window approach and combining predictions from several models trained on synthetic images, for improving brain-extraction accuracy by progressively refining regions of interest and minimizing the risk of missing brain mask slices or misidentifying other tissues as brain.

Paper Structure

This paper contains 6 sections, 3 figures, 2 tables, 1 algorithm.

Figures (3)

  • Figure 1: Proposed BFS/DFS search strategy for fetal-brain extraction. BFS: At test, U-Nets trained on large ($A$) or small cubic patches ($D$) search the full slice stack in a sliding windows fashion to localize the brain. We proceed with DFS within a bounding box (red) fitted to the largest connected component of non-zero output probabilities. DFS: U-Nets trained on progressively smaller cubic patches ($B$--$D$) segment the bounding box patch-wise. We fuse their predictions by majority vote.
  • Figure 2: Representative brain-mask examples for baselines (yellow) and our method (g.) on 4 cases, 1 per row. For each fetus, we show views within and across the imaging plane.
  • Figure 3: Brain-extraction accuracy across the HASTE dataset. (left) Distribution for all baselines and BFS/DFS (ours). Younger fetuses tend to be more challenging, as regression lines of accuracy on age show for the best-performing methods Loc-Net (middle) and BFS/DFS (right). Individual points represent 3D Dice overlap between predicted and ground-truth brain masks.