Localized Heat Kernel for Graph Neural Networks

Abstract

Graph Neural Networks (GNNs) with heat kernel effectively capture the smoothness of labels and features across nodes, preventing oscillations during propagation, and denoising the graph. However, existing models typically employ a global heat kernel, where the diffusion process depends on a single, uniform diffusion time, inevitably resulting in over-smoothing. Additionally, the global heat kernel struggles to handle heterophilic graphs, where nodes exhibit varying neighbor label distributions. To address the above issues, we extend the global heat kernel by a localized scale (i.e., node-level) and integrate it with graph convolution, yielding the Localized Heat Kernel for GNN (LHK-GNN). By adaptively adjusting the diffusion time for each node, our approach enables heat diffusion to accommodate local complexity on graph. Experiments demonstrate the effectiveness of LHK-GNN in mitigating over-smoothing and handling heterophilic graphs.

Cite

Text

Qin et al. "Localized Heat Kernel for Graph Neural Networks." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2025. doi:10.1007/978-3-032-05981-9_27

Markdown

[Qin et al. "Localized Heat Kernel for Graph Neural Networks." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2025.](https://mlanthology.org/ecmlpkdd/2025/qin2025ecmlpkdd-localized/) doi:10.1007/978-3-032-05981-9_27

BibTeX

@inproceedings{qin2025ecmlpkdd-localized,
  title     = {{Localized Heat Kernel for Graph Neural Networks}},
  author    = {Qin, Taoyang and Chen, Ke-Jia and Liu, Zheng},
  booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
  year      = {2025},
  pages     = {457-473},
  doi       = {10.1007/978-3-032-05981-9_27},
  url       = {https://mlanthology.org/ecmlpkdd/2025/qin2025ecmlpkdd-localized/}
}