Safest Nearby Neighbor Queries in Road Networks (Full Version)
Punam Biswas, Tanzima Hashem, Muhammad Aamir Cheema

TL;DR
This paper introduces the k safest nearby neighbors (kSNN) query for road networks, which finds the safest paths to points of interest considering road safety, and develops novel indexes and algorithms for efficient processing.
Contribution
It proposes the kSNN query, along with two new indexing structures, Ct-tree and SNVD, enabling efficient safe path queries in road networks.
Findings
The proposed methods are on average ten times faster than baseline approaches.
The new indexes effectively reduce search space and improve query efficiency.
Experimental results validate the effectiveness of the proposed approach.
Abstract
Traditional route planning and k nearest neighbors queries only consider distance or travel time and ignore road safety altogether. However, many travellers prefer to avoid risky or unpleasant road conditions such as roads with high crime rates (e.g., robberies, kidnapping, riots etc.) and bumpy roads. To facilitate safe travel, we introduce a novel query for road networks called the k safest nearby neighbors (kSNN) query. Given a query location , a distance constraint and a point of interest , we define the safest path from to as the path with the highest path safety score among all the paths from to with length less than . The path safety score is computed considering the road safety of each road segment on the path. Given a query location , a distance constraint and a set of POIs P, a kSNN query returns k POIs with the k highest…
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 Management and Algorithms · Automated Road and Building Extraction · Advanced Database Systems and Queries
