DSU-Net: An Attention-Enhanced Dense Skip U-Net for Breast Lesion Segmentation in Mammographic Images
Summary
DSU-Net, an attention-enhanced Dense Skip U-Net architecture, is presented for automated breast lesion segmentation in mammographic images. This framework integrates dense skip connections and attention mechanisms to improve feature propagation, preserve spatial information, and enhance lesion boundary delineation. Experiments utilized the Curated Breast Imaging Subset of the Digital Database for Screening Mammography (CBIS-DDSM) and addressed foreground-background imbalance with a composite loss function combining Dice loss, focal loss, and binary cross-entropy loss. The model achieved a Dice Similarity Coefficient of 0.9421, an Intersection over Union of 0.8905, an accuracy of 0.9711, and an AUC-ROC of 0.9878 on the validation dataset. These results demonstrate DSU-Net's accurate and reliable breast lesion segmentation, highlighting attention-guided deep learning's potential for computer-aided breast cancer screening.
Key takeaway
For AI Scientists developing medical imaging solutions, DSU-Net's performance suggests integrating attention mechanisms and dense skip connections significantly improves segmentation accuracy. You should consider composite loss functions, like Dice, focal, and binary cross-entropy, to effectively manage severe foreground-background imbalance in your datasets. This approach can lead to more robust and reliable computer-aided diagnostic tools.
Key insights
DSU-Net combines dense skip connections and attention for accurate breast lesion segmentation in mammography.
Principles
- Attention mechanisms enhance feature relevance.
- Dense skip connections improve information flow.
- Composite loss functions mitigate class imbalance.
Method
DSU-Net employs a U-Net architecture with dense skip connections and attention modules, trained on CBIS-DDSM using a composite loss of Dice, focal, and binary cross-entropy.
In practice
- Apply attention-guided deep learning for medical image analysis.
- Use composite loss for imbalanced segmentation tasks.
Topics
- Breast Lesion Segmentation
- Mammography
- DSU-Net
- U-Net Architecture
- Attention Mechanisms
- Deep Learning
Best for: Computer Vision Engineer, AI Scientist, Research Scientist
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CV updates on arXiv.org.