Dual Prototype-Enhanced Contrastive Framework for Class-Imbalanced Graph Domain Adaptation

Xiao Luo (UCLA) · Yifan Wang (Tsinghua University, Tsinghua University) · Xin Ma (Sichuan University) · Siyu Yi (Sichuan University) · Wei Ju (Sichuan University) · Junyu Luo (Peking University) · Yusheng Zhao (Peking University) · Jiancheng Lv (Machine Intelligence Laboratory College of Computer Science, Sichuan University)
class alignmentclass-imbalanced adaptationclass-specific prototypescontrastive learningdomain discrepanciesdomain distribution shiftsdual-branch prototype-enhanced frameworkexperimental resultsgraph encodergraph transfer learningknowledge transferlabel imbalancelocal and global informationpseudo-labelssemantic alignmentunsupervised domain adaptation

Graph transfer learning, especially in unsupervised domain adaptation, aims to transfer knowledge from a label-abundant source graph to an unlabeled target graph. However, most existing approaches overlook the common issue of label imbalance in the source domain, typically assuming a balanced label distribution that rarely holds in practice. Moreover, they face challenges arising from biased knowledge in the source graph and substantial domain distribution shifts. To remedy the above challenges, we propose a dual-branch prototype-enhanced contrastive framework for class-imbalanced graph domain adaptation in this paper. Specifically, we introduce a dual-branch graph encoder to capture both local and global information, generating class-specific prototypes from a distilled anchor set. Then, a prototype-enhanced contrastive learning framework is introduced. On the one hand, we encourage class alignment between the two branches based on constructed prototypes to alleviate the bias introduced by class imbalance. On the other hand, we infer the pseudo-labels for the target domain and align sample pairs across domains that share similar semantics to reduce domain discrepancies. Experimental results show that our ImGDA outperforms the state-of-the-art methods across multiple datasets and settings. The code is available at: https://github.com/maxin88scu/ImGDA.