FedAdOb: Privacy-Preserving Federated Deep Learning with Adaptive Obfuscation
Hanlin Gu, Jiahuan Luo, Yan Kang, Yuan Yao, Gongxi Zhu, Bowen Li, Lixin Fan, Qiang Yang
TL;DR
FedAdOb introduces passport-based adaptive obfuscation for federated deep learning, aiming to protect private features and labels in both horizontal and vertical FL without sacrificing performance. By embedding learnable passports into bottom/top layers and generating them randomly, the method achieves strong privacy guarantees while co-adapting with model optimization, supported by theoretical hardness results (Theorems 1–2) and empirical CAP-guided evaluations. The approach significantly improves the privacy-utility trade-off relative to fixed obfuscation and several baseline defenses across diverse datasets and architectures, with only modest computational overhead. This work advances practical privacy-preserving FL by enabling adaptable, efficiently trainable obfuscation that defends against feature- and label-leakage attacks in both HFL and VFL settings.
Abstract
Federated learning (FL) has emerged as a collaborative approach that allows multiple clients to jointly learn a machine learning model without sharing their private data. The concern about privacy leakage, albeit demonstrated under specific conditions, has triggered numerous follow-up research in designing powerful attacking methods and effective defending mechanisms aiming to thwart these attacking methods. Nevertheless, privacy-preserving mechanisms employed in these defending methods invariably lead to compromised model performances due to a fixed obfuscation applied to private data or gradients. In this article, we, therefore, propose a novel adaptive obfuscation mechanism, coined FedAdOb, to protect private data without yielding original model performances. Technically, FedAdOb utilizes passport-based adaptive obfuscation to ensure data privacy in both horizontal and vertical federated learning settings. The privacy-preserving capabilities of FedAdOb, specifically with regard to private features and labels, are theoretically proven through Theorems 1 and 2. Furthermore, extensive experimental evaluations conducted on various datasets and network architectures demonstrate the effectiveness of FedAdOb by manifesting its superior trade-off between privacy preservation and model performance, surpassing existing methods.
