Beyond Traditional Approaches: Multi-Task Network for Breast Ultrasound Diagnosis
Dat T. Chung, Minh-Anh Dang, Mai-Anh Vu, Minh T. Nguyen, Thanh-Huy Nguyen, Vinh Q. Dinh
TL;DR
This work tackles the need for simultaneous segmentation and classification in breast ultrasound imaging. It proposes an end-to-end multi-task network with a shared backbone and two task-specific heads, evaluated across backbones such as ResNet-50, ResNeXt-50, WideResNet-50, and EfficientNet-B4, with decoders including Unet, Unet++, and DeepLabV3+. The model optimizes a joint objective by combining segmentation and classification losses, with a weighting parameter and loss components focusing on Dice Loss for segmentation and Focal Loss for classification; best performance occurs at lambda = 0.7, achieving up to 86.4% segmentation metric in the DeepLabV3+ variant. The results suggest that multi-task learning can enhance boundary delineation and tumor attribute prediction while potentially reducing inference time and resource needs, supporting practical clinical deployment in breast cancer screening.
Abstract
Breast Ultrasound plays a vital role in cancer diagnosis as a non-invasive approach with cost-effective. In recent years, with the development of deep learning, many CNN-based approaches have been widely researched in both tumor localization and cancer classification tasks. Even though previous single models achieved great performance in both tasks, these methods have some limitations in inference time, GPU requirement, and separate fine-tuning for each model. In this study, we aim to redesign and build end-to-end multi-task architecture to conduct both segmentation and classification. With our proposed approach, we achieved outstanding performance and time efficiency, with 79.8% and 86.4% in DeepLabV3+ architecture in the segmentation task.
