AAU-Net: An Adaptive Attention U-Net for Breast Lesions Segmentation in Ultrasound Images 论文

2022IEEE Transactions on Medical Imaging引用 329
AI in cancer detectionBrain Tumor Detection and ClassificationRadiomics and Machine Learning in Medical Imaging

详细信息

发表期刊/会议
IEEE Transactions on Medical Imaging
发表日期
2022-12-01
发表年份
2022

关键词

AI in cancer detectionBrain Tumor Detection and ClassificationRadiomics and Machine Learning in Medical Imaging

摘要

Various deep learning methods have been proposed to segment breast lesions from ultrasound images. However, similar intensity distributions, variable tumor morphologies and blurred boundaries present challenges for breast lesions segmentation, especially for malignant tumors with irregular shapes. Considering the complexity of ultrasound images, we develop an adaptive attention U-net (AAU-net) to segment breast lesions automatically and stably from ultrasound images. Specifically, we introduce a hybrid adaptive attention module (HAAM), which mainly consists of a channel self-attention block and a spatial self-attention block, to replace the traditional convolution operation. Compared with the conventional convolution operation, the design of the hybrid adaptive attention module can help us capture more features under different receptive fields. Different from existing attention mechanisms, the HAAM module can guide the network to adaptively select more robust representation in channel and space dimensions to cope with more complex breast lesions segmentation. Extensive experiments with several state-of-the-art deep learning segmentation methods on three public breast ultrasound datasets show that our method has better performance on breast lesions segmentation. Furthermore, robustness analysis and external experiments demonstrate that our proposed AAU-net has better generalization performance in the breast lesion segmentation. Moreover, the HAAM module can be flexibly applied to existing network frameworks. The source code is available on https://github.com/CGPxy/AAU-net.