paper-with-me

홈 › Papers

Fine-tuning Graph Neural Networks by Preserving Graph Generative Patterns

2023-12-21 · Yifei Sun, Qi Zhu, Yang Yang, Chunping Wang, Tianyu Fan, Jiajun Zhu, Lei Chen

Recently, the paradigm of pre-training and fine-tuning graph neural networks has been intensively studied and applied in a wide range of graph mining tasks. Its success is generally attributed to the structural consistency between pre-training and downstream datasets, which, however, does not hold in many real-world scenarios. Existing works have shown that the structural divergence between pre-training and downstream graphs significantly limits the transferability when using the vanilla fine-tuning strategy. This divergence leads to model overfitting on pre-training graphs and causes difficulties in capturing the structural properties of the downstream graphs. In this paper, we identify the fundamental cause of structural divergence as the discrepancy of generative patterns between the pre-training and downstream graphs. Furthermore, we propose G-Tuning to preserve the generative patterns of downstream graphs. Given a downstream graph G, the core idea is to tune the pre-trained GNN so that it can reconstruct the generative patterns of G, the graphon W. However, the exact reconstruction of a graphon is known to be computationally expensive. To overcome this challenge, we provide a theoretical analysis that establishes the existence of a set of alternative graphons called graphon bases for any given graphon. By utilizing a linear combination of these graphon bases, we can efficiently approximate W. This theoretical finding forms the basis of our proposed model, as it enables effective learning of the graphon bases and their associated coefficients. Compared with existing algorithms, G-Tuning demonstrates an average improvement of 0.5% and 2.6% on in-domain and out-of-domain transfer learning experiments, respectively.

📄 PDF Abstract BibTeX arXiv:2312.13583

Code (1)

zjunet/G-Tuning 공식 구현 pytorch

Tasks

Graph ClassificationGraph LearningGraph MiningGraph Neural NetworkTransfer Learning

Methods 이 논문이 사용한 방법론

Discriminative Fine-Tuning Discriminative Fine-Tuning is a fine-tuning strategy that is used for ULMFiT type models. Instead of using the same learning rate…
Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Generative approach to unsupervised deep local learning

2019-06-19 · Changlu Chen, Chaoxi Niu, Xia Zhan, Kun Zhan

Most existing feature learning methods optimize inflexible handcrafted features and the affinity matrix is constructed by shallow linear embedding methods. Different from these conventional methods, we pretrain a generat…

Decoder

GRAVER: Generative Graph Vocabularies for Robust Graph Foundation Models Fine-tuning

2025-11-05 · Haonan Yuan, Qingyun Sun, Junhua Shi, Xingcheng Fu 외 arxiv

Inspired by the remarkable success of foundation models in language and vision, Graph Foundation Models (GFMs) hold significant promise for broad applicability across diverse graph tasks and domains. However, existing GF…

Graph ClassificationGraph Similarity

GIN-Graph: A Generative Interpretation Network for Model-Level Explanation of Graph Neural Networks

2025-03-08 · Xiao Yue, Guangzhi Qu, Lige Gan

One significant challenge of exploiting Graph neural networks (GNNs) in real-life scenarios is that they are always treated as black boxes, therefore leading to the requirement of interpretability. Model-level interpreta…

p-Laplacian Adaptation for Generative Pre-trained Vision-Language Models

2023-12-17 · Haoyuan Wu, Xinyun Zhang, Peng Xu, Peiyu Liao 외

Vision-Language models (VLMs) pre-trained on large corpora have demonstrated notable success across a range of downstream tasks. In light of the rapidly increasing size of pre-trained VLMs, parameter-efficient transfer l…

Image CaptioningQuestion AnsweringTransfer LearningVisual Entailment+1

Behavioral Mode Discovery for Fine-tuning Multimodal Generative Policies

2026-05-12 · Alberta Longhini, David Emukpere, Jean-Michel Renders, Seungsu Kim arxiv

We address the problem of fine-tuning pre-trained generative policies with reinforcement learning (RL) while preserving the multimodality of their action distributions. Existing methods for RL fine-tuning of generative p…

Reinforcement Learning