paper-with-me

Papers

Multi-Range Attentive Bicomponent Graph Convolutional Network for Traffic Forecasting

2019-11-27 · Weiqi Chen, Ling Chen, Yu Xie, Wei Cao, Yusong Gao, Xiaojie Feng

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 network and traffic conditions. Latest studies mainly focus on modeling the spatial dependency by utilizing graph convolutional networks (GCNs) throughout a fixed weighted graph. However, edges, i.e., the correlations between pair-wise nodes, are much more complicated and interact with each other. In this paper, we propose the Multi-Range Attentive Bicomponent GCN (MRA-BGCN), a novel deep learning model for traffic forecasting. We first build the node-wise graph according to the road network distance and the edge-wise graph according to various edge interaction patterns. Then, we implement the interactions of both nodes and edges using bicomponent graph convolution. The multi-range attention mechanism is introduced to aggregate information in different neighborhood ranges and automatically learn the importance of different ranges. Extensive experiments on two real-world road network traffic datasets, METR-LA and PEMS-BAY, show that our MRA-BGCN achieves the state-of-the-art results.

📄 PDF Abstract BibTeX arXiv:1911.12093

Code (1)

wumingyao/MAR-BGCN_GPU_pytorch pytorch

Tasks

Management

Methods 이 논문이 사용한 방법론

Graph Convolutional Networks 설명 없음
GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…

Similar Papers 제목 키워드 기반

Fault-tolerant properties of scale-free linear protocols for synchronization of homogeneous multi-agent systems

2024-03-27 · Anton A. Stoorvogel, Ali Saberi, Zhenwei Liu

Originally, protocols were designed for multi-agent systems (MAS) using information about the network which might not be available. Recently, there has been a focus on scale-free synchronization where the protocol is des…

TME-BNA: Temporal Motif-Preserving Network Embedding with Bicomponent Neighbor Aggregation

2021-10-26 · Ling Chen, Da Wang, Dandan Lyu, Xing Tang 외

Evolving temporal networks serve as the abstractions of many real-life dynamic systems, e.g., social network and e-commerce. The purpose of temporal network embedding is to map each node to a time-evolving low-dimension …

Link PredictionNetwork EmbeddingNode Classification

A Graph and Attentive Multi-Path Convolutional Network for Traffic Prediction

2022-05-30 · Jianzhong Qi, Zhuowei Zhao, Egemen Tanin, Tingru Cui 외

Traffic prediction is an important and yet highly challenging problem due to the complexity and constantly changing nature of traffic systems. To address the challenges, we propose a graph and attentive multi-path convol…

PredictionTraffic Prediction

Multi-channel Attentive Graph Convolutional Network With Sentiment Fusion For Multimodal Sentiment Analysis

2022-01-25 · Luwei Xiao, Xingjiao Wu, Wen Wu, Jing Yang 외

Nowadays, with the explosive growth of multimodal reviews on social media platforms, multimodal sentiment analysis has recently gained popularity because of its high relevance to these social media posts. Although most p…

Multimodal Sentiment AnalysisSentiment Analysis

Improving Graph Representation for Point Cloud Segmentation via Attentive Filtering

2023-01-01 · CVPR 2023 1 · Nan Zhang, Zhiyi Pan, Thomas H. Li, Wei Gao 외

Recently, self-attention networks achieve impressive performance in point cloud segmentation due to their superiority in modeling long-range dependencies. However, compared to self-attention mechanism, we find graph …

Point Cloud Segmentation