SlideShare a Scribd company logo
MT-UDA: Towards Unsupervised Cross-modality Medical Image
Segmentation with Limited Source Labels
Ziyuan Zhao1,2, Kaixin Xu2, Shumeng Li1,2, Zeng Zeng2, Cuntai Guan1
Presenter: Zhao Ziyuan (G2104205L)
1 Nanyang Technological University 2 Institute for Infocomm Research, A*STAR
Th-S2: Image Segmentation + Domain Adaptation # 678
Introduction – Medical Image Segmentation
- Segmentation in medical physics plays a crucial role in medical image analysis (MedIA)
- For instance, left atrium (LA) segmentation can provide a pre-operative assessment of its anatomy,
which is essential for treating various cardiovascular diseases, such as atrial fibrillation
- Deep learning has been widely used for medical image segmentation
Left Atrial Cavity 3D LA Visualization
2018 Atrial Segmentation Challenge. https://atriaseg2018.cardiacatlas.org/
Challenge (1) – Label Scarcity
- DCNNs are data-hungry and require large amounts of well-annotated data.
- Annotating medical images is laborious, expensive, and requires human expertise → Label Scarcity
Time & money
consuming
Knowledge-driven
Labor-intensive
Image DCNNs Segmentation map
Challenge (2) – Domain Shift
- In real-world clinical scenarios, medical images are acquired with different physical principles and
modalities, e.g., MRI & CT→ different visual appearance & distribution (Domain Gap)
- DCNNs suffer from severe performance degradation when domain shift (e.g., CT → MRI)
Cardiac Label
Cardiac CT
Source Domain
Annotate
DCNNs
Transfer
Cardiac MR
Feed
Domain Gap
Target Domain
Existing Work – Unsupervised Domain Adaptation
- Image adaptation – Cycle GAN (2017)
- Feature adaptation – ADDA (2017)
- Sequentially combine two adaptive strategies – CyCADA (2018)
- Synergistic Image and Feature Adaptation – SIFA (2019, 2020)
Cardiac CT Cardiac MR
Domain Gap
CycleGAN [1]
ADDA [2]
Cycada [3]
SIFA [4]
[1] Zhu, Jun-Yan, et al. "Unpaired image-to-image translation using cycle-consistent adversarial networks." ICCV 2017
[2] Tzeng, Eric, et al. "Adversarial discriminative domain adaptation." CVPR 2017.
[3] Hoffman, Judy, et al. "Cycada: Cycle-consistent adversarial domain adaptation.“ ICML 2018
[4] Chen, Cheng, et al. "Unsupervised bidirectional cross-modality adaptation via deeply synergistic image and feature alignment for medical image segmentation." TMI 2020
Source Domain Target Domain
Problem – Source Label Scarcity
- Despite the success of adversarial learning in UDA, these methods heavily rely on abundant source
labels.
- Become sub-optimal when only limited source labels are available in clinical deployment.
- Motivates us to study a challenging UDA scenario – source label scarcity
Source Label Scarcity
Cardiac CT Cardiac MR
Domain Gap
Source Domain Target Domain
Less
Annotations
Lower
Performance
Motivation – SSL + UDA
- Image-level adaptation → generates a lot of synthetic images with abundant information, which can be
leveraged for semi-supervised learning
- Appearance consistency → synthetic and real images from the same domain maintain a similar visual
appearance
- Structural consistency → transformed images should have the same structural information as the
original ones
Zhao, Ziyuan, et al. "MT-UDA: Towards Unsupervised Cross-modality Medical Image Segmentation with Limited Source Labels." MICCAI 2021
SSL
Labeled data
Performance
Number of labeled data
DCNNs
Source Domain
Target Domain
Style Transfer
Method – MT-UDA
- Investigate the feasibility of integrating SSL into UDA under source label scarcity
- Develop a label-efficient UDA framework based on mean teacher (MT) to explore the knowledge from
both domains
Zhao, Ziyuan, et al. "MT-UDA: Towards Unsupervised Cross-modality Medical Image Segmentation with Limited Source Labels." MICCAI 2021
Method (1)– Dual Cycle Alignment Module
- Generate synthetic samples for two domains using generative adversarial networks
- Synthesize source-like domain images and target-like domain images via adversarial learning
Zhao, Ziyuan, et al. "MT-UDA: Towards Unsupervised Cross-modality Medical Image Segmentation with Limited Source Labels." MICCAI 2021
Method (2)– Semantic Knowledge Transfer
- Appearance consistency → synthetic and real images from the same domain maintain a similar visual
appearance
- Employ the mean teacher (MT) model to distill the intra-domain semantic knowledge by forcing the
prediction consistency
Zhao, Ziyuan, et al. "MT-UDA: Towards Unsupervised Cross-modality Medical Image Segmentation with Limited Source Labels." MICCAI 2021
Method (3)– Structural Knowledge Transfer
- Structural consistency → transformed images should have the same structural information as the
original ones
- Propose a teacher model for keeping structural consistency between predictions of source images and
corresponding synthetic target images
Zhao, Ziyuan, et al. "MT-UDA: Towards Unsupervised Cross-modality Medical Image Segmentation with Limited Source Labels." MICCAI 2021
Experiments
- Dataset
- Multi-Modality Whole Heart Segmentation (MM-WHS) 2017 dataset
- Unpaired 20 MR and 20 CT volumes with ground truth masks
- Data preprocessing
- MR → source domain, CT → target domain
- SIFA setting (-16) → 16: 4 random split for train / val
- Our setting (-4)→ 4 MR volumes are labelled for UDA under source label scarcity
- Images were cropped into the size of 256 x 256
- Implementation details
- Test on fake MR images generated from CT
- Backbone: U-Net
- Supervised loss: Dice + Cross-entropy
- Total loss:
Zhao, Ziyuan, et al. "MT-UDA: Towards Unsupervised Cross-modality Medical Image Segmentation with Limited Source Labels." MICCAI 2021
Results (1) – Quantitative Comparison
- Degraded performance on target domain when using 4 labeled source domain scans
- MT and UA-MT can help improve the segmentation performance on target domain
- Demonstrate the feasibility of integrating SSL into UDA for label-efficient UDA
suffix −4 or −16
# labelled source scans
used for training
[1] Dou, Qi, et al. "Unsupervised cross-modality domain adaptation of convnets for biomedical image segmentations with adversarial loss." IJCAI 2018
[2] Chen, Cheng, et al. "Synergistic image and feature adaptation: Towards cross-modality domain adaptation for medical image segmentation." AAAI 2019
[3] Chen, Cheng, et al. "Unsupervised bidirectional cross-modality adaptation via deeply synergistic image and feature alignment for medical image segmentation." TMI 2020
[4] Tarvainen, Antti, and Harri Valpola. "Mean teachers are better role models: Weight-averaged consistency targets improve semi-supervised deep learning results.“NIPS 2017
[5] Yu, Lequan, et al. "Uncertainty-aware self-ensembling model for semi-supervised 3D left atrium segmentation.“ MICCAI 2019
Results (2) – Qualitative Comparison
- It is observed that our method can generate more reliable masks with fewer false positives
Zhao, Ziyuan, et al. "MT-UDA: Towards Unsupervised Cross-modality Medical Image Segmentation with Limited Source Labels." MICCAI 2021
Results (3) – Ablation Study
- Remove one of the teacher models, separately
- W/o semantic knowledge transfer (MT-UDA-NS)
- W/o structural knowledge transfer (MTUDA-NT)
- Replace structural consistency loss with MSE loss (MT-UDA-NS-MSE)
Zhao, Ziyuan, et al. "MT-UDA: Towards Unsupervised Cross-modality Medical Image Segmentation with Limited Source Labels." MICCAI 2021
Conclusions
- Study a practical, challenging, and different UDA setting from the past, where only limited source labels
are accessible → Source Label Scarcity
- Investigate the feasibility of integrating SSL into UDA under source label scarcity
- Propose a label-efficient UDA framework for cross-modality medical image segmentation
- Leverage intra-domain semantic knowledge and exploit inter-domain structural knowledge
concurrently, thereby mitigating both the domain discrepancy and source label scarcity.
Zhao, Ziyuan, et al. "MT-UDA: Towards Unsupervised Cross-modality Medical Image Segmentation with Limited Source Labels." MICCAI 2021
Thanks
Zhao_Ziyuan@i2r.a-star.edu.sg

More Related Content

PDF
[MICCAI 2021 - Poster] MT-UDA: Towards unsupervised cross-modality medical im...
PPTX
[IAIM 2023 - Poster] Label-efficient Generalizable Deep Learning for Medical...
PDF
(20180728) kosaim workshop vuno - kyuhwan jung
PDF
Review : Multi-Domain Image Completion for Random Missing Input Data [cdm]
PDF
PR-159 : Synergistic Image and Feature Adaptation: Towards Cross-Modality Dom...
PDF
TL-DTC_Michael Ravoo.pdf
PPTX
[MICCAI 2022] Meta-hallucinator: Towards Few-Shot Cross-Modality Cardiac Imag...
PPTX
Fundamentals and Innovations in medical imaging.pptx
[MICCAI 2021 - Poster] MT-UDA: Towards unsupervised cross-modality medical im...
[IAIM 2023 - Poster] Label-efficient Generalizable Deep Learning for Medical...
(20180728) kosaim workshop vuno - kyuhwan jung
Review : Multi-Domain Image Completion for Random Missing Input Data [cdm]
PR-159 : Synergistic Image and Feature Adaptation: Towards Cross-Modality Dom...
TL-DTC_Michael Ravoo.pdf
[MICCAI 2022] Meta-hallucinator: Towards Few-Shot Cross-Modality Cardiac Imag...
Fundamentals and Innovations in medical imaging.pptx

Similar to [MICCAI 2021] MT-UDA: Towards unsupervised cross-modality medical image segmentation with limited source labels (20)

PPTX
Miccai2018 paperlist
PPTX
Toward ML-Assisted Tumor Boards Using Cross-Modal Learning
PDF
A review deep learning for medical image segmentation using multi modality fu...
PDF
Medically applied artificial intelligence from bench to bedside
PDF
A_REVIEW_OF_CNN_APPLICATIONS_IN_MEDICAL_IMAGE_ANAL.pdf
PDF
Augmentation of Multimodal 3D Magnetic Resonance Imaging using Generative Adv...
PDF
Artificial Intelligence in Medicine
PDF
Ph.D. Defense Presentation Slides (Changhee Han) カリスの東大博論審査会(公聴会)発表スライド Patho...
PPTX
Invited_Reyes_BME_Basel_March2025v2.pptx
DOCX
Uses of Artificial Intelligence (AI) in Medical Science.docx
PDF
Enhancing Medical Image Segmentation using Deep Learning: Exploring State-of-...
PDF
Transfer learning scenarios on deep learning for ultrasound based image segme...
PPTX
Defenseeeeeeeeedefenceeeeeunckefjdfd I.pptx
PDF
Analysis on Domain Adaptation based on different papers
PDF
INTEGRATING LARGE LANGUAGE MODELS FOR BIOMEDICAL IMAGE SEGMENTATION: A COMPUT...
PPTX
[ICIP 2022] ACT-NET: Asymmetric Co-Teacher Network for Semi-Supervised Memory...
PDF
Custom administering attention module for segmentation of magnetic resonance...
PDF
IMPLEMENTING AI APPLICATIONS IN RADIOLOGY: HINDERING AND FACILITATING FACTOR...
PPTX
Mentoring Roundtable Discussion “Application of Medical AI”
PDF
How AI Monitors Disease Progression Through Medical Imaging.pdf
Miccai2018 paperlist
Toward ML-Assisted Tumor Boards Using Cross-Modal Learning
A review deep learning for medical image segmentation using multi modality fu...
Medically applied artificial intelligence from bench to bedside
A_REVIEW_OF_CNN_APPLICATIONS_IN_MEDICAL_IMAGE_ANAL.pdf
Augmentation of Multimodal 3D Magnetic Resonance Imaging using Generative Adv...
Artificial Intelligence in Medicine
Ph.D. Defense Presentation Slides (Changhee Han) カリスの東大博論審査会(公聴会)発表スライド Patho...
Invited_Reyes_BME_Basel_March2025v2.pptx
Uses of Artificial Intelligence (AI) in Medical Science.docx
Enhancing Medical Image Segmentation using Deep Learning: Exploring State-of-...
Transfer learning scenarios on deep learning for ultrasound based image segme...
Defenseeeeeeeeedefenceeeeeunckefjdfd I.pptx
Analysis on Domain Adaptation based on different papers
INTEGRATING LARGE LANGUAGE MODELS FOR BIOMEDICAL IMAGE SEGMENTATION: A COMPUT...
[ICIP 2022] ACT-NET: Asymmetric Co-Teacher Network for Semi-Supervised Memory...
Custom administering attention module for segmentation of magnetic resonance...
IMPLEMENTING AI APPLICATIONS IN RADIOLOGY: HINDERING AND FACILITATING FACTOR...
Mentoring Roundtable Discussion “Application of Medical AI”
How AI Monitors Disease Progression Through Medical Imaging.pdf
Ad

More from Ziyuan Zhao (11)

PPTX
[IJCAI 2023] SemiGNN-PPI: Self-Ensembling Multi-Graph Neural Network for Effi...
PPTX
[IJCAI 2023 - Poster] SemiGNN-PPI: Self-Ensembling Multi-Graph Neural Network...
PDF
[BMVC 2022 - Spotlight] DA-CIL: Towards Domain Adaptive Class-Incremental 3D ...
PPTX
[BMVC 2022] DA-CIL: Towards Domain Adaptive Class-Incremental 3D Object Detec...
PPTX
[ICIP 2022] MMGL: Multi-Scale Multi-View Global-Local Contrastive learning fo...
PPTX
[ICIP 2022 - Poster] MMGL: Multi-Scale Multi-View Global-Local Contrastive le...
PDF
[EMBC 2022] Self-supervised Assisted Active Learning for Skin Lesion Segmenta...
PDF
[ICME 2022] Adaptive Mean-Residue Loss for Robust Facial Age Estimation
PPTX
[EMBC 2021] Hierarchical Consistency Regularized Mean Teacher for Semi-superv...
PPTX
[EMBC 2021] Multi Slice Dense Sparse Learning for Efficient Liver and Tumor S...
PDF
[ICIP 2020] SEA-Net: Squeeze-and-Excitation Attention Net for Diabetic Retino...
[IJCAI 2023] SemiGNN-PPI: Self-Ensembling Multi-Graph Neural Network for Effi...
[IJCAI 2023 - Poster] SemiGNN-PPI: Self-Ensembling Multi-Graph Neural Network...
[BMVC 2022 - Spotlight] DA-CIL: Towards Domain Adaptive Class-Incremental 3D ...
[BMVC 2022] DA-CIL: Towards Domain Adaptive Class-Incremental 3D Object Detec...
[ICIP 2022] MMGL: Multi-Scale Multi-View Global-Local Contrastive learning fo...
[ICIP 2022 - Poster] MMGL: Multi-Scale Multi-View Global-Local Contrastive le...
[EMBC 2022] Self-supervised Assisted Active Learning for Skin Lesion Segmenta...
[ICME 2022] Adaptive Mean-Residue Loss for Robust Facial Age Estimation
[EMBC 2021] Hierarchical Consistency Regularized Mean Teacher for Semi-superv...
[EMBC 2021] Multi Slice Dense Sparse Learning for Efficient Liver and Tumor S...
[ICIP 2020] SEA-Net: Squeeze-and-Excitation Attention Net for Diabetic Retino...
Ad

Recently uploaded (20)

PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
Getting Started with Data Integration: FME Form 101
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
Spectral efficient network and resource selection model in 5G networks
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PPTX
Group 1 Presentation -Planning and Decision Making .pptx
PDF
Assigned Numbers - 2025 - Bluetooth® Document
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PPTX
1. Introduction to Computer Programming.pptx
PDF
Accuracy of neural networks in brain wave diagnosis of schizophrenia
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PPTX
Tartificialntelligence_presentation.pptx
PPTX
SOPHOS-XG Firewall Administrator PPT.pptx
Digital-Transformation-Roadmap-for-Companies.pptx
Building Integrated photovoltaic BIPV_UPV.pdf
Dropbox Q2 2025 Financial Results & Investor Presentation
Advanced methodologies resolving dimensionality complications for autism neur...
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
Getting Started with Data Integration: FME Form 101
Programs and apps: productivity, graphics, security and other tools
Spectral efficient network and resource selection model in 5G networks
20250228 LYD VKU AI Blended-Learning.pptx
Group 1 Presentation -Planning and Decision Making .pptx
Assigned Numbers - 2025 - Bluetooth® Document
Per capita expenditure prediction using model stacking based on satellite ima...
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
1. Introduction to Computer Programming.pptx
Accuracy of neural networks in brain wave diagnosis of schizophrenia
The Rise and Fall of 3GPP – Time for a Sabbatical?
MIND Revenue Release Quarter 2 2025 Press Release
Tartificialntelligence_presentation.pptx
SOPHOS-XG Firewall Administrator PPT.pptx

[MICCAI 2021] MT-UDA: Towards unsupervised cross-modality medical image segmentation with limited source labels

  • 1. MT-UDA: Towards Unsupervised Cross-modality Medical Image Segmentation with Limited Source Labels Ziyuan Zhao1,2, Kaixin Xu2, Shumeng Li1,2, Zeng Zeng2, Cuntai Guan1 Presenter: Zhao Ziyuan (G2104205L) 1 Nanyang Technological University 2 Institute for Infocomm Research, A*STAR Th-S2: Image Segmentation + Domain Adaptation # 678
  • 2. Introduction – Medical Image Segmentation - Segmentation in medical physics plays a crucial role in medical image analysis (MedIA) - For instance, left atrium (LA) segmentation can provide a pre-operative assessment of its anatomy, which is essential for treating various cardiovascular diseases, such as atrial fibrillation - Deep learning has been widely used for medical image segmentation Left Atrial Cavity 3D LA Visualization 2018 Atrial Segmentation Challenge. https://atriaseg2018.cardiacatlas.org/
  • 3. Challenge (1) – Label Scarcity - DCNNs are data-hungry and require large amounts of well-annotated data. - Annotating medical images is laborious, expensive, and requires human expertise → Label Scarcity Time & money consuming Knowledge-driven Labor-intensive Image DCNNs Segmentation map
  • 4. Challenge (2) – Domain Shift - In real-world clinical scenarios, medical images are acquired with different physical principles and modalities, e.g., MRI & CT→ different visual appearance & distribution (Domain Gap) - DCNNs suffer from severe performance degradation when domain shift (e.g., CT → MRI) Cardiac Label Cardiac CT Source Domain Annotate DCNNs Transfer Cardiac MR Feed Domain Gap Target Domain
  • 5. Existing Work – Unsupervised Domain Adaptation - Image adaptation – Cycle GAN (2017) - Feature adaptation – ADDA (2017) - Sequentially combine two adaptive strategies – CyCADA (2018) - Synergistic Image and Feature Adaptation – SIFA (2019, 2020) Cardiac CT Cardiac MR Domain Gap CycleGAN [1] ADDA [2] Cycada [3] SIFA [4] [1] Zhu, Jun-Yan, et al. "Unpaired image-to-image translation using cycle-consistent adversarial networks." ICCV 2017 [2] Tzeng, Eric, et al. "Adversarial discriminative domain adaptation." CVPR 2017. [3] Hoffman, Judy, et al. "Cycada: Cycle-consistent adversarial domain adaptation.“ ICML 2018 [4] Chen, Cheng, et al. "Unsupervised bidirectional cross-modality adaptation via deeply synergistic image and feature alignment for medical image segmentation." TMI 2020 Source Domain Target Domain
  • 6. Problem – Source Label Scarcity - Despite the success of adversarial learning in UDA, these methods heavily rely on abundant source labels. - Become sub-optimal when only limited source labels are available in clinical deployment. - Motivates us to study a challenging UDA scenario – source label scarcity Source Label Scarcity Cardiac CT Cardiac MR Domain Gap Source Domain Target Domain Less Annotations Lower Performance
  • 7. Motivation – SSL + UDA - Image-level adaptation → generates a lot of synthetic images with abundant information, which can be leveraged for semi-supervised learning - Appearance consistency → synthetic and real images from the same domain maintain a similar visual appearance - Structural consistency → transformed images should have the same structural information as the original ones Zhao, Ziyuan, et al. "MT-UDA: Towards Unsupervised Cross-modality Medical Image Segmentation with Limited Source Labels." MICCAI 2021 SSL Labeled data Performance Number of labeled data DCNNs Source Domain Target Domain Style Transfer
  • 8. Method – MT-UDA - Investigate the feasibility of integrating SSL into UDA under source label scarcity - Develop a label-efficient UDA framework based on mean teacher (MT) to explore the knowledge from both domains Zhao, Ziyuan, et al. "MT-UDA: Towards Unsupervised Cross-modality Medical Image Segmentation with Limited Source Labels." MICCAI 2021
  • 9. Method (1)– Dual Cycle Alignment Module - Generate synthetic samples for two domains using generative adversarial networks - Synthesize source-like domain images and target-like domain images via adversarial learning Zhao, Ziyuan, et al. "MT-UDA: Towards Unsupervised Cross-modality Medical Image Segmentation with Limited Source Labels." MICCAI 2021
  • 10. Method (2)– Semantic Knowledge Transfer - Appearance consistency → synthetic and real images from the same domain maintain a similar visual appearance - Employ the mean teacher (MT) model to distill the intra-domain semantic knowledge by forcing the prediction consistency Zhao, Ziyuan, et al. "MT-UDA: Towards Unsupervised Cross-modality Medical Image Segmentation with Limited Source Labels." MICCAI 2021
  • 11. Method (3)– Structural Knowledge Transfer - Structural consistency → transformed images should have the same structural information as the original ones - Propose a teacher model for keeping structural consistency between predictions of source images and corresponding synthetic target images Zhao, Ziyuan, et al. "MT-UDA: Towards Unsupervised Cross-modality Medical Image Segmentation with Limited Source Labels." MICCAI 2021
  • 12. Experiments - Dataset - Multi-Modality Whole Heart Segmentation (MM-WHS) 2017 dataset - Unpaired 20 MR and 20 CT volumes with ground truth masks - Data preprocessing - MR → source domain, CT → target domain - SIFA setting (-16) → 16: 4 random split for train / val - Our setting (-4)→ 4 MR volumes are labelled for UDA under source label scarcity - Images were cropped into the size of 256 x 256 - Implementation details - Test on fake MR images generated from CT - Backbone: U-Net - Supervised loss: Dice + Cross-entropy - Total loss: Zhao, Ziyuan, et al. "MT-UDA: Towards Unsupervised Cross-modality Medical Image Segmentation with Limited Source Labels." MICCAI 2021
  • 13. Results (1) – Quantitative Comparison - Degraded performance on target domain when using 4 labeled source domain scans - MT and UA-MT can help improve the segmentation performance on target domain - Demonstrate the feasibility of integrating SSL into UDA for label-efficient UDA suffix −4 or −16 # labelled source scans used for training [1] Dou, Qi, et al. "Unsupervised cross-modality domain adaptation of convnets for biomedical image segmentations with adversarial loss." IJCAI 2018 [2] Chen, Cheng, et al. "Synergistic image and feature adaptation: Towards cross-modality domain adaptation for medical image segmentation." AAAI 2019 [3] Chen, Cheng, et al. "Unsupervised bidirectional cross-modality adaptation via deeply synergistic image and feature alignment for medical image segmentation." TMI 2020 [4] Tarvainen, Antti, and Harri Valpola. "Mean teachers are better role models: Weight-averaged consistency targets improve semi-supervised deep learning results.“NIPS 2017 [5] Yu, Lequan, et al. "Uncertainty-aware self-ensembling model for semi-supervised 3D left atrium segmentation.“ MICCAI 2019
  • 14. Results (2) – Qualitative Comparison - It is observed that our method can generate more reliable masks with fewer false positives Zhao, Ziyuan, et al. "MT-UDA: Towards Unsupervised Cross-modality Medical Image Segmentation with Limited Source Labels." MICCAI 2021
  • 15. Results (3) – Ablation Study - Remove one of the teacher models, separately - W/o semantic knowledge transfer (MT-UDA-NS) - W/o structural knowledge transfer (MTUDA-NT) - Replace structural consistency loss with MSE loss (MT-UDA-NS-MSE) Zhao, Ziyuan, et al. "MT-UDA: Towards Unsupervised Cross-modality Medical Image Segmentation with Limited Source Labels." MICCAI 2021
  • 16. Conclusions - Study a practical, challenging, and different UDA setting from the past, where only limited source labels are accessible → Source Label Scarcity - Investigate the feasibility of integrating SSL into UDA under source label scarcity - Propose a label-efficient UDA framework for cross-modality medical image segmentation - Leverage intra-domain semantic knowledge and exploit inter-domain structural knowledge concurrently, thereby mitigating both the domain discrepancy and source label scarcity. Zhao, Ziyuan, et al. "MT-UDA: Towards Unsupervised Cross-modality Medical Image Segmentation with Limited Source Labels." MICCAI 2021