paper-with-me

Papers

Graph-Time Convolutional Neural Networks

2021-03-02 · Elvin Isufi, Gabriele Mazzola

Spatiotemporal data can be represented as a process over a graph, which captures their spatial relationships either explicitly or implicitly. How to leverage such a structure for learning representations is one of the key challenges when working with graphs. In this paper, we represent the spatiotemporal relationships through product graphs and develop a first principle graph-time convolutional neural network (GTCNN). The GTCNN is a compositional architecture with each layer comprising a graph-time convolutional module, a graph-time pooling module, and a nonlinearity. We develop a graph-time convolutional filter by following the shift-and-sum principles of the convolutional operator to learn higher-level features over the product graph. The product graph itself is parametric so that we can learn also the spatiotemporal coupling from data. We develop a zero-pad pooling that preserves the spatial graph (the prior about the data) while reducing the number of active nodes and the parameters. Experimental results with synthetic and real data corroborate the different components and compare with baseline and state-of-the-art solutions.

📄 PDF Abstract BibTeX arXiv:2103.01730

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Learning flexible representations of stochastic processes on graphs

2017-11-03 · Addison Bohannon, Brian Sadler, Radu Balan

Graph convolutional networks adapt the architecture of convolutional neural networks to learn rich representations of data supported on arbitrary graphs by replacing the convolution operations of convolutional neural net…

Gated Graph Convolutional Recurrent Neural Networks

2019-03-05 · Luana Ruiz, Fernando Gama, Alejandro Ribeiro

Graph processes model a number of important problems such as identifying the epicenter of an earthquake or predicting weather. In this paper, we propose a Graph Convolutional Recurrent Neural Network (GCRNN) architecture…

Node Classification

Generalised Structural CNNs (SCNNs) for time series data with arbitrary graph topology

2018-03-14 · Thomas Teh, Chaiyawan Auepanwiriyakul, John Alexander Harston, A. Aldo Faisal

Deep Learning methods, specifically convolutional neural networks (CNNs), have seen a lot of success in the domain of image-based data, where the data offers a clearly structured topology in the regular lattice of pixels…

Time SeriesTime Series Analysis

Graph-FCN for image semantic segmentation

2020-01-02 · Yi Lu, Yaran Chen, Dongbin Zhao, Jianxin Chen

Semantic segmentation with deep learning has achieved great progress in classifying the pixels in the image. However, the local location information is usually ignored in the high-level feature extraction by the deep lea…

Deep LearningGeneral ClassificationNode ClassificationSegmentation+1

Dynamic GCN: Context-enriched Topology Learning for Skeleton-based Action Recognition

2020-07-29 · Fanfan Ye, ShiLiang Pu, Qiaoyong Zhong, Chao Li 외

Graph Convolutional Networks (GCNs) have attracted increasing interests for the task of skeleton-based action recognition. The key lies in the design of the graph structure, which encodes skeleton topology information. I…

Action RecognitionSkeleton Based Action Recognition