Ftextsuperscript{2}LP-AP: Fast \& Flexible Label Propagation with Adaptive Propagation Kernel
Pith reviewed 2026-05-10 00:38 UTC · model grok-4.3
The pith
A training-free label propagation method uses local clustering to adapt to both similar and dissimilar neighbor graphs and reaches accuracy levels of trained GNNs.
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
F²LP-AP constructs robust class prototypes via the geometric median and dynamically adjusts propagation parameters based on the Local Clustering Coefficient, enabling effective modeling of both homophilous and heterophilous graphs without gradient-based training.
What carries the argument
The adaptive propagation kernel that scales its strength and range according to each node's Local Clustering Coefficient, paired with geometric-median class prototypes.
If this is right
- The method produces node labels at far lower computational cost than any trained GNN while matching their accuracy on standard benchmarks.
- No gradient optimization or multi-layer message passing is required, removing the need for GPU resources during inference.
- The same procedure handles both graphs where connected nodes share labels and graphs where they do not.
- Class prototypes built from the geometric median remain stable even when a few nodes have incorrect initial labels.
Where Pith is reading between the lines
- The same LCC-driven adjustment could be applied to other propagation-style algorithms such as personalized PageRank or heat diffusion on graphs.
- Because the method never stores learned weights, it can be rerun instantly after new labels arrive, supporting online or streaming settings.
- If the geometric median step is replaced by a faster approximation, the overall runtime could drop further for very large graphs.
Load-bearing premise
That the local clustering coefficient reliably indicates whether a node's neighbors share its class label and therefore can be used to set the right propagation distance and strength.
What would settle it
Measure accuracy on a heterophilous benchmark graph after replacing the LCC-based adjustment with a fixed propagation parameter; if performance falls to the level of ordinary label propagation, the adaptive mechanism is not carrying the claimed benefit.
Figures
read the original abstract
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.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The manuscript proposes F²LP-AP, a training-free label propagation framework for semi-supervised node classification on graphs. It constructs robust class prototypes using the geometric median and dynamically adjusts propagation parameters based on the Local Clustering Coefficient (LCC) to model both homophilous and heterophilous structures without gradient-based training. The central claim is that this yields competitive or superior accuracy to trained GNNs while significantly outperforming baselines in computational efficiency across diverse benchmarks.
Significance. If the adaptive mechanism is validated, the work would be significant for offering a computationally lightweight, training-free alternative to GNNs that addresses both homophily and heterophily assumptions, potentially lowering barriers in large-scale graph SSL. The geometric median prototype choice is a sound, robust element.
major comments (3)
- [Method] Method section: No derivation, correlation analysis, or justification is provided for why the Local Clustering Coefficient (LCC) can reliably modulate propagation parameters to capture heterophily. LCC primarily quantifies local triangle density associated with homophily; the manuscript must demonstrate (via analysis or targeted test) why LCC-based scaling transfers to disassortative mixing regimes.
- [Experiments] Experiments section: The manuscript reports no ablation isolating the adaptive (LCC-based) kernel from a fixed-kernel baseline. Without this, performance gains on heterophilous datasets cannot be attributed to the proposed dynamic adjustment rather than the geometric median or base propagation.
- [Abstract] Abstract and Experiments: The abstract asserts 'extensive experiments' and 'competitive or superior accuracy' with no quantitative results, dataset names, baseline details, or statistical tests supplied, which undermines evaluation of the headline claim even before full results are examined.
minor comments (2)
- [Abstract] Abstract contains a hyphenation artifact ('heterophilo- us'); correct for readability.
- [Method] Clarify notation for the adaptive kernel parameters and LCC threshold functions in the method description to improve reproducibility.
Simulated Author's Rebuttal
We thank the referee for the constructive feedback on our manuscript. The comments highlight important areas for strengthening the justification, experimental validation, and clarity of claims. We address each major comment point-by-point below, with revisions planned for the next version.
read point-by-point responses
-
Referee: [Method] Method section: No derivation, correlation analysis, or justification is provided for why the Local Clustering Coefficient (LCC) can reliably modulate propagation parameters to capture heterophily. LCC primarily quantifies local triangle density associated with homophily; the manuscript must demonstrate (via analysis or targeted test) why LCC-based scaling transfers to disassortative mixing regimes.
Authors: We agree that a more explicit justification is required. LCC tends to be lower in heterophilous regions due to reduced same-class triangles, which we use to scale the propagation kernel toward more localized or damped diffusion. In the revised manuscript, we will add a correlation analysis (plotting LCC vs. edge homophily ratio) and a targeted experiment on synthetic disassortative graphs to show how the scaling prevents erroneous label spread. This will be placed in a new subsection of the Method section. revision: yes
-
Referee: [Experiments] Experiments section: The manuscript reports no ablation isolating the adaptive (LCC-based) kernel from a fixed-kernel baseline. Without this, performance gains on heterophilous datasets cannot be attributed to the proposed dynamic adjustment rather than the geometric median or base propagation.
Authors: We acknowledge this omission. We will add an ablation study comparing F²LP-AP against a fixed-kernel variant (using graph-wide mean LCC as the propagation parameter) on both homophilous and heterophilous benchmarks. This will isolate the adaptive component's contribution and be reported with accuracy tables in the Experiments section. revision: yes
-
Referee: [Abstract] Abstract and Experiments: The abstract asserts 'extensive experiments' and 'competitive or superior accuracy' with no quantitative results, dataset names, baseline details, or statistical tests supplied, which undermines evaluation of the headline claim even before full results are examined.
Authors: We will revise the abstract to include concrete highlights: e.g., competitive accuracy to GCN/GAT on Cora/CiteSeer and superior results on heterophilous datasets (Texas, Chameleon) versus training-free baselines, with results averaged over 10 random splits. Baselines and the use of standard deviation for statistical reporting will be noted briefly to support the claims. revision: yes
Circularity Check
No circularity: framework introduces independent components without reduction to inputs
full rationale
The paper describes a training-free label propagation method that constructs class prototypes using the geometric median and modulates propagation via a function of the local clustering coefficient. No equations, derivations, or self-citations are presented in the provided text that would reduce any claimed result to a fitted parameter or prior author result by construction. The adaptive kernel is introduced as a novel design choice rather than derived from or equivalent to the input data or labels, and the overall pipeline remains externally falsifiable on benchmark datasets without internal circularity.
Axiom & Free-Parameter Ledger
Reference graph
Works this paper leans on
-
[1]
cmu.edu/project/theo-20/www/data/
Webkb datasets (cornell, texas, wisconsin).https://www.cs.cmu.edu/afs/cs. cmu.edu/project/theo-20/www/data/
-
[2]
Abbahaddou, Y., Malliaros, F.D., Lutzeyer, J.F., Vazirgiannis, M.: Admp-gnn: Adaptive depth message passing gnn. In: Proceedings of the 34th ACM Interna- tional Conference on Information and Knowledge Management (CIKM) (2025)
work page 2025
-
[3]
In: Pro- ceedings of the AAAI Conference on Artificial Intelligence (AAAI)
Chen, L., Song, Y., Cai, Y., Lu, J., Li, Y., Xie, Y., Wang, C., He, G.: Multi- prototype space learning for commonsense-based scene graph generation. In: Pro- ceedings of the AAAI Conference on Artificial Intelligence (AAAI). vol. 38, pp. 1129–1137 (2024)
work page 2024
-
[4]
Chen, W., Li, S., Yu, X., Wang, H., Chen, W., Wang, T.: Automatic de-biased temporal-relational modeling for stock investment recommendation. In: Proceed- ings of the Thirty-Third International Joint Conference on Artificial Intelligence (IJCAI). pp. 1999–2008 (2024)
work page 1999
-
[5]
In: Proceedings of the ACM Web Conference (WWW) (2025)
Chen, X., Zhou, J., Chen, J., Yu, S., Xuan, Q.: Mixture of experts meets decoupled message passing: Towards general and adaptive node classification. In: Proceedings of the ACM Web Conference (WWW) (2025)
work page 2025
-
[6]
In: Advances in Neural Information Processing Systems (NeurIPS)
Chen, Y., Yang, C., Wang, Y., Guo, Y., Shi, Q., Wang, X., Zhang, Y., Shen, C.: What is missing in homophily? disentangling graph homophily for graph neu- ral networks. In: Advances in Neural Information Processing Systems (NeurIPS). vol. 36 (2023)
work page 2023
-
[7]
Cheng, Y., et al.: Resurrecting label propagation for graphs with heterophily and label noise. In: Proceedings of the 30th ACM SIGKDD Conference on Knowledge Discovery and Data Mining (KDD) (2024)
work page 2024
-
[8]
In: International Conference on Learning Representations (ICLR) (2021)
Chien, E., Peng, J., Li, P., Milenkovic, O.: Adaptive universal generalized pagerank graph neural network. In: International Conference on Learning Representations (ICLR) (2021)
work page 2021
- [9]
-
[10]
In: Proceedings of the ACM Web Conference 2026 (WWW ’26)
Ding, P., Chen, J., Dai, H., Zhu, J.: MGU: Re-understanding Graph Unlearning through Memorization. In: Proceedings of the ACM Web Conference 2026 (WWW ’26). pp. 1–12 (2026)
work page 2026
-
[11]
In: The World Wide Web Conference (WWW)
Fan, W., Ma, Y., Li, Q., He, Y., Zhao, E., Tang, J., Yin, D.: Graph neural networks for social recommendation. In: The World Wide Web Conference (WWW). pp. 417–426. ACM (2019)
work page 2019
-
[12]
In: International Conference on Learning Representations (ICLR) (2019) F2LP-AP 15
Gasteiger, J., Bojchevski, A., G¨ unnemann, S.: Predict then propagate: Graph neu- ral networks meet personalized pagerank. In: International Conference on Learning Representations (ICLR) (2019) F2LP-AP 15
work page 2019
-
[13]
In: Advances in Neural Information Processing Systems (NeurIPS)
Hamilton, W.L., Ying, R., Leskovec, J.: Inductive representation learning on large graphs. In: Advances in Neural Information Processing Systems (NeurIPS). pp. 1024–1034 (2017)
work page 2017
-
[14]
In: Ad- vances in Neural Information Processing Systems 37 (NeurIPS 2025) (2025)
Hayler, A., Bießmann, F., Harmeling, S., Pascual, D.: TabGFM: Of Graphs and Tables: Zero-Shot Node Classification with Tabular Foundation Models. In: Ad- vances in Neural Information Processing Systems 37 (NeurIPS 2025) (2025)
work page 2025
-
[15]
In: Advances in Neural Information Processing Systems (NeurIPS)
He, M., Wei, Z., Wen, J.R.: Bernnet: Learning arbitrary graph spectral filters via bernstein approximation. In: Advances in Neural Information Processing Systems (NeurIPS). vol. 34, pp. 14239–14251 (2021)
work page 2021
-
[16]
In: International Confer- ence on Learning Representations (ICLR) (2021)
Huang, Q., He, H., Singh, A., Lim, S., Benson, A.R.: Combining label propagation and simple models out-performs graph neural networks. In: International Confer- ence on Learning Representations (ICLR) (2021)
work page 2021
-
[17]
In: Advances in Neural Information Processing Systems (NeurIPS)
Huang, S., Song, Y., Zhou, J., Lin, Z.: Cluster-wise graph transformer with dual- granularity kernelized attention. In: Advances in Neural Information Processing Systems (NeurIPS). vol. 37 (2024)
work page 2024
-
[18]
In: International Conference on Learning Representations (ICLR) (2017)
Kipf, T.N., Welling, M.: Semi-supervised classification with graph convolutional networks. In: International Conference on Learning Representations (ICLR) (2017)
work page 2017
-
[19]
In: International Conference on Learning Representations (ICLR) (2019)
Klicpera, J., Bojchevski, A., G¨ unnemann, S.: Predict then propagate: Graph neural networks meet personalized pagerank. In: International Conference on Learning Representations (ICLR) (2019)
work page 2019
-
[20]
In: Advances in Neural Information Processing Systems (NeurIPS)
Li, W., Li, Q., Wu, X., Chen, H., He, Y., Zhang, F., Pan, S.: Classic gnns are strong baselines: Reassessing gnns for node classification. In: Advances in Neural Information Processing Systems (NeurIPS). vol. 37 (2024)
work page 2024
-
[21]
In: Advances in Neural Information Processing Systems (NeurIPS)
Liu, M., Gao, H., Ji, S.: Towards deeper graph neural networks. In: Advances in Neural Information Processing Systems (NeurIPS). vol. 33, pp. 15775–15785 (2020)
work page 2020
-
[22]
In: International Conference on Learning Representations (ICLR) (2022)
Liu, Z., Zhou, K., Yang, F., Li, L., Chen, R., Hu, X.: Exact: Scalable graph neural networks training via extreme activation compression. In: International Conference on Learning Representations (ICLR) (2022)
work page 2022
-
[23]
In: IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)
Lu, Z., Yang, Y., Zhu, X., Liu, C., Song, Y.Z., Xiang, T.: Stochastic classifiers for unsupervised domain adaptation. In: IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR). pp. 9111–9120 (2020)
work page 2020
-
[24]
In: Advances in Neural Information Processing Systems (NeurIPS) (2025)
Luan, S., Zhang, X., Di, S., Shi, Z., Zhou, D., Chen, G.: Re-evaluating the ad- vancements of heterophilic graph learning. In: Advances in Neural Information Processing Systems (NeurIPS) (2025)
work page 2025
-
[25]
In: International Conference on Machine Learning (ICML)
Luo, Y., Wang, Z., Huang, Z., Baktashmotlagh, M.: Progressive graph learning for open-set domain adaptation. In: International Conference on Machine Learning (ICML). pp. 6468–6478. PMLR (2020)
work page 2020
-
[26]
In: Advances in Neural Information Processing Systems (NeurIPS) (2023)
Platonov, O., Kuznedelev, D., Babenko, A., Prokhorenkova, L.: Characterizing graph datasets for node classification: Homophily-heterophily dichotomy and be- yond. In: Advances in Neural Information Processing Systems (NeurIPS) (2023)
work page 2023
-
[27]
Transactions on Machine Learning Research (2024)
Sato, R.: Training-free graph neural networks and the power of labels as features. Transactions on Machine Learning Research (2024)
work page 2024
-
[28]
In: Advances in Neural Information Processing Systems (NeurIPS) (2024)
Sun, J., Yang, C., Ji, X., Huang, Q., Wang, S.: Towards dynamic message pass- ing on graphs. In: Advances in Neural Information Processing Systems (NeurIPS) (2024)
work page 2024
-
[29]
Tian, H., Chen, Y., Wang, X., Chen, J., Li, H., Wang, Z.: Mind the gap between prototypes and images in cross-domain finetuning. vol. 37 (2024)
work page 2024
-
[30]
Veliˇ ckovi´ c, P., Cucurull, G., Casanova, A., Romero, A., Li` o, P., Bengio, Y.: Graph attention networks. In: International Conference on Learning Representations (ICLR) (2018) 16 Yutong Shen*, Ruizhe Xia, Jingyi Liu, Yinqi Liu
work page 2018
-
[31]
Wang, H., Shi, C., Xu, C., Yan, S., Xie, R., Tang, P.: Enhancing homophily in heterogeneous graph contrastive learning via connection strength and multi-view self-expression. In: Proceedings of the 48th International ACM SIGIR Conference on Research and Development in Information Retrieval (SIGIR ’25) (2025)
work page 2025
-
[32]
In: Advances in Neural Information Processing Sys- tems (NeurIPS)
Wang, Y., Huang, W., Sun, F., Xu, T., Rong, Y., Huang, J.: Deep multimodal fusion by channel exchanging. In: Advances in Neural Information Processing Sys- tems (NeurIPS). vol. 34, pp. 193–205 (2021)
work page 2021
-
[33]
In: Proceedings of the ACM Web Conference (WWW)
Wei, T., Li, Z., Wang, Z., et al.: Dpar: Decoupled graph neural networks with node- level differential privacy. In: Proceedings of the ACM Web Conference (WWW). pp. 1170–1181 (2024)
work page 2024
-
[34]
In: International Conference on Machine Learning (ICML)
Wu, F., Souza, A., Zhang, T., Fifty, C., Yu, T., Weinberger, K.: Simplifying graph convolutional networks. In: International Conference on Machine Learning (ICML). pp. 6861–6871 (2019)
work page 2019
-
[35]
Yang, Z., Cohen, W.W., Salakhutdinov, R.: Revisiting semi-supervised learning with graph embeddings. In: ICML (2016)
work page 2016
-
[36]
In: International Conference on Machine Learning (ICML)
Yu, H., Wang, L., Wang, B., Liu, M., Yang, T., Ji, S.: Graphfm: Improving large- scale gnn training via feature momentum. In: International Conference on Machine Learning (ICML). pp. 25684–25701. PMLR (2022)
work page 2022
-
[37]
In: International Conference on Learning Representations (ICLR) (2025)
Zhang, S., Wang, H., Lin, J., Li, P., Liu, J., Wang, X.: Herofilter: Adaptive spec- tral graph filter for varying heterophilic relations. In: International Conference on Learning Representations (ICLR) (2025)
work page 2025
-
[38]
In: Advances in Neural Information Processing Systems (NeurIPS)
Zhao, T., Wang, X., Yang, X., Zhang, D., Sui, K., Jiang, Y.: Opengsl: A comprehen- sive benchmark for graph structure learning. In: Advances in Neural Information Processing Systems (NeurIPS). vol. 36 (2023)
work page 2023
-
[39]
Zhao, Y., Liu, Y., Li, S., Chen, Q., Zheng, Y., Pan, S.: Freegad: A training-free yet effective approach for graph anomaly detection. In: Proceedings of the 34th ACM International Conference on Information and Knowledge Management (CIKM) (2025)
work page 2025
-
[40]
In: Advances in Neural Information Processing Systems (NeurIPS)
Zhu, J., Yan, Y., Zhao, L., Heimann, M., Akoglu, L., Koutra, D.: Beyond homophily in graph neural networks: Current limitations and effective designs. In: Advances in Neural Information Processing Systems (NeurIPS). vol. 33, pp. 7793–7804 (2020)
work page 2020
-
[41]
Zhu, X., Ghahramani, Z.: Learning from labeled and unlabeled data with label propagation. Tech. rep., Carnegie Mellon University (2002), technical Report
work page 2002
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.