Randomized Approximate Nearest Neighbor Search with Limited Adaptivity
Title | Randomized Approximate Nearest Neighbor Search with Limited Adaptivity |
Publication Type | Conference Paper |
Year of Publication | 2016 |
Authors | Liu, Mingmou, Pan, Xiaoyin, Yin, Yitong |
Conference Name | Proceedings of the 28th ACM Symposium on Parallelism in Algorithms and Architectures |
Publisher | ACM |
Conference Location | New York, NY, USA |
ISBN Number | 978-1-4503-4210-0 |
Keywords | cell-probe model, communication complexity, data structures, Metrics, nearest neighbor search, pubcrawl |
Abstract | We study the problem of approximate nearest neighbor search in \$d\$-dimensional Hamming space \0,1\d. We study the complexity of the problem in the famous cell-probe model, a classic model for data structures. We consider algorithms in the cell-probe model with limited adaptivity, where the algorithm makes k rounds of parallel accesses to the data structure for a given k. For any k 1, we give a simple randomized algorithm solving the approximate nearest neighbor search using k rounds of parallel memory accesses, with O(k(log d)1/k) accesses in total. We also give a more sophisticated randomized algorithm using O(k+(1/k log d)O(1/k)) memory accesses in k rounds for large enough k. Both algorithms use data structures of size polynomial in n, the number of points in the database. We prove an O(1/k(log d)1/k) lower bound for the total number of memory accesses required by any randomized algorithm solving the approximate nearest neighbor search within k (log log d)/(2 log log log d) rounds of parallel memory accesses on any data structures of polynomial size. This lower bound shows that our first algorithm is asymptotically optimal for any constant round k. And our second algorithm approaches the asymptotically optimal tradeoff between rounds and memory accesses, in a sense that the lower bound of memory accesses for any k1 rounds can be matched by the algorithm within k2=O(k1) rounds. In the extreme, for some large enough k=Th((log log d)/(log log log d)), our second algorithm matches the Th((log log d)/(log log log d)) tight bound for fully adaptive algorithms for approximate nearest neighbor search due to Chakrabarti and Regev. |
URL | http://doi.acm.org/10.1145/2935764.2935776 |
DOI | 10.1145/2935764.2935776 |
Citation Key | liu_randomized_2016 |