paper-with-me

Papers

Mitigating Premature Discretization with Progressive Quantization for Robust Vector Tokenization

2026-03-17 · Wenhao Zhao, Qiran Zou, Zhouhan Lin, Dianbo Liu arxiv

Vector Quantization (VQ) has become the cornerstone of tokenization for many multimodal Large Language Models and diffusion synthesis. However, existing VQ paradigms suffer from a fundamental conflict: they enforce discretization before the encoder has captured the underlying data manifold. We term this phenomenon Premature Discretization. To resolve this, we propose Progressive Quantization (ProVQ), which incorporates the dynamics of quantization hardness as a fundamental yet previously overlooked axis in VQ training. By treating quantization as a curriculum that smoothly anneals from a continuous latent space to a discrete one, ProVQ effectively guides the codebook toward the well-expanded manifolds. Extensive experimental results demonstrate the broad effectiveness of ProVQ across diverse modalities. We report improved reconstruction and generative performance on the ImageNet-1K and ImageNet-100 benchmarks, highlighting the ProVQ's boost for generative modeling. Furthermore, ProVQ proves highly effective for modeling complex biological sequences, establishing a new performance ceiling for protein structure tokenization on the StrutTokenBench leaderboard.

📄 PDF Abstract BibTeX arXiv:2603.22304

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Bridging the Gap between Continuous and Informative Discrete Representations by Random Product Quantization

2025-04-07 · Xueqing Li, Zehan Li, Boyu Zhu, Ruihao Jing 외

Self-supervised learning has become a core technique in speech processing, but the high dimensionality of its representations makes discretization essential for improving efficiency. However, existing discretization meth…

QuantizationSelf-Supervised Learning

HESTIA: A Hessian-Guided Differentiable Quantization-Aware Training Framework for Extremely Low-Bit LLMs

2026-01-28 · Guoan Wang, Feiyu Wang, Zongwei Lv, Yikun Zong 외 arxiv

As large language models (LLMs) continue to scale, deployment is increasingly bottlenecked by the memory wall, motivating a shift toward extremely low-bit quantization. However, most quantization-aware training (QAT) met…

Progressive Element-wise Gradient Estimation for Neural Network Quantization

2025-08-27 · Kaiqi Zhao arxiv

Neural network quantization aims to reduce the bit-widths of weights and activations, making it a critical technique for deploying deep neural networks on resource-constrained hardware. Most Quantization-Aware Training (…

Adaptive Discrete Communication Bottlenecks with Dynamic Vector Quantization

2022-02-02 · Dianbo Liu, Alex Lamb, Xu Ji, Pascal Notsawo 외

Vector Quantization (VQ) is a method for discretizing latent representations and has become a major part of the deep learning toolkit. It has been theoretically and empirically shown that discretization of representation…

Quantizationreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1

Point Cloud Quantization through Multimodal Prompting for 3D Understanding

2025-11-15 · Hongxuan Li, Wencheng Zhu, Huiying Xu, Xinzhong Zhu 외 arxiv

Vector quantization has emerged as a powerful tool in large-scale multimodal models, unifying heterogeneous representations through discrete token encoding. However, its effectiveness hinges on robust codebook design. Cu…