LGJan 31, 2023

OrthoReg: Improving Graph-regularized MLPs via Orthogonality Regularization

arXiv:2302.00109v14 citationsh-index: 136
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in graph-based machine learning by enhancing GR-MLPs for applications where GNNs are less practical, though it is an incremental improvement over existing methods.

The paper tackled the limited performance of Graph-regularized MLPs (GR-MLPs) compared to GNNs by identifying dimensional collapse in node embeddings and proposed OrthoReg, a novel model that uses orthogonality regularization to improve representation quality, achieving superior results in semi-supervised and cold-start node classification tasks.

Graph Neural Networks (GNNs) are currently dominating in modeling graph-structure data, while their high reliance on graph structure for inference significantly impedes them from widespread applications. By contrast, Graph-regularized MLPs (GR-MLPs) implicitly inject the graph structure information into model weights, while their performance can hardly match that of GNNs in most tasks. This motivates us to study the causes of the limited performance of GR-MLPs. In this paper, we first demonstrate that node embeddings learned from conventional GR-MLPs suffer from dimensional collapse, a phenomenon in which the largest a few eigenvalues dominate the embedding space, through empirical observations and theoretical analysis. As a result, the expressive power of the learned node representations is constrained. We further propose OrthoReg, a novel GR-MLP model to mitigate the dimensional collapse issue. Through a soft regularization loss on the correlation matrix of node embeddings, OrthoReg explicitly encourages orthogonal node representations and thus can naturally avoid dimensionally collapsed representations. Experiments on traditional transductive semi-supervised classification tasks and inductive node classification for cold-start scenarios demonstrate its effectiveness and superiority.

Foundations

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

Your Notes