Training-free Graph Neural Networks and the Power of Labels as Features
Ryoma Sato
TL;DR
This work tackles transductive node classification under limited computational resources by proposing training-free graph neural networks (TFGNNs) that incorporate Labels as Features (LaF). It proves that LaF increases the expressive power of GNNs by enabling representation of label propagation, and introduces TFGNNs whose initialization embeds label-propagation dynamics, allowing immediate deployment with optional training for refinement. The authors demonstrate through experiments on multiple datasets that TFGNNs outperform traditional GNNs in the training-free setting and converge rapidly with minimal training, also showing robustness to feature noise. Although not designed for inductive or heterophilous graphs, this approach opens a practical avenue for fast, label-informed graph learning with potential for integration into broader GNN pipelines and future enhancements.
Abstract
We propose training-free graph neural networks (TFGNNs), which can be used without training and can also be improved with optional training, for transductive node classification. We first advocate labels as features (LaF), which is an admissible but not explored technique. We show that LaF provably enhances the expressive power of graph neural networks. We design TFGNNs based on this analysis. In the experiments, we confirm that TFGNNs outperform existing GNNs in the training-free setting and converge with much fewer training iterations than traditional GNNs.
