REVIEW 3 cited by
Post-Training 4-bit Quantization on Embedding Tables
Not yet reviewed by Pith; the record is open.
This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.
SPECIMEN: schema-true, not a live event
T0 review · schema-true
One-sentence machine reading of the paper's core claim.
pith:XXXXXXXX · record.json · timestamp
read the original abstract
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.
Forward citations
Cited by 3 Pith papers
-
CoVE: Compressed Vocabulary Expansion Makes Better LLM-based Recommender Systems
CoVE assigns each item a unique token ID, tunes item embeddings and the LM head, and predicts the next item from logits, beating finetune-and-retrieval baselines by up to 62 percent with a 16x compressed embedding table.
-
HE-LRM: Encrypted Deep Learning Recommendation Models using Fully Homomorphic Encryption
Client-side digit decomposition and block-diagonal packing enable server-side private embedding lookups in FHE, cutting embedding-lookup latency by up to 56x versus CodedHeLUT and enabling end-to-end encrypted DLRM in...
-
Rec-AD: An Efficient Computation Framework for FDIA Detection Based on Tensor Train Decomposition and Deep Learning Recommendation Model
Rec-AD applies tensor-train embedding compression plus index reordering and pipeline training to DLRM-style FDIA detection, reporting 5-74x smaller embedding tables and up to 3x faster training at nearly unchanged accuracy.
Discussion (0). Sign in to comment.