PrivacyBench: Privacy Isn't Free in Hybrid Privacy-Preserving Vision Systems
Nnaemeka Obiefuna, Samuel Oyeneye, Similoluwa Odunaiya, Iremide Oyelaja, Steven Kolawole
TL;DR
PrivacyBench tackles the challenge of evaluating hybrid privacy configurations in vision systems by introducing a four-layer, YAML-driven benchmarking framework with integrated energy monitoring and deterministic execution. It systematically analyzes interactions among Federated Learning (FL), Differential Privacy (DP), and Secure Multi-Party Computation (SMPC) on CNN and transformer architectures (ResNet18 and ViT) using privacy-sensitive medical datasets (Alzheimer MRI and ISIC). The key finding is non-additive behavior: FL+SMPC largely preserves utility with modest overhead, whereas FL+DP can cause severe convergence failure and substantial energy and time costs, varying with architecture. These results highlight the need for co-design and principled system-level evaluation to ensure privacy-preserving vision deployments are feasible in practice and resource-constrained settings.
Abstract
Privacy preserving machine learning deployments in sensitive deep learning applications; from medical imaging to autonomous systems; increasingly require combining multiple techniques. Yet, practitioners lack systematic guidance to assess the synergistic and non-additive interactions of these hybrid configurations, relying instead on isolated technique analysis that misses critical system level interactions. We introduce PrivacyBench, a benchmarking framework that reveals striking failures in privacy technique combinations with severe deployment implications. Through systematic evaluation across ResNet18 and ViT models on medical datasets, we uncover that FL + DP combinations exhibit severe convergence failure, with accuracy dropping from 98% to 13% while compute costs and energy consumption substantially increase. In contrast, FL + SMPC maintains near-baseline performance with modest overhead. Our framework provides the first systematic platform for evaluating privacy-utility-cost trade-offs through automated YAML configuration, resource monitoring, and reproducible experimental protocols. PrivacyBench enables practitioners to identify problematic technique interactions before deployment, moving privacy-preserving computer vision from ad-hoc evaluation toward principled systems design. These findings demonstrate that privacy techniques cannot be composed arbitrarily and provide critical guidance for robust deployment in resource-constrained environments.
