🤖 AI Summary
This work addresses the adverse effects of both inter-client and intra-client heterogeneity on routing and prediction performance in federated learning by proposing the FedSPM framework. FedSPM is the first to jointly model this dual heterogeneity within routing-based federated learning, introducing a density-ratio-based semi-parametric mixture model that characterizes multiple latent components per client to separately model predictive and feature distributions. Cross-client information sharing is achieved through empirical likelihood estimation. The authors develop a provably convergent federated expectation-maximization algorithm to jointly optimize routing and prediction. Experimental results demonstrate that FedSPM significantly improves both routing accuracy and predictive performance on both synthetic and real-world medical datasets, validating its effectiveness in scenarios with dual heterogeneity.
📝 Abstract
Routing-prediction federated learning has emerged as a new paradigm that reframes inter-client heterogeneity as a resource for system-level intelligence: at inference time, the server routes each external query to the best-matched client for prediction. Existing approaches, however, typically treat each client as internally homogeneous, overlooking latent subpopulations within local data. For example, patients with the same diagnosis at one hospital may exhibit morphologically distinct disease subtypes. The coexistence of inter-client and intra-client heterogeneity, which we call dual heterogeneity, can impair both routing and prediction. To address this challenge, we propose FedSPM, a routing-enabled semiparametric mixture framework that represents each client using client-specific latent components. Each component combines a predictive distribution for classification with a feature distribution for routing. To flexibly model feature distributions while effectively sharing information across clients, FedSPM models their density ratios relative to a common nonparametric measure estimated via empirical likelihood. We develop a federated expectation-maximization algorithm that optimizes a tractable surrogate and prove convergence of the exact profiled objective at the standard $\mathcal{O}(1/\sqrt{T})$ rate when the surrogate errors are properly controlled. Experiments on controlled benchmarks and real-world medical data demonstrate consistent improvements in routing and prediction under dual heterogeneity. Code is available at https://github.com/zijianwang0510/FedSPM.