Dominance Product and High-Dimensional Closest Pair under L∞
Abstract
Given a set S of n points in Rd, the Closest Pair problem is to find a pair of distinct points in S at minimum distance. When d is constant, there are efficient algorithms that solve this problem, and fast approximate solutions for general d. However, obtaining an exact solution in very high dimensions seems to be much less understood. We consider the high-dimensional L∞ Closest Pair problem, where d=nr for some r > 0, and the underlying metric is L∞. We improve and simplify previous results for L∞ Closest Pair, showing that it can be solved by a deterministic strongly-polynomial algorithm that runs in O(DP(n,d) n) time, and by a randomized algorithm that runs in O(DP(n,d)) expected time, where DP(n,d) is the time bound for computing the dominance product for n points in Rd. That is a matrix D, such that D[i,j] = | \k pi[k] ≤ pj[k]\ |; this is the number of coordinates at which pj dominates pi. For integer coordinates from some interval [-M, M], we obtain an algorithm that runs in O(\Mnω(1,r,1),\, DP(n,d)\) time, where ω(1,r,1) is the exponent of multiplying an n × nr matrix by an nr × n matrix. We also give slightly better bounds for DP(n,d), by using more recent rectangular matrix multiplication bounds. Computing the dominance product itself is an important task, since it is applied in many algorithms as a major black-box ingredient, such as algorithms for APBP (all pairs bottleneck paths), and variants of APSP (all pairs shortest paths).
Turn this paper into a lesson
ArcXiv compiles a structured reading guide from this paper's metadata: plain-English importance, contributions, prerequisite concepts, which sections to read first, flashcards, and a quiz. Grounded in the abstract, never invented.