Low-pass Personalized Subgraph Federated Recommendation
Wooseok Sim, Hogun Park

TL;DR
This paper introduces LPSFed, a federated recommendation system that uses spectral graph filtering and bias correction to handle structural imbalance across client subgraphs, improving accuracy and robustness.
Contribution
The paper proposes a novel spectral filtering approach with low-pass graph Fourier transforms and a bias-aware margin to address subgraph imbalance in federated recommendation systems.
Findings
LPSFed outperforms existing methods on five real-world datasets.
It achieves higher recommendation accuracy and robustness.
Theoretical analysis supports the effectiveness of spectral filtering.
Abstract
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…
Peer Reviews
Decision·ICLR 2026 Poster
- Clear and coherent framework integrating personalization and debiasing. - Sound theoretical motivation for spectral similarity and low-pass regularization. - Strong empirical results across multiple datasets and settings. - Effective ablation studies confirming each module’s contribution.
- Novelty is incremental; relies heavily on previous spectral FL ideas. - Theoretical assumptions may not align with real-world bipartite graphs. - Ambiguity in privacy handling (what information the server receives). - Sensitivity to anchor graph design and data partitioning not deeply analyzed.
The authors provide a well-motivated spectral view and lots of theoretical analysis. The qualitative tests show advantageous performance with discussions on robustness, completed by the ablation study of model components and hyperparameter analysis. The limitation of reliance on spectral computations is acknowledged.
1. Although the motivation of selected algorithms and theories are well motivated, the work seems to be a nice combination of existing proposals applied to this specific challenge, i.e., subgraph structural imbalance. This is not to undermine the effort and importance of such combination, but the novelty by itself is thus unavoidably limited. 2. As acknowledged by the authors in the appendix, the reliance on spectral computations raises the computation burden, I'd like to see if authors can pro
1. The paper offers a novel perspective by applying low-pass spectral filtering to mitigate structural imbalance in federated recommendation. The combination of spectral graph modeling and bias-aware optimization is original and novel. 2. The approach is conceptually clear. The appendix adds useful details on complexity analysis and spectral properties, improving transparency and reproducibility. 3. The study investigates an important but relatively underexplored problem in federated recommend
1. The core method of the paper is not sufficiently explained. The authors propose decomposing the embedding layer to generate a low-pass convolution kernel distribution k, which is then used for similarity comparison. However, the paper does not clarify why this specific k is chosen or why it is appropriate for measuring similarity. A more thorough discussion of both the theoretical and empirical reasoning behind this design would help readers understand its advantages over alternative approach
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRecommender Systems and Techniques · Advanced Graph Neural Networks · Privacy-Preserving Technologies in Data
