English

Efficient generative adversarial networks using linear additive-attention Transformers

Computer Vision and Pattern Recognition 2025-07-08 v5 Machine Learning

Abstract

Although the capacity of deep generative models for image generation, such as Diffusion Models (DMs) and Generative Adversarial Networks (GANs), has dramatically improved in recent years, much of their success can be attributed to computationally expensive architectures. This has limited their adoption and use to research laboratories and companies with large resources, while significantly raising the carbon footprint for training, fine-tuning, and inference. In this work, we present a novel GAN architecture which we call LadaGAN. This architecture is based on a linear attention Transformer block named Ladaformer. The main component of this block is a linear additive-attention mechanism that computes a single attention vector per head instead of the quadratic dot-product attention. We employ Ladaformer in both the generator and discriminator, which reduces the computational complexity and overcomes the training instabilities often associated with Transformer GANs. LadaGAN consistently outperforms existing convolutional and Transformer GANs on benchmark datasets at different resolutions while being significantly more efficient. Moreover, LadaGAN shows competitive performance compared to state-of-the-art multi-step generative models (e.g. DMs) using orders of magnitude less computational resources.

Keywords

Cite

@article{arxiv.2401.09596,
  title  = {Efficient generative adversarial networks using linear additive-attention Transformers},
  author = {Emilio Morales-Juarez and Gibran Fuentes-Pineda},
  journal= {arXiv preprint arXiv:2401.09596},
  year   = {2025}
}

Comments

13 pages, 8 figures

R2 v1 2026-06-28T14:19:50.464Z