Improving Distributed Similarity Join in Metric Space with Error-bounded Sampling
Jiacheng Wu, Yong Zhang, Jin Wang, Chunbin Lin, Yingjia Fu, Chunxiao, Xing

TL;DR
This paper introduces SP-Join, a distributed similarity join framework in metric space that uses error-bounded stratified sampling and a cost model to improve partition quality and scalability in Big Data environments.
Contribution
The paper presents SP-Join, a novel distributed similarity join framework that guarantees pivot quality and optimized data partitioning using estimation-based sampling and cost modeling.
Findings
SP-Join outperforms existing methods in efficiency and accuracy.
The framework achieves balanced data partitions with quality guarantees.
Experimental results demonstrate significant performance improvements.
Abstract
Given two sets of objects, metric similarity join finds all similar pairs of objects according to a particular distance function in metric space. There is an increasing demand to provide a scalable similarity join framework which can support efficient query and analytical services in the era of Big Data. The existing distributed metric similarity join algorithms adopt random sampling techniques to produce pivots and utilize holistic partitioning methods based on the generated pivots to partition data, which results in data skew problem since both the generated pivots and the partition strategies have no quality guarantees. To address the limitation, we propose SP-Join, an end-to-end framework to support distributed similarity join in metric space based on the MapReduce paradigm, which (i) employs an estimation-based stratified sampling method to produce pivots with quality guarantees…
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
TopicsData Quality and Management · Data Management and Algorithms · Advanced Clustering Algorithms Research
