LGAICRNov 5, 2023

Differentially Private Pre-Trained Model Fusion using Decentralized Federated Graph Matching

arXiv:2311.03396v1h-index: 14
Originality Incremental advance
AI Analysis

This work addresses privacy concerns for users in model-as-a-service scenarios, offering a practical solution for secure collaborative data analysis, though it is incremental in combining existing techniques like differential privacy and federated learning.

The paper tackled the problem of privacy risks in model fusion by proposing PrivFusion, a novel architecture that uses decentralized federated graph matching and local differential privacy to fuse pre-trained models without retraining, achieving competitive model performance while preserving privacy as shown in experiments on image datasets and healthcare applications.

Model fusion is becoming a crucial component in the context of model-as-a-service scenarios, enabling the delivery of high-quality model services to local users. However, this approach introduces privacy risks and imposes certain limitations on its applications. Ensuring secure model exchange and knowledge fusion among users becomes a significant challenge in this setting. To tackle this issue, we propose PrivFusion, a novel architecture that preserves privacy while facilitating model fusion under the constraints of local differential privacy. PrivFusion leverages a graph-based structure, enabling the fusion of models from multiple parties without necessitating retraining. By employing randomized mechanisms, PrivFusion ensures privacy guarantees throughout the fusion process. To enhance model privacy, our approach incorporates a hybrid local differentially private mechanism and decentralized federated graph matching, effectively protecting both activation values and weights. Additionally, we introduce a perturbation filter adapter to alleviate the impact of randomized noise, thereby preserving the utility of the fused model. Through extensive experiments conducted on diverse image datasets and real-world healthcare applications, we provide empirical evidence showcasing the effectiveness of PrivFusion in maintaining model performance while preserving privacy. Our contributions offer valuable insights and practical solutions for secure and collaborative data analysis within the domain of privacy-preserving model fusion.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes