PulseAugur
EN
LIVE 00:16:58

New SHEAF method predicts query hardness in ANN search

Researchers have developed a new method called SHEAF (Self-profiled Hardness Estimation from Answer-set Flux) to predict the hardness of queries in graph-based approximate nearest neighbor (ANN) search. Unlike previous static measures like Local Intrinsic Dimensionality (LID), SHEAF estimates hardness by observing how a query's answer set changes between two shallow probe widths. This approach, evaluated on datasets like SIFT1M and implemented on both GPU and CPU, demonstrated superior prediction accuracy compared to five baseline measures, requiring only two shallow probe searches and no query-time ground truth. AI

IMPACT Improves efficiency in large-scale data retrieval systems by enabling dynamic query processing.

RANK_REASON Academic paper detailing a new method for query hardness estimation in ANN search. [lever_c_demoted from research: ic=1 ai=0.7]

Read on arXiv cs.IR (Information Retrieval) →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

New SHEAF method predicts query hardness in ANN search

COVERAGE [1]

  1. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Dongfang Zhao ·

    SHEAF: Self-profiled Hardness Estimation from Answer-set Flux for Predicting Query Hardness in Graph-based ANN Search

    Graph-based approximate nearest neighbor (ANN) search is usually governed by a beam-width parameter that trades recall for throughput and is fixed for the whole workload. Yet, queries may not be equally hard: for example, on the widely used data set SIFT1M, the beam that a query …