Generalised Structural CNNs (SCNNs) for time series data with arbitrary graph topology
Thomas Teh, Chaiyawan Auepanwiriyakul, John Alexander Harston, A. Aldo, Faisal

TL;DR
This paper introduces a framework for graph-structured CNNs that can handle high-dimensional time series data with arbitrary topologies, improving prediction accuracy over traditional CNNs.
Contribution
The authors develop a method to generalize convolutional kernels for data with non-lattice topologies, enabling CNNs to operate on complex graph-structured time series.
Findings
Graph-structured CNNs outperform traditional CNNs on synthetic and real data.
Inclusion of data topology improves model prediction accuracy.
Method generalizes well to different graph topologies, including trees and small-world networks.
Abstract
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. This 4-neighbourhood topological simplicity makes the application of convolutional masks straightforward for time series data, such as video applications, but many high-dimensional time series data are not organised in regular lattices, and instead values may have adjacency relationships with non-trivial topologies, such as small-world networks or trees. In our application case, human kinematics, it is currently unclear how to generalise convolutional kernels in a principled manner. Therefore we define and implement here a framework for general graph-structured CNNs for time series analysis. Our algorithm automatically builds convolutional layers using the specified…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsData Visualization and Analytics · Advanced Graph Neural Networks · Graph Theory and Algorithms
MethodsConvolution
