LGCRNov 23, 2022

Private Multi-Winner Voting for Machine Learning

DeepMindU of Toronto
arXiv:2211.15410v11 citationsh-index: 87
Originality Incremental advance
AI Analysis

This work addresses the understudied task of private multi-winner voting, enabling privacy-preserving multi-label learning in domains like healthcare, though it is incremental as it extends existing single-label techniques.

The paper tackled the problem of private multi-winner voting for machine learning by proposing three new differential privacy mechanisms, and found that these techniques outperform state-of-the-art approaches on real-world healthcare data and benchmarks, with Binary voting being competitive unless strong label correlations exist, in which case Powerset voting excels.

Private multi-winner voting is the task of revealing $k$-hot binary vectors satisfying a bounded differential privacy (DP) guarantee. This task has been understudied in machine learning literature despite its prevalence in many domains such as healthcare. We propose three new DP multi-winner mechanisms: Binary, $τ$, and Powerset voting. Binary voting operates independently per label through composition. $τ$ voting bounds votes optimally in their $\ell_2$ norm for tight data-independent guarantees. Powerset voting operates over the entire binary vector by viewing the possible outcomes as a power set. Our theoretical and empirical analysis shows that Binary voting can be a competitive mechanism on many tasks unless there are strong correlations between labels, in which case Powerset voting outperforms it. We use our mechanisms to enable privacy-preserving multi-label learning in the central setting by extending the canonical single-label technique: PATE. We find that our techniques outperform current state-of-the-art approaches on large, real-world healthcare data and standard multi-label benchmarks. We further enable multi-label confidential and private collaborative (CaPC) learning and show that model performance can be significantly improved in the multi-site setting.

Foundations

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

Your Notes