Abstract
Approximate Nearest Neighbor Search (ANNS) in high-dimensional spaces finds extensive applications in databases, information retrieval, recommender systems, etc. While graph-based methods have emerged as the leading solution for ANNS due to their superior query performance, they still face several challenges, such as struggling with local optima and redundant computations. These issues arise because existing methods (i) fail to fully exploit the topological information underlying the proximity graph 𝐺, and (ii) suffer from severe distribution mismatches between the base data and queries in practice.
To this end, this paper proposes GATE, high-tier proximity Graph with Adaptive Topology and Query AwarEness, as a lightweight and adaptive module atop the graph-based indexes to accelerate ANNS. Specifically, GATE formulates the critical problem to identify an optimal entry point in the proximity graph for a given query, facilitating faster online search. By leveraging the inherent clusterability of high-dimensional data, GATE first extracts a small set of hub nodes V as candidate entry points. Then, resorting to a contrastive learning-based two-tower model, GATE encodes both the structural semantics underlying 𝐺 and the query-relevant features into the latent representations of these hub nodes V. A navigation graph index on V is further constructed to minimize the model inference overhead. Extensive experiments demonstrate that GATE achieves a 1.2-2.0× speed-up in query performance compared to state-of-the-art graph-based indexes.
To this end, this paper proposes GATE, high-tier proximity Graph with Adaptive Topology and Query AwarEness, as a lightweight and adaptive module atop the graph-based indexes to accelerate ANNS. Specifically, GATE formulates the critical problem to identify an optimal entry point in the proximity graph for a given query, facilitating faster online search. By leveraging the inherent clusterability of high-dimensional data, GATE first extracts a small set of hub nodes V as candidate entry points. Then, resorting to a contrastive learning-based two-tower model, GATE encodes both the structural semantics underlying 𝐺 and the query-relevant features into the latent representations of these hub nodes V. A navigation graph index on V is further constructed to minimize the model inference overhead. Extensive experiments demonstrate that GATE achieves a 1.2-2.0× speed-up in query performance compared to state-of-the-art graph-based indexes.
Original language | English |
---|---|
Title of host publication | KDD '25: Proceedings of the 31st ACM SIGKDD Conference on Knowledge Discovery and Data Mining |
Publisher | Association for Computing Machinery (ACM) |
Number of pages | 11 |
DOIs | |
Publication status | Published - 3 Aug 2025 |
Event | 31st ACM SIGKDD Conference on Knowledge Discovery and Data Mining, KDD 2025 - Toronto, Canada Duration: 3 Aug 2025 → 7 Aug 2025 https://dl.acm.org/doi/proceedings/10.1145/3690624 (Conference Proceedings) https://kdd2025.kdd.org/ (Conference website) |
Publication series
Name | KDD: Proceedings of ACM SIGKDD Conference on Knowledge Discovery and Data Mining |
---|
Conference
Conference | 31st ACM SIGKDD Conference on Knowledge Discovery and Data Mining, KDD 2025 |
---|---|
Abbreviated title | KDD 2025 |
Country/Territory | Canada |
City | Toronto |
Period | 3/08/25 → 7/08/25 |
Internet address |
|
User-Defined Keywords
- Nearest Neighbor Search
- High dimensional
- Proximity graph