边端设备上实现隐私保护的视觉模型联邦学习
Decentralized Privacy-Preserving Federal Learning of Computer Vision Models on Edge Devices
- 在边缘设备上构建去中心化联邦学习框架,保护客户端数据
- 梯度压缩和噪声会降低分类网络准确率,但能提升隐私性
- 在分割网络中更难重建数据,适合医疗等敏感场景
协同训练机器学习模型存在共享敏感数据的风险。联邦学习通过仅交换各客户端本地模型的更新参数,而非原始数据,实现了无需共享数据即可联合训练全局模型。中央服务器聚合所有客户端的参数后,将更新后的模型分发回客户端。然而,近期研究发现,仅凭模型参数信息仍可重构私密数据。现有防护措施主要针对服务器端风险,假设其他客户端无恶意行为。本文分析了针对服务器和其他客户端双重威胁下神经网络的隐私保护方法,包括同态加密、梯度压缩、梯度加噪,以及改进型联邦学习系统如分片学习、群体学习和全加密模型的应用可能。我们评估了梯度压缩与梯度加噪对卷积神经网络分类性能的负面影响,并展示了在分割网络中数据重构的困难性。同时,在NVIDIA Jetson TX2边缘设备上实现了一个概念验证,模拟了联邦学习过程。
原文摘要 · Abstract (English)
Collaborative training of a machine learning model comes with a risk of sharing sensitive or private data. Federated learning offers a way of collectively training a single global model without the need to share client data, by sharing only the updated parameters from each client's local model. A central server is then used to aggregate parameters from all clients and redistribute the aggregated model back to the clients. Recent findings have shown that even in this scenario, private data can be reconstructed only using information about model parameters. Current efforts to mitigate this are mainly focused on reducing privacy risks on the server side, assuming that other clients will not act maliciously. In this work, we analyzed various methods for improving the privacy of client data concerning both the server and other clients for neural networks. Some of these methods include homomorphic encryption, gradient compression, gradient noising, and discussion on possible usage of modified federated learning systems such as split learning, swarm learning or fully encrypted models. We have analyzed the negative effects of gradient compression and gradient noising on the accuracy of convolutional neural networks used for classification. We have shown the difficulty of data reconstruction in the case of segmentation networks. We have also implemented a proof of concept on the NVIDIA Jetson TX2 module used in edge devices and simulated a federated learning process.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。