paper-with-me

Papers

Generalized Radius and Integrated Codebook Transforms for Differentiable Vector Quantization

2026-02-01 · Haochen You, Heng Zhang, Hongyang He, Yuqi Li, Baojing Liu arxiv

Vector quantization (VQ) underpins modern generative and representation models by turning continuous latents into discrete tokens. Yet hard nearest-neighbor assignments are non-differentiable and are typically optimized with heuristic straight-through estimators, which couple the update step size to the quantization gap and train each code in isolation, leading to unstable gradients and severe codebook under-utilization at scale. In this paper, we introduce GRIT-VQ (Generalized Radius and Integrated Transform-Vector Quantization), a unified surrogate framework that keeps hard assignments in the forward pass while making VQ fully differentiable. GRIT-VQ replaces the straight-through estimator with a radius-based update that moves latents along the quantization direction with a controllable, geometry-aware step, and applies a data-agnostic integrated transform to the codebook so that all codes are updated through shared parameters instead of independently. Our theoretical analysis clarifies the fundamental optimization dynamics introduced by GRIT-VQ, establishing conditions for stable gradient flow, coordinated codebook evolution, and reliable avoidance of collapse across a broad family of quantizers. Across image reconstruction, image generation, and recommendation tokenization benchmarks, GRIT-VQ consistently improves reconstruction error, generative quality, and recommendation accuracy while substantially increasing codebook utilization compared to existing VQ variants.

📄 PDF Abstract BibTeX arXiv:2602.01140

Code (0)

등록된 구현이 없습니다.

Tasks

Image ReconstructionImage Generation

Similar Papers 제목 키워드 기반

Variable Bitrate Residual Vector Quantization for Audio Coding

2024-10-08 · Yunkee Chae, Woosung Choi, Yuhta Takida, Junghyun Koo 외

Recent state-of-the-art neural audio compression models have progressively adopted residual vector quantization (RVQ). Despite this success, these models employ a fixed number of codebooks per frame, which can be subopti…

Audio CompressionQuantization

A note on the Artstein-Avidan-Milman's generalized Legendre transforms

2025-07-28 · Frank Nielsen arxiv

Artstein-Avidan and Milman [Annals of mathematics (2009), (169):661-674] characterized invertible reverse-ordering transforms on the space of lower semi-continuous extended real-valued convex functions as affine deformat…

PointGAC: Geometric-Aware Codebook for Masked Point Cloud Modeling

2025-07-07 · Abiao Li, Chenlei Lv, Yuming Fang, Yifan Zuo 외 arxiv

Most masked point cloud modeling (MPM) methods follow a regression paradigm to reconstruct the coordinate or feature of masked regions. However, they tend to over-constrain the model to learn the details of the masked re…

CISSIR: Beam Codebooks with Self-Interference Reduction Guarantees for Integrated Sensing and Communication Beyond 5G

2025-02-14 · Rodrigo Hernangómez, Jochen Fink, Renato L. G. Cavalcante, Sławomir Stańczak

We propose a beam codebook design to reduce self-interference (SI) in integrated sensing and communication (ISAC) systems. Our optimization methods, which can be applied to both tapered beamforming and phased arrays, ada…

Integrated sensing and communicationISACQuantization

PCA-VAE: Differentiable Subspace Quantization without Codebook Collapse

2026-02-21 · Hao Lu, Onur C. Koyun, Yongxin Guo, Zhengjie Zhu 외 arxiv

Vector-quantized autoencoders deliver high-fidelity latents but suffer inherent flaws: the quantizer is non-differentiable, requires straight-through hacks, and is prone to collapse. We address these issues at the root b…