IVAICVMay 23, 2025

Dual Attention Residual U-Net for Accurate Brain Ultrasound Segmentation in IVH Detection

arXiv:2505.17683v22 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the need for accurate brain anatomy segmentation in premature infants with IVH, offering a computer-aided diagnosis tool with incremental improvements over existing methods.

The authors tackled the problem of segmenting brain ultrasound images for intraventricular hemorrhage detection by proposing a Residual U-Net with dual attention mechanisms, achieving a Dice score of 89.04% and IoU of 81.84% for ventricle segmentation.

Intraventricular hemorrhage (IVH) is a severe neurological complication among premature infants, necessitating early and accurate detection from brain ultrasound (US) images to improve clinical outcomes. While recent deep learning methods offer promise for computer-aided diagnosis, challenges remain in capturing both local spatial details and global contextual dependencies critical for segmenting brain anatomies. In this work, we propose an enhanced Residual U-Net architecture incorporating two complementary attention mechanisms: the Convolutional Block Attention Module (CBAM) and a Sparse Attention Layer (SAL). The CBAM improves the model's ability to refine spatial and channel-wise features, while the SAL introduces a dual-branch design, sparse attention filters out low-confidence query-key pairs to suppress noise, and dense attention ensures comprehensive information propagation. Extensive experiments on the Brain US dataset demonstrate that our method achieves state-of-the-art segmentation performance, with a Dice score of 89.04% and IoU of 81.84% for ventricle region segmentation. These results highlight the effectiveness of integrating spatial refinement and attention sparsity for robust brain anatomy detection. Code is available at: https://github.com/DanYuan001/BrainImgSegment.

Code Implementations1 repo
Foundations

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

Your Notes