paper-with-me

홈 › Papers

TraverseNet: Unifying Space and Time in Message Passing for Traffic Forecasting

2021-08-25 · Zonghan Wu, Da Zheng, Shirui Pan, Quan Gan, Guodong Long, George Karypis

This paper aims to unify spatial dependency and temporal dependency in a non-Euclidean space while capturing the inner spatial-temporal dependencies for traffic data. For spatial-temporal attribute entities with topological structure, the space-time is consecutive and unified while each node's current status is influenced by its neighbors' past states over variant periods of each neighbor. Most spatial-temporal neural networks for traffic forecasting study spatial dependency and temporal correlation separately in processing, gravely impaired the spatial-temporal integrity, and ignore the fact that the neighbors' temporal dependency period for a node can be delayed and dynamic. To model this actual condition, we propose TraverseNet, a novel spatial-temporal graph neural network, viewing space and time as an inseparable whole, to mine spatial-temporal graphs while exploiting the evolving spatial-temporal dependencies for each node via message traverse mechanisms. Experiments with ablation and parameter studies have validated the effectiveness of the proposed TraverseNet, and the detailed implementation can be found from https://github.com/nnzhan/TraverseNet.

📄 PDF Abstract BibTeX arXiv:2109.02474

Code (1)

nnzhan/traversenet 공식 구현 pytorch

Tasks

AttributeGraph Neural Network

Similar Papers 제목 키워드 기반

Structured Message Passing

2013-09-26 · Vibhav Gogate, Pedro Domingos

In this paper, we present structured message passing (SMP), a unifying framework for approximate inference algorithms that take advantage of structured representations such as algebraic decision diagrams and sparse hash …

Expectation Propagation in Gaussian Process Dynamical Systems: Extended Version

2012-07-12 · NeurIPS 2012 · Marc Peter Deisenroth, Shakir Mohamed

Rich and complex time-series data, such as those generated from engineering systems, financial markets, videos or neural recordings, are now a common feature of modern data analysis. Explaining the phenomena underlying t…

Time SeriesTime Series Analysis

Expectation Propagation in Gaussian Process Dynamical Systems

2012-12-01 · NeurIPS 2012 12 · Marc Deisenroth, Shakir Mohamed

Rich and complex time-series data, such as those generated from engineering sys- tems, financial markets, videos or neural recordings are now a common feature of modern data analysis. Explaining the phenomena underlying …

Time SeriesTime Series Analysis

Cell Complex Neural Networks

2020-10-02 · NeurIPS Workshop TDA_and_Beyond 2020 12 · Mustafa Hajij, Kyle Istvan, Ghada Zamzmi

Cell complexes are topological spaces constructed from simple blocks called cells. They generalize graphs, simplicial complexes, and polyhedral complexes that form important domains for practical applications. They also …

Decoder

Tree-AMP: Compositional Inference with Tree Approximate Message Passing

2020-04-03 · Antoine Baker, Benjamin Aubin, Florent Krzakala, Lenka Zdeborová

We introduce Tree-AMP, standing for Tree Approximate Message Passing, a python package for compositional inference in high-dimensional tree-structured models. The package provides a unifying framework to study several ap…