paper-with-me

홈 › Papers

LGQ: Learnable Geometric Quantization for Image Tokenization

2026-02-17 · Idil Bilge Altun, Mert Onur Cakiroglu, Elham Buxton, Mehmet Dalkilic, Hasan Kurban arxiv

Recent collapse-free quantizers such as FSQ achieve stable training by replacing the learnable codebook with an engineered geometry: a fixed scalar grid whose structure is dictated by the codebook size K. We show this trade-off is unnecessary. We introduce Learnable Geometric Quantization (LGQ), which retains a learnable codebook of codes and performs soft-to-hard assignment via temperature annealing, regularized by two cheap terms: A diversity term scaled by codebook size that penalizes concentrated batch-average usage is the primary driver of collapse resistance, complemented by a peakedness term that sharpens each token's soft-assignment toward one-hot; together they prevent codebook collapse without EMA, reset heuristics, or codebook reparameterization. Under a fixed VQ-GAN backbone, we benchmark LGQ against RotVQ, FSQ, SimVQ, and IBQ on ImageNet 256x256 at K=16,384 and sweep LGQ over K={4096,..,65,536} without any per-K hyperparameter tuning. LGQ attains the best reconstruction FID at K = 16,384 while maintaining 100% codebook utilization, and continues to improve as the codebook grows to K = 65,536 with utilization unchanged. Training MaskGIT on the frozen tokenizers, LGQ further attains the best class-conditional generation among the compared quantizers, leading on reconstruction and generation alike. Code is available at https://github.com/KurbanIntelligenceLab/LGQ.

📄 PDF Abstract BibTeX arXiv:2602.16086

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

XQ-GAN: An Open-source Image Tokenization Framework for Autoregressive Generation

2024-12-02 · Xiang Li, Kai Qiu, Hao Chen, Jason Kuen 외

Image tokenizers play a critical role in shaping the performance of subsequent generative models. Since the introduction of VQ-GAN, discrete image tokenization has undergone remarkable advancements. Improvements in archi…

Image ReconstructionQuantization

SOM-VQ: Topology-Aware Tokenization for Interactive Generative Models

2026-02-24 · Alessandro Londei, Denise Lanzieri, Matteo Benati arxiv

Vector-quantized representations enable powerful discrete generative models but lack semantic structure in token space, limiting interpretable human control. We introduce SOM-VQ, a tokenization method that combines vecto…

A Simple Contrastive Framework Of Item Tokenization For Generative Recommendation

2025-06-20 · Penglong Zhai, Yifang Yuan, Fanyi Di, Jie Li 외

Generative retrieval-based recommendation has emerged as a promising paradigm aiming at directly generating the identifiers of the target candidates. However, in large-scale recommendation systems, this approach becomes …

Contrastive LearningDescriptiveQuantizationRecommendation Systems+1

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 discr…

Spherical Leech Quantization for Visual Tokenization and Generation

2025-12-16 · Yue Zhao, Hanwen Jiang, Zhenlin Xu, Chutong Yang 외 arxiv

Non-parametric quantization has received much attention due to its efficiency on parameters and scalability to a large codebook. In this paper, we present a unified formulation of different non-parametric quantization me…

Image Generation