English

Perception Prioritized Training of Diffusion Models

Computer Vision and Pattern Recognition 2022-04-04 v1 Machine Learning

Abstract

Diffusion models learn to restore noisy data, which is corrupted with different levels of noise, by optimizing the weighted sum of the corresponding loss terms, i.e., denoising score matching loss. In this paper, we show that restoring data corrupted with certain noise levels offers a proper pretext task for the model to learn rich visual concepts. We propose to prioritize such noise levels over other levels during training, by redesigning the weighting scheme of the objective function. We show that our simple redesign of the weighting scheme significantly improves the performance of diffusion models regardless of the datasets, architectures, and sampling strategies.

Keywords

Cite

@article{arxiv.2204.00227,
  title  = {Perception Prioritized Training of Diffusion Models},
  author = {Jooyoung Choi and Jungbeom Lee and Chaehun Shin and Sungwon Kim and Hyunwoo Kim and Sungroh Yoon},
  journal= {arXiv preprint arXiv:2204.00227},
  year   = {2022}
}

Comments

CVPR 2022 Code: https://github.com/jychoi118/P2-weighting

R2 v1 2026-06-24T10:34:17.698Z