CVCRLGJun 15, 2023

ViP: A Differentially Private Foundation Model for Computer Vision

arXiv:2306.08842v219 citationsh-index: 44Has Code
Originality Incremental advance
AI Analysis

This work addresses privacy concerns for AI developers and users by enabling private training of vision models on large datasets, though it is incremental as it adapts existing methods for differential privacy.

The authors tackled the privacy risks of training foundation vision models on internet-scale data by proposing a method to train them with differential privacy, achieving a linear probing accuracy of 55.7% on ImageNet under a strict privacy budget of ε=8.

Artificial intelligence (AI) has seen a tremendous surge in capabilities thanks to the use of foundation models trained on internet-scale data. On the flip side, the uncurated nature of internet-scale data also poses significant privacy and legal risks, as they often contain personal information or copyrighted material that should not be trained on without permission. In this work, we propose as a mitigation measure a recipe to train foundation vision models with differential privacy (DP) guarantee. We identify masked autoencoders as a suitable learning algorithm that aligns well with DP-SGD, and train ViP -- a Vision transformer with differential Privacy -- under a strict privacy budget of $ε=8$ on the LAION400M dataset. We evaluate the quality of representation learned by ViP using standard downstream vision tasks; in particular, ViP achieves a (non-private) linear probing accuracy of $55.7\%$ on ImageNet, comparable to that of end-to-end trained AlexNet (trained and evaluated on ImageNet). Our result suggests that scaling to internet-scale data can be practical for private learning. Code is available at \url{https://github.com/facebookresearch/ViP-MAE}.

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