LGCRDCSep 8, 2022

A Framework for Evaluating Privacy-Utility Trade-off in Vertical Federated Learning

arXiv:2209.03885v416 citationsh-index: 20Has Code
Originality Incremental advance
AI Analysis

This work addresses the need for systematic evaluation of privacy risks in vertical federated learning for enterprises, though it is incremental as it builds on existing mechanisms and attacks.

The authors tackled the problem of evaluating privacy-utility trade-offs in vertical federated learning by proposing a framework to assess protection mechanisms against attacks, finding that model inversion and most label inference attacks can be thwarted, but model completion attacks remain difficult to prevent.

Federated learning (FL) has emerged as a practical solution to tackle data silo issues without compromising user privacy. One of its variants, vertical federated learning (VFL), has recently gained increasing attention as the VFL matches the enterprises' demands of leveraging more valuable features to build better machine learning models while preserving user privacy. Current works in VFL concentrate on developing a specific protection or attack mechanism for a particular VFL algorithm. In this work, we propose an evaluation framework that formulates the privacy-utility evaluation problem. We then use this framework as a guide to comprehensively evaluate a broad range of protection mechanisms against most of the state-of-the-art privacy attacks for three widely deployed VFL algorithms. These evaluations may help FL practitioners select appropriate protection mechanisms given specific requirements. Our evaluation results demonstrate that: the model inversion and most of the label inference attacks can be thwarted by existing protection mechanisms; the model completion (MC) attack is difficult to be prevented, which calls for more advanced MC-targeted protection mechanisms. Based on our evaluation results, we offer concrete advice on improving the privacy-preserving capability of VFL systems. The code is available at https://github.com/yankang18/Attack-Defense-VFL

Code Implementations1 repo
Foundations

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

Your Notes