Search papers, labs, and topics across Lattice.
This paper introduces F$^2$LP-AP, a training-free label propagation method for semi-supervised node classification that adapts to local graph topology using an adaptive propagation kernel. The method constructs class prototypes using the geometric median and adjusts propagation parameters based on the Local Clustering Coefficient (LCC). Experiments show F$^2$LP-AP achieves competitive or superior accuracy compared to trained GNNs with significantly improved computational efficiency, especially on heterophilous graphs.
Ditch the GNN training: this label propagation method matches or beats GNN accuracy while being far more computationally efficient, even on tricky heterophilous graphs.
Semi-supervised node classification is a foundational task in graph machine learning, yet state-of-the-art Graph Neural Networks (GNNs) are hindered by significant computational overhead and reliance on strong homophily assumptions. Traditional GNNs require expensive iterative training and multi-layer message passing, while existing training-free methods, such as Label Propagation, lack adaptability to heterophilo\-us graph structures. This paper presents \textbf{F$^2$LP-AP} (Fast and Flexible Label Propagation with Adaptive Propagation Kernel), a training-free, computationally efficient framework that adapts to local graph topology. Our method constructs robust class prototypes via the geometric median and dynamically adjusts propagation parameters based on the Local Clustering Coefficient (LCC), enabling effective modeling of both homophilous and heterophilous graphs without gradient-based training. Extensive experiments across diverse benchmark datasets demonstrate that \textbf{F$^2$LP-AP} achieves competitive or superior accuracy compared to trained GNNs, while significantly outperforming existing baselines in computational efficiency.