MSPP: A Highly Efficient and Scalable Algorithm for Mining Similar Pairs of Points
Subrata Saha, Ahmed Soliman, Sanguthevar Rajasekaran

TL;DR
MSPP is a new approximation algorithm for the closest pair of points problem that is faster than existing methods and effective in various metric spaces, with broad applications in data analysis.
Contribution
The paper introduces MSPP, a scalable and efficient approximation algorithm for mining similar point pairs, improving speed while maintaining high accuracy.
Findings
Faster than existing closest pair algorithms
Effective in Euclidean and Pearson metric spaces
Applicable to diverse real-world data analysis tasks
Abstract
The closest pair of points problem or closest pair problem (CPP) is an important problem in computational geometry where we have to find a pair of points from a set of points in metric space with the smallest distance between them. This problem arises in a number of applications, such as but not limited to clustering, graph partitioning, image processing, patterns identification, and intrusion detection. For example, in air-traffic control, we must monitor aircrafts that come too close together, since this may potentially indicate a possible collision. Numerous algorithms have been presented for solving the CPP. The algorithms that are employed in practice have a worst case quadratic run time complexity. In this article we present an elegant approximation algorithm for the CPP called MSPP: Mining Similar Pairs of Points. It is faster than currently best known algorithms while…
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.
