A Unified Mammogram Analysis Method via Hybrid Deep Supervision
Automatic mammogram classification and mass segmentation play a critical role in a computer-aided mammogram screening system. In this work, we present a unified mammogram analysis framework for both whole-mammogram classification and segmentation. Our model is designed based on a deep U-Net with residual connections, and equipped with the novel hybrid deep supervision (HDS) scheme for end-to-end multi-task learning. As an extension of deep supervision (DS), HDS not only can force the model to learn more discriminative features like DS, but also seamlessly integrates segmentation and classification tasks into one model, thus the model can benefit from both pixel-wise and image-wise supervisions. We extensively validate the proposed method on the widely-used INbreast dataset. Ablation study corroborates that pixel-wise and image-wise supervisions are mutually beneficial, evidencing the efficacy of HDS. The results of 5-fold cross validation indicate that our unified model matches state-of-the-art performance on both mammogram segmentation and classification tasks, which achieves an average segmentation Dice similarity coefficient (DSC) of 0.85 and a classification accuracy of 0.89. The code is available at https://github.com/angrypudding/hybrid-ds.
Code (1)
Tasks
ClassificationGeneral ClassificationMulti-Task LearningSegmentationWhole Mammogram ClassificationMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Pectoral Muscles Suppression in Digital Mammograms using Hybridization of Soft Computing Methods
Breast region segmentation is an essential prerequisite in computerized analysis of mammograms. It aims at separating the breast tissue from the background of the mammogram and it includes two independent segmentations. …
SegmentationCheck and Link: Pairwise Lesion Correspondence Guides Mammogram Mass Detection
Detecting mass in mammogram is significant due to the high occurrence and mortality of breast cancer. In mammogram mass detection, modeling pairwise lesion correspondence explicitly is particularly important. However, mo…
Lesion DetectionUnsupervised Hybrid framework for ANomaly Detection (HAND) -- applied to Screening Mammogram
Out-of-distribution (OOD) detection is crucial for enhancing the generalization of AI models used in mammogram screening. Given the challenge of limited prior knowledge about OOD samples in external datasets, unsupervise…
Anomaly DetectionOut of Distribution (OOD) DetectionDual-view Correlation Hybrid Attention Network for Robust Holistic Mammogram Classification
Mammogram image is important for breast cancer screening, and typically obtained in a dual-view form, i.e., cranio-caudal (CC) and mediolateral oblique (MLO), to provide complementary information. However, previous metho…
Clinical KnowledgeDescriptive analysis of computational methods for automating mammograms with practical applications
Mammography is a vital screening technique for early revealing and identification of breast cancer in order to assist to decrease mortality rate. Practical applications of mammograms are not limited to breast cancer reve…
Content-Based Image RetrievalDescriptiveimage-classificationImage Classification+3