A Unified and Scalable Membership Inference Method for Visual Self-supervised Encoder via Part-aware Capability
Jie Zhu, Jirong Zha, Ding Li, Leye Wang
TL;DR
This work addresses privacy risks in visual self-supervised learning by introducing PartCrop, a unified membership inference method that does not require knowledge of the training recipe and leverages part-aware representations. PartCrop operates in a black-box, multi-paradigm SSL setting by extracting image and part-feature responses, forming membership features via KL-divergence-based distributions, and training a lightweight attacker. Extensive evaluations across MAE, DINO, and MoCo on CIFAR-10, CIFAR-100, and TinyImageNet show PartCrop outperforms baselines and generalizes to shadow settings, with ablations clarifying the roles of feature type, crop count, and crop scale. The paper also analyzes defenses (early stop, DP, shrinking crop scale range) and conducts large-scale scaling studies, culminating in PartCrop-v2, which improves attacker stability through activation and normalization refinements and demonstrates broader applicability across diverse SSL paradigms and datasets.
Abstract
Self-supervised learning shows promise in harnessing extensive unlabeled data, but it also confronts significant privacy concerns, especially in vision. In this paper, we perform membership inference on visual self-supervised models in a more realistic setting: self-supervised training method and details are unknown for an adversary when attacking as he usually faces a black-box system in practice. In this setting, considering that self-supervised model could be trained by completely different self-supervised paradigms, e.g., masked image modeling and contrastive learning, with complex training details, we propose a unified membership inference method called PartCrop. It is motivated by the shared part-aware capability among models and stronger part response on the training data. Specifically, PartCrop crops parts of objects in an image to query responses within the image in representation space. We conduct extensive attacks on self-supervised models with different training protocols and structures using three widely used image datasets. The results verify the effectiveness and generalization of PartCrop. Moreover, to defend against PartCrop, we evaluate two common approaches, i.e., early stop and differential privacy, and propose a tailored method called shrinking crop scale range. The defense experiments indicate that all of them are effective. Finally, besides prototype testing on toy visual encoders and small-scale image datasets, we quantitatively study the impacts of scaling from both data and model aspects in a realistic scenario and propose a scalable PartCrop-v2 by introducing two structural improvements to PartCrop. Our code is at https://github.com/JiePKU/PartCrop.
