paper-with-me

Papers

Image and Video Tokenization with Binary Spherical Quantization

2024-06-11 · Yue Zhao, Yuanjun Xiong, Philipp Krähenbühl

We propose a new transformer-based image and video tokenizer with Binary Spherical Quantization (BSQ). BSQ projects the high-dimensional visual embedding to a lower-dimensional hypersphere and then applies binary quantization. BSQ is (1) parameter-efficient without an explicit codebook, (2) scalable to arbitrary token dimensions, and (3) compact: compressing visual data by up to 100$\times$ with minimal distortion. Our tokenizer uses a transformer encoder and decoder with simple block-wise causal masking to support variable-length videos as input. The resulting BSQ-ViT achieves state-of-the-art visual reconstruction quality on image and video reconstruction benchmarks with 2.4$\times$ throughput compared to the best prior methods. Furthermore, by learning an autoregressive prior for adaptive arithmetic coding, BSQ-ViT achieves comparable results on video compression with state-of-the-art video compression standards. BSQ-ViT also enables masked language models to achieve competitive image synthesis quality to GAN- and diffusion-based methods.

📄 PDF Abstract BibTeX arXiv:2406.07548

Code (2)

zhaoyue-zephyrus/bsq-vit 공식 구현 pytorch
lucidrains/vector-quantize-pytorch pytorch

Tasks

DecoderImage GenerationQuantizationVideo CompressionVideo Reconstruction

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

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

QLIP: Text-Aligned Visual Tokenization Unifies Auto-Regressive Multimodal Understanding and Generation

2025-02-07 · Yue Zhao, Fuzhao Xue, Scott Reed, Linxi Fan 외

We introduce Quantized Language-Image Pretraining (QLIP), a visual tokenization method that combines state-of-the-art reconstruction quality with state-of-the-art zero-shot image understanding. QLIP trains a binary-spher…

Image GenerationQuantization

Deep Spherical Quantization for Image Search

2019-06-07 · CVPR 2019 6 · Sepehr Eghbali, Ladan Tahvildari

Hashing methods, which encode high-dimensional images with compact discrete codes, have been widely applied to enhance large-scale image retrieval. In this paper, we put forward Deep Spherical Quantization (DSQ), a novel…

Image RetrievalQuantizationRetrieval

Angular Quantization-based Binary Codes for Fast Similarity Search

2012-12-01 · NeurIPS 2012 12 · Yunchao Gong, Sanjiv Kumar, Vishal Verma, Svetlana Lazebnik

This paper focuses on the problem of learning binary embeddings for efficient retrieval of high-dimensional non-negative data. Such data typically arises in a large number of vision and text applications where counts or …

QuantizationRetrievalText Retrieval