PALA: Class-Imbalanced Graph Domain Adaptation via Prototype-Anchored Learning and Alignment

Abstract

Graph domain adaptation is a key subfield of graph transfer learning that aims to bridge domain gaps by transferring knowledge from a label-rich source graph to an unlabeled target graph. However, most existing methods assume balanced labels in the source graph, which often fails in practice and leads to biased knowledge transfer. To address this, in this paper, we propose a prototype-anchored learning and alignment framework for class-imbalanced graph domain adaptation. Specifically, we incorporate pointwise node mutual information into the graph encoder to capture high-order topological proximity and learn generalized node representations. Leveraging this, we then introduce categorical prototypes with adversarial proto-instances for prototype-anchored learning and recalibration to represent the source graph under an imbalanced class distribution. Finally, we introduce a weighted prototype contrastive adaptation strategy that aligns target pseudo-labels with source prototypes to handle class imbalance during adaptation. Extensive experiments show that our PALA outperforms the state-of-the-art methods. Our code is available at https://github.com/maxin88scu/PALA.

Cite

Text

Ma et al. "PALA: Class-Imbalanced Graph Domain Adaptation via Prototype-Anchored Learning and Alignment." International Joint Conference on Artificial Intelligence, 2025. doi:10.24963/IJCAI.2025/356

Markdown

[Ma et al. "PALA: Class-Imbalanced Graph Domain Adaptation via Prototype-Anchored Learning and Alignment." International Joint Conference on Artificial Intelligence, 2025.](https://mlanthology.org/ijcai/2025/ma2025ijcai-pala/) doi:10.24963/IJCAI.2025/356

BibTeX

@inproceedings{ma2025ijcai-pala,
  title     = {{PALA: Class-Imbalanced Graph Domain Adaptation via Prototype-Anchored Learning and Alignment}},
  author    = {Ma, Xin and Wang, Yifan and Yi, Siyu and Ju, Wei and Wu, Bei and Qiao, Ziyue and Tang, Chenwei and Lv, Jiancheng},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2025},
  pages     = {3198-3207},
  doi       = {10.24963/IJCAI.2025/356},
  url       = {https://mlanthology.org/ijcai/2025/ma2025ijcai-pala/}
}