paper-with-me

홈 › Papers

Domain-guided data augmentation for deep learning on medical imaging

2022-10-10 · Chinmayee Athalye, Rima Arnaout

While domain-specific data augmentation can be useful in training neural networks for medical imaging tasks, such techniques have not been widely used to date. Here, we test whether domain-specific data augmentation is useful for medical imaging using a well-benchmarked task: view classification on fetal ultrasound FETAL-125 and OB-125 datasets. We found that using a context-preserving cut-paste strategy, we could create valid training data as measured by performance of the resulting trained model on the benchmark test dataset. When used in an online fashion, models trained on this data performed similarly to those trained using traditional data augmentation (FETAL-125 F-score 85.33+/-0.24 vs 86.89+/-0.60, p-value 0.0139; OB-125 F-score 74.60+/-0.11 vs 72.43+/-0.62, p-value 0.0039). Furthermore, the ability to perform augmentations during training time, as well as the ability to apply chosen augmentations equally across data classes, are important considerations in designing a bespoke data augmentation. Finally, we provide open-source code to facilitate running bespoke data augmentations in an online fashion. Taken together, this work expands the ability to design and apply domain-guided data augmentations for medical imaging tasks.

📄 PDF Abstract BibTeX arXiv:2210.04977

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationDeep Learningvalid

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Discriminative Cross-Modal Data Augmentation for Medical Imaging Applications

2020-10-07 · Yue Yang, Pengtao Xie

While deep learning methods have shown great success in medical image analysis, they require a number of medical images to train. Due to data privacy concerns and unavailability of medical annotators, it is oftentimes ve…

Data AugmentationImage-to-Image TranslationMedical Image AnalysisTranslation

Generalizable Single-Source Cross-modality Medical Image Segmentation via Invariant Causal Mechanisms

2024-11-07 · Boqi Chen, Yuanzhi Zhu, Yunke Ao, Sebastiano Caprara 외

Single-source domain generalization (SDG) aims to learn a model from a single source domain that can generalize well on unseen target domains. This is an important task in computer vision, particularly relevant to medica…

Domain GeneralizationImage SegmentationMedical Image SegmentationSemantic Segmentation+1

A Text-Image Fusion Method with Data Augmentation Capabilities for Referring Medical Image Segmentation

2025-10-14 · Shurong Chai, Rahul Kumar JAIN, Rui Xu, Shaocong Mo 외 arxiv

Deep learning relies heavily on data augmentation to mitigate limited data, especially in medical imaging. Recent multimodal learning integrates text and images for segmentation, known as referring or text-guided image s…

Medical Image SegmentationData Augmentation

MedDChest: A Content-Aware Multimodal Foundational Vision Model for Thoracic Imaging

2025-11-06 · Mahmoud Soliman, Islam Osman, Mohamed S. Shehata, Rasika Rajapakshe arxiv

The performance of vision models in medical imaging is often hindered by the prevailing paradigm of fine-tuning backbones pre-trained on out-of-domain natural images. To address this fundamental domain gap, we propose Me…

Data Augmentation

Domain Generalization on Medical Imaging Classification using Episodic Training with Task Augmentation

2021-06-13 · Chenxin Li, Qi Qi, Xinghao Ding, Yue Huang 외

Medical imaging datasets usually exhibit domain shift due to the variations of scanner vendors, imaging protocols, etc. This raises the concern about the generalization capacity of machine learning models. Domain general…

Domain GeneralizationMeta-LearningTransfer Learning