paper-with-me

홈 › Papers

Robust and Generalizable GNN Fine-Tuning via Uncertainty-aware Adapter Learning

2025-11-24 · Bo Jiang, Weijun Zhao, Beibei Wang, Xiao Wang, Jin Tang arxiv

Recently, fine-tuning large-scale pre-trained GNNs has yielded remarkable attention in adapting pre-trained GNN models for downstream graph learning tasks. One representative fine-tuning method is to exploit adapter (termed AdapterGNN) which aims to 'augment' the pre-trained model by inserting a lightweight module to make the 'augmented' model better adapt to the downstream tasks. However, graph data may contain various types of noise in downstream tasks, such as noisy edges and ambiguous node attributes. Existing AdapterGNNs are often prone to graph noise and exhibit limited generalizability. How to enhance the robustness and generalization ability of GNNs' fine tuning remains an open problem. In this paper, we show that the above problem can be well addressed by integrating uncertainty learning into the GNN adapter. We propose the Uncertainty-aware Adapter (UAdapterGNN) that fortifies pre-trained GNN models against noisy graph data in the fine-tuning process. Specifically, in contrast to regular AdapterGNN, our UAdapterGNN exploits Gaussian probabilistic adapter to augment the pre-trained GNN model. In this way, when the graph contains various noises,our method can automatically absorb the effects of changes in the variances of the Gaussian distribution, thereby significantly enhancing the model's robustness. Also, UAdapterGNN can further improve the generalization ability of the model on the downstream tasks. Extensive experiments on several benchmarks demonstrate the effectiveness, robustness and high generalization ability of the proposed UAdapterGNN method.

📄 PDF Abstract BibTeX arXiv:2511.18859

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Learning

Similar Papers 제목 키워드 기반

DeepFake-Adapter: Dual-Level Adapter for DeepFake Detection

2023-06-01 · Rui Shao, Tianxing Wu, Liqiang Nie, Ziwei Liu

Existing deepfake detection methods fail to generalize well to unseen or degraded samples, which can be attributed to the over-fitting of low-level forgery patterns. Here we argue that high-level semantics are also indis…

DeepFake DetectionFace Swapping

Uncertainty-Aware Adapter: Adapting Segment Anything Model (SAM) for Ambiguous Medical Image Segmentation

2024-03-16 · Mingzhou Jiang, Jiaying Zhou, Junde Wu, Tianyang Wang 외

The Segment Anything Model (SAM) gained significant success in natural image segmentation, and many methods have tried to fine-tune it to medical image segmentation. An efficient way to do so is by using Adapters, specia…

Image SegmentationMedical Image SegmentationOptic Cup SegmentationSegmentation+1

BayesAdapter: Being Bayesian, Inexpensively and Robustly, via Bayesian Fine-tuning

2020-09-28 · Zhijie Deng, Xiao Yang, Hao Zhang, Yinpeng Dong 외

Despite their theoretical appealingness, Bayesian neural networks (BNNs) are falling far behind in terms of adoption in real-world applications compared with normal NNs, mainly due to their limited scalability in trainin…

Uncertainty QuantificationVariational Inference

Vision Transformer Adapters for Generalizable Multitask Learning

2023-08-23 · ICCV 2023 1 · Deblina Bhattacharjee, Sabine Süsstrunk, Mathieu Salzmann

We introduce the first multitasking vision transformer adapters that learn generalizable task affinities which can be applied to novel tasks and domains. Integrated into an off-the-shelf vision transformer backbone, our …

Domain AdaptationUnsupervised Domain Adaptation

GP-Adapter: Gaussian Process CLIP-Adapter for Few-Shot Out-of-Distribution Detection

2026-06-05 · Taisei Saito, Koretaka Ogata, Takafumi Hiroi arxiv

We propose GP-Adapter, a training-free framework that augments CLIP (Contrastive Language-Image Pre-training) with Gaussian Process (GP) uncertainty modeling for few-shot classification and out-of-distribution (OOD) dete…

Out-of-Distribution Detection