paper-with-me

Papers

DreamDA: Generative Data Augmentation with Diffusion Models

2024-03-19 · Yunxiang Fu, Chaoqi Chen, Yu Qiao, Yizhou Yu

The acquisition of large-scale, high-quality data is a resource-intensive and time-consuming endeavor. Compared to conventional Data Augmentation (DA) techniques (e.g. cropping and rotation), exploiting prevailing diffusion models for data generation has received scant attention in classification tasks. Existing generative DA methods either inadequately bridge the domain gap between real-world and synthesized images, or inherently suffer from a lack of diversity. To solve these issues, this paper proposes a new classification-oriented framework DreamDA, which enables data synthesis and label generation by way of diffusion models. DreamDA generates diverse samples that adhere to the original data distribution by considering training images in the original data as seeds and perturbing their reverse diffusion process. In addition, since the labels of the generated data may not align with the labels of their corresponding seed images, we introduce a self-training paradigm for generating pseudo labels and training classifiers using the synthesized data. Extensive experiments across four tasks and five datasets demonstrate consistent improvements over strong baselines, revealing the efficacy of DreamDA in synthesizing high-quality and diverse images with accurate labels. Our code will be available at https://github.com/yunxiangfu2001/DreamDA.

📄 PDF Abstract BibTeX arXiv:2403.12803

Code (1)

yunxiangfu2001/dreamda 공식 구현 pytorch

Tasks

Data AugmentationDiversity

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…
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

DreamDance: Animating Character Art via Inpainting Stable Gaussian Worlds

2025-05-30 · Jiaxu Zhang, Xianfang Zeng, Xin Chen, Wei Zuo 외

This paper presents DreamDance, a novel character art animation framework capable of producing stable, consistent character and scene motion conditioned on precise camera trajectories. To achieve this, we re-formulate th…

Image InpaintingVideo GenerationVideo Inpainting

Context-guided Responsible Data Augmentation with Diffusion Models

2025-03-12 · Khawar Islam, Naveed Akhtar

Generative diffusion models offer a natural choice for data augmentation when training complex vision models. However, ensuring reliability of their generative content as augmentation samples remains an open challenge. D…

Data Augmentation

Generative AI for Data Augmentation in Wireless Networks: Analysis, Applications, and Case Study

2024-11-13 · Jinbo Wen, Jiawen Kang, Dusit Niyato, Yang Zhang 외

Data augmentation is a powerful technique to mitigate data scarcity. However, owing to fundamental differences in wireless data structures, traditional data augmentation techniques may not be suitable for wireless data. …

Data AugmentationGesture Recognition

Gen-SIS: Generative Self-augmentation Improves Self-supervised Learning

2024-12-02 · Varun Belagali, Srikar Yellapragada, Alexandros Graikos, Saarthak Kapse 외

Self-supervised learning (SSL) methods have emerged as strong visual representation learners by training an image encoder to maximize similarity between features of different views of the same image. To perform this view…

Self-Supervised Learning

Semantic-Guided Generative Image Augmentation Method with Diffusion Models for Image Classification

2023-02-04 · Bohan Li, Xiao Xu, Xinghao Wang, Yutai Hou 외

Existing image augmentation methods consist of two categories: perturbation-based methods and generative methods. Perturbation-based methods apply pre-defined perturbations to augment an original image, but only locally …

DiversityImage Augmentationimage-classificationImage Classification+1