CRLGJan 19, 2022

Can't Steal? Cont-Steal! Contrastive Stealing Attacks Against Image Encoders

arXiv:2201.07513v248 citations
AI Analysis

This work addresses the intellectual property protection problem for researchers and developers using self-supervised representation learning, highlighting a new security risk in unsupervised encoders.

The paper tackles the vulnerability of unsupervised image encoders to model stealing attacks, showing that conventional attacks are more effective against encoders than classifiers, and proposes Cont-Steal, a contrastive-learning-based attack that improves stealing effectiveness in various settings.

Self-supervised representation learning techniques have been developing rapidly to make full use of unlabeled images. They encode images into rich features that are oblivious to downstream tasks. Behind their revolutionary representation power, the requirements for dedicated model designs and a massive amount of computation resources expose image encoders to the risks of potential model stealing attacks - a cheap way to mimic the well-trained encoder performance while circumventing the demanding requirements. Yet conventional attacks only target supervised classifiers given their predicted labels and/or posteriors, which leaves the vulnerability of unsupervised encoders unexplored. In this paper, we first instantiate the conventional stealing attacks against encoders and demonstrate their severer vulnerability compared with downstream classifiers. To better leverage the rich representation of encoders, we further propose Cont-Steal, a contrastive-learning-based attack, and validate its improved stealing effectiveness in various experiment settings. As a takeaway, we appeal to our community's attention to the intellectual property protection of representation learning techniques, especially to the defenses against encoder stealing attacks like ours.

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