paper-with-me

홈 › Papers

Diversify, Don't Fine-Tune: Scaling Up Visual Recognition Training with Synthetic Images

2023-12-04 · Zhuoran Yu, Chenchen Zhu, Sean Culatana, Raghuraman Krishnamoorthi, Fanyi Xiao, Yong Jae Lee

Recent advances in generative deep learning have enabled the creation of high-quality synthetic images in text-to-image generation. Prior work shows that fine-tuning a pretrained diffusion model on ImageNet and generating synthetic training images from the finetuned model can enhance an ImageNet classifier's performance. However, performance degrades as synthetic images outnumber real ones. In this paper, we explore whether generative fine-tuning is essential for this improvement and whether it is possible to further scale up training using more synthetic data. We present a new framework leveraging off-the-shelf generative models to generate synthetic training images, addressing multiple challenges: class name ambiguity, lack of diversity in naive prompts, and domain shifts. Specifically, we leverage large language models (LLMs) and CLIP to resolve class name ambiguity. To diversify images, we propose contextualized diversification (CD) and stylized diversification (SD) methods, also prompted by LLMs. Finally, to mitigate domain shifts, we leverage domain adaptation techniques with auxiliary batch normalization for synthetic images. Our framework consistently enhances recognition model performance with more synthetic data, up to 6x of original ImageNet size showcasing the potential of synthetic data for improved recognition models and strong out-of-domain generalization.

📄 PDF Abstract BibTeX arXiv:2312.02253

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityDomain AdaptationDomain GeneralizationImage GenerationText to Image GenerationText-to-Image Generation

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…
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…
Batch Normalization 설명 없음
Auxiliary Batch Normalization Auxiliary Batch Normalization is a type of regularization used in adversarial training schemes. The idea is that adversarial examples should have a separate [batch…

Similar Papers 제목 키워드 기반

Scale, Don't Fine-tune: Guiding Multimodal LLMs for Efficient Visual Place Recognition at Test-Time

2025-09-02 · Jintao Cheng, Weibin Li, Jiehao Luo, Xiaoyu Tang 외 arxiv

Visual Place Recognition (VPR) has evolved from handcrafted descriptors to deep learning approaches, yet significant challenges remain. Current approaches, including Vision Foundation Models (VFMs) and Multimodal Large L…

Visual Place RecognitionComputational Efficiency

DIVERSIFY to Generalize: Learning Generalized Representations for Time Series Classification

2021-09-29 · Wang Lu, Jindong Wang, Yiqiang Chen, Xinwei Sun

Time series classification is an important problem in real world. Due to its nonstationary property that the distribution changes over time, it remains challenging to build models for generalization to unseen distributio…

Activity RecognitionClassificationGesture RecognitionHuman Activity Recognition+3

DIVERSIFY: A General Framework for Time Series Out-of-distribution Detection and Generalization

2023-08-04 · Wang Lu, Jindong Wang, Xinwei Sun, Yiqiang Chen 외

Time series remains one of the most challenging modalities in machine learning research. The out-of-distribution (OOD) detection and generalization on time series tend to suffer due to its non-stationary property, i.e., …

Activity RecognitionGesture RecognitionHuman Activity RecognitionOut-of-Distribution Detection+3

Scaling Laws for Discriminative Speech Recognition Rescoring Models

2023-06-27 · Yile Gu, Prashanth Gurunath Shivakumar, Jari Kolehmainen, Ankur Gandhe 외

Recent studies have found that model performance has a smooth power-law relationship, or scaling laws, with training data and model size, for a wide range of problems. These scaling laws allow one to choose nearly optima…

speech-recognitionSpeech Recognition

Scaling Performance and Low-Resource Annotation with Many-Shot In-Context Learning for Named Entity Recognition

2026-06-20 · Qi Zhang, Fangping Lan, Cornelia Caragea, Longin Jan Latecki 외 arxiv

In-context learning (ICL) with large language models (LLMs) has emerged as a powerful alternative to fine-tuning for Named Entity Recognition (NER), achieving strong performance with minimal annotation and no additional …