D-MASTER: Mask Annealed Transformer for Unsupervised Domain Adaptation in Breast Cancer Detection from Mammograms

Read original: arXiv:2407.06585 - Published 7/10/2024 by Tajamul Ashraf, Krithika Rangarajan, Mohit Gambhir, Richa Gabha, Chetan Arora
Total Score

0

D-MASTER: Mask Annealed Transformer for Unsupervised Domain Adaptation in Breast Cancer Detection from Mammograms

Sign in to get full access

or

If you already have an account, we'll log you in

Overview

  • This paper proposes a new method called D-MASTER (Mask Annealed Transformer for Unsupervised Domain Adaptation) for breast cancer detection from mammograms.
  • The key idea is to use a transformer-based architecture with a novel masking strategy to adapt a model trained on one domain (e.g., hospital A) to perform well on a different domain (e.g., hospital B) without requiring labeled data from the target domain.
  • The method is evaluated on the task of breast cancer detection using mammogram images from multiple datasets, demonstrating improved performance compared to existing unsupervised domain adaptation techniques.

Plain English Explanation

Breast cancer is a serious health issue, and early detection is crucial for effective treatment. One way to detect breast cancer is through mammograms, which are medical scans of the breasts. However, the performance of breast cancer detection models can vary depending on the specific hospital or dataset used to train them.

The D-MASTER: Mask Annealed Transformer for Unsupervised Domain Adaptation in Breast Cancer Detection from Mammograms paper presents a new technique to address this problem. The researchers developed a machine learning model that can adapt to different hospitals or datasets without needing additional labeled data from the new domain.

The key idea is to use a type of machine learning model called a transformer, which is good at capturing complex patterns in data. The researchers also introduced a novel "masking" strategy, where the model is trained to pay attention to different parts of the mammogram image during the adaptation process. This helps the model learn the relevant features for each hospital or dataset, even if the data looks slightly different.

By using this approach, the researchers were able to train a model on one set of mammograms and then apply it to new datasets with improved performance, compared to other unsupervised domain adaptation techniques. This is an important step towards making breast cancer detection more robust and reliable across different hospital settings.

Technical Explanation

The D-MASTER: Mask Annealed Transformer for Unsupervised Domain Adaptation in Breast Cancer Detection from Mammograms paper presents a novel unsupervised domain adaptation method for breast cancer detection from mammogram images.

The proposed D-MASTER architecture is based on a transformer-based backbone, which has shown great success in various computer vision tasks. To adapt the model to new domains without labeled data, the researchers introduce a Mask Annealed Transformer (MAT) module. This module learns to predict a set of attention masks that focus on the most relevant regions of the mammogram during the domain adaptation process.

The training procedure consists of two main steps:

  1. Pre-training on source domain: The transformer-based backbone is first pre-trained on a source dataset of mammogram images, where the labels (e.g., presence of cancer) are available.

  2. Unsupervised domain adaptation: The pre-trained model is then fine-tuned on the target domain using the MAT module. This module learns to predict attention masks that highlight the most discriminative regions of the mammograms, allowing the model to adapt to the new domain without requiring any labeled data.

The researchers evaluate the D-MASTER approach on several benchmark breast cancer detection datasets, including INbreast, CBIS-DDSM, and BreakHis. The results show that D-MASTER outperforms other state-of-the-art unsupervised domain adaptation methods, demonstrating the effectiveness of the proposed masking strategy for adapting breast cancer detection models to new domains.

Critical Analysis

The D-MASTER: Mask Annealed Transformer for Unsupervised Domain Adaptation in Breast Cancer Detection from Mammograms paper presents a promising approach to address the challenge of domain shift in breast cancer detection from mammograms. The use of a transformer-based architecture and the novel masking strategy are well-designed to capture the relevant features for each domain during the unsupervised adaptation process.

One potential limitation of the study is the reliance on a single modality (i.e., mammogram images) for breast cancer detection. In practice, clinicians often use a combination of imaging techniques, such as mammograms, ultrasounds, and biopsies, to make a comprehensive diagnosis. Incorporating multimodal data could potentially further improve the robustness and performance of the model.

Additionally, the paper does not provide a detailed analysis of the types of domain shifts encountered in the evaluated datasets (e.g., differences in imaging protocols, patient demographics, or cancer prevalence). A deeper understanding of the specific factors contributing to the domain shift could help refine the D-MASTER approach and make it more adaptable to a wider range of real-world scenarios.

Finally, the paper focuses on unsupervised domain adaptation, which is a challenging task. While the results are promising, it would be valuable to also explore the performance of the D-MASTER model in a supervised fine-tuning setting, where a small amount of labeled data from the target domain is available. This could provide additional insights into the model's capabilities and limitations.

Conclusion

The D-MASTER: Mask Annealed Transformer for Unsupervised Domain Adaptation in Breast Cancer Detection from Mammograms paper presents a novel approach to address the problem of domain shift in breast cancer detection from mammograms. By using a transformer-based architecture and a novel masking strategy, the D-MASTER model can adapt to new domains without requiring any labeled data from the target domain.

The results demonstrate that D-MASTER outperforms other state-of-the-art unsupervised domain adaptation techniques, highlighting the potential of this method to improve the reliability and robustness of breast cancer detection systems across different hospital settings. This work represents an important step towards making AI-powered breast cancer screening more accessible and effective for patients, regardless of the specific hospital or dataset used to train the model.



This summary was produced with help from an AI and may contain inaccuracies - check out the links to read the original source documents!

Follow @aimodelsfyi on 𝕏 →

Related Papers

D-MASTER: Mask Annealed Transformer for Unsupervised Domain Adaptation in Breast Cancer Detection from Mammograms
Total Score

0

D-MASTER: Mask Annealed Transformer for Unsupervised Domain Adaptation in Breast Cancer Detection from Mammograms

Tajamul Ashraf, Krithika Rangarajan, Mohit Gambhir, Richa Gabha, Chetan Arora

We focus on the problem of Unsupervised Domain Adaptation (uda) for breast cancer detection from mammograms (BCDM) problem. Recent advancements have shown that masked image modeling serves as a robust pretext task for UDA. However, when applied to cross-domain BCDM, these techniques struggle with breast abnormalities such as masses, asymmetries, and micro-calcifications, in part due to the typically much smaller size of region of interest in comparison to natural images. This often results in more false positives per image (FPI) and significant noise in pseudo-labels typically used to bootstrap such techniques. Recognizing these challenges, we introduce a transformer-based Domain-invariant Mask Annealed Student Teacher autoencoder (D-MASTER) framework. D-MASTER adaptively masks and reconstructs multi-scale feature maps, enhancing the model's ability to capture reliable target domain features. D-MASTER also includes adaptive confidence refinement to filter pseudo-labels, ensuring only high-quality detections are considered. We also provide a bounding box annotated subset of 1000 mammograms from the RSNA Breast Screening Dataset (referred to as RSNA-BSD1K) to support further research in BCDM. We evaluate D-MASTER on multiple BCDM datasets acquired from diverse domains. Experimental results show a significant improvement of 9% and 13% in sensitivity at 0.3 FPI over state-of-the-art UDA techniques on publicly available benchmark INBreast and DDSM datasets respectively. We also report an improvement of 11% and 17% on In-house and RSNA-BSD1K datasets respectively. The source code, pre-trained D-MASTER model, along with RSNA-BSD1K dataset annotations is available at https://dmaster-iitd.github.io/webpage.

Read more

7/10/2024

🤷

Total Score

0

BTMuda: A Bi-level Multi-source unsupervised domain adaptation framework for breast cancer diagnosis

Yuxiang Yang, Xinyi Zeng, Pinxian Zeng, Binyu Yan, Xi Wu, Jiliu Zhou, Yan Wang

Deep learning has revolutionized the early detection of breast cancer, resulting in a significant decrease in mortality rates. However, difficulties in obtaining annotations and huge variations in distribution between training sets and real scenes have limited their clinical applications. To address these limitations, unsupervised domain adaptation (UDA) methods have been used to transfer knowledge from one labeled source domain to the unlabeled target domain, yet these approaches suffer from severe domain shift issues and often ignore the potential benefits of leveraging multiple relevant sources in practical applications. To address these limitations, in this work, we construct a Three-Branch Mixed extractor and propose a Bi-level Multi-source unsupervised domain adaptation method called BTMuda for breast cancer diagnosis. Our method addresses the problems of domain shift by dividing domain shift issues into two levels: intra-domain and inter-domain. To reduce the intra-domain shift, we jointly train a CNN and a Transformer as two paths of a domain mixed feature extractor to obtain robust representations rich in both low-level local and high-level global information. As for the inter-domain shift, we redesign the Transformer delicately to a three-branch architecture with cross-attention and distillation, which learns domain-invariant representations from multiple domains. Besides, we introduce two alignment modules - one for feature alignment and one for classifier alignment - to improve the alignment process. Extensive experiments conducted on three public mammographic datasets demonstrate that our BTMuda outperforms state-of-the-art methods.

Read more

9/2/2024

Enhancing AI Diagnostics: Autonomous Lesion Masking via Semi-Supervised Deep Learning
Total Score

0

Enhancing AI Diagnostics: Autonomous Lesion Masking via Semi-Supervised Deep Learning

Ting-Ruen Wei, Michele Hell, Dang Bich Thuy Le, Aren Vierra, Ran Pang, Mahesh Patel, Young Kang, Yuling Yan

This study presents an unsupervised domain adaptation method aimed at autonomously generating image masks outlining regions of interest (ROIs) for differentiating breast lesions in breast ultrasound (US) imaging. Our semi-supervised learning approach utilizes a primitive model trained on a small public breast US dataset with true annotations. This model is then iteratively refined for the domain adaptation task, generating pseudo-masks for our private, unannotated breast US dataset. The dataset, twice the size of the public one, exhibits considerable variability in image acquisition perspectives and demographic representation, posing a domain-shift challenge. Unlike typical domain adversarial training, we employ downstream classification outcomes as a benchmark to guide the updating of pseudo-masks in subsequent iterations. We found the classification precision to be highly correlated with the completeness of the generated ROIs, which promotes the explainability of the deep learning classification model. Preliminary findings demonstrate the efficacy and reliability of this approach in streamlining the ROI annotation process, thereby enhancing the classification and localization of breast lesions for more precise and interpretable diagnoses.

Read more

4/22/2024

Unsupervised Video Domain Adaptation with Masked Pre-Training and Collaborative Self-Training
Total Score

0

Unsupervised Video Domain Adaptation with Masked Pre-Training and Collaborative Self-Training

Arun Reddy, William Paul, Corban Rivera, Ketul Shah, Celso M. de Melo, Rama Chellappa

In this work, we tackle the problem of unsupervised domain adaptation (UDA) for video action recognition. Our approach, which we call UNITE, uses an image teacher model to adapt a video student model to the target domain. UNITE first employs self-supervised pre-training to promote discriminative feature learning on target domain videos using a teacher-guided masked distillation objective. We then perform self-training on masked target data, using the video student model and image teacher model together to generate improved pseudolabels for unlabeled target videos. Our self-training process successfully leverages the strengths of both models to achieve strong transfer performance across domains. We evaluate our approach on multiple video domain adaptation benchmarks and observe significant improvements upon previously reported results.

Read more

4/23/2024