paper-with-me

홈 › Papers

Graph-Relational Domain Adaptation

2022-02-08 · ICLR 2022 4 · Zihao Xu, Hao He, Guang-He Lee, Yuyang Wang, Hao Wang

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.

📄 PDF Abstract BibTeX arXiv:2202.03628

Code (1)

wang-ml-lab/grda 공식 구현 pytorch

Tasks

Domain Adaptation

Similar Papers 제목 키워드 기반

Partial Domain Adaptation Using Graph Convolutional Networks

2020-05-16 · Seunghan Yang, Youngeun Kim, Dongki Jung, Changick Kim

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 Adaptation

Rethinking Feature Alignment in Generalist Graph Anomaly Detection: A Relational Fingerprint-based Approach

2026-05-25 · Yujing Liu, Yixin Liu, Yu Zheng, Alan Wee-Chung Liew 외 arxiv

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 Detection

Relation Matters: Foreground-aware Graph-based Relational Reasoning for Domain Adaptive Object Detection

2022-06-06 · Chaoqi Chen, Jiongcheng Li, Hong-Yu Zhou, Xiaoguang Han 외

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+3

Learning to Combine: Knowledge Aggregation for Multi-Source Domain Adaptation

2020-07-17 · ECCV 2020 8 · Hang Wang, Minghao Xu, Bingbing Ni, Wenjun Zhang

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 Adaptation

What Makes a Desired Graph for Relational Deep Learning?

2026-06-07 · Yao Cheng, Siqiang Luo arxiv

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