CODA: Repurposing Continuous VAEs for Discrete Tokenization
Zeyu Liu, Zanlin Ni, Yeguo Hua, Xin Deng, Xiao Ma, Cheng Zhong, Gao Huang
TL;DR
This work tackles the instability and poor codebook utilization of discrete tokenizers by decoupling compression from discretization. It repurposes off-the-shelf continuous VAEs for perceptual compression and adds a carefully designed discretization pipeline—comprising residual quantization, attention-based sparsity, and LoRA-based adaptation—to yield a fully utilized codebook with high reconstruction fidelity. Empirical results on ImageNet show CODA achieves $rFID$ values of 0.43 and 1.34 at 8× and 16× compression, respectively, while reducing training compute by about 6× and enabling competitive discrete generation when combined with MaskGIT. The approach bridges continuous and discrete generation paradigms, delivering accurate, efficient token-based image synthesis with strong practical impact for scalable AIGC pipelines.
Abstract
Discrete visual tokenizers transform images into a sequence of tokens, enabling token-based visual generation akin to language models. However, this process is inherently challenging, as it requires both compressing visual signals into a compact representation and discretizing them into a fixed set of codes. Traditional discrete tokenizers typically learn the two tasks jointly, often leading to unstable training, low codebook utilization, and limited reconstruction quality. In this paper, we introduce \textbf{CODA}(\textbf{CO}ntinuous-to-\textbf{D}iscrete \textbf{A}daptation), a framework that decouples compression and discretization. Instead of training discrete tokenizers from scratch, CODA adapts off-the-shelf continuous VAEs -- already optimized for perceptual compression -- into discrete tokenizers via a carefully designed discretization process. By primarily focusing on discretization, CODA ensures stable and efficient training while retaining the strong visual fidelity of continuous VAEs. Empirically, with $\mathbf{6 \times}$ less training budget than standard VQGAN, our approach achieves a remarkable codebook utilization of 100% and notable reconstruction FID (rFID) of $\mathbf{0.43}$ and $\mathbf{1.34}$ for $8 \times$ and $16 \times$ compression on ImageNet 256$\times$ 256 benchmark.
