LGAICRCVDBSep 2, 2024

Assessing the Impact of Image Dataset Features on Privacy-Preserving Machine Learning

arXiv:2409.01329v21 citationsh-index: 4
AI Analysis

It provides incremental guidance for practitioners and researchers in optimizing the utility-privacy trade-off in image datasets for privacy-preserving machine learning.

This study analyzed how image dataset features like class imbalance and entropy affect the utility and vulnerability of private and non-private CNN models, finding that imbalanced datasets increase vulnerability in minority classes but DP mitigates this, while datasets with fewer classes improve both utility and privacy.

Machine Learning (ML) is crucial in many sectors, including computer vision. However, ML models trained on sensitive data face security challenges, as they can be attacked and leak information. Privacy-Preserving Machine Learning (PPML) addresses this by using Differential Privacy (DP) to balance utility and privacy. This study identifies image dataset characteristics that affect the utility and vulnerability of private and non-private Convolutional Neural Network (CNN) models. Through analyzing multiple datasets and privacy budgets, we find that imbalanced datasets increase vulnerability in minority classes, but DP mitigates this issue. Datasets with fewer classes improve both model utility and privacy, while high entropy or low Fisher Discriminant Ratio (FDR) datasets deteriorate the utility-privacy trade-off. These insights offer valuable guidance for practitioners and researchers in estimating and optimizing the utility-privacy trade-off in image datasets, helping to inform data and privacy modifications for better outcomes based on dataset characteristics.

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