paper-with-me

Papers

Vector Quantization for Machine Vision

2016-03-30 · Vincenzo Liguori

This paper shows how to reduce the computational cost for a variety of common machine vision tasks by operating directly in the compressed domain, particularly in the context of hardware acceleration. Pyramid Vector Quantization (PVQ) is the compression technique of choice and its properties are exploited to simplify Support Vector Machines (SVM), Convolutional Neural Networks(CNNs), Histogram of Oriented Gradients (HOG) features, interest points matching and other algorithms.

📄 PDF Abstract BibTeX arXiv:1603.09037

Code (0)

등록된 구현이 없습니다.

Tasks

Quantization

Similar Papers 제목 키워드 기반

Texture Vector-Quantization and Reconstruction Aware Prediction for Generative Super-Resolution

2025-09-28 · Qifan Li, Jiale Zou, Jinhua Zhang, Wei Long 외 arxiv

Vector-quantized based models have recently demonstrated strong potential for visual prior modeling. However, existing VQ-based methods simply encode visual features with nearest codebook items and train index predictor …

Optimal and Near-Optimal Adaptive Vector Quantization

2024-02-05 · Ran Ben-Basat, Yaniv Ben-Itzhak, Michael Mitzenmacher, Shay Vargaftik

Quantization is a fundamental optimization for many machine-learning use cases, including compressing gradients, model weights and activations, and datasets. The most accurate form of quantization is \emph{adaptive}, whe…

Quantization

Vector Quantization for Recommender Systems: A Review and Outlook

2024-05-06 · Qijiong Liu, Xiaoyu Dong, Jiaren Xiao, Nuo Chen 외

Vector quantization, renowned for its unparalleled feature compression capabilities, has been a prominent topic in signal processing and machine learning research for several decades and remains widely utilized today. Wi…

Feature CompressionQuantizationRecommendation SystemsSurvey

Pushing Toward the Simplex Vertices: A Simple Remedy for Code Collapse in Smoothed Vector Quantization

2025-09-26 · Takashi Morita arxiv

Vector quantization, which discretizes a continuous vector space into a finite set of representative vectors (a codebook), has been widely adopted in modern machine learning. Despite its effectiveness, vector quantizatio…

Representation Learning

Early Quantization Shrinks Codebook: A Simple Fix for Diversity-Preserving Tokenization

2026-03-17 · Wenhao Zhao, Qiran Zou, Rushi Shah, Yudi Wu 외 arxiv

Vector quantization is a technique in machine learning that discretizes continuous representations into a set of discrete vectors. It is widely employed in tokenizing data representations for large language models, diffu…