paper-with-me

홈 › Papers

CODA: Repurposing Continuous VAEs for Discrete Tokenization

2025-03-22 · Zeyu Liu, Zanlin Ni, Yeguo Hua, Xin Deng, Xiao Ma, Cheng Zhong, Gao Huang

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.

📄 PDF Abstract BibTeX arXiv:2503.17760

Code (1)

westlake-repl/leanvae pytorch

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

OneVAE: Joint Discrete and Continuous Optimization Helps Discrete Video VAE Train Better

2025-08-13 · Yupeng Zhou, Zhen Li, Ziheng Ouyang, Yuming Chen 외 arxiv

Encoding videos into discrete tokens could align with text tokens to facilitate concise and unified multi-modal LLMs, yet introducing significant spatiotemporal compression compared to continuous video representation. Pr…

OAT: Ordered Action Tokenization

2026-02-04 · Chaoqi Liu, Xiaoshen Han, Jiawei Gao, Yue Zhao 외 arxiv

Autoregressive policies offer a compelling foundation for scalable robot learning by enabling discrete abstraction, token-level reasoning, and flexible inference. However, applying autoregressive modeling to continuous r…

VTBench: Evaluating Visual Tokenizers for Autoregressive Image Generation

2025-05-19 · Huawei Lin, Tong Geng, Zhaozhuo Xu, Weijie Zhao

Autoregressive (AR) models have recently shown strong performance in image generation, where a critical component is the visual tokenizer (VT) that maps continuous pixel inputs to discrete token sequences. The quality of…

Image GenerationImage Reconstruction

CoDAR: Continuous Diffusion Language Models are More Powerful Than You Think

2026-03-03 · Junzhe Shen, Jieru Zhao, Ziwei He, Zhouhan Lin arxiv

We study why continuous diffusion language models (DLMs) have lagged behind discrete diffusion approaches despite their appealing continuous generative dynamics. Under a controlled token--recovery study, we identify toke…

MergeTok: Unified Continuous and Discrete Visual Tokenization via Token Merging

2026-05-29 · Luyuan Zhang, Siyuan Li, Zedong Wang, Qingsong Xie 외 arxiv

Most visual tokenizers for image generation are bifurcated into two families with complementary limitations: continuous VAEs offer high-fidelity reconstruction but suffer from dense, entangled latents that are poorly sui…

Image Generation