paper-with-me

Papers

Effective Data Augmentation With Diffusion Models

2023-02-07 · Brandon Trabucco, Kyle Doherty, Max Gurinas, Ruslan Salakhutdinov

Data augmentation is one of the most prevalent tools in deep learning, underpinning many recent advances, including those from classification, generative models, and representation learning. The standard approach to data augmentation combines simple transformations like rotations and flips to generate new images from existing ones. However, these new images lack diversity along key semantic axes present in the data. Current augmentations cannot alter the high-level semantic attributes, such as animal species present in a scene, to enhance the diversity of data. We address the lack of diversity in data augmentation with image-to-image transformations parameterized by pre-trained text-to-image diffusion models. Our method edits images to change their semantics using an off-the-shelf diffusion model, and generalizes to novel visual concepts from a few labelled examples. We evaluate our approach on few-shot image classification tasks, and on a real-world weed recognition task, and observe an improvement in accuracy in tested domains.

📄 PDF Abstract BibTeX arXiv:2302.07944

Code (1)

brandontrabucco/da-fusion 공식 구현 pytorch

Tasks

Data AugmentationDiversityFew-Shot Image Classificationimage-classificationImage ClassificationRepresentation Learning

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

DiffAug: A Diffuse-and-Denoise Augmentation for Training Robust Classifiers

2023-06-15 · Chandramouli Sastry, Sri Harsha Dumpala, Sageev Oore

We introduce DiffAug, a simple and efficient diffusion-based augmentation technique to train image classifiers for the crucial yet challenging goal of improved classifier robustness. Applying DiffAug to a given example c…

DenoisingImage GenerationOut-of-Distribution Detection

Hybrid Diffusion Model for Breast Ultrasound Image Augmentation

2026-03-27 · Farhan Fuad Abir, Sanjeda Sara Jennifer, Niloofar Yousefi, Laura J. Brattain arxiv

We propose a hybrid diffusion-based augmentation framework to overcome the critical challenge of ultrasound data augmentation in breast ultrasound (BUS) datasets. Unlike conventional diffusion-based augmentations, our ap…

Text-to-Image GenerationImage AugmentationData Augmentation

Score Augmentation for Diffusion Models

2025-08-11 · Liang Hou, Yuan Gao, Boyuan Jiang, Xin Tao 외 arxiv

Diffusion models have achieved remarkable success in generative modeling. However, this study confirms the existence of overfitting in diffusion model training, particularly in data-limited regimes. To address this chall…

Data Augmentation

Dataset Augmentation by Mixing Visual Concepts

2024-12-19 · Abdullah Al Rahat, Hemanth Venkateswara

This paper proposes a dataset augmentation method by fine-tuning pre-trained diffusion models. Generating images using a pre-trained diffusion model with textual conditioning often results in domain discrepancy between r…

Image Captioning

Erase, then Redraw: A Novel Data Augmentation Approach for Free Space Detection Using Diffusion Model

2024-09-30 · Fulong Ma, Weiqing Qi, Guoyang Zhao, Ming Liu 외

Data augmentation is one of the most common tools in deep learning, underpinning many recent advances including tasks such as classification, detection, and semantic segmentation. The standard approach to data augmentati…

Data AugmentationDiversitySemantic Segmentation