Distributed K-Nearest Neighbor Queries In Metric Spaces

Xin Ding,Yuanliang Zhang,Lu Chen,Yunjun Gao,Baihua Zheng
DOI: https://doi.org/10.1007/978-3-319-96890-2_20
2018-01-01
Abstract:Metric k nearest neighbor (MkNN) queries have applications in many areas such as multimedia retrieval, computational biology, and location-based services. With the growing volumes of data, a distributed method is required. In this paper, we propose an Asynchronous Metric Distributed System (AMDS), which uniformly partitions the data with the pivot-mapping technique to ensure the load balancing, and employs publish/subscribe communication model to asynchronously process large scale of queries. The employment of asynchronous processing model also improves robustness and efficiency of AMDS. In addition, we develop an efficient estimation based MkNN method using AMDS to improve the query efficiency. Extensive experiments using real and synthetic data demonstrate the performance of MkNN using AMDS. Moreover, the AMDS scales sub-linearly with the growing data size.
What problem does this paper attempt to address?