Membership Inference Attack Should Move On to Distributional Statistics for Distilled Generative Models
Muxing Li, Zesheng Ye, Sharon Li, Andy Song, Guangquan Zhang, Feng Liu
TL;DR
The paper identifies a privacy gap in distilled generative models where instance-level membership inference attacks (I-MIAs) fail to detect unauthorized data usage. It shows that distillation preserves a memory chain at the distribution level, such that student outputs align with the teacher's member distribution even when individual memorization signals vanish. Consequently, the authors propose distribution-based membership inference (D-MIA) and outline three guiding principles, introducing D-MIA as an exemplar framework based on deep-kernel MMD to audit distilled models. Empirical results demonstrate strong detection power of D-MIA across multiple datasets and distillation setups, highlighting the practical value of distributional auditing for upstream privacy and model provenance. The work argues for redefining privacy harm in model lifecycles and advocates continued development of distributional MIAs to address evolving generative-model deployments and governance needs.
Abstract
To detect unauthorized data usage in training large-scale generative models (e.g., ChatGPT or Midjourney), membership inference attacks (MIA) have proven effective in distinguishing a single training instance (a member) from a single non-training instance (a non-member). This success is mainly credited to a memorization effect: models tend to perform better on a member than a non-member. However, we find that standard MIAs fail against distilled generative models (i.e., student models) that are increasingly deployed in practice for efficiency (e.g., ChatGPT 4o-mini). Trained exclusively on data generated from a large-scale model (a teacher model), the student model lacks direct exposure to any members (teacher's training data), nullifying the memorization effect that standard MIAs rely on. This finding reveals a serious privacy loophole, where generation-service providers could deploy a student model whose teacher was potentially trained on unauthorized data, yet claim the deployed model is clean because it was not directly trained on such data. Hence, are distilled models inherently unauditable for upstream privacy violations, and should we discard them when we care about privacy? We contend no, as we uncover a memory chain connecting the student and teacher's member data: the distribution of student-generated data aligns more closely with the distribution of the teacher's members than with non-members, thus we can detect unauthorized data usage even when direct instance-level memorization is absent. This leads us to posit that MIAs on distilled generative models should shift from instance-level scores to distribution-level statistics. We further propose three principles of distribution-based MIAs for detecting unauthorized training data through distilled generative models, and validate our position through an exemplar framework. We lastly discuss the implications of our position.
