Bridging Domain Adaptation and Graph Neural Networks: A Tensor-Based Framework for Effective Label Propagation
Tao Wen, Elynn Chen, Yuzhou Chen, Qi Lei
TL;DR
This work tackles the challenge of transferring graph classifications across domains by proposing LP-TGNN, a tensor-based framework that fuses holistic graph representations with domain adaptation. It combines a Graph Convolutional Branch and a Topological Learning Branch through a Tensor Transformation Layer, enabling effective integration of structural and topological information. Label propagation with pseudo-labels and a FixMatch-style consistency loss regularizes cross-domain predictions, improving transferability without imposing strict domain-invariant constraints. Empirical results across multiple graph benchmarks show LP-TGNN and its ablations outperform baselines, underscoring the value of multi-modal graph representations and topology-aware propagation for domain-adaptive graph classification.
Abstract
Graph Neural Networks (GNNs) have recently become the predominant tools for studying graph data. Despite state-of-the-art performance on graph classification tasks, GNNs are overwhelmingly trained in a single domain under supervision, thus necessitating a prohibitively high demand for labels and resulting in poorly transferable representations. To address this challenge, we propose the Label-Propagation Tensor Graph Neural Network (LP-TGNN) framework to bridge the gap between graph data and traditional domain adaptation methods. It extracts graph topological information holistically with a tensor architecture and then reduces domain discrepancy through label propagation. It is readily compatible with general GNNs and domain adaptation techniques with minimal adjustment through pseudo-labeling. Experiments on various real-world benchmarks show that our LP-TGNN outperforms baselines by a notable margin. We also validate and analyze each component of the proposed framework in the ablation study.
