English

Reviving ConvNeXt for Efficient Convolutional Diffusion Models

Computer Vision and Pattern Recognition 2026-03-11 v1 Artificial Intelligence Machine Learning

Abstract

Recent diffusion models increasingly favor Transformer backbones, motivated by the remarkable scalability of fully attentional architectures. Yet the locality bias, parameter efficiency, and hardware friendliness--the attributes that established ConvNets as the efficient vision backbone--have seen limited exploration in modern generative modeling. Here we introduce the fully convolutional diffusion model (FCDM), a model having a backbone similar to ConvNeXt, but designed for conditional diffusion modeling. We find that using only 50% of the FLOPs of DiT-XL/2, FCDM-XL achieves competitive performance with 7×\times and 7.5×\times fewer training steps at 256×\times256 and 512×\times512 resolutions, respectively. Remarkably, FCDM-XL can be trained on a 4-GPU system, highlighting the exceptional training efficiency of our architecture. Our results demonstrate that modern convolutional designs provide a competitive and highly efficient alternative for scaling diffusion models, reviving ConvNeXt as a simple yet powerful building block for efficient generative modeling.

Keywords

Cite

@article{arxiv.2603.09408,
  title  = {Reviving ConvNeXt for Efficient Convolutional Diffusion Models},
  author = {Taesung Kwon and Lorenzo Bianchi and Lennart Wittke and Felix Watine and Fabio Carrara and Jong Chul Ye and Romann Weber and Vinicius Azevedo},
  journal= {arXiv preprint arXiv:2603.09408},
  year   = {2026}
}

Comments

CVPR 2026. Official implementation: https://github.com/star-kwon/FCDM

R2 v1 2026-07-01T11:12:10.010Z