paper-with-me

Papers

Slight Corruption in Pre-training Data Makes Better Diffusion Models

2024-05-30 · Hao Chen, Yujin Han, Diganta Misra, Xiang Li, Kai Hu, Difan Zou, Masashi Sugiyama, Jindong Wang, Bhiksha Raj

Diffusion models (DMs) have shown remarkable capabilities in generating realistic high-quality images, audios, and videos. They benefit significantly from extensive pre-training on large-scale datasets, including web-crawled data with paired data and conditions, such as image-text and image-class pairs. Despite rigorous filtering, these pre-training datasets often inevitably contain corrupted pairs where conditions do not accurately describe the data. This paper presents the first comprehensive study on the impact of such corruption in pre-training data of DMs. We synthetically corrupt ImageNet-1K and CC3M to pre-train and evaluate over 50 conditional DMs. Our empirical findings reveal that various types of slight corruption in pre-training can significantly enhance the quality, diversity, and fidelity of the generated images across different DMs, both during pre-training and downstream adaptation stages. Theoretically, we consider a Gaussian mixture model and prove that slight corruption in the condition leads to higher entropy and a reduced 2-Wasserstein distance to the ground truth of the data distribution generated by the corruptly trained DMs. Inspired by our analysis, we propose a simple method to improve the training of DMs on practical datasets by adding condition embedding perturbations (CEP). CEP significantly improves the performance of various DMs in both pre-training and downstream tasks. We hope that our study provides new insights into understanding the data and pre-training processes of DMs and all models are released at https://huggingface.co/DiffusionNoise.

📄 PDF Abstract BibTeX arXiv:2405.20494

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Utilizing Class Separation Distance for the Evaluation of Corruption Robustness of Machine Learning Classifiers

2022-06-27 · Georg Siedel, Silvia Vock, Andrey Morozov, Stefan Voß

Robustness is a fundamental pillar of Machine Learning (ML) classifiers, substantially determining their reliability. Methods for assessing classifier robustness are therefore essential. In this work, we address the chal…

Data Augmentation

Ambient Dataloops: Generative Models for Dataset Refinement

2026-01-21 · Adrián Rodríguez-Muñoz, William Daspit, Adam Klivans, Antonio Torralba 외 arxiv

We propose Ambient Dataloops, an iterative framework for refining datasets that makes it easier for diffusion models to learn the underlying data distribution. Modern datasets contain samples of highly varying quality, a…

Conditional Image GenerationProtein Design

Corruption Robust Active Learning

2021-06-21 · NeurIPS 2021 12 · Yifang Chen, Simon S. Du, Kevin Jamieson

We conduct theoretical studies on streaming-based active learning for binary classification under unknown adversarial label corruptions. In this setting, every time before the learner observes a sample, the adversary dec…

Active LearningBinary Classification

A Note on Our Submission to Track 4 of iDASH 2019

2019-10-24 · Marcel Keller, Ke Sun

iDASH is a competition soliciting implementations of cryptographic schemes of interest in the context of biology. In 2019, one track asked for multi-party computation implementations of training of a machine learning mod…

BIG-bench Machine Learning

A Mechanistic Analysis of Adversarial Fine-tuning of Vision Transformers

2026-05-28 · Hannah Gao, Isha Agarwal, Dylan Hadfield-Menell, Rachel Ma arxiv

The widespread use of image classification models in high-risk, real-world situations necessitates making these models robust to slight disturbances or perturbations, such as blurring or sharpening, in the input images. …

Image Classification