LGAIMar 10, 2024

A Unified Model for Spatio-Temporal Prediction Queries with Arbitrary Modifiable Areal Units

arXiv:2403.07022v16 citationsh-index: 6Has CodeICDE
Originality Highly original
AI Analysis

This addresses a practical issue for urban location-based services like ride-sharing by reducing model deployment costs and improving prediction consistency.

The paper tackles the problem of spatio-temporal prediction requiring multiple models for different region partitions, which is costly and leads to inconsistent outputs, by proposing One4All-ST, a unified framework that achieves efficient and accurate predictions for arbitrary modifiable areal units with a single model, as validated on real-world datasets.

Spatio-Temporal (ST) prediction is crucial for making informed decisions in urban location-based applications like ride-sharing. However, existing ST models often require region partition as a prerequisite, resulting in two main pitfalls. Firstly, location-based services necessitate ad-hoc regions for various purposes, requiring multiple ST models with varying scales and zones, which can be costly to support. Secondly, different ST models may produce conflicting outputs, resulting in confusing predictions. In this paper, we propose One4All-ST, a framework that can conduct ST prediction for arbitrary modifiable areal units using only one model. To reduce the cost of getting multi-scale predictions, we design an ST network with hierarchical spatial modeling and scale normalization modules to efficiently and equally learn multi-scale representations. To address prediction inconsistencies across scales, we propose a dynamic programming scheme to solve the formulated optimal combination problem, minimizing predicted error through theoretical analysis. Besides, we suggest using an extended quad-tree to index the optimal combinations for quick response to arbitrary modifiable areal units in practical online scenarios. Extensive experiments on two real-world datasets verify the efficiency and effectiveness of One4All-ST in ST prediction for arbitrary modifiable areal units. The source codes and data of this work are available at https://github.com/uctb/One4All-ST.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes