paper-with-me

홈 › Papers

SA-GDA: Spectral Augmentation for Graph Domain Adaptation

2024-08-17 · Jinhui Pang, Zixuan Wang, Jiliang Tang, Mingyan Xiao, Nan Yin

Graph neural networks (GNNs) have achieved impressive impressions for graph-related tasks. However, most GNNs are primarily studied under the cases of signal domain with supervised training, which requires abundant task-specific labels and is difficult to transfer to other domains. There are few works focused on domain adaptation for graph node classification. They mainly focused on aligning the feature space of the source and target domains, without considering the feature alignment between different categories, which may lead to confusion of classification in the target domain. However, due to the scarcity of labels of the target domain, we cannot directly perform effective alignment of categories from different domains, which makes the problem more challenging. In this paper, we present the \textit{Spectral Augmentation for Graph Domain Adaptation (\method{})} for graph node classification. First, we observe that nodes with the same category in different domains exhibit similar characteristics in the spectral domain, while different classes are quite different. Following the observation, we align the category feature space of different domains in the spectral domain instead of aligning the whole features space, and we theoretical proof the stability of proposed \method{}. Then, we develop a dual graph convolutional network to jointly exploits local and global consistency for feature aggregation. Last, we utilize a domain classifier with an adversarial learning submodule to facilitate knowledge transfer between different domain graphs. Experimental results on a variety of publicly available datasets reveal the effectiveness of our \method{}.

📄 PDF Abstract BibTeX arXiv:2408.09189

Code (0)

등록된 구현이 없습니다.

Tasks

Domain AdaptationGRAPH DOMAIN ADAPTATIONNode ClassificationTransfer Learning

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 제목 키워드 기반

SPA++: Generalized Graph Spectral Alignment for Versatile Domain Adaptation

2025-08-07 · Zhiqing Xiao, Haobo Wang, Xu Lu, Wentao Ye 외 arxiv

Domain Adaptation (DA) aims to transfer knowledge from a labeled source domain to an unlabeled or sparsely labeled target domain under domain shifts. Most prior works focus on capturing the inter-domain transferability b…

Data AugmentationDomain Adaptation

SF(DA)$^2$: Source-free Domain Adaptation Through the Lens of Data Augmentation

2024-03-16 · Uiwon Hwang, Jonghyun Lee, Juhyeon Shin, Sungroh Yoon

In the face of the deep learning model's vulnerability to domain shift, source-free domain adaptation (SFDA) methods have been proposed to adapt models to new, unseen target domains without requiring access to source dom…

Data AugmentationDisentanglementDomain AdaptationSource-Free Domain Adaptation+1

Spectral Augmentation for Self-Supervised Learning on Graphs

2022-10-02 · Lu Lin, Jinghui Chen, Hongning Wang

Graph contrastive learning (GCL), as an emerging self-supervised learning technique on graphs, aims to learn representations via instance discrimination. Its performance heavily relies on graph augmentation to reflect in…

Contrastive LearningNode ClassificationRepresentation LearningSelf-Supervised Learning+1

3D Test-time Adaptation via Graph Spectral Driven Point Shift

2025-07-24 · Xin Wei, Qin Yang, Yijie Fang, Mingrui Zhu 외 arxiv

While test-time adaptation (TTA) methods effectively address domain shifts by dynamically adapting pre-trained models to target domain data during online inference, their application to 3D point clouds is hindered by the…

3D Point Cloud ClassificationTest-time AdaptationPoint Clouds

AS-GCL: Asymmetric Spectral Augmentation on Graph Contrastive Learning

2025-02-19 · Ruyue Liu, Rong Yin, Yong liu, Xiaoshuai Hao 외

Graph Contrastive Learning (GCL) has emerged as the foremost approach for self-supervised learning on graph-structured data. GCL reduces reliance on labeled data by learning robust representations from various augmented …

Contrastive LearningData AugmentationSelf-Supervised Learning