English

Posterior Label Smoothing for Node Classification

Machine Learning 2026-02-02 v3 Artificial Intelligence

Abstract

Label smoothing is a widely studied regularization technique in machine learning. However, its potential for node classification in graph-structured data, spanning homophilic to heterophilic graphs, remains largely unexplored. We introduce posterior label smoothing, a novel method for transductive node classification that derives soft labels from a posterior distribution conditioned on neighborhood labels. The likelihood and prior distributions are estimated from the global statistics of the graph structure, allowing our approach to adapt naturally to various graph properties. We evaluate our method on 10 benchmark datasets using eight baseline models, demonstrating consistent improvements in classification accuracy. The following analysis demonstrates that soft labels mitigate overfitting during training, leading to better generalization performance, and that pseudo-labeling effectively refines the global label statistics of the graph. Our code is available at https://github.com/ml-postech/PosteL.

Keywords

Cite

@article{arxiv.2406.00410,
  title  = {Posterior Label Smoothing for Node Classification},
  author = {Jaeseung Heo and Moonjeong Park and Dongwoo Kim},
  journal= {arXiv preprint arXiv:2406.00410},
  year   = {2026}
}

Comments

Accepted by AAAI 2026

R2 v1 2026-06-28T16:49:33.156Z