Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

AsCAN: Asymmetric Convolution-Attention Networks for Efficient Recognition and Generation

About

Neural network architecture design requires making many crucial decisions. The common desiderata is that similar decisions, with little modifications, can be reused in a variety of tasks and applications. To satisfy that, architectures must provide promising latency and performance trade-offs, support a variety of tasks, scale efficiently with respect to the amounts of data and compute, leverage available data from other tasks, and efficiently support various hardware. To this end, we introduce AsCAN -- a hybrid architecture, combining both convolutional and transformer blocks. We revisit the key design principles of hybrid architectures and propose a simple and effective \emph{asymmetric} architecture, where the distribution of convolutional and transformer blocks is \emph{asymmetric}, containing more convolutional blocks in the earlier stages, followed by more transformer blocks in later stages. AsCAN supports a variety of tasks: recognition, segmentation, class-conditional image generation, and features a superior trade-off between performance and latency. We then scale the same architecture to solve a large-scale text-to-image task and show state-of-the-art performance compared to the most recent public and commercial models. Notably, even without any computation optimization for transformer blocks, our models still yield faster inference speed than existing works featuring efficient attention mechanisms, highlighting the advantages and the value of our approach.

Anil Kag, Huseyin Coskun, Jierun Chen, Junli Cao, Willi Menapace, Aliaksandr Siarohin, Sergey Tulyakov, Jian Ren• 2024

Related benchmarks

TaskDatasetResultRank
Semantic segmentationADE20K (val)
mIoU50.3
2731
Text-to-Image GenerationGenEval
GenEval Score64
277
Conditional Image GenerationImageNet-1K 256x256 (val)
gFID2.23
86
Class-conditional Image GenerationImageNet 512x512 (val)
FID (Val)3.15
69
Image ClassificationImageNet-1k (val)
Top-1 Accuracy0.8524
45
Image ClassificationImageNet-1K 1.0 (val)
Throughput (A100, B=1)199
16
Text-to-Image GenerationCaptioned Data Set-B-10K (val)
FID15.45
4
Text-to-Image GenerationCaptioned Set-A-10K (val)
FID10.88
4
Showing 8 of 8 rows

Other info

Code

Follow for update