🤖 AI Summary
This work addresses the negative transfer caused by anomalous nodes in the source graph within unsupervised graph domain adaptation. To mitigate this issue, the authors propose SNIP, a model-agnostic, data-level refinement framework that shifts the paradigm from feature alignment to data curation. SNIP innovatively integrates multiple centrality measures to evaluate the influence of source nodes on the target domain, introduces an influence scoring and rank-normalization mechanism, and selectively prunes structurally incompatible nodes to construct a refined sub-source graph better suited for cross-domain alignment. Extensive experiments across five real-world datasets and eight transfer scenarios demonstrate that SNIP consistently outperforms existing baselines, validating the effectiveness and generality of selectively leveraging source nodes.
📝 Abstract
Unsupervised Graph Domain Adaptation (UGDA) aims to facilitate knowledge transfer from a labeled source graph to an unlabeled target graph by mitigating cross-domain distribution shifts. Existing methods primarily focus on node-level feature alignment in latent spaces, relying on the implicit assumption that all source nodes contribute positively to the alignment. However, this assumption often fails because a node's semantic information is intrinsically coupled with its topological graph structure. Due to structural shifts, source nodes with severe structural deviations (e.g., structural outliers) lack semantic counterparts in the target graph, and forcing alignment on them introduces severe noise and causes negative transfer. To bridge this gap, we argue that selective source node utilization is superior to full-graph training, thereby shifting the research paradigm from feature-level alignment to data-level refinement. To this end, we propose Source Node Influence Pruning (SNIP), a novel model-agnostic, data-centric refinement framework. Specifically, SNIP quantifies the structural discrepancy between individual source nodes and the target domain by integrating multiple centrality measures, assigning each source node an influence score. A rank-based normalization mechanism is further employed to eliminate scale variations across different measures, allowing SNIP to effectively identify and filter out structurally incompatible nodes with low influence scores. As a plug-and-play method, SNIP constructs a refined "sub-source" graph that is inherently more beneficial for subsequent alignment. Comprehensive experiments across eight transfer scenarios on five real-world datasets demonstrate that SNIP consistently outperforms competitive baselines and significantly enhances adaptation performance, validating the superiority of selective node utilization over full-graph training.