We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs.DB

Change to browse by:

cs

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Databases

Title: Efficient Exact k-Flexible Aggregate Nearest Neighbor Search in Road Networks Using the M-tree

Abstract: This study proposes an efficient exact k-flexible aggregate nearest neighbor (k-FANN) search algorithm in road networks using the M-tree. The state-of-the-art IER-kNN algorithm used the R-tree and pruned off unnecessary nodes based on the Euclidean coordinates of objects in road networks. However, IER-kNN made many unnecessary accesses to index nodes since the Euclidean distances between objects are significantly different from the actual shortest-path distances between them. In contrast, our algorithm proposed in this study can greatly reduce unnecessary accesses to index nodes compared with IER-kNN since the M-tree is constructed based on the actual shortest-path distances between objects. To the best of our knowledge, our algorithm is the first exact FANN algorithm that uses the M-tree. We prove that our algorithm does not cause any false drop. In conducting a series of experiments using various real road network datasets, our algorithm consistently outperformed IER-kNN by up to 6.92 times.
Comments: 16 pages
Subjects: Databases (cs.DB)
Cite as: arXiv:2106.05620 [cs.DB]
  (or arXiv:2106.05620v2 [cs.DB] for this version)

Submission history

From: Moonyoung Chung [view email]
[v1] Thu, 10 Jun 2021 09:56:42 GMT (289kb)
[v2] Mon, 13 Sep 2021 08:52:12 GMT (426kb)

Link back to: arXiv, form interface, contact.