paper-with-me

Papers

Post-Training 4-bit Quantization on Embedding Tables

2019-11-05 · Hui Guan, Andrey Malevich, Jiyan Yang, Jongsoo Park, Hector Yuen

Continuous representations have been widely adopted in recommender systems where a large number of entities are represented using embedding vectors. As the cardinality of the entities increases, the embedding components can easily contain millions of parameters and become the bottleneck in both storage and inference due to large memory consumption. This work focuses on post-training 4-bit quantization on the continuous embeddings. We propose row-wise uniform quantization with greedy search and codebook-based quantization that consistently outperforms state-of-the-art quantization approaches on reducing accuracy degradation. We deploy our uniform quantization technique on a production model in Facebook and demonstrate that it can reduce the model size to only 13.89% of the single-precision version while the model quality stays neutral.

📄 PDF Abstract BibTeX arXiv:1911.02079

Code (0)

등록된 구현이 없습니다.

Tasks

QuantizationRecommendation Systems

Similar Papers 제목 키워드 기반

Clustering the Sketch: Dynamic Compression for Embedding Tables

2023-09-21 · NeurIPS 2023 11

Embedding tables are used by machine learning systems to work with categorical features. In modern Recommendation Systems, these tables can be very large, necessitating the development of new methods for fitting them in…

Adaptive Low-Precision Training for Embeddings in Click-Through Rate Prediction

2022-12-12 · Shiwei Li, Huifeng Guo, Lu Hou, Wei zhang 외

Embedding tables are usually huge in click-through rate (CTR) prediction models. To train and deploy the CTR models efficiently and economically, it is necessary to compress their embedding tables at the training stage. …

Click-Through Rate PredictionPredictionQuantization

Clustering the Sketch: A Novel Approach to Embedding Table Compression

2022-10-12 · Henry Ling-Hei Tsang, Thomas Dybdahl Ahle

Embedding tables are used by machine learning systems to work with categorical features. In modern Recommendation Systems, these tables can be very large, necessitating the development of new methods for fitting them in …

Click-Through Rate PredictionClusteringQuantizationRecommendation Systems

DQRM: Deep Quantized Recommendation Models

2024-10-26 · Yang Zhou, Zhen Dong, Ellick Chan, Dhiraj Kalamkar 외

Large-scale recommendation models are currently the dominant workload for many large Internet companies. These recommenders are characterized by massive embedding tables that are sparsely accessed by the index for user a…

Quantization

Mixed-Precision Embedding Using a Cache

2020-10-21 · Jie Amy Yang, Jianyu Huang, Jongsoo Park, Ping Tak Peter Tang 외

In recommendation systems, practitioners observed that increase in the number of embedding tables and their sizes often leads to significant improvement in model performances. Given this and the business importance of th…

GPUQuantizationRecommendation Systems