English

Approximate Reverse $k$-Ranks Queries in High Dimensions

Databases 2025-04-21 v1

Abstract

Many objects are represented as high-dimensional vectors nowadays. In this setting, the relevance between two objects (vectors) is usually evaluated by their inner product. Recently, item-centric searches, which search for users relevant to query items, have received attention and find important applications, such as product promotion and market analysis. To support these applications, this paper considers reverse kk-ranks queries. Given a query vector q\mathbf{q}, kk, a set U\mathbf{U} of user vectors, and a set P\mathbf{P} of item vectors, this query retrieves the kk user vectors uU\mathbf{u} \in \mathbf{U} with the highest r(q,u,P)r(\mathbf{q},\mathbf{u},\mathbf{P}), where r(q,u,P)r(\mathbf{q},\mathbf{u},\mathbf{P}) shows the rank of q\mathbf{q} for u\mathbf{u} among P\mathbf{P}. Because efficiently computing the exact answer for this query is difficult in high dimensions, we address the problem of approximate reverse kk-ranks queries. Informally, given an approximation factor cc, this problem allows, as an output, a user u\mathbf{u}' such that r(q,u,P)>τr(\mathbf{q},\mathbf{u}',\mathbf{P}) > \tau but r(q,u,P)c×τr(\mathbf{q},\mathbf{u}',\mathbf{P}) \leq c \times \tau, where τ\tau is the rank threshold for the exact answer. We propose a new algorithm for solving this problem efficiently. Through theoretical and empirical analyses, we confirm the efficiency and effectiveness of our algorithm.

Keywords

Cite

@article{arxiv.2504.13446,
  title  = {Approximate Reverse $k$-Ranks Queries in High Dimensions},
  author = {Daichi Amagata and Kazuyoshi Aoyama and Keito Kido and Sumio Fujita},
  journal= {arXiv preprint arXiv:2504.13446},
  year   = {2025}
}

Comments

Accepted to SSDBM2025

R2 v1 2026-06-28T23:02:52.780Z