Daily Tech Briefing
AI 科技速览

每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。

AI 快讯
arXiv Machine Learning · 2026/7/31 12:52:10

Cross-Resolution Semantic Learning for Graph Domain Adaptation

AI 中文解读
核心亮点:这项研究让AI在“翻译”不同网络结构时,不再死板地一一对应,而是学会灵活匹配,大幅提升知识迁移的准确率。 通俗解读:想象两个社交网络,一个用户密集,一个稀疏。AI要在一个网络上学到的用户分类经验,用到另一个网络上。以前的做法是强行把两个网络的“邻居范围”对应起来,但往往对不上号,效果反而变差。新方法CReSL让AI先构建多个不同“视野范围”的分析层,再根据两个网络各自的特点,自动找出最匹配的层级组合,像是给每个“知识”找到了最合适的“翻译官”。它还会根据未标记数据的置信度,动态调整迁移策略,避免“帮倒忙”。 实际影响:这项技术能帮助企业在缺乏标注数据的领域应用AI。比如,把电商平台成熟的风控模型,迁移到新的小众平台,或让医疗AI在数据标准不一的医院间共享诊断经验。普通用户未来能享受到更精准的推荐、更可靠的风险识别,而企业则能省下大量人工标注数据的成本,加快AI落地速度。
Graph Domain Adaptation (GDA) transfers predictive knowledge from labeled source graphs to unlabeled target graphs under distribution shift. Existing methods align representations or regularize graph structures, but do not explicitly model how class-discriminative knowledge learned at different source neighborhood ranges should be routed across target ranges. We call the neighborhood range encoded by a graph representation its propagation resolution and define semantic resolution shift as a cross-domain change in the propagation resolutions at which class-discriminative evidence is strongest. Such shifts can make fixed same-resolution pairing suboptimal and increase the risk of negative transfer. To address this issue, we propose Cross-Resolution Semantic Learning (CReSL), a GDA method that learns soft sourceto-target resolution correspondence from cross-domain class structure. First, CReSL constructs a multi-resolution representation bank using a shared Graph Neural Network and learnable resolution embeddings, with a resolution-indexed expert for each source resolution. Second, CReSL introduces Cross-Resolution Prototype Transport, which constructs class-resolution prototypes from source labels and soft target posteriors and converts cross-domain prototype discrepancies into expert-specific routing over target resolutions. Third, CReSL introduces Cross-Resolution Target Grafting, which constructs posterior-weighted target-to-source prototype displacements and enforces correspondence-weighted prediction consistency for instance-level adaptation under class uncertainty. Extensive experiments on graph benchmarks under diverse domain shifts show that CReSL outperforms strong representative baselines across most settings.
分享
阅读原文