paper-with-me

홈 › Papers

AdapterGNN: Parameter-Efficient Fine-Tuning Improves Generalization in GNNs

2023-04-19 · Shengrui Li, Xueting Han, Jing Bai

Fine-tuning pre-trained models has recently yielded remarkable performance gains in graph neural networks (GNNs). In addition to pre-training techniques, inspired by the latest work in the natural language fields, more recent work has shifted towards applying effective fine-tuning approaches, such as parameter-efficient fine-tuning (PEFT). However, given the substantial differences between GNNs and transformer-based models, applying such approaches directly to GNNs proved to be less effective. In this paper, we present a comprehensive comparison of PEFT techniques for GNNs and propose a novel PEFT method specifically designed for GNNs, called AdapterGNN. AdapterGNN preserves the knowledge of the large pre-trained model and leverages highly expressive adapters for GNNs, which can adapt to downstream tasks effectively with only a few parameters, while also improving the model's generalization ability. Extensive experiments show that AdapterGNN achieves higher performance than other PEFT methods and is the only one consistently surpassing full fine-tuning (outperforming it by 1.6% and 5.7% in the chemistry and biology domains respectively, with only 5% and 4% of its parameters tuned) with lower generalization gaps. Moreover, we empirically show that a larger GNN model can have a worse generalization ability, which differs from the trend observed in large transformer-based models. Building upon this, we provide a theoretical justification for PEFT can improve generalization of GNNs by applying generalization bounds. Our code is available at https://github.com/Lucius-lsr/AdapterGNN.

📄 PDF Abstract BibTeX arXiv:2304.09595

Code (1)

lucius-lsr/adaptergnn 공식 구현 pytorch

Tasks

Generalization Boundsparameter-efficient fine-tuning

Similar Papers 제목 키워드 기반

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

2025-11-24 · Bo Jiang, Weijun Zhao, Beibei Wang, Xiao Wang 외 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 (ter…

Graph Learning

Two-stage LLM Fine-tuning with Less Specialization and More Generalization

2022-11-01 · Yihan Wang, Si Si, Daliang Li, Michal Lukasik 외

Pretrained large language models (LLMs) are general purpose problem solvers applicable to a diverse set of tasks with prompts. They can be further improved towards a specific task by fine-tuning on a specialized dataset.…

Binary ClassificationDomain GeneralizationFew-Shot LearningIn-Context Learning+3

Curvature Tuning: Provable Training-free Model Steering From a Single Parameter

2025-02-11 · Leyang Hu, Randall Balestriero

The scaling of model size and data size has reshaped the paradigm of AI. As a result, the common protocol to leverage the latest models is to steer them towards a specific downstream task of interest through {\em fine-tu…

PACE: Marrying generalization in PArameter-efficient fine-tuning with Consistency rEgularization

2024-09-25 · Yao Ni, Shan Zhang, Piotr Koniusz

Parameter-Efficient Fine-Tuning (PEFT) effectively adapts pre-trained transformers to downstream tasks. However, the optimization of tasks performance often comes at the cost of generalizability in fine-tuned models. To …

8kDomain AdaptationFew-Shot LearningMathematical Reasoning+3

Generalization from Low- to Moderate-Resolution Spectra with Neural Networks for Stellar Parameter Estimation: A Case Study with DESI

2026-02-16 · Xiaosheng Zhao, Yuan-Sen Ting, Rosemary F. G. Wyse, Alexander S. Szalay 외 arxiv

Cross-survey generalization is a critical challenge in stellar spectral analysis, particularly in cases such as transferring from low- to moderate-resolution surveys. We investigate this problem using pre-trained models,…