FIARSE: Model-Heterogeneous Federated Learning via Importance-Aware Submodel Extraction
Feijie Wu, Xingchen Wang, Yaqing Wang, Tianci Liu, Lu Su, Jing Gao
TL;DR
FIARSE addresses computation heterogeneity in federated learning by extracting client-specific submodels whose important parameters are implied by their magnitudes. It introduces Threshold-Controlled Biased Gradient Descent (TCB-GD) and magnitude-based submodel construction to train and aggregate across heterogeneous clients without maintaining per-parameter importance scores, achieving a convergence rate of $O(1/\sqrt{T})$ under standard non-convex assumptions. The approach supports partial participation, maintains log-scale memory efficiency, and demonstrates superior local and global accuracy across CIFAR-10/100 and AGNews with ResNet-18 and RoBERTa-base. The results suggest FIARSE can effectively deploy FL in real-world, resource-constrained environments while eliminating reliance on public data and extensive per-parameter storage.
Abstract
In federated learning (FL), accommodating clients' varied computational capacities poses a challenge, often limiting the participation of those with constrained resources in global model training. To address this issue, the concept of model heterogeneity through submodel extraction has emerged, offering a tailored solution that aligns the model's complexity with each client's computational capacity. In this work, we propose Federated Importance-Aware Submodel Extraction (FIARSE), a novel approach that dynamically adjusts submodels based on the importance of model parameters, thereby overcoming the limitations of previous static and dynamic submodel extraction methods. Compared to existing works, the proposed method offers a theoretical foundation for the submodel extraction and eliminates the need for additional information beyond the model parameters themselves to determine parameter importance, significantly reducing the overhead on clients. Extensive experiments are conducted on various datasets to showcase the superior performance of the proposed FIARSE.
