Faster Algorithms for Average-Case Orthogonal Vectors and Closest Pair Problems
Josh Alman, Alexandr Andoni, Hengjie Zhang

TL;DR
This paper introduces faster average-case algorithms for the Orthogonal Vectors and Closest Pair problems, improving previous bounds by leveraging a simple polynomial method and analyzing its degradation with input distance.
Contribution
It presents a novel algorithm that improves average-case complexity for these problems using a new polynomial analysis approach, extending prior worst-case results.
Findings
Achieves faster average-case algorithms with complexity $n^{2 - \, \Omega(\log\log c / \log c)}$
Uses a simple polynomial method with a new analysis technique
Extends results to both Orthogonal Vectors and Closest Pair problems
Abstract
We study the average-case version of the Orthogonal Vectors problem, in which one is given as input vectors from which are chosen randomly so that each coordinate is independently with probability . Kane and Williams [ITCS 2019] showed how to solve this problem in time for a constant that depends only on . However, it was previously unclear how to solve the problem faster in the hardest parameter regime where may depend on . The best prior algorithm was the best worst-case algorithm by Abboud, Williams and Yu [SODA 2014], which in dimension , solves the problem in time . In this paper, we give a new algorithm which improves this to in the average case for any parameter . As in the prior work, our algorithm uses the polynomial…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Optimization Algorithms Research · Optimization and Packing Problems
