English

On Inductive Biases That Enable Generalization of Diffusion Transformers

Computer Vision and Pattern Recognition 2024-10-29 v1

Abstract

Recent work studying the generalization of diffusion models with UNet-based denoisers reveals inductive biases that can be expressed via geometry-adaptive harmonic bases. However, in practice, more recent denoising networks are often based on transformers, e.g., the diffusion transformer (DiT). This raises the question: do transformer-based denoising networks exhibit inductive biases that can also be expressed via geometry-adaptive harmonic bases? To our surprise, we find that this is not the case. This discrepancy motivates our search for the inductive bias that can lead to good generalization in DiT models. Investigating the pivotal attention modules of a DiT, we find that locality of attention maps are closely associated with generalization. To verify this finding, we modify the generalization of a DiT by restricting its attention windows. We inject local attention windows to a DiT and observe an improvement in generalization. Furthermore, we empirically find that both the placement and the effective attention size of these local attention windows are crucial factors. Experimental results on the CelebA, ImageNet, and LSUN datasets show that strengthening the inductive bias of a DiT can improve both generalization and generation quality when less training data is available. Source code will be released publicly upon paper publication. Project page: dit-generalization.github.io/.

Keywords

Cite

@article{arxiv.2410.21273,
  title  = {On Inductive Biases That Enable Generalization of Diffusion Transformers},
  author = {Jie An and De Wang and Pengsheng Guo and Jiebo Luo and Alexander Schwing},
  journal= {arXiv preprint arXiv:2410.21273},
  year   = {2024}
}

Comments

Project page: https://dit-generalization.github.io; Code repository: https://github.com/DiT-Generalization/DiT-Generalization

R2 v1 2026-06-28T19:38:25.889Z