ADA4MIA: Active Domain Adaptation for Medical Image Analysis

December 15, 2024 · View on GitHub

  • ADA4MIA is a benchmark repo dedicated to enhancing Domain Adaptation and Active Learning in medical image analysis. Our goal is to foster robust model development across varied medical datasets, facilitating straightforward evaluation and comparison of different methods.

  • This repository collects various state-of-the-art methods, open-source code, and related datasets for the community. If you are interested, you can push your implementations or ideas to this repo or contact me (📮:hongqiuwang16@gmail.com)(🛰️ Wechat:whqqq7) at any time.

  • This project was originally developed for our previous works. Now and future, we are still working on extending it to be more user-friendly and support more approaches to further boost and ease this topic research. The parts of the code for training the source model, generating pseudo-labels, and fine-tuning the target model are provided in our [STDR] project. If you use this codebase in your research, please cite the following works:

     @article{wang2024dual,
      title={Dual-reference source-free active domain adaptation for nasopharyngeal carcinoma tumor segmentation across multiple hospitals},
      author={Wang, Hongqiu and Chen, Jian and Zhang, Shichen and He, Yuan and Xu, Jinfeng and Wu, Mengwan and He, Jinlan and Liao, Wenjun and Luo, Xiangde},
      journal={IEEE Transactions on Medical Imaging},
      year={2024},
      publisher={IEEE}
    }
  
     @inproceedings{wang2024advancing,
       title={Advancing uwf-slo vessel segmentation with source-free active domain adaptation and a novel multi-center dataset},
       author={Wang, Hongqiu and Luo, Xiangde and Chen, Wu and Tang, Qingqing and Xin, Mei and Wang, Qiong and Zhu, Lei},
       booktitle={International Conference on Medical Image Computing and Computer-Assisted Intervention},
       pages={75--85},
       year={2024},
       organization={Springer}
     }

Outline

1. Datasets

Short namePaperSourceData Link
STDRDual-Reference Source-Free Active Domain Adaptation for Nasopharyngeal Carcinoma Tumor Segmentation across Multiple HospitalsTMI 2024[dataset]

2. Source-Free-Active-Domain-Adaptation

Short namePaperSourceCode Link
STDRDual-Reference Source-Free Active Domain Adaptation for Nasopharyngeal Carcinoma Tumor Segmentation across Multiple HospitalsTMI 2024[code]
CUPAdvancing UWF-SLO Vessel Segmentation with Source-Free Active Domain Adaptation and a Novel Multi-Center DatasetMICCAI 2024[code]
UGTSTAn Uncertainty-guided Tiered Self-training Framework for Active Source-free Domain Adaptation in Prostate SegmentationMICCAI 2024[code]

3. Traditional Domain Adaptation

Short namePaperSourceCode Link
AdaptSegLearning to adapt structured output space for semantic segmentationCVPR 2018[code]
AdvEntAdvent: Adversarial entropy minimization for domain adaptation in semantic segmentationCVPR 2019[code]
UncertainDAUncertainty reduction for model adaptation in semantic segmentationCVPR 2021[code]
TentTent: Fully test-time adaptation by entropy minimizationICLR 2021[code]
DPLSource-free domain adaptive fundus image segmentation with denoised pseudo-labelingMICCAI 2021[code]
FSMSource free domain adaptation for medical image segmentation with fourier style miningMIA 2022[code]
AdaMISource-free domain adaptation for image segmentationMIA 2022[code]
CBMTSource-free domain adaptive fundus image segmentation with class-balanced mean teacherMICCAI 2023[code]
CPRContext-Aware Pseudo-label Refinement for Source-Free Domain Adaptive Fundus Image SegmentationMICCAI 2023[code]

4. Active Learning

Short namePaperSourceCode Link
AADAActive adversarial domain adaptationWACV 2020[code]
MADAMulti-anchor active domain adaptation for semantic segmentationICCV 2021[code]
MHPLMhpl: Minimum happy points learning for active source free domain adaptationCVPR 2023[code]
CLAUSHybrid active learning via deep clustering for video action detectionCVPR 2023[code]
ActiveFTActive finetuning: Exploiting annotation budget in the pretraining-finetuning paradigmCVPR 2023[code]
BALBal: Balancing diversity and novelty for active learningTPAMI 2023[code]
ALFREDOALFREDO: Active Learning with FeatuRe disEntangelement and DOmain adaptation for medical image classificationMIA 2024[None]