SeqMIA: Sequential-Metric Based Membership Inference Attack
Hao Li, Zheng Li, Siyuan Wu, Chengrui Hu, Yutong Ye, Min Zhang,, Dengguo Feng, Yang Zhang

TL;DR
SeqMIA introduces a novel sequential-metric based membership inference attack that leverages temporal patterns in model training metrics, significantly improving detection accuracy over existing methods.
Contribution
The paper proposes a new attack method using metric sequences and attention-based RNNs, capturing temporal patterns for enhanced membership inference accuracy.
Findings
SeqMIA outperforms baseline attacks in TPR @ 0.1% FPR.
It achieves an order of magnitude improvement in attack success rate.
The approach effectively utilizes temporal metric patterns for inference.
Abstract
Most existing membership inference attacks (MIAs) utilize metrics (e.g., loss) calculated on the model's final state, while recent advanced attacks leverage metrics computed at various stages, including both intermediate and final stages, throughout the model training. Nevertheless, these attacks often process multiple intermediate states of the metric independently, ignoring their time-dependent patterns. Consequently, they struggle to effectively distinguish between members and non-members who exhibit similar metric values, particularly resulting in a high false-positive rate. In this study, we delve deeper into the new membership signals in the black-box scenario. We identify a new, more integrated membership signal: the Pattern of Metric Sequence, derived from the various stages of model training. We contend that current signals provide only partial perspectives of this new…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning in Healthcare · Data Quality and Management · Anomaly Detection Techniques and Applications
MethodsSparse Evolutionary Training · Knowledge Distillation
