Journal Article10.1016/j.comcom.2022.08.008
Traffic flow prediction using multi-view graph convolution and masked attention mechanism
16
TL;DR: Tang et al. as mentioned in this paper proposed a deep learning model including a dilated temporal causal convolution module, multi-view diffusion graph convolution, and masked multi-head attention module (TGANet).
read more
About: This article is published in Computer Communications. The article was published on 01 Aug 2022. The article focuses on the topics: Computer science & Computer science.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
Graph Neural Network for Traffic Forecasting: The Research Progress
Weiwei Jiang,Jiayun Luo,Miao He,Weixi Gu +3 more
- 27 Feb 2023
TL;DR: In this paper , the authors introduce the research progress on graph neural networks for traffic forecasting and the research trends observed from the most recent studies, and summarize the latest open-source datasets and code resources for sharing with the research community.
Dynamic multi-graph neural network for traffic flow prediction incorporating traffic accidents
Yaqin Ye,Yue Xiao,Yao Zhou,Shengwen Li,Yuanfei Zang,Yixuan Zhang +5 more
TL;DR: Dynamic multi-graph neural network for traffic flow prediction incorporating traffic accidents improves traffic flow prediction accuracy by incorporating dynamic multi-graphs and traffic accidents.
13
DMSTG: Dynamic Multiview Spatio-Temporal Networks for Traffic Forecasting
Zulong Diao,Xin Wang,Dafang Zhang,Gaogang Xie,Jianguo Chen,Changhua Pei,Xuying Meng,Kun Xie,Guangxing Zhang +8 more
TL;DR: A novel dynamic multiview spatio-temporal prediction framework for traffic forecasting that incorporates local/global, short/long term spatio-temporal dependencies and dynamic changes.
5
Graph neural networks for multi-view learning: a taxonomic review
Shunxin Xiao,Jiacheng Li,Jielong Lu,Sujia Huang,Bao Zeng,Shiping Wang +5 more
TL;DR: This paper provides a comprehensive review of graph neural networks (GNN) for multi-view learning, categorizing methods into multi-relation, multi-attribute, and mixed forms, and discussing applications, datasets, and future directions in this field.
4
References
Long short-term memory
TL;DR: A novel, efficient, gradient based method called long short-term memory (LSTM) is introduced, which can learn to bridge minimal time lags in excess of 1000 discrete-time steps by enforcing constant error flow through constant error carousels within special units.
99K
•Proceedings Article
Attention is All you Need
Ashish Vaswani,Noam Shazeer,Niki Parmar,Jakob Uszkoreit,Llion Jones,Aidan N. Gomez,Lukasz Kaiser,Illia Polosukhin +7 more
- 12 Jun 2017
TL;DR: This paper proposed a simple network architecture based solely on an attention mechanism, dispensing with recurrence and convolutions entirely and achieved state-of-the-art performance on English-to-French translation.
•Journal Article
Dropout: a simple way to prevent neural networks from overfitting
TL;DR: It is shown that dropout improves the performance of neural networks on supervised learning tasks in vision, speech recognition, document classification and computational biology, obtaining state-of-the-art results on many benchmark data sets.
•Posted Content
PyTorch: An Imperative Style, High-Performance Deep Learning Library
Adam Paszke,Sam Gross,Francisco Massa,Adam Lerer,James Bradbury,Gregory Chanan,Trevor Killeen,Zeming Lin,Natalia Gimelshein,Luca Antiga,Alban Desmaison,Andreas Kopf,Edward Z. Yang,Zachary DeVito,Martin Raison,Alykhan Tejani,Sasank Chilamkurthy,Benoit Steiner,Lu Fang,Junjie Bai,Soumith Chintala +20 more
TL;DR: PyTorch as discussed by the authors is a machine learning library that provides an imperative and Pythonic programming style that makes debugging easy and is consistent with other popular scientific computing libraries, while remaining efficient and supporting hardware accelerators such as GPUs.
25.9K
•Proceedings Article
Sequence to Sequence Learning with Neural Networks
Ilya Sutskever,Oriol Vinyals,Quoc V. Le +2 more
- 08 Dec 2014
TL;DR: The authors used a multilayered Long Short-Term Memory (LSTM) to map the input sequence to a vector of a fixed dimensionality, and then another deep LSTM to decode the target sequence from the vector.