paper-with-me

Papers

Robust Spatial Filtering with Graph Convolutional Neural Networks

2017-03-02 · Felipe Petroski Such, Shagan Sah, Miguel Dominguez, Suhas Pillai, Chao Zhang, Andrew Michael, Nathan Cahill, Raymond Ptucha

Convolutional Neural Networks (CNNs) have recently led to incredible breakthroughs on a variety of pattern recognition problems. Banks of finite impulse response filters are learned on a hierarchy of layers, each contributing more abstract information than the previous layer. The simplicity and elegance of the convolutional filtering process makes them perfect for structured problems such as image, video, or voice, where vertices are homogeneous in the sense of number, location, and strength of neighbors. The vast majority of classification problems, for example in the pharmaceutical, homeland security, and financial domains are unstructured. As these problems are formulated into unstructured graphs, the heterogeneity of these problems, such as number of vertices, number of connections per vertex, and edge strength, cannot be tackled with standard convolutional techniques. We propose a novel neural learning framework that is capable of handling both homogeneous and heterogeneous data, while retaining the benefits of traditional CNN successes. Recently, researchers have proposed variations of CNNs that can handle graph data. In an effort to create learnable filter banks of graphs, these methods either induce constraints on the data or require preprocessing. As opposed to spectral methods, our framework, which we term Graph-CNNs, defines filters as polynomials of functions of the graph adjacency matrix. Graph-CNNs can handle both heterogeneous and homogeneous graph data, including graphs having entirely different vertex or edge sets. We perform experiments to validate the applicability of Graph-CNNs to a variety of structured and unstructured classification problems and demonstrate state-of-the-art results on document and molecule classification problems.

📄 PDF Abstract BibTeX arXiv:1703.00792

Code (1)

fps7806/Graph-CNN 공식 구현 tf

Tasks

General Classification

Similar Papers 제목 키워드 기반

Beyond Low-pass Filtering: Graph Convolutional Networks with Automatic Filtering

2021-07-10 · Zonghan Wu, Shirui Pan, Guodong Long, Jing Jiang 외

Graph convolutional networks are becoming indispensable for deep learning from graph-structured data. Most of the existing graph convolutional networks share two big shortcomings. First, they are essentially low-pass fil…

Survey of Image Based Graph Neural Networks

2021-06-11 · Usman Nazir, He Wang, Murtaza Taj

In this survey paper, we analyze image based graph neural networks and propose a three-step classification approach. We first convert the image into superpixels using the Quickshift algorithm so as to reduce 30% of the i…

ClassificationSuperpixelsSurvey

Spatial-Temporal Tensor Graph Convolutional Network for Traffic Prediction

2021-03-10 · Xuran Xu, Tong Zhang, Chunyan Xu, Zhen Cui 외

Accurate traffic prediction is crucial to the guidance and management of urban traffics. However, most of the existing traffic prediction models do not consider the computational burden and memory space when they capture…

ManagementPredictionTensor DecompositionTraffic Prediction

Rethinking Spectral Graph Neural Networks with Spatially Adaptive Filtering

2024-01-17 · Jingwei Guo, Kaizhu Huang, Xinping Yi, Zixian Su 외

Whilst spectral Graph Neural Networks (GNNs) are theoretically well-founded in the spectral domain, their practical reliance on polynomial approximation implies a profound linkage to the spatial domain. As previous studi…

Node Classification

Sparsification and Filtering for Spatial-temporal GNN in Multivariate Time-series

2022-03-08 · Yuanrong Wang, Tomaso Aste

We propose an end-to-end architecture for multivariate time-series prediction that integrates a spatial-temporal graph neural network with a matrix filtering module. This module generates filtered (inverse) correlation g…

Graph Neural NetworkTime SeriesTime Series AnalysisTime Series Prediction