CLAug 28, 2023

MEMORY-VQ: Compression for Tractable Internet-Scale Memory

arXiv:2308.14903v131 citationsh-index: 91
Originality Highly original
AI Analysis

This enables practical retrieval augmentation for large-scale corpora, addressing a storage bottleneck in memory-based models.

The paper tackles the high storage cost of memory-augmented language models by proposing MEMORY-VQ, a compression method using vector quantization, which achieves a 16x compression rate with comparable performance on the KILT benchmark.

Retrieval augmentation is a powerful but expensive method to make language models more knowledgeable about the world. Memory-based methods like LUMEN pre-compute token representations for retrieved passages to drastically speed up inference. However, memory also leads to much greater storage requirements from storing pre-computed representations. We propose MEMORY-VQ, a new method to reduce storage requirements of memory-augmented models without sacrificing performance. Our method uses a vector quantization variational autoencoder (VQ-VAE) to compress token representations. We apply MEMORY-VQ to the LUMEN model to obtain LUMEN-VQ, a memory model that achieves a 16x compression rate with comparable performance on the KILT benchmark. LUMEN-VQ enables practical retrieval augmentation even for extremely large retrieval corpora.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes