paper-with-me

Papers

MEMORY-VQ: Compression for Tractable Internet-Scale Memory

2023-08-28 · Yury Zemlyanskiy, Michiel de Jong, Luke Vilnis, Santiago Ontañón, William W. Cohen, Sumit Sanghai, Joshua Ainslie

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.

📄 PDF Abstract BibTeX arXiv:2308.14903

Code (0)

등록된 구현이 없습니다.

Tasks

QuantizationRetrieval

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Large Scale Longitudinal Experiments: Estimation and Inference

2024-10-13 · Apoorva Lal, Alexander Fischer, Matthew Wardrop

Large-scale randomized experiments are seldom analyzed using panel regression methods because of computational challenges arising from the presence of millions of nuisance parameters. We leverage Mundlak's insight that u…

Computational Efficiency

Invertible Memory Flow Networks

2026-01-31 · Liyu Zerihun, Alexandr Plashchinsky arxiv

Long sequence neural memory remains a challenging problem. RNNs and their variants suffer from vanishing gradients, and Transformers suffer from quadratic scaling. Furthermore, compressing long sequences into a finite fi…

The Kanerva Machine: A Generative Distributed Memory

2018-04-05 · ICLR 2018 1 · Yan Wu, Greg Wayne, Alex Graves, Timothy Lillicrap

We present an end-to-end trained memory system that quickly adapts to new data and generates samples like them. Inspired by Kanerva's sparse distributed memory, it has a robust distributed reading and writing mechanism. …

Memory- and Communication-Aware Model Compression for Distributed Deep Learning Inference on IoT

2019-07-26 · Kartikeya Bhardwaj, Chingyi Lin, Anderson Sartor, Radu Marculescu

Model compression has emerged as an important area of research for deploying deep learning models on Internet-of-Things (IoT). However, for extremely memory-constrained scenarios, even the compressed models cannot fit wi…

image-classificationImage ClassificationModel Compression

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