IRHCLGJun 2, 2023

Fast Interactive Search with a Scale-Free Comparison Oracle

arXiv:2306.01814v1h-index: 39
Originality Incremental advance
AI Analysis

This addresses the challenge of efficient item retrieval in databases for users who rely on pairwise comparisons, offering a novel model and algorithm with theoretical guarantees, though it is incremental in extending existing triplet models.

The paper tackled the problem of interactive search using noisy comparison queries, proposing a scale-free probabilistic oracle model and a search algorithm with provably exponential convergence. They evaluated it on real-world datasets and a user study with face portraits, showing effective performance.

A comparison-based search algorithm lets a user find a target item $t$ in a database by answering queries of the form, ``Which of items $i$ and $j$ is closer to $t$?'' Instead of formulating an explicit query (such as one or several keywords), the user navigates towards the target via a sequence of such (typically noisy) queries. We propose a scale-free probabilistic oracle model called $γ$-CKL for such similarity triplets $(i,j;t)$, which generalizes the CKL triplet model proposed in the literature. The generalization affords independent control over the discriminating power of the oracle and the dimension of the feature space containing the items. We develop a search algorithm with provably exponential rate of convergence under the $γ$-CKL oracle, thanks to a backtracking strategy that deals with the unavoidable errors in updating the belief region around the target. We evaluate the performance of the algorithm both over the posited oracle and over several real-world triplet datasets. We also report on a comprehensive user study, where human subjects navigate a database of face portraits.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes