arXiv:2412.11654cs.LGcs.AI2024-12AAAI被引 17

通过平滑目标图结构提升无监督图域适应效果

Smoothness Really Matters: A Simple Yet Effective Approach for Unsupervised Graph Domain Adaptation

  • 直接对目标图进行结构平滑,缓解节点嵌入偏差
  • 在三个真实数据集上六种场景下均超越现有方法
  • 适合处理结构差异大、标注稀缺的图数据迁移

无监督图域适应(UGDA)旨在通过将带标签源图的知识迁移到无标签目标图,缓解域间分布偏移。现有方法多关注图神经网络隐空间特征对齐,常忽视结构差异,导致在结构复杂的迁移场景中表现有限。由于图神经网络对局部结构敏感,源图与目标图间微小结构差异可能引发显著嵌入偏移,影响知识迁移效果。为此,本文提出目标域结构平滑(TDSS)方法,直接对目标图进行结构平滑,有效缓解结构分布偏移,保障节点表示一致性。通过结合平滑技术与邻域采样,TDSS在保持目标图结构连贯性的同时,避免过度平滑。理论分析表明,TDSS通过提升模型光滑性有效降低目标风险。在三个真实数据集上的实验证明,该方法在六种迁移场景中均优于最新基线,显著提升性能。代码已开源。

原文摘要 · Abstract (English)

Unsupervised Graph Domain Adaptation (UGDA) seeks to bridge distribution shifts between domains by transferring knowledge from labeled source graphs to given unlabeled target graphs. Existing UGDA methods primarily focus on aligning features in the latent space learned by graph neural networks (GNNs) across domains, often overlooking structural shifts, resulting in limited effectiveness when addressing structurally complex transfer scenarios. Given the sensitivity of GNNs to local structural features, even slight discrepancies between source and target graphs could lead to significant shifts in node embeddings, thereby reducing the effectiveness of knowledge transfer. To address this issue, we introduce a novel approach for UGDA called Target-Domain Structural Smoothing (TDSS). TDSS is a simple and effective method designed to perform structural smoothing directly on the target graph, thereby mitigating structural distribution shifts and ensuring the consistency of node representations. Specifically, by integrating smoothing techniques with neighborhood sampling, TDSS maintains the structural coherence of the target graph while mitigating the risk of over-smoothing. Our theoretical analysis shows that TDSS effectively reduces target risk by improving model smoothness. Empirical results on three real-world datasets demonstrate that TDSS outperforms recent state-of-the-art baselines, achieving significant improvements across six transfer scenarios. The code is available in https://github.com/cwei01/TDSS.

图神经网络域适应结构平滑

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。