FlowDCN: Exploring DCN-like Architectures for Fast Image Generation with Arbitrary Resolution
Abstract
Arbitrary-resolution image generation still remains a challenging task in AIGC, as it requires handling varying resolutions and aspect ratios while maintaining high visual quality. Existing transformer-based diffusion methods suffer from quadratic computation cost and limited resolution extrapolation capabilities, making them less effective for this task. In this paper, we propose FlowDCN, a purely convolution-based generative model with linear time and memory complexity, that can efficiently generate high-quality images at arbitrary resolutions. Equipped with a new design of learnable group-wise deformable convolution block, our FlowDCN yields higher flexibility and capability to handle different resolutions with a single model. FlowDCN achieves the state-of-the-art 4.30 sFID on ImageNet Benchmark and comparable resolution extrapolation results, surpassing transformer-based counterparts in terms of convergence speed (only images), visual quality, parameters ( reduction) and FLOPs ( reduction). We believe FlowDCN offers a promising solution to scalable and flexible image synthesis.
Cite
@article{arxiv.2410.22655,
title = {FlowDCN: Exploring DCN-like Architectures for Fast Image Generation with Arbitrary Resolution},
author = {Shuai Wang and Zexian Li and Tianhui Song and Xubin Li and Tiezheng Ge and Bo Zheng and Limin Wang},
journal= {arXiv preprint arXiv:2410.22655},
year = {2024}
}
Comments
Accepted on NeurIPS24