Informally: any object nearly flat on small scales
Key Idea: Random projections can approximately preserve distances between points in high-dimensional space when mapped to a lower-dimensional space.
For any 0 < ε < 1
and any set of n
points in ℝd
, there exists a linear map f: ℝd → ℝk
, where:
k = O(log(n) / ε2)
such that for all points u
and v
:
(1 - ε) ||u - v||2 ≤ ||f(u) - f(v)||2 ≤ (1 + ε) ||u - v||2