Efficient Algorithms for the Closest Pair Problem and Applications
Sanguthevar Rajasekaran, Sudipta Pathak

TL;DR
This paper introduces improved algorithms for the closest pair problem and fixed radius nearest neighbors problem, significantly enhancing efficiency in various scientific and data analysis applications.
Contribution
The paper presents novel algorithms that outperform existing methods for CPP and FRNNP in both theoretical and practical aspects.
Findings
Algorithms improve computational efficiency for CPP and FRNNP
Enhanced performance in applications like time series motif mining
Better solutions for GWAS two locus problem
Abstract
The closest pair problem (CPP) is one of the well studied and fundamental problems in computing. Given a set of points in a metric space, the problem is to identify the pair of closest points. Another closely related problem is the fixed radius nearest neighbors problem (FRNNP). Given a set of points and a radius , the problem is, for every input point , to identify all the other input points that are within a distance of from . A naive deterministic algorithm can solve these problems in quadratic time. CPP as well as FRNNP play a vital role in computational biology, computational finance, share market analysis, weather prediction, entomology, electro cardiograph, N-body simulations, molecular simulations, etc. As a result, any improvements made in solving CPP and FRNNP will have immediate implications for the solution of numerous problems in these domains. We live in an…
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.
Taxonomy
TopicsAlgorithms and Data Compression · Data Mining Algorithms and Applications · Data Management and Algorithms
