LEANN: A Low-Storage Vector Index
Yichuan Wang, Zhifei Li, Shu Liu, Yongji Wu, Ziming Mao, Yilong Zhao, Xiao Yan, Zhiying Xu, Yang Zhou, Ion Stoica, Sewon Min, Matei Zaharia, Joseph E. Gonzalez

TL;DR
LEANN is a novel vector index that significantly reduces storage requirements by recomputing embeddings and compressing indices, enabling efficient, high-accuracy vector search on resource-constrained devices and large datasets.
Contribution
LEANN introduces a storage-efficient vector index that recomputes embeddings and compresses proximity graphs, maintaining accuracy while drastically reducing storage overhead.
Findings
Reduces index size by up to 50x compared to traditional methods.
Maintains state-of-the-art search accuracy and latency.
Uses only about 5% of the original data storage.
Abstract
Embedding-based vector search underpins many important applications, such as recommendation and retrieval-augmented generation (RAG). It relies on vector indices to enable efficient search. However, these indices require storing high-dimensional embeddings and large index metadata, whose total size can be several times larger than the original data (e.g., text chunks). Such high storage overhead makes it difficult, or even impractical, to deploy vector search on personal devices or large-scale datasets. To tackle this problem, we propose LEANN, a storage-efficient index for vector search that recomputes embeddings on the fly instead of storing them, and compresses state-of-the-art proximity graph indices while preserving search accuracy. LEANN delivers high-quality vector search while using only a fraction of the storage (e.g., 5% of the original data) and supporting storage-efficient…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Image and Video Retrieval Techniques · Information Retrieval and Search Behavior · Advanced Graph Neural Networks
