paper-with-me

홈 › Papers

Improving Robustness of Deep Learning Based Knee MRI Segmentation: Mixup and Adversarial Domain Adaptation

2019-08-12 · Egor Panfilov, Aleksei Tiulpin, Stefan Klein, Miika T. Nieminen, Simo Saarakkala

Degeneration of articular cartilage (AC) is actively studied in knee osteoarthritis (OA) research via magnetic resonance imaging (MRI). Segmentation of AC tissues from MRI data is an essential step in quantification of their damage. Deep learning (DL) based methods have shown potential in this realm and are the current state-of-the-art, however, their robustness to heterogeneity of MRI acquisition settings remains an open problem. In this study, we investigated two modern regularization techniques -- mixup and adversarial unsupervised domain adaptation (UDA) -- to improve the robustness of DL-based knee cartilage segmentation to new MRI acquisition settings. Our validation setup included two datasets produced by different MRI scanners and using distinct data acquisition protocols. We assessed the robustness of automatic segmentation by comparing mixup and UDA approaches to a strong baseline method at different OA severity stages and, additionally, in relation to anatomical locations. Our results showed that for moderate changes in knee MRI data acquisition settings both approaches may provide notable improvements in the robustness, which are consistent for all stages of the disease and affect the clinically important areas of the knee joint. However, mixup may be considered as a recommended approach, since it is more computationally efficient and does not require additional data from the target acquisition setup.

📄 PDF Abstract BibTeX arXiv:1908.04126

Code (1)

MIPT-Oulu/RobustCartilageSegmentation 공식 구현 pytorch

Tasks

Domain AdaptationMRI segmentationSegmentationUnsupervised Domain Adaptation

Methods 이 논문이 사용한 방법론

Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…

Similar Papers 제목 키워드 기반

Learning Fair Robustness via Domain Mixup

2024-11-21 · Meiyu Zhong, Ravi Tandon

Adversarial training is one of the predominant techniques for training classifiers that are robust to adversarial attacks. Recent work, however has found that adversarial training, which makes the overall classifier robu…

Collaborative Multi-agent Learning for MR Knee Articular Cartilage Segmentation

2019-08-13 · Chaowei Tan, Zhennan Yan, Shaoting Zhang, Kang Li 외

The 3D morphology and quantitative assessment of knee articular cartilages (i.e., femoral, tibial, and patellar cartilage) in magnetic resonance (MR) imaging is of great importance for knee radiographic osteoarthritis (O…

Decision MakingDiagnosticSegmentation

Adversarial Domain Adaptation with Domain Mixup

2019-12-04 · Minghao Xu, Jian Zhang, Bingbing Ni, Teng Li 외

Recent works on domain adaptation reveal the effectiveness of adversarial learning on filling the discrepancy between source and target domains. However, two common limitations exist in current adversarial-learning-based…

Domain Adaptation

How Does Mixup Help With Robustness and Generalization?

2020-10-09 · ICLR 2021 1 · Linjun Zhang, Zhun Deng, Kenji Kawaguchi, Amirata Ghorbani 외

Mixup is a popular data augmentation technique based on taking convex combinations of pairs of examples and their labels. This simple technique has been shown to substantially improve both the robustness and the generali…

Data Augmentation

Mixup Inference: Better Exploiting Mixup to Defend Adversarial Attacks

2019-09-25 · ICLR 2020 1 · Tianyu Pang, Kun Xu, Jun Zhu

It has been widely recognized that adversarial examples can be easily crafted to fool deep networks, which mainly root from the locally non-linear behavior nearby input examples. Applying mixup in training provides an ef…

Adversarial Robustness