LGAIApr 25, 2022

Completing Networks by Learning Local Connection Patterns

arXiv:2204.11852v2h-index: 7
Originality Incremental advance
AI Analysis

This work addresses network completion for domains requiring graph reconstruction, but it is incremental as it builds on existing Graph Auto-Encoder and Graph Isomorphism Network frameworks.

The paper tackles the network completion problem, which involves inferring missing nodes and links, by proposing C-GIN, a model that learns local connection patterns using a Graph Auto-Encoder with Graph Isomorphism Networks, achieving competitive performance and higher accuracy compared to baselines in most cases.

Network completion is a harder problem than link prediction because it does not only try to infer missing links but also nodes. Different methods have been proposed to solve this problem, but few of them employed structural information - the similarity of local connection patterns. In this paper, we propose a model named C-GIN to capture the local structural patterns from the observed part of a network based on the Graph Auto-Encoder framework equipped with Graph Isomorphism Network model and generalize these patterns to complete the whole graph. Experiments and analysis on synthetic and real-world networks from different domains show that competitive performance can be achieved by C-GIN with less information being needed, and higher accuracy compared with baseline prediction models in most cases can be obtained. We further proposed a metric "Reachable Clustering Coefficient(CC)" based on network structure. And experiments show that our model perform better on a network with higher Reachable CC.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes