MoVQ: Modulating Quantized Vectors for High-Fidelity Image Generation
Chuanxia Zheng, Long Tung Vuong, Jianfei Cai, Dinh Phung
TL;DR
MoVQ tackles artifacts in two-stage VQ-based image generation by introducing spatially conditional normalization that modulates quantized vectors, paired with multichannel quantization to expand representational capacity without enlarging the codebook. A fast, multichannel prior via MaskGIT (and autoregressive options) enables efficient and diverse generation in the second stage. Empirical results on FFHQ and ImageNet show improved reconstruction quality and competitive or superior generation fidelity with fewer parameters than several baselines. The approach remains simple and computationally efficient, highlighting the potential of better quantizers and spatial modulation in discrete latent space for high-fidelity image synthesis.
Abstract
Although two-stage Vector Quantized (VQ) generative models allow for synthesizing high-fidelity and high-resolution images, their quantization operator encodes similar patches within an image into the same index, resulting in a repeated artifact for similar adjacent regions using existing decoder architectures. To address this issue, we propose to incorporate the spatially conditional normalization to modulate the quantized vectors so as to insert spatially variant information to the embedded index maps, encouraging the decoder to generate more photorealistic images. Moreover, we use multichannel quantization to increase the recombination capability of the discrete codes without increasing the cost of model and codebook. Additionally, to generate discrete tokens at the second stage, we adopt a Masked Generative Image Transformer (MaskGIT) to learn an underlying prior distribution in the compressed latent space, which is much faster than the conventional autoregressive model. Experiments on two benchmark datasets demonstrate that our proposed modulated VQGAN is able to greatly improve the reconstructed image quality as well as provide high-fidelity image generation.
