Table of Contents
Fetching ...

Simplified PCNet with Robustness

Bingheng Li, Xuanting Xie, Haoxiang Lei, Ruiyi Fang, Zhao Kang

TL;DR

This paper simplifies the Poisson-Charlier Network (PCNet) and enhances its robustness, and validates the approach through semi-supervised learning tasks on various datasets representing both homophilic and heterophilic graphs.

Abstract

Graph Neural Networks (GNNs) have garnered significant attention for their success in learning the representation of homophilic or heterophilic graphs. However, they cannot generalize well to real-world graphs with different levels of homophily. In response, the Possion-Charlier Network (PCNet) \cite{li2024pc}, the previous work, allows graph representation to be learned from heterophily to homophily. Although PCNet alleviates the heterophily issue, there remain some challenges in further improving the efficacy and efficiency. In this paper, we simplify PCNet and enhance its robustness. We first extend the filter order to continuous values and reduce its parameters. Two variants with adaptive neighborhood sizes are implemented. Theoretical analysis shows our model's robustness to graph structure perturbations or adversarial attacks. We validate our approach through semi-supervised learning tasks on various datasets representing both homophilic and heterophilic graphs.

Simplified PCNet with Robustness

TL;DR

This paper simplifies the Poisson-Charlier Network (PCNet) and enhances its robustness, and validates the approach through semi-supervised learning tasks on various datasets representing both homophilic and heterophilic graphs.

Abstract

Graph Neural Networks (GNNs) have garnered significant attention for their success in learning the representation of homophilic or heterophilic graphs. However, they cannot generalize well to real-world graphs with different levels of homophily. In response, the Possion-Charlier Network (PCNet) \cite{li2024pc}, the previous work, allows graph representation to be learned from heterophily to homophily. Although PCNet alleviates the heterophily issue, there remain some challenges in further improving the efficacy and efficiency. In this paper, we simplify PCNet and enhance its robustness. We first extend the filter order to continuous values and reduce its parameters. Two variants with adaptive neighborhood sizes are implemented. Theoretical analysis shows our model's robustness to graph structure perturbations or adversarial attacks. We validate our approach through semi-supervised learning tasks on various datasets representing both homophilic and heterophilic graphs.
Paper Structure (19 sections, 1 theorem, 10 equations, 3 figures, 8 tables)

This paper contains 19 sections, 1 theorem, 10 equations, 3 figures, 8 tables.

Key Result

Theorem 1

Our method exhibits linear stability when applied to any GSO with a spectrum in the range of $[-1,1]$. Besides, it is more stable than existing polynomial filters.

Figures (3)

  • Figure 1: The classification accuracy on nodes with different homophilic degrees. SPCNet-$D$ gives a stable performance, while the performance of GCN varies considerably.
  • Figure 2: Classification accuracy on synthetic graphs.
  • Figure 3: The average node classification accuracy (%) with different perturb ratios.

Theorems & Definitions (3)

  • Definition 1
  • Theorem 1
  • proof