paper-with-me

Papers

Class-Balancing Diffusion Models

2023-04-30 · CVPR 2023 1 · Yiming Qin, Huangjie Zheng, Jiangchao Yao, Mingyuan Zhou, Ya zhang

Diffusion-based models have shown the merits of generating high-quality visual data while preserving better diversity in recent studies. However, such observation is only justified with curated data distribution, where the data samples are nicely pre-processed to be uniformly distributed in terms of their labels. In practice, a long-tailed data distribution appears more common and how diffusion models perform on such class-imbalanced data remains unknown. In this work, we first investigate this problem and observe significant degradation in both diversity and fidelity when the diffusion model is trained on datasets with class-imbalanced distributions. Especially in tail classes, the generations largely lose diversity and we observe severe mode-collapse issues. To tackle this problem, we set from the hypothesis that the data distribution is not class-balanced, and propose Class-Balancing Diffusion Models (CBDM) that are trained with a distribution adjustment regularizer as a solution. Experiments show that images generated by CBDM exhibit higher diversity and quality in both quantitative and qualitative ways. Our method benchmarked the generation results on CIFAR100/CIFAR100LT dataset and shows outstanding performance on the downstream recognition task.

📄 PDF Abstract BibTeX arXiv:2305.00562

Code (1)

qym7/cbdm-pytorch 공식 구현 pytorch

Tasks

Diversity

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

Balancing Act: Distribution-Guided Debiasing in Diffusion Models

2024-02-28 · CVPR 2024 1 · Rishubh Parihar, Abhijnya Bhat, Abhipsa Basu, Saswat Mallick 외

Diffusion Models (DMs) have emerged as powerful generative models with unprecedented image generation capability. These models are widely used for data augmentation and creative applications. However, DMs reflect the bia…

AttributeData AugmentationDenoisingImage Generation

Classifier Guidance Enhances Diffusion-based Adversarial Purification by Preserving Predictive Information

2024-08-12 · Mingkun Zhang, Jianing Li, Wei Chen, Jiafeng Guo 외

Adversarial purification is one of the promising approaches to defend neural networks against adversarial attacks. Recently, methods utilizing diffusion probabilistic models have achieved great success for adversarial pu…

Adversarial PurificationAdversarial RobustnessDenoisingimage-classification+1

DiffMix: Diffusion Model-based Data Synthesis for Nuclei Segmentation and Classification in Imbalanced Pathology Image Datasets

2023-06-25 · Hyun-Jic Oh, Won-Ki Jeong

Nuclei segmentation and classification is a significant process in pathology image analysis. Deep learning-based approaches have greatly contributed to the higher accuracy of this task. However, those approaches suffer f…

ClassificationNuclei ClassificationSegmentation

KnapFormer: An Online Load Balancer for Efficient Diffusion Transformers Training

2025-08-08 · Kai Zhang, Peng Wang, Sai Bi, Jianming Zhang 외 arxiv

We present KnapFormer, an efficient and versatile framework to combine workload balancing and sequence parallelism in distributed training of Diffusion Transformers (DiT). KnapFormer builds on the insight that strong syn…

HiGFA: Hierarchical Guidance for Fine-grained Data Augmentation with Diffusion Models

2025-11-16 · Zhiguang Lu, Qianqian Xu, Peisong Wen, Siran Dai 외 arxiv

Generative diffusion models show promise for data augmentation. However, applying them to fine-grained tasks presents a significant challenge: ensuring synthetic images accurately capture the subtle, category-defining fe…

Data Augmentation