paper-with-me

Papers

Window-based Membership Inference Attacks Against Fine-tuned Large Language Models

2026-01-06 · Yuetian Chen, Yuntao Du, Kaiyuan Zhang, Ashish Kundu, Charles Fleming, Bruno Ribeiro, Ninghui Li arxiv

Most membership inference attacks (MIAs) against Large Language Models (LLMs) rely on global signals, like average loss, to identify training data. This approach, however, dilutes the subtle, localized signals of memorization, reducing attack effectiveness. We challenge this global-averaging paradigm, positing that membership signals are more pronounced within localized contexts. We introduce WBC (Window-Based Comparison), which exploits this insight through a sliding window approach with sign-based aggregation. Our method slides windows of varying sizes across text sequences, with each window casting a binary vote on membership based on loss comparisons between target and reference models. By ensembling votes across geometrically spaced window sizes, we capture memorization patterns from token-level artifacts to phrase-level structures. Extensive experiments across eleven datasets demonstrate that WBC substantially outperforms established baselines, achieving higher AUC scores and 2-3 times improvements in detection rates at low false positive thresholds. Our findings reveal that aggregating localized evidence is fundamentally more effective than global averaging, exposing critical privacy vulnerabilities in fine-tuned LLMs.

📄 PDF Abstract BibTeX arXiv:2601.02751

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Label-Only Membership Inference Attacks

2020-07-28 · Christopher A. Choquette-Choo, Florian Tramer, Nicholas Carlini, Nicolas Papernot

Membership inference attacks are one of the simplest forms of privacy leakage for machine learning models: given a data point and model, determine whether the point was used to train the model. Existing membership infere…

L2 Regularization

Privacy Analysis of Deep Learning in the Wild: Membership Inference Attacks against Transfer Learning

2020-09-10 · Yang Zou, Zhikun Zhang, Michael Backes, Yang Zhang

While being deployed in many critical applications as core components, machine learning (ML) models are vulnerable to various security and privacy attacks. One major privacy attack in this domain is membership inference,…

BIG-bench Machine LearningTransfer Learning

Reconstruction and Membership Inference Attacks against Generative Models

2019-06-07 · Benjamin Hilprecht, Martin Härterich, Daniel Bernau

We present two information leakage attacks that outperform previous work on membership inference against generative models. The first attack allows membership inference without assumptions on the type of the generative m…

Density EstimationInference AttackMembership Inference Attack

Membership Inference Attacks on Sequence-to-Sequence Models: Is My Data In Your Machine Translation System?

2019-04-11 · TACL 2020 1 · Sorami Hisamoto, Matt Post, Kevin Duh

Data privacy is an important issue for "machine learning as a service" providers. We focus on the problem of membership inference attacks: given a data sample and black-box access to a model's API, determine whether the …

Machine TranslationTranslationVideo Captioning

One Parameter Defense -- Defending against Data Inference Attacks via Differential Privacy

2022-03-13 · Dayong Ye, Sheng Shen, Tianqing Zhu, Bo Liu 외

Machine learning models are vulnerable to data inference attacks, such as membership inference and model inversion attacks. In these types of breaches, an adversary attempts to infer a data record's membership in a datas…