PulseExploreJournal ClubDebatesTrendingResearchersJournals
Instagram
HomeExploreJournal ClubTrending
Synapse
⌘+K
Synapse
April 1, 202312 citations

Lightweight-Yet-Efficient: Revitalizing Ball-Tree for Point-to-Hyperplane Nearest Neighbor Search

View Full Paper
QHQiang HuangATAnthony K. H. Tung

Key Points

Key points are not available for this paper at this time.

Abstract

Finding the nearest neighbor to a hyperplane (or Point-to-Hyperplane Nearest Neighbor Search, simply P2HNNS) is a new and challenging problem with applications in many research domains. While existing state-of-the-art hashing schemes (e.g., NH and FH) are able to achieve sublinear time complexity without the assumption of the data being in a unit hypersphere, they require an asymmetric transformation, which increases the data dimension from d to Ω(d 2 ). This leads to considerable overhead for indexing and incurs significant distortion errors.In this paper, we investigate a tree-based approach for solving P2HNNS using the classical Ball-Tree index. Compared to hashing-based methods, tree-based methods usually require roughly linear costs for construction, and they provide different kinds of approximations with excellent flexibility. A simple branch-and-bound algorithm with a novel lower bound is first developed on Ball-Tree for performing P2HNNS. Then, a new tree structure named BC-Tree, which maintains the Ball and Cone structures in the leaf nodes of Ball-Tree, is described together with two effective strategies, i.e., point-level pruning and collaborative inner product computing. BC-Tree inherits both the low construction cost and lightweight property of Ball-Tree while providing a similar or more efficient search. Experimental results over 16 real-world data sets show that Ball-Tree and BC-Tree are around 1.1~10× faster than NH and FH, and they can reduce the index size and indexing time by about 1~3 orders of magnitudes on average. The code is available at https://github.com/HuangQiang/BC-Tree.

Ask AI
Helpful
Bookmark
Share
View Full Paper

Cite This Study

Huang et al. (2023) studied this question.

synapsesocial.com/papers/6a0ec2bbaa1655e5fb22c2c4https://doi.org/10.1109/icde55515.2023.00040
Ask AI
Helpful
Bookmark
Share
View Full Paper

Also Consider

Synapse has enriched 5 closely related papers on similar clinical questions. Consider them for comparative context:

  1. 1Query Learning with Large Margin Classifiers2000 · 348 citations
  2. 2Learning Multiple Layers of Features from Tiny Images2024 · 25,429 citations
  3. 3Maximum Margin Clustering2004 · 456 citations
  4. 4Query-aware locality-sensitive hashing scheme for $$l_p$$ norm2017 · 38 citations
  5. 5Hashing Hyperplane Queries to Near Points with Applications to Large-Scale Active Learning2014 · 43 citations