Efficient Multiple Temporal Network Kernel Density Estimation
Yu Shao, Peng Cheng, Xiang Lian, Lei Chen, Wangze Ni, Xuemin Lin, Chen Zhang, Liping Wang
TL;DR
This work tackles efficient temporal-network kernel density estimation on road graphs by introducing Range Forest Solution (RFS) and its streaming extension Dynamic Range Forest Solution (DRFS), together with Lixel Sharing to exploit redundancy across neighboring lixels. The approach uses per-edge range forests to maintain spatiotemporal aggregations and supports non-polynomial kernels via a Q–A decomposition, enabling exact KDE values with reduced memory and fast queries. Empirical results show RFS yielding up to 6× speedups over ADA and 88.9× over SPS, while DRFS achieves over 99.9% accuracy with tunable depth and quantization for significant time/memory savings. The framework offers flexible kernel choices (including Exponential and Cosine) and strong applicability to real-world traffic, policing, and mobility heatmaps, providing a scalable solution for online and batch TN-KDE tasks.
Abstract
Kernel density estimation (KDE) has become a popular method for visual analysis in various fields, such as financial risk forecasting, crime clustering, and traffic monitoring. KDE can identify high-density areas from discrete datasets. However, most existing works only consider planar distance and spatial data. In this paper, we introduce a new model, called TN-KDE, that applies KDE-based techniques to road networks with temporal data. Specifically, we introduce a novel solution, Range Forest Solution (RFS), which can efficiently compute KDE values on spatiotemporal road networks. To support the insertion operation, we present a dynamic version, called Dynamic Range Forest Solution (DRFS). We also propose an optimization called Lixel Sharing (LS) to share similar KDE values between two adjacent lixels. Furthermore, our solutions support many non-polynomial kernel functions and still report exact values. Experimental results show that our solutions achieve up to 6 times faster than the state-of-the-art method.
