Graph-Relational Domain Adaptation
Existing domain adaptation methods tend to treat every domain equally and align them all perfectly. Such uniform alignment ignores topological structures among different domains; therefore it may be beneficial for nearby domains, but not necessarily for distant domains. In this work, we relax such uniform alignment by using a domain graph to encode domain adjacency, e.g., a graph of states in the US with each state as a domain and each edge indicating adjacency, thereby allowing domains to align flexibly based on the graph structure. We generalize the existing adversarial learning framework with a novel graph discriminator using encoding-conditioned graph embeddings. Theoretical analysis shows that at equilibrium, our method recovers classic domain adaptation when the graph is a clique, and achieves non-trivial alignment for other types of graphs. Empirical results show that our approach successfully generalizes uniform alignment, naturally incorporates domain information represented by graphs, and improves upon existing domain adaptation methods on both synthetic and real-world datasets. Code will soon be available at https://github.com/Wang-ML-Lab/GRDA.
Code (1)
Tasks
Domain AdaptationSimilar Papers 제목 키워드 기반
Partial Domain Adaptation Using Graph Convolutional Networks
Partial domain adaptation (PDA), in which we assume the target label space is included in the source label space, is a general version of standard domain adaptation. Since the target label space is unknown, the main chal…
Domain AdaptationPartial Domain AdaptationRethinking Feature Alignment in Generalist Graph Anomaly Detection: A Relational Fingerprint-based Approach
Generalist graph anomaly detection (GAD) aims to detect anomalies on unseen graphs without graph-specific retraining. Nevertheless, existing approaches primarily focus on aligning heterogeneous features across different …
Graph Anomaly DetectionRelation Matters: Foreground-aware Graph-based Relational Reasoning for Domain Adaptive Object Detection
Domain Adaptive Object Detection (DAOD) focuses on improving the generalization ability of object detectors via knowledge transfer. Recent advances in DAOD strive to change the emphasis of the adaptation process from glo…
Domain AdaptationGraph Attentionobject-detectionObject Detection+3Learning to Combine: Knowledge Aggregation for Multi-Source Domain Adaptation
Transferring knowledges learned from multiple source domains to target domain is a more practical and challenging task than conventional single-source domain adaptation. Furthermore, the increase of modalities brings mor…
Domain AdaptationMulti-Source Unsupervised Domain AdaptationWhat Makes a Desired Graph for Relational Deep Learning?
Relational deep learning (RDL) converts relational databases (RDBs) into heterogeneous graphs, but graphs derived directly from database schemas are often not well suited for how graph neural networks (GNNs) perform rela…
Relational Reasoning