LGAIApr 15, 2022

Neural Structured Prediction for Inductive Node Classification

arXiv:2204.07524v123 citationsh-index: 44
Originality Incremental advance
AI Analysis

This work addresses node classification in graphs for machine learning applications, offering an incremental improvement by integrating existing techniques for better efficiency and performance.

The paper tackles inductive node classification by combining graph neural networks and structured prediction methods, proposing the Structured Proxy Network (SPN) to efficiently learn flexible potential functions, and it outperforms competitive baselines in experiments.

This paper studies node classification in the inductive setting, i.e., aiming to learn a model on labeled training graphs and generalize it to infer node labels on unlabeled test graphs. This problem has been extensively studied with graph neural networks (GNNs) by learning effective node representations, as well as traditional structured prediction methods for modeling the structured output of node labels, e.g., conditional random fields (CRFs). In this paper, we present a new approach called the Structured Proxy Network (SPN), which combines the advantages of both worlds. SPN defines flexible potential functions of CRFs with GNNs. However, learning such a model is nontrivial as it involves optimizing a maximin game with high-cost inference. Inspired by the underlying connection between joint and marginal distributions defined by Markov networks, we propose to solve an approximate version of the optimization problem as a proxy, which yields a near-optimal solution, making learning more efficient. Extensive experiments on two settings show that our approach outperforms many competitive baselines.

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