paper-with-me

Papers

INCREASE: Inductive Graph Representation Learning for Spatio-Temporal Kriging

2023-02-06 · Chuanpan Zheng, Xiaoliang Fan, Cheng Wang, Jianzhong Qi, Chaochao Chen, Longbiao Chen

Spatio-temporal kriging is an important problem in web and social applications, such as Web or Internet of Things, where things (e.g., sensors) connected into a web often come with spatial and temporal properties. It aims to infer knowledge for (the things at) unobserved locations using the data from (the things at) observed locations during a given time period of interest. This problem essentially requires \emph{inductive learning}. Once trained, the model should be able to perform kriging for different locations including newly given ones, without retraining. However, it is challenging to perform accurate kriging results because of the heterogeneous spatial relations and diverse temporal patterns. In this paper, we propose a novel inductive graph representation learning model for spatio-temporal kriging. We first encode heterogeneous spatial relations between the unobserved and observed locations by their spatial proximity, functional similarity, and transition probability. Based on each relation, we accurately aggregate the information of most correlated observed locations to produce inductive representations for the unobserved locations, by jointly modeling their similarities and differences. Then, we design relation-aware gated recurrent unit (GRU) networks to adaptively capture the temporal correlations in the generated sequence representations for each relation. Finally, we propose a multi-relation attention mechanism to dynamically fuse the complex spatio-temporal information at different time steps from multiple relations to compute the kriging output. Experimental results on three real-world datasets show that our proposed model outperforms state-of-the-art methods consistently, and the advantage is more significant when there are fewer observed locations. Our code is available at https://github.com/zhengchuanpan/INCREASE.

📄 PDF Abstract BibTeX arXiv:2302.02738

Code (2)

zhengchuanpan/increase 공식 구현 tf
Aminsheykh98/INCREASE-pytorch pytorch

Tasks

Graph Representation LearningInductive LearningRelationRepresentation Learning

Similar Papers 제목 키워드 기반

DRIK: Distribution-Robust Inductive Kriging without Information Leakage

2025-09-28 · Chen Yang, Changhao Zhao, Chen Wang, Jiansheng Fan arxiv

Inductive kriging supports high-resolution spatio-temporal estimation with sparse sensor networks, but conventional training-evaluation setups often suffer from information leakage and poor out-of-distribution (OOD) gene…

Domain Generalization

AnchorGK: Anchor-based Incremental and Stratified Graph Learning Framework for Inductive Spatio-Temporal Kriging

2025-12-25 · Xiaobin Ren, Kaiqi Zhao, Katerina Taškova, Patricia Riddle arxiv

Spatio-temporal kriging is a fundamental problem in sensor networks, driven by the sparsity of deployed sensors and the resulting missing observations. Although recent approaches model spatial and temporal correlations, …

Graph Learning

UrbanGraph: Physics-Informed Spatio-Temporal Dynamic Heterogeneous Graphs for Urban Microclimate Prediction

2025-10-01 · Weilin Xin, Chenyu Huang, Peilin Li, Jing Zhong 외 arxiv

With rapid urbanization, predicting urban microclimates has become critical, as it affects building energy demand and public health risks. However, existing generative and homogeneous graph approaches fall short in captu…

Graph Learning

Inductive Graph Neural Networks for Spatiotemporal Kriging

2020-06-13 · Yuankai Wu, Dingyi Zhuang, Aurelie Labbe, Lijun Sun

Time series forecasting and spatiotemporal kriging are the two most important tasks in spatiotemporal data analysis. Recent research on graph neural networks has made substantial progress in time series forecasting, whil…

Graph Neural NetworkTime SeriesTime Series AnalysisTime Series Forecasting

Spatiotemporal Forecasting Meets Efficiency: Causal Graph Process Neural Networks

2024-05-29 · Aref Einizade, Fragkiskos D. Malliaros, Jhony H. Giraldo

Graph Neural Networks (GNNs) have advanced spatiotemporal forecasting by leveraging relational inductive biases among sensors (or any other measuring scheme) represented as nodes in a graph. However, current methods ofte…