Low-pass Personalized Subgraph Federated Recommendation
About
Federated Recommender Systems (FRS) preserve privacy by training decentralized models on client-specific user-item subgraphs without sharing raw data. However, FRS faces a unique challenge: subgraph structural imbalance, where drastic variations in subgraph scale (user/item counts) and connectivity (item degree) misalign client representations, making it challenging to train a robust model that respects each client's unique structural characteristics. To address this, we propose a Low-pass Personalized Subgraph Federated recommender system (LPSFed). LPSFed leverages graph Fourier transforms and low-pass spectral filtering to extract low-frequency structural signals that remain stable across subgraphs of varying size and degree, allowing robust personalized parameter updates guided by similarity to a neutral structural anchor. Additionally, we leverage a localized popularity bias-aware margin that captures item-degree imbalance within each subgraph and incorporates it into a personalized bias correction term to mitigate recommendation bias. Supported by theoretical analysis and validated on five real-world datasets, LPSFed achieves superior recommendation accuracy and enhances model robustness.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Recommendation | Gowalla (test) | Recall@200.1621 | 177 | |
| Recommendation | Amazon-Book (test) | Recall@200.0738 | 119 | |
| Recommendation | Yelp 2018 (test) | Recall@207.83 | 101 | |
| Recommendation | MovieLens 1M (test) | -- | 46 | |
| Personalized Federated Recommendation | Amazon-Book Large-Dense (15-client partition) | Recall@207.69 | 11 | |
| Personalized Federated Recommendation | Amazon-Book Medium-Balanced (15-client partition) | Recall@205.5 | 11 | |
| Personalized Federated Recommendation | Amazon-Book Small-Sparse (15-client partition) | Recall@203.31 | 11 | |
| Personalized Federated Recommendation | Amazon-Book Overall Averaged across all clients (15-client partition) | Recall@204.19 | 11 | |
| Recommendation | Amazon-Book (Balanced) | NDCG@20 (Tail)0.0063 | 11 | |
| Recommendation | Amazon-Book (Imbalanced) | NDCG@20 (Tail)0.78 | 11 |