CVDec 28, 2021

APRIL: Finding the Achilles' Heel on Privacy for Vision Transformers

arXiv:2112.14087v130 citations
Originality Incremental advance
AI Analysis

This addresses privacy concerns for users of federated learning with vision transformers, highlighting a critical vulnerability that requires new defenses.

The paper investigates privacy risks in vision transformers by analyzing gradient leakage attacks, proposing APRIL to demonstrate that self-attention models like ViT are vulnerable to data reconstruction from gradients.

Federated learning frameworks typically require collaborators to share their local gradient updates of a common model instead of sharing training data to preserve privacy. However, prior works on Gradient Leakage Attacks showed that private training data can be revealed from gradients. So far almost all relevant works base their attacks on fully-connected or convolutional neural networks. Given the recent overwhelmingly rising trend of adapting Transformers to solve multifarious vision tasks, it is highly valuable to investigate the privacy risk of vision transformers. In this paper, we analyse the gradient leakage risk of self-attention based mechanism in both theoretical and practical manners. Particularly, we propose APRIL - Attention PRIvacy Leakage, which poses a strong threat to self-attention inspired models such as ViT. Showing how vision Transformers are at the risk of privacy leakage via gradients, we urge the significance of designing privacy-safer Transformer models and defending schemes.

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