paper-with-me

Papers

DAug: Diffusion-based Channel Augmentation for Radiology Image Retrieval and Classification

2024-12-06 · Ying Jin, Zhuoran Zhou, Haoquan Fang, Jenq-Neng Hwang

Medical image understanding requires meticulous examination of fine visual details, with particular regions requiring additional attention. While radiologists build such expertise over years of experience, it is challenging for AI models to learn where to look with limited amounts of training data. This limitation results in unsatisfying robustness in medical image understanding. To address this issue, we propose Diffusion-based Feature Augmentation (DAug), a portable method that improves a perception model's performance with a generative model's output. Specifically, we extend a radiology image to multiple channels, with the additional channels being the heatmaps of regions where diseases tend to develop. A diffusion-based image-to-image translation model was used to generate such heatmaps conditioned on selected disease classes. Our method is motivated by the fact that generative models learn the distribution of normal and abnormal images, and such knowledge is complementary to image understanding tasks. In addition, we propose the Image-Text-Class Hybrid Contrastive learning to utilize both text and class labels. With two novel approaches combined, our method surpasses baseline models without changing the model architecture, and achieves state-of-the-art performance on both medical image retrieval and classification tasks.

📄 PDF Abstract BibTeX arXiv:2412.04828

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningImage RetrievalImage-to-Image TranslationMedical Image RetrievalRetrieval

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

1S-DAug: One-Shot Data Augmentation for Robust Few-Shot Generalization

2026-01-27 · Yunwei Bai, Ying Kiat Tan, Yao Shu, Tsuhan Chen arxiv

Few-shot learning (FSL) challenges model generalization to novel classes based on just a few shots of labeled examples, a testbed where traditional test-time augmentations fail to be effective. We introduce 1S-DAug, a on…

Few-Shot LearningData Augmentation

AudRandAug: Random Image Augmentations for Audio Classification

2023-09-09 · Teerath Kumar, Muhammad Turab, Alessandra Mileo, Malika Bendechache 외

Data augmentation has proven to be effective in training neural networks. Recently, a method called RandAug was proposed, randomly selecting data augmentation techniques from a predefined search space. RandAug has demons…

Audio ClassificationClassificationData Augmentation

When to Learn What: Model-Adaptive Data Augmentation Curriculum

2023-09-09 · ICCV 2023 1 · Chengkai Hou, Jieyu Zhang, Tianyi Zhou

Data augmentation (DA) is widely used to improve the generalization of neural networks by enforcing the invariances and symmetries to pre-defined transformations applied to input data. However, a fixed augmentation polic…

Data AugmentationFairnessimage-classificationImage Classification

HybridAugment++: Unified Frequency Spectra Perturbations for Model Robustness

2023-07-21 · ICCV 2023 1 · Mehmet Kerim Yucel, Ramazan Gokberk Cinbis, Pinar Duygulu

Convolutional Neural Networks (CNN) are known to exhibit poor generalization performance under distribution shifts. Their generalization have been studied extensively, and one line of work approaches the problem from a f…

Adversarial RobustnessData AugmentationmodelOut-of-Distribution Detection

MedAugment: Universal Automatic Data Augmentation Plug-in for Medical Image Analysis

2023-06-30 · Zhaoshan Liu, Qiujie Lv, YiFan Li, Ziduo Yang 외

Data augmentation (DA) has been widely leveraged in computer vision to alleviate the data shortage, whereas the DA in medical image analysis (MIA) faces multiple challenges. The prevalent DA approaches in MIA encompass c…

Data AugmentationDiagnosticMedical Image Analysis