OCN: Effectively Utilizing Higher-Order Common Neighbors for Better Link Prediction
Juntong Wang, Xiyuan Wang, Muhan Zhang
TL;DR
The paper tackles the challenge of leveraging higher-order common neighbors for link prediction by identifying redundancy across CN orders and over-smoothing in their representations. It introduces Orthogonal Common Neighbor (OCN), built via coefficient orthogonalization and path-based normalization, and an efficient variant OCNP based on polynomial filters. The authors provide theoretical analyses and extensive ablations, showing that orthogonalization reduces redundancy while normalization mitigates over-smoothing, enabling higher-order CNs to meaningfully contribute to prediction. Empirically, OCN/OCNP achieve state-of-the-art results on seven real-world datasets, including large-scale Open Graph Benchmark graphs, with notable improvements over baselines and favorable scalability, especially for OCNP.
Abstract
Common Neighbors (CNs) and their higher-order variants are important pairwise features widely used in state-of-the-art link prediction methods. However, existing methods often struggle with the repetition across different orders of CNs and fail to fully leverage their potential. We identify that these limitations stem from two key issues: redundancy and over-smoothing in high-order common neighbors. To address these challenges, we design orthogonalization to eliminate redundancy between different-order CNs and normalization to mitigate over-smoothing. By combining these two techniques, we propose Orthogonal Common Neighbor (OCN), a novel approach that significantly outperforms the strongest baselines by an average of 7.7% on popular link prediction benchmarks. A thorough theoretical analysis is provided to support our method. Ablation studies also verify the effectiveness of our orthogonalization and normalization techniques.
