paper-with-me

Papers

Multi-source Unsupervised Domain Adaptation on Graphs with Transferability Modeling

2024-06-14 · Tianxiang Zhao, Dongsheng Luo, Xiang Zhang, Suhang Wang

In this paper, we tackle a new problem of \textit{multi-source unsupervised domain adaptation (MSUDA) for graphs}, where models trained on annotated source domains need to be transferred to the unsupervised target graph for node classification. Due to the discrepancy in distribution across domains, the key challenge is how to select good source instances and how to adapt the model. Diverse graph structures further complicate this problem, rendering previous MSUDA approaches less effective. In this work, we present the framework Selective Multi-source Adaptation for Graph ({\method}), with a graph-modeling-based domain selector, a sub-graph node selector, and a bi-level alignment objective for the adaptation. Concretely, to facilitate the identification of informative source data, the similarity across graphs is disentangled and measured with the transferability of a graph-modeling task set, and we use it as evidence for source domain selection. A node selector is further incorporated to capture the variation in transferability of nodes within the same source domain. To learn invariant features for adaptation, we align the target domain to selected source data both at the embedding space by minimizing the optimal transport distance and at the classification level by distilling the label function. Modules are explicitly learned to select informative source data and conduct the alignment in virtual training splits with a meta-learning strategy. Experimental results on five graph datasets show the effectiveness of the proposed method.

📄 PDF Abstract BibTeX arXiv:2406.10425

Code (0)

등록된 구현이 없습니다.

Tasks

Domain AdaptationMeta-LearningMulti-Source Unsupervised Domain AdaptationNode ClassificationUnsupervised Domain Adaptation

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Aggregate to Adapt: Node-Centric Aggregation for Multi-Source-Free Graph Domain Adaptation

2025-02-05 · Zhen Zhang, Bingsheng He

Unsupervised graph domain adaptation (UGDA) focuses on transferring knowledge from labeled source graph to unlabeled target graph under domain discrepancies. Most existing UGDA methods are designed to adapt information f…

Domain AdaptationGRAPH DOMAIN ADAPTATION

Bridging Source and Target Domains via Link Prediction for Unsupervised Domain Adaptation on Graphs

2025-05-29 · Yilong Wang, Tianxiang Zhao, Zongyu Wu, Suhang Wang

Graph neural networks (GNNs) have shown great ability for node classification on graphs. However, the success of GNNs relies on abundant labeled data, while obtaining high-quality labels is costly and challenging, especi…

Domain AdaptationLink PredictionNode ClassificationUnsupervised Domain Adaptation

Transferable Feature Learning on Graphs Across Visual Domains

2021-01-01 · Ronghang Zhu, Xiaodong Jiang, Jiasen Lu, Sheng Li

Unsupervised domain adaptation has attracted increasing attention in recent years, which adapts classifiers to an unlabeled target domain by exploiting a labeled source domain. To reduce discrepancy between source and ta…

Domain AdaptationUnsupervised Domain Adaptation

Unsupervised Domain Adaptation using Regularized Hyper-graph Matching

2018-05-22 · Debasmit Das, C. S. George Lee

Domain adaptation (DA) addresses the real-world image classification problem of discrepancy between training (source) and testing (target) data distributions. We propose an unsupervised DA method that considers the prese…

Domain AdaptationGraph Matchingimage-classificationImage Classification+2

Sample-to-Sample Correspondence for Unsupervised Domain Adaptation

2018-05-01 · Debasmit Das, C. S. George Lee

The assumption that training and testing samples are generated from the same distribution does not always hold for real-world machine-learning applications. The procedure of tackling this discrepancy between the training…

Domain AdaptationGeneral Classificationimage-classificationImage Classification+3