LGApr 13

Unified Graph Prompt Learning via Low-Rank Graph Message Prompting

arXiv:2604.1125760.3h-index: 9
AI Analysis

For researchers in graph neural network fine-tuning, this work provides a unified prompting approach that outperforms existing component-specific methods, though it is an incremental improvement over existing GDP paradigms.

The paper addresses the lack of a unified prompt method for all graph components in graph fine-tuning. It proposes Low-Rank GMP (LR-GMP), which uses low-rank prompt representation to prompt all graph components simultaneously, achieving superior generalization and robustness on diverse downstream tasks.

Graph Data Prompt (GDP), which introduces specific prompts in graph data for efficiently adapting pre-trained GNNs, has become a mainstream approach to graph fine-tuning learning problem. However, existing GDPs have been respectively designed for distinct graph component (e.g., node features, edge features, edge weights) and thus operate within limited prompt spaces for graph data. To the best of our knowledge, it still lacks a unified prompter suitable for targeting all graph components simultaneously. To address this challenge, in this paper, we first propose to reinterpret a wide range of existing GDPs from an aspect of Graph Message Prompt (GMP) paradigm. Based on GMP, we then introduce a novel graph prompt learning approach, termed Low-Rank GMP (LR-GMP), which leverages low-rank prompt representation to achieve an effective and compact graph prompt learning. Unlike traditional GDPs that target distinct graph components separately, LR-GMP concurrently performs prompting on all graph components in a unified manner, thereby achieving significantly superior generalization and robustness on diverse downstream tasks. Extensive experiments on several graph benchmark datasets demonstrate the effectiveness and advantages of our proposed LR-GMP.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes