Fast Graph Sharpness-Aware Minimization for Enhancing and Accelerating Few-Shot Node Classification
Yihong Luo, Yuhan Chen, Siya Qiu, Yiwei Wang, Chen Zhang, Yan Zhou,, Xiaochun Cao, Jing Tang

TL;DR
This paper introduces FGSAM, a fast and efficient variant of Sharpness-Aware Minimization tailored for Graph Neural Networks, significantly improving few-shot node classification and heterophilic graph tasks by enhancing generalization with lower computational costs.
Contribution
We propose FGSAM, a novel algorithm combining GNNs and MLPs for efficient sharpness-aware minimization, reducing computational costs while improving generalization in few-shot node classification.
Findings
FGSAM outperforms standard SAM in FSNC tasks.
FGSAM+ achieves faster optimization than the base optimizer.
Method shows competitive results on heterophilic graphs.
Abstract
Graph Neural Networks (GNNs) have shown superior performance in node classification. However, GNNs perform poorly in the Few-Shot Node Classification (FSNC) task that requires robust generalization to make accurate predictions for unseen classes with limited labels. To tackle the challenge, we propose the integration of Sharpness-Aware Minimization (SAM)--a technique designed to enhance model generalization by finding a flat minimum of the loss landscape--into GNN training. The standard SAM approach, however, consists of two forward-backward steps in each training iteration, doubling the computational cost compared to the base optimizer (e.g., Adam). To mitigate this drawback, we introduce a novel algorithm, Fast Graph Sharpness-Aware Minimization (FGSAM), that integrates the rapid training of Multi-Layer Perceptrons (MLPs) with the superior performance of GNNs. Specifically, we utilize…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsAdvanced Computing and Algorithms · Brain Tumor Detection and Classification · Advanced Image and Video Retrieval Techniques
MethodsSegment Anything Model · Sharpness-Aware Minimization · Balanced Selection
