paper-with-me

Papers

Training on Thin Air: Improve Image Classification with Generated Data

2023-05-24 · Yongchao Zhou, Hshmat Sahak, Jimmy Ba

Acquiring high-quality data for training discriminative models is a crucial yet challenging aspect of building effective predictive systems. In this paper, we present Diffusion Inversion, a simple yet effective method that leverages the pre-trained generative model, Stable Diffusion, to generate diverse, high-quality training data for image classification. Our approach captures the original data distribution and ensures data coverage by inverting images to the latent space of Stable Diffusion, and generates diverse novel training images by conditioning the generative model on noisy versions of these vectors. We identify three key components that allow our generated images to successfully supplant the original dataset, leading to a 2-3x enhancement in sample complexity and a 6.5x decrease in sampling time. Moreover, our approach consistently outperforms generic prompt-based steering methods and KNN retrieval baseline across a wide range of datasets. Additionally, we demonstrate the compatibility of our approach with widely-used data augmentation techniques, as well as the reliability of the generated data in supporting various neural architectures and enhancing few-shot learning.

📄 PDF Abstract BibTeX arXiv:2305.15316

Code (1)

yongchao97/diffusion_inversion 공식 구현 pytorch

Tasks

Data AugmentationFew-Shot Learningimage-classificationImage ClassificationRetrieval

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 제목 키워드 기반

CIFAKE: Image Classification and Explainable Identification of AI-Generated Synthetic Images

2023-03-24 · Jordan J. Bird, Ahmad Lotfi

Recent technological advances in synthetic data have enabled the generation of images with such high quality that human beings cannot tell the difference between real-life photographs and Artificial Intelligence (AI) gen…

Binary ClassificationClassificationimage-classificationImage Classification

Semantic Smoothing via Novel View Synthesis for Robust SAR Image Classification

2026-05-15 · Daniel Brignac, Fengwei Tian, Banafsheh Latibari, Abhijit Mahalanobis 외 arxiv

Deep neural networks are vulnerable to adversarial perturbations, limiting deployment in safety-critical applications such as synthetic aperture radar (SAR) automatic target recognition (ATR). Randomized smoothing improv…

Novel View SynthesisImage ClassificationAdversarial Defense

Augmented Conditioning Is Enough For Effective Training Image Generation

2025-02-06 · Jiahui Chen, Amy Zhang, Adriana Romero-Soriano

Image generation abilities of text-to-image diffusion models have significantly advanced, yielding highly photo-realistic images from descriptive text and increasing the viability of leveraging synthetic images to train …

Conditional Image GenerationDescriptiveDiversityFew-Shot Image Classification+3

Vanishing Twin GAN: How training a weak Generative Adversarial Network can improve semi-supervised image classification

2021-03-03 · Saman Motamed, Farzad Khalvati

Generative Adversarial Networks can learn the mapping of random noise to realistic images in a semi-supervised framework. This mapping ability can be used for semi-supervised image classification to detect images of an u…

ClassificationGeneral ClassificationGenerative Adversarial Networkimage-classification+2

Selective Synthetic Augmentation with Quality Assurance

2019-12-09 · Yuan Xue, Jiarong Ye, Rodney Long, Sameer Antani 외

Supervised training of an automated medical image analysis system often requires a large amount of expert annotations that are hard to collect. Moreover, the proportions of data available across different classes may be …

ClassificationData AugmentationGeneral Classificationimage-classification+2