# Curriculum Guided Personalized Subgraph Federated Learning

**Authors:** Minku Kang, Hogun Park

arXiv: 2509.00402 · 2026-03-23

## TL;DR

This paper introduces CUFL, a novel federated learning framework for subgraph GNNs that uses curriculum learning and refined client similarity measures to enhance personalization and mitigate data heterogeneity issues.

## Contribution

CUFL combines curriculum learning with a new client similarity estimation method to improve personalized federated learning on subgraph data.

## Key findings

- CUFL outperforms baseline methods on six benchmark datasets.
- Curriculum learning prevents early overfitting to biased subgraph patterns.
- Refined similarity measures enhance client personalization.

## Abstract

Subgraph Federated Learning (FL) aims to train Graph Neural Networks (GNNs) across distributed private subgraphs, but it suffers from severe data heterogeneity. To mitigate data heterogeneity, weighted model aggregation personalizes each local GNN by assigning larger weights to parameters from clients with similar subgraph characteristics inferred from their current model states. However, the sparse and biased subgraphs often trigger rapid overfitting, causing the estimated client similarity matrix to stagnate or even collapse. As a result, aggregation loses effectiveness as clients reinforce their own biases instead of exploiting diverse knowledge otherwise available. To this end, we propose a novel personalized subgraph FL framework called Curriculum guided personalized sUbgraph Federated Learning (CUFL). On the client side, CUFL adopts Curriculum Learning (CL) that adaptively selects edges for training according to their reconstruction scores, exposing each GNN first to easier, generic cross-client substructures and only later to harder, client-specific ones. This paced exposure prevents early overfitting to biased patterns and enables gradual personalization. By regulating personalization, the curriculum also reshapes server aggregation from exchanging generic knowledge to propagating client-specific knowledge. Further, CUFL improves weighted aggregation by estimating client similarity using fine-grained structural indicators reconstructed on a random reference graph. Extensive experiments on six benchmark datasets confirm that CUFL achieves superior performance compared to relevant baselines. Code is available at https://github.com/Kang-Min-Ku/CUFL.git.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/2509.00402/full.md

## Figures

44 figures with captions in the complete paper: https://tomesphere.com/paper/2509.00402/full.md

## References

51 references — full list in the complete paper: https://tomesphere.com/paper/2509.00402/full.md

---
Source: https://tomesphere.com/paper/2509.00402