paper-with-me

홈 › Papers

LIRA: A Learning-based Query-aware Partition Framework for Large-scale ANN Search

2025-03-30 · Ximu Zeng, Liwei Deng, Penghao Chen, Xu Chen, Han Su, Kai Zheng

Approximate nearest neighbor search is fundamental in information retrieval. Previous partition-based methods enhance search efficiency by probing partial partitions, yet they face two common issues. In the query phase, a common strategy is to probe partitions based on the distance ranks of a query to partition centroids, which inevitably probes irrelevant partitions as it ignores data distribution. In the partition construction phase, all partition-based methods face the boundary problem that separates a query's nearest neighbors to multiple partitions, resulting in a long-tailed kNN distribution and degrading the optimal nprobe (i.e., the number of probing partitions). To address this gap, we propose LIRA, a LearnIng-based queRy-aware pArtition framework. Specifically, we propose a probing model to directly probe the partitions containing the kNN of a query, which can reduce probing waste and allow for query-aware probing with nprobe individually. Moreover, we incorporate the probing model into a learning-based redundancy strategy to mitigate the adverse impact of the long-tailed kNN distribution on search efficiency. Extensive experiments on real-world vector datasets demonstrate the superiority of LIRA in the trade-off among accuracy, latency, and query fan-out. The codes are available at https://github.com/SimoneZeng/LIRA-ANN-search.

📄 PDF Abstract BibTeX arXiv:2503.23409

Code (1)

simonezeng/lira-ann-search 공식 구현 pytorch

Tasks

Information Retrieval

Similar Papers 제목 키워드 기반

QualiRAG: Retrieval-Augmented Generation for Visual Quality Understanding

2026-01-26 · Linhan Cao, Wei Sun, Weixia Zhang, Xiangyang Zhu 외 arxiv

Visual quality assessment (VQA) is increasingly shifting from scalar score prediction toward interpretable quality understanding -- a paradigm that demands \textit{fine-grained spatiotemporal perception} and \textit{auxi…

Reinforcement Learning

AWAPart: Adaptive Workload-Aware Partitioning of Knowledge Graphs

2022-03-28 · Amitabh Priyadarshi, Krzysztof J. Kochut

Large-scale knowledge graphs are increasingly common in many domains. Their large sizes often exceed the limits of systems storing the graphs in a centralized data store, especially if placed in main memory. To overcome …

Knowledge Graphs

LiRA: A Multi-Agent Framework for Reliable and Readable Literature Review Generation

2025-10-01 · Gregory Hok Tjoan Go, Khang Ly, Anders Søgaard, Amin Tabatabaei 외 arxiv

The rapid growth of scientific publications has made it increasingly difficult to keep literature reviews comprehensive and up-to-date. Though prior work has focused on automating retrieval and screening, the writing pha…

Toward Robust Multilingual Adaptation of LLMs for Low-Resource Languages

2025-10-16 · Haolin Li, Haipeng Zhang, Mang Li, Yaohua Wang 외 arxiv

Large language models (LLMs) continue to struggle with low-resource languages, primarily due to limited training data, translation noise, and unstable cross-lingual alignment. To address these challenges, we propose LiRA…

Question Answering

Exponential-Family Membership Inference: From LiRA and RMIA to BaVarIA

2026-03-12 · Rickard Brännvall arxiv

Membership inference attacks (MIAs) are becoming standard tools for auditing the privacy of machine learning models. The leading attacks -- LiRA (Carlini et al., 2022) and RMIA (Zarifzadeh et al., 2024) -- appear to use …