LGCRSTMLFeb 18

Sequential Membership Inference Attacks

arXiv:2602.16596v1h-index: 4
AI Analysis

This work addresses privacy vulnerabilities in continuously updated AI models, offering a more rigorous and effective method for auditing data leakage, though it is incremental by building on prior empirical findings.

The paper tackles the problem of membership inference attacks on dynamically updated AI models by developing an optimal attack, SeMI*, that leverages sequences of model updates to identify inserted target data, achieving tighter privacy audits than existing baselines across various data distributions and models trained with DP-SGD.

Modern AI models are not static. They go through multiple updates in their lifecycles. Thus, exploiting the model dynamics to create stronger Membership Inference (MI) attacks and tighter privacy audits are timely questions. Though the literature empirically shows that using a sequence of model updates can increase the power of MI attacks, rigorous analysis of the `optimal' MI attacks is limited to static models with infinite samples. Hence, we develop an `optimal' MI attack, SeMI*, that uses the sequence of model updates to identify the presence of a target inserted at a certain update step. For the empirical mean computation, we derive the optimal power of SeMI*, while accessing a finite number of samples with or without privacy. Our results retrieve the existing asymptotic analysis. We observe that having access to the model sequence avoids the dilution of MI signals unlike the existing attacks on the final model, where the MI signal vanishes as training data accumulates. Furthermore, an adversary can use SeMI* to tune both the insertion time and the canary to yield tighter privacy audits. Finally, we conduct experiments across data distributions and models trained or fine-tuned with DP-SGD demonstrating that practical variants of SeMI* lead to tighter privacy audits than the baselines.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes