Federated Learning with Reduced Information Leakage and Computation
Tongxin Yin, Xuwei Tan, Xueru Zhang, Mohammad Mahdi Khalili, Mingyan Liu
TL;DR
This work introduces Upcycled-FL, a plug-in strategy for federated learning that reduces total information leakage and computation by applying a first-order approximation at every even update, so half of the iterations avoid local data usage. The method can be combined with existing FL algorithms (e.g., FedProx) and comes with convergence guarantees under standard FL assumptions. The authors extend Upcycled-FL to private FL by employing output and objective perturbations and show, via moments accountant and related analyses, that privacy losses accumulate only on odd iterations, allowing smaller perturbations and improved privacy-accuracy trade-offs. Extensive experiments on synthetic and real data (FEMNIST, Sent140) demonstrate robustness to heterogeneity and consistent privacy-accuracy gains without prohibitive runtime, illustrating practical impact for privacy-conscious distributed learning.
Abstract
Federated learning (FL) is a distributed learning paradigm that allows multiple decentralized clients to collaboratively learn a common model without sharing local data. Although local data is not exposed directly, privacy concerns nonetheless exist as clients' sensitive information can be inferred from intermediate computations. Moreover, such information leakage accumulates substantially over time as the same data is repeatedly used during the iterative learning process. As a result, it can be particularly difficult to balance the privacy-accuracy trade-off when designing privacy-preserving FL algorithms. This paper introduces Upcycled-FL, a simple yet effective strategy that applies first-order approximation at every even round of model update. Under this strategy, half of the FL updates incur no information leakage and require much less computational and transmission costs. We first conduct the theoretical analysis on the convergence (rate) of Upcycled-FL and then apply two perturbation mechanisms to preserve privacy. Extensive experiments on both synthetic and real-world data show that the Upcycled-FL strategy can be adapted to many existing FL frameworks and consistently improve the privacy-accuracy trade-off.
