paper-with-me

홈 › Papers

Efficient-VQGAN: Towards High-Resolution Image Generation with Efficient Vision Transformers

2023-10-09 · ICCV 2023 1 · Shiyue Cao, Yueqin Yin, Lianghua Huang, Yu Liu, Xin Zhao, Deli Zhao, Kaiqi Huang

Vector-quantized image modeling has shown great potential in synthesizing high-quality images. However, generating high-resolution images remains a challenging task due to the quadratic computational overhead of the self-attention process. In this study, we seek to explore a more efficient two-stage framework for high-resolution image generation with improvements in the following three aspects. (1) Based on the observation that the first quantization stage has solid local property, we employ a local attention-based quantization model instead of the global attention mechanism used in previous methods, leading to better efficiency and reconstruction quality. (2) We emphasize the importance of multi-grained feature interaction during image generation and introduce an efficient attention mechanism that combines global attention (long-range semantic consistency within the whole image) and local attention (fined-grained details). This approach results in faster generation speed, higher generation fidelity, and improved resolution. (3) We propose a new generation pipeline incorporating autoencoding training and autoregressive generation strategy, demonstrating a better paradigm for image synthesis. Extensive experiments demonstrate the superiority of our approach in high-quality and high-resolution image reconstruction and generation.

📄 PDF Abstract BibTeX arXiv:2310.05400

Code (0)

등록된 구현이 없습니다.

Tasks

Image GenerationImage ReconstructionQuantization

Similar Papers 제목 키워드 기반

Vector-quantized Image Modeling with Improved VQGAN

2021-10-09 · ICLR 2022 4 · Jiahui Yu, Xin Li, Jing Yu Koh, Han Zhang 외

Pretraining language models with next-token prediction on massive text corpora has delivered phenomenal zero-shot, few-shot, transfer learning and multi-tasking capabilities on both generative and discriminative language…

Image GenerationImage ReconstructionRepresentation LearningTransfer Learning

OCR-VQGAN: Taming Text-within-Image Generation

2022-10-19 · Juan A. Rodriguez, David Vazquez, Issam Laradji, Marco Pedersoli 외

Synthetic image generation has recently experienced significant improvements in domains such as natural image or art generation. However, the problem of figure and diagram generation remains unexplored. A challenging asp…

ArticlesDecoderImage GenerationOptical Character Recognition (OCR)+1

Scaling the Codebook Size of VQGAN to 100,000 with a Utilization Rate of 99%

2024-06-17 · Lei Zhu, Fangyun Wei, Yanye Lu, Dong Chen

In the realm of image quantization exemplified by VQGAN, the process encodes images into discrete tokens drawn from a codebook with a predefined size. Recent advancements, particularly with LLAMA 3, reveal that enlarging…

image-classificationImage ClassificationImage GenerationImage Reconstruction+1

MaskBit: Embedding-free Image Generation via Bit Tokens

2024-09-24 · Mark Weber, Lijun Yu, Qihang Yu, Xueqing Deng 외

Masked transformer models for class-conditional image generation have become a compelling alternative to diffusion models. Typically comprising two stages - an initial VQGAN model for transitioning between latent space a…

Conditional Image GenerationImage GenerationImage Reconstruction

Designing a Better Asymmetric VQGAN for StableDiffusion

2023-06-07 · Zixin Zhu, Xuelu Feng, Dongdong Chen, Jianmin Bao 외

StableDiffusion is a revolutionary text-to-image generator that is causing a stir in the world of image generation and editing. Unlike traditional methods that learn a diffusion model in pixel space, StableDiffusion lear…

DecoderImage GenerationImage Inpainting