Cross-Resolution Semantic Learning for Graph Domain Adaptation

📅 2026-07-31
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This work addresses the negative transfer problem in graph domain adaptation caused by semantic resolution shift—where the most discriminative semantic regions differ between source and target domains across neighborhood scales. The paper formally characterizes this phenomenon for the first time and introduces CReSL, a Cross-resolution Semantic Learning framework. CReSL constructs a multi-resolution representation bank and achieves soft resolution alignment and instance-level adaptation through learnable resolution embeddings, an expert routing mechanism, cross-resolution prototype transfer, and target graph grafting. Extensive experiments demonstrate that CReSL consistently outperforms existing methods across multiple graph domain shift benchmarks, achieving state-of-the-art performance in most settings.
📝 Abstract
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.
Problem

Research questions and friction points this paper is trying to address.

Graph Domain Adaptation
Semantic Resolution Shift
Cross-Resolution Transfer
Propagation Resolution
Negative Transfer
Innovation

Methods, ideas, or system contributions that make the work stand out.

Cross-Resolution Semantic Learning
Graph Domain Adaptation
Semantic Resolution Shift
Prototype Transport
Multi-Resolution Representation
🔎 Similar Papers
2023-06-08International Conference on Machine LearningCitations: 43