GithubHelp home page GithubHelp logo

spatio-temporal-papers's Introduction

Spatio-Temporal-papers

本项目包括:时空领域历年顶会/顶刊论文,相关数据集与时空领域知名专家学者信息。

This project includes: papers of the top conferences/journals in the field of Spatio-Temporal domain, relevant data sets and information of well-known experts and scholars in the field of Spatio-Temporal domain.

Contribution

Contributions are always welcome! Make an individual pull request for each suggestion. Please follow the specification:contribute.

Content

1. Survey
2. Applications
2.1 Traffic Prediction 2.2 Flow Prediction
2.3 Demand Prediction 2.4 Travel time or Arrive time Prediction
2.5 Speed Prediction
3. GNN
3.1 GCN 3.2 GAT
4. Datasets
4.1 Sensor data 4.2 Trajectory data
4.3 others
5. Experts

[1] Urban Computing: Concepts, Methodologies, and Applications. ACM Transactions on Intelligent Systems and Technology 2014. paper

YU ZHENG, LICIA CAPRA, OURI WOLFSON, HAI YANG


[2] Deep Learning for Spatio-Temporal Data Mining: A Survey. IEEE Transactions on Knowledge and Data Engineering(TKDE) 2020. paper

Senzhang Wang, Jiannong Cao, Fellow, Philip S. Yu


[3] A Survey on Modern Deep Neural Network for Traffic Prediction: Trends, Methods and Challenges. IEEE Transactions on Knowledge and Data Engineering(TKDE) 2020. paper

David Alexander Tedjopurnomo, Zhifeng Bao, Baihua Zheng, Farhana Murtaza Choudhury, Kai Qin


[4] How to Build a Graph-Based Deep Learning Architecture in Traffic Domain: A Survey. arXiv 2020. paper

Jiexia Ye, Juanjuan Zhao, Kejiang Ye, Chengzhong Xu


本节为交通预测主题相关文章,即文中未指明特定研究主题(如速度/流量预测等),且实验部分也使用多类数据集验证的文章。

This section is for traffic prediction topic-related articles, which refers to a category of articles that do not specify a specific research topic (e.g., speed/traffic prediction, etc.) and where the experimental part is also validated using multiple types of datasets.

2020

[1] Spatio-Temporal Graph Structure Learning for Traffic Forecasting. AAAI 2020. note

Models Modules Architecture conclusion
SLC SLCNN, P3D STGCN This paper proposes a new type of graph convolution formula. The article mentions that it is necessary to learn not only the feature information on the graph, but also the structure information of the graph, which means that the structure of the graph changes dynamically. Use P3D to model the time dependence.

Q Zhang, J Chang, G Meng, S Xiang, C Pan


[2] GMAN: A Graph Multi-Attention Network for Traffic Prediction AAAI 2020. note, github

Models Modules Architecture conclusion
GMAN Encoder-Decoder,ST-Attention,Trans Attention GMAN This paper proposes a spatial-temporal attention mechanism with gated fusion to simulate complex spatial-temporal correlation.

C Zheng, X Fan, C Wang, J Qi


[3] Dynamic Graph Convolution Network for Traffic Forecasting Based on Latent Network of Laplace Matrix Estimation. IEEE Transactions on Intelligent Transportation Systems(TITS) 2020. note, paper

Models Modules Architecture conclusion
DGCN TCL,GTCL STSGCN Different from most of the current GCN based methods, which generally used empirical graph Laplace matrix in graph convolution, this paper propose a latent network to estimate the dynamic Laplace matrix adaptively, which is verified with good ability to extract spatial-temporal correlation of the traffic data.

K Guo, Y Hu, Z Qian, Y Sun, J Gao


2020

[1] Citywide Traffic Flow Prediction Based on Multiple Gated Spatio-temporal Convolutional Neural Networks. TKDD 2020. note.

Models Modules Architecture Highlights
MGSTC MGSTC (1) Motivated by the gate mechanism utilized in LSTM, we also propose a novel spatio-temporal gated mechanism based on CNNs. 基于LSTM中门控机制,作者提出了一种基于CNN的时空门控机制。
(2) The MGSTC can combine the output features of the multiple gated spatio-temporal CNN branches, and assign weights to different branches dynamically.

C Chen, K Li, SG Teo, X Zou, K Li, Z Zeng


[2] AutoST: Efficient Neural Architecture Search for Spatio-Temporal Prediction SIGKDD 2020. note.

Models Modules Architecture Highlights
AutoST MGSTC

T Li, J Zhang, K Bao, Y Liang


[3] Physical-Virtual Collaboration Modeling for Intra-and Inter-Station Metro Ridership Prediction TITS 2020. note. code.

Models Modules Architecture Highlights
PVCGN PVCGN

L Liu, J Chen, H Wu, J Zhen


[4] Dynamic Spatial-Temporal Representation Learning for Traffic Flow Prediction TITS 2020. note. code.

Models Modules Architecture Highlights
ATFM ATFM

L Liu, J Zhen, G Li, G Zhan


[5] Spatial-Temporal Convolutional Graph Attention Networks for Citywide Traffic Flow Forecasting CIKM 2020. note.

Models Modules Architecture Highlights
STCGA STCGA

X Zhang, C Huang, Y Xu, L Xia


[6] DeepSTD: Mining Spatio-Temporal Disturbances of Multiple Context Factors for Citywide Traffic Flow Prediction TITS 2020. note.

Models Modules Architecture Highlights
DeepSTD DeepSTD

C Zheng, X Fan, C Wen, L Chen


[7] Predicting Citywide Crowd Flows in Irregular Regions Using Multi-View Graph Convolutional Networks TKDE 2020. note.

Models Modules Architecture Highlights
MVGCN MVGCN

J Sun, J Zhang, Q Li, X Yi, Y Liang


[8] Spatial-Temporal Synchronous Graph Convolutional Networks: A New Framework for Spatial-Temporal Network Data Forecasting. AAAI 2020. note, github

Models Modules Architecture Highlights
STSGCN Spatial-Temporal Embedding, STSGCM, STSGCN (1) 本文主要解决以往时空图卷积块没有实现时空相关性同步捕获的问题。
(2) 作者提出局部时空图概念
(3) We propose a novel spatial-temporal graph convolutional. 作者提出了一种新的时空图卷积模块来直接同步捕获局部时空相关性,而不是单独使用不同类型的神经网络模块。
(4) 全局遮罩矩阵和时空嵌入矩阵也在一定程度上增强了模型对时空信息的捕获能力。

C Song, Y Lin, S Guo, H Wan


2019

[1] Flow Prediction in Spatio-Temporal Networks Based on Multitask Deep Learning TKDE 2019. note.

Models Modules Architecture Highlights
MDL MDL

J Zhang, Y Zheng, J Sun, D Qi


[2] UrbanFM: Inferring Fine-Grained Urban Flows SIGKDD 2019. note. code

Models Modules Architecture Highlights
UrbanFM UrbanFM

Y Liang, K Ouyang, L Jing, S Ruan


[3] Attention Based Spatial-Temporal Graph Convolutional Networks for Traffic Flow Forecasting AAAI 2019. note, github

Models Modules Architecture conclusion
ASTGCN SAtt, TAtt, ASTGCN This paper proposes a new spatial-temporal attention mechanism to effectively capture the dynamic spatial-temporal correlations in traffic data. and use the spatial-temporal convolution which simultaneously employs graph convolutions to capture the spatial patterns and common standard convolutions to describe the temporal features.

Shengnan Guo, Youfang Lin, Ning Feng, Chao Song, Huaiyu Wan


2018

[1] Spatio-Temporal Graph Convolutional Networks: A Deep Learning Framework for Traffic Forecasting. IJCAI 2018. note, github.

Models Modules Architecture Highlights
STGCN STGCN

Bing Yu, Haoteng Yin, Zhanxing Zhu


Other years

[1] Deep Spatio-Temporal Residual Networks for Citywide Crowd Flows Prediction AAAI 2016. note.

Models Modules Architecture Highlights
ST-ResNet ST-ResNet

J Zhang, Y Zheng, D Qi


[2] Diffusion Convolutional Recurrent Neural Network*: Data-*Driven Traffic Forecasting ICLR 2017. note, github.

Models Modules Architecture Highlights
DCRNN DCRNN

Y Li, R Yu, C Shahabi, Y Liu


[1] Taxi Demand Prediction Using Parallel Multi-Task Learning Model. TITS 2020. note, paper

Models Modules Architecture conclusion
pmlLSTM Multi-Task pmlLSTm This paper focus on the co-prediction of taxi pick-up and drop-off demands, and propose a parallel multi-task learning model, which can deal with shared features of multiple tasks simultaneously. In addition, this paper design a novel taxi demand classifier to extract the time information hidden in the data, which embeds the time of a day feature into the forecasting model.

Chizhan Zhang, Fenghua Zhu, Xiao Wang, Leilei Sun, Haina Tang, Yisheng Lv


[2] Traffic Demand Prediction Based on Dynamic Transition Convolutional Neural Network. TITS 2020. note, paper

Models Modules Architecture conclusion
DTCNN DGCGRU DTCNN This paper consists of three modules: 1) transition network construction, which encodes the discovered virtual stations as nodes, and transition flows between them as edges; 2) a dynamic transi- tion convolution unit, which captures the spatial distributions and temporal dynamics of traffic demands simultaneously; 3) a fusion module, which integrates the hidden states of historical traffic demands with environmental factors to predict the next-period traffic demands.

Bowen Du, Xiao Hu, Leilei Sun, Junming Liu, Yanan Qiao, Weifeng Lv


2019

[1] Origin-Destination Matrix Prediction via Graph Convolution: a New Perspective of Passenger Demand Modeling. KDD 2019. note, paper

Yuandong Wang, Hongzhi Yin, Hongxu Chen, Tianyu Wo, Jie Xu, Kai Zheng


[2] STG2Seq: Spatial-temporal Graph to Sequence Model for Multi-step Passenger Demand Forecasting. IJCAI 2019.note, paper

Lei Bai, Lina Yao , Salil.S Kanhere, Xianzhi Wang, Quan.Z Sheng



2018

[1] Deep Multi-View Spatial-Temporal Network for Taxi Demand Prediction. AAAI 2018. note, paper

Huaxiu Yao, Fei Wu, Jintao Ke, Xianfeng Tang, Yitian Jia, Siyu Lu, Pinghua Gong, Jieping Ye, Zhenhui Li


[1] HetETA: Heterogeneous Information Network Embedding for Estimating Time of Arrival. KDD 2020. note, paper, github

Models Modules Architecture conclusion
HetETA GatedCNNs, GCN HetETA In this paper, traffic structure is constructed by digging deeper semantic information of traffic network. HetETA combines gated convolution neural networks and graph neural networks to capture the correlations in spatiotemporal information.

Huiting Hong, Yucheng Lin, Xiaoqing Yang, Zang Li, Kun Fu, Zheng Wang, Xiaohu Qie, Jieping Ye


[2] CompactETA: A Fast Inference System for Travel Time Prediction. KDD 2020. note, paper

Models Modules Architecture conclusion
CompactETA Graph attention network, Positional encoding CompactETA This paper use a compact model for real-time inference. The inference model use high level link representations as input feature, which is learnt on road network graph by a graph attention network equipped with positional encoding. These representations capture the spatiotemporal dependency between roads, and further encode the sequential information of the travel route.

Kun Fu, Fanlin Meng, Jieping Ye, Zheng Wang


2019

[1] Spatiotemporal Multi-Graph Convolution Network for Ride-hailing Demand Forecasting. AAAI 2019. note, paper.

Xu Geng, Yaguang Li, Leye Wang, Lingyu Zhang, Qiang Yang, Jieping Ye, Yan Liu



2018
2019

[1] Graph WaveNet for Deep Spatial-Temporal Graph Modeling. IJCAI 2019. note. paper, github

Models Modules Architecture conclusion
GWN GCN with adaptive Matrix,Gated TCN GWN This paper proposes a diffusion convolution formula with an adaptive adjacency matrix on the basis of DCRNN. During the training process, it also emphasizes that the structure of the graph changes dynamically. The paper uses two embedding vectors to dynamically learn the graph structure. Causal convolution is used to model time dependence. The overall structure of the model is similar to WaveNet.

Zonghan Wu, Shirui Pan, Guodong Long, Jing Jiang, Chengqi Zhang


[1] AM-GCN: Adaptive Multi-channel Graph Convolutional Networks. KDD 2020. note, paper, github

Models Modules Architecture conclusion
AM-GCN specific and common convolution, consistency and disparity constraint AM-GCN This paper aims to solve the problem of how to better learn the characteristic information of nodes on the basis of graph structure. The AM-GCN model proposed in this paper integrates the graph convolution into specific graph convolution and common graph convolution by constructing multiple graphs, and adds restrictions to make the model get better results.

Xiao Wang, Meiqi Zhu, Deyu Bo, Peng Cui, Chuan Shi, Jian Pei


[1] GAIA Open Dataset: link

[2] 智慧足迹: link

[1] UK traffic flow datasets: link

[2] Illinois traffic flow datasets: link

[3] PeMS: link, Baidu Netdisk password:jutw | PeMS Guide

[1] Chengdu: link

[2] Xian: link

[1] Weather and events data: link

[2] Weather and climate data: link

[3] NSW POI data: link

[4] Road network data: link

[5] NYC OpenData: link

[6] METR-LA: link, Baidu Netdisk password:xsz5

[7] TaxiBJ: link, Baidu Netdisk password:sg4n

[8] BikeNYC: link, Baidu Netdisk password:lmwj

[9] NYC-Taxi: link, Baidu Netdisk password:022y

[10] NYC-Bike: link

[11] San Francisco taxi: link

[12] Chicago bike: link

[13] BikeDC: link

(排名不分先后)

[1] Yu Zheng: link

[2] Yanhua Li: link

[3] Xun Zhou: link

[4] YaGuang Li: link

[5] Zhenhui Jessie Li: link

[6] David S. Rosenblum: link

[7] Huaiyu Wan: link

[8] Junbo Zhang: link

[9] Shining Xiang:link

Contributors

LICENSE

知识共享许可协议

本作品采用知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议进行许可。

spatio-temporal-papers's People

Contributors

supersupeng avatar sylvia822 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.