English

LotusFilter: Fast Diverse Nearest Neighbor Search via a Learned Cutoff Table

Computer Vision and Pattern Recognition 2025-06-06 v1 Information Retrieval Machine Learning

Abstract

Approximate nearest neighbor search (ANNS) is an essential building block for applications like RAG but can sometimes yield results that are overly similar to each other. In certain scenarios, search results should be similar to the query and yet diverse. We propose LotusFilter, a post-processing module to diversify ANNS results. We precompute a cutoff table summarizing vectors that are close to each other. During the filtering, LotusFilter greedily looks up the table to delete redundant vectors from the candidates. We demonstrated that the LotusFilter operates fast (0.02 [ms/query]) in settings resembling real-world RAG applications, utilizing features such as OpenAI embeddings. Our code is publicly available at https://github.com/matsui528/lotf.

Keywords

Cite

@article{arxiv.2506.04790,
  title  = {LotusFilter: Fast Diverse Nearest Neighbor Search via a Learned Cutoff Table},
  author = {Yusuke Matsui},
  journal= {arXiv preprint arXiv:2506.04790},
  year   = {2025}
}

Comments

CVPR 2025. GitHub: https://github.com/matsui528/lotf