paper-with-me

Papers

Coupled Layer-wise Graph Convolution for Transportation Demand Prediction

2020-12-15 · Junchen Ye, Leilei Sun, Bowen Du, Yanjie Fu, Hui Xiong

Graph Convolutional Network (GCN) has been widely applied in transportation demand prediction due to its excellent ability to capture non-Euclidean spatial dependence among station-level or regional transportation demands. However, in most of the existing research, the graph convolution was implemented on a heuristically generated adjacency matrix, which could neither reflect the real spatial relationships of stations accurately, nor capture the multi-level spatial dependence of demands adaptively. To cope with the above problems, this paper provides a novel graph convolutional network for transportation demand prediction. Firstly, a novel graph convolution architecture is proposed, which has different adjacency matrices in different layers and all the adjacency matrices are self-learned during the training process. Secondly, a layer-wise coupling mechanism is provided, which associates the upper-level adjacency matrix with the lower-level one. It also reduces the scale of parameters in our model. Lastly, a unitary network is constructed to give the final prediction result by integrating the hidden spatial states with gated recurrent unit, which could capture the multi-level spatial dependence and temporal dynamics simultaneously. Experiments have been conducted on two real-world datasets, NYC Citi Bike and NYC Taxi, and the results demonstrate the superiority of our model over the state-of-the-art ones.

📄 PDF Abstract BibTeX arXiv:2012.08080

Code (1)

Essaim/CGCDemandPrediction 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

A Spatial-Temporal Attention Multi-Graph Convolution Network for Ride-Hailing Demand Prediction Based on Periodicity with Offset

2022-03-23 · Dong Xing, Chenguang Zhao, Gang Wang

Ride-hailing service is becoming a leading part in urban transportation. To improve the efficiency of ride-hailing service, accurate prediction of transportation demand is a fundamental challenge. In this paper, we tackl…

Graph Neural Networks for Soft Semi-Supervised Learning on Hypergraphs

2019-09-25 · Naganand Yadati, Tingran Gao, Shahab Asoodeh, Partha Talukdar 외

Graph-based semi-supervised learning (SSL) assigns labels to initially unlabelled vertices in a graph. Graph neural networks (GNNs), esp. graph convolutional networks (GCNs), inspired the current-state-of-the art models …

Multi-Range Attentive Bicomponent Graph Convolutional Network for Traffic Forecasting

2019-11-27 · Weiqi Chen, Ling Chen, Yu Xie, Wei Cao 외

Traffic forecasting is of great importance to transportation management and public safety, and very challenging due to the complicated spatial-temporal dependency and essential uncertainty brought about by the road netwo…

Management

Layer-wise Adaptive Graph Convolution Networks Using Generalized Pagerank

2021-08-24 · Kishan Wimalawarne, Taiji Suzuki

We investigate adaptive layer-wise graph convolution in deep GCN models. We propose AdaGPR to learn generalized Pageranks at each layer of a GCNII network to induce adaptive convolution. We show that the generalization b…

Generalization BoundsNode Classification

Decoupled Dynamic Filter Networks

2021-04-29 · CVPR 2021 1 · Jingkai Zhou, Varun Jampani, Zhixiong Pi, Qiong Liu 외

Convolution is one of the basic building blocks of CNN architectures. Despite its common use, standard convolution has two main shortcomings: Content-agnostic and Computation-heavy. Dynamic filters are content-adaptive, …

Image ClassificationSemantic Segmentation