An Illuminating Algorithm for the Light Bulb Problem

Abstract

The Light Bulb Problem is one of the most basic problems in data analysis. One is given as input n vectors in \-1,1\d, which are all independently and uniformly random, except for a planted pair of vectors with inner product at least · d for some constant > 0. The task is to find the planted pair. The most straightforward algorithm leads to a runtime of (n2). Algorithms based on techniques like Locality-Sensitive Hashing achieve runtimes of n2 - O(); as gets small, these approach quadratic. Building on prior work, we give a new algorithm for this problem which runs in time O(n1.582 + nd), regardless of how small is. This matches the best known runtime due to Karppa et al. Our algorithm combines techniques from previous work on the Light Bulb Problem with the so-called `polynomial method in algorithm design,' and has a simpler analysis than previous work. Our algorithm is also easily derandomized, leading to a deterministic algorithm for the Light Bulb Problem with the same runtime of O(n1.582 + nd), improving previous results.

0

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.

Discussion (0)

Sign in to join the discussion.

Loading comments…