paper-with-me

Papers

DEEP GEOMETRICAL GRAPH CLASSIFICATION

2019-05-01 · ICLR 2019 5 · Mostafa Rahmani, Ping Li

Most of the existing Graph Neural Networks (GNNs) are the mere extension of the Convolutional Neural Networks (CNNs) to graphs. Generally, they consist of several steps of message passing between the nodes followed by a global indiscriminate feature pooling function. In many data-sets, however, the nodes are unlabeled or their labels provide no information about the similarity between the nodes and the locations of the nodes in the graph. Accordingly, message passing may not propagate helpful information throughout the graph. We show that this conventional approach can fail to learn to perform even simple graph classification tasks. We alleviate this serious shortcoming of the GNNs by making them a two step method. In the first of the proposed approach, a graph embedding algorithm is utilized to obtain a continuous feature vector for each node of the graph. The embedding algorithm represents the graph as a point-cloud in the embedding space. In the second step, the GNN is applied to the point-cloud representation of the graph provided by the embedding method. The GNN learns to perform the given task by inferring the topological structure of the graph encoded in the spatial distribution of the embedded vectors. In addition, we extend the proposed approach to the graph clustering problem and a new architecture for graph clustering is proposed. Moreover, the spatial representation of the graph is utilized to design a graph pooling algorithm. We turn the problem of graph down-sampling into a column sampling problem, i.e., the sampling algorithm selects a subset of the nodes whose feature vectors preserve the spatial distribution of all the feature vectors. We apply the proposed approach to several popular benchmark data-sets and it is shown that the proposed geometrical approach strongly improves the state-of-the-art result for several data-sets. For instance, for the PTC data-set, we improve the state-of-the-art result for more than 22 %.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationClusteringGeneral ClassificationGraph ClassificationGraph ClusteringGraph Embedding

Similar Papers 제목 키워드 기반

WGCN: Graph Convolutional Networks with Weighted Structural Features

2021-04-29 · Yunxiang Zhao, Jianzhong Qi, Qingwei Liu, Rui Zhang

Graph structural information such as topologies or connectivities provides valuable guidance for graph convolutional networks (GCNs) to learn nodes' representations. Existing GCN models that capture nodes' structural inf…

Node Classification

Geometry of Graph Edit Distance Spaces

2015-05-29 · Brijnesh J. Jain

In this paper we study the geometry of graph spaces endowed with a special class of graph edit distances. The focus is on geometrical results useful for statistical pattern recognition. The main result is the Graph Repre…

Quantifying the Alignment of Graph and Features in Deep Learning

2019-05-30 · Yifan Qian, Paul Expert, Tom Rieu, Pietro Panzarasa 외

We show that the classification performance of graph convolutional networks (GCNs) is related to the alignment between features, graph, and ground truth, which we quantify using a subspace alignment measure (SAM) corresp…

ClassificationDeep LearningGeneral Classification

Implicit Hypersurface Approximation Capacity in Deep ReLU Networks

2024-07-04 · Jonatan Vallin, Karl Larsson, Mats G. Larson

We develop a geometric approximation theory for deep feed-forward neural networks with ReLU activations. Given a $d$-dimensional hypersurface in $\mathbb{R}^{d+1}$ represented as the graph of a $C^2$-function $\phi$, we …

Binary Classification

Graph-Based Classification of Omnidirectional Images

2017-07-26 · Renata Khasanova, Pascal Frossard

Omnidirectional cameras are widely used in such areas as robotics and virtual reality as they provide a wide field of view. Their images are often processed with classical methods, which might unfortunately lead to non-o…

ClassificationGeneral Classificationgraph constructionimage-classification+1