Given a set of initial correspondences (e.g., between two point clouds), CLIPPER uses graph theoretic ideas to identify a subset of correspondences that agree based on geometry. Solutions are identified quickly and accurately, enabling robust data association in high outlier regimes in milliseconds.
Code: https://mit-acl.github.io/clipper
Paper: https://arxiv.org/abs/2011.10202