Concept

Tangent Distance Algorithm

  • Early attempt to take advantage of the manifold hypothesis
  • Nonparametric nearest neighbor algorithm, metric used is derived from the manifolds near which probability concentrates
  • Assumes that data on the same manifold all has the same category
  • Classifier should be invariant to local factors of variation that correspond to movement. So we use the nearest neighbor distance between two points, which is the distance between the manifolds they belong to
  • Cheap alternative on a local level is to approximate each manifold by its tangent plane at a point and measure the distance between the two tangents, or between the tangent plane and a point, by solving a low-dimensional linear system.

0

1

Updated 2021-06-24

References


Tags

Data Science