paper-with-me

Papers

Spatial-Temporal Interactive Dynamic Graph Convolution Network for Traffic Forecasting

2022-05-18 · Aoyu Liu, Yaying Zhang

Accurate traffic forecasting is essential for smart cities to achieve traffic control, route planning, and flow detection. Although many spatial-temporal methods are currently proposed, these methods are deficient in capturing the spatial-temporal dependence of traffic data synchronously. In addition, most of the methods ignore the dynamically changing correlations between road network nodes that arise as traffic data changes. We propose a neural network-based Spatial-Temporal Interactive Dynamic Graph Convolutional Network (STIDGCN) to address the above challenges for traffic forecasting. Specifically, we propose an interactive dynamic graph convolution structure, which divides the sequences at intervals and synchronously captures the traffic data's spatial-temporal dependence through an interactive learning strategy. The interactive learning strategy makes STIDGCN effective for long-term prediction. We also propose a novel dynamic graph convolution module to capture the dynamically changing correlations in the traffic network, consisting of a graph generator and fusion graph convolution. The dynamic graph convolution module can use the input traffic data and pre-defined graph structure to generate a graph structure. It is then fused with the defined adaptive adjacency matrix to generate a dynamic adjacency matrix, which fills the pre-defined graph structure and simulates the generation of dynamic associations between nodes in the road network. Extensive experiments on four real-world traffic flow datasets demonstrate that STIDGCN outperforms the state-of-the-art baseline.

📄 PDF Abstract BibTeX arXiv:2205.08689

Code (1)

LiuAoyu1998/STIDGCN 공식 구현 pytorch

Tasks

Traffic Prediction

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 제목 키워드 기반

Graph Convolutional Network With Pattern-Spatial Interactive and Regional Awareness for Traffic Forecasting

2025-08-30 · Xinyu Ji, Chengcheng Yan, Jibiao Yuan, Fiefie Zhao arxiv

Traffic forecasting is significant for urban traffic management, intelligent route planning, and real-time flow monitoring. Recent advances in spatial-temporal models have markedly improved the modeling of intricate spat…

Dynamic Spatial-temporal Hypergraph Convolutional Network for Skeleton-based Action Recognition

2023-02-17 · Shengqin Wang, Yongji Zhang, Hong Qi, Minghao Zhao 외

Skeleton-based action recognition relies on the extraction of spatial-temporal topological information. Hypergraphs can establish prior unnatural dependencies for the skeleton. However, the existing methods only focus on…

Action RecognitionSkeleton Based Action Recognition

Tensor Graph Convolutional Network for Dynamic Graph Representation Learning

2024-01-13 · Ling Wang, Ye Yuan

Dynamic graphs (DG) describe dynamic interactions between entities in many practical scenarios. Most existing DG representation learning models combine graph convolutional network and sequence neural network, which model…

Graph Representation LearningRepresentation Learning

HAN: An Efficient Hierarchical Self-Attention Network for Skeleton-Based Gesture Recognition

2021-06-25 · Jianbo Liu, Ying Wang, Shiming Xiang, Chunhong Pan

Previous methods for skeleton-based gesture recognition mostly arrange the skeleton sequence into a pseudo picture or spatial-temporal graph and apply deep Convolutional Neural Network (CNN) or Graph Convolutional Networ…

Gesture Recognition

Two-person Graph Convolutional Network for Skeleton-based Human Interaction Recognition

2022-08-12 · Zhengcen Li, Yueran Li, Linlin Tang, Tong Zhang 외

Graph convolutional networks (GCNs) have been the predominant methods in skeleton-based human action recognition, including human-human interaction recognition. However, when dealing with interaction sequences, current G…

Action ClassificationAction RecognitionHuman-Human Interaction RecognitionHuman Interaction Recognition+2