paper-with-me

Papers

Membership Inference on Word Embedding and Beyond

2021-06-21 · Saeed Mahloujifar, Huseyin A. Inan, Melissa Chase, Esha Ghosh, Marcello Hasegawa

In the text processing context, most ML models are built on word embeddings. These embeddings are themselves trained on some datasets, potentially containing sensitive data. In some cases this training is done independently, in other cases, it occurs as part of training a larger, task-specific model. In either case, it is of interest to consider membership inference attacks based on the embedding layer as a way of understanding sensitive information leakage. But, somewhat surprisingly, membership inference attacks on word embeddings and their effect in other natural language processing (NLP) tasks that use these embeddings, have remained relatively unexplored. In this work, we show that word embeddings are vulnerable to black-box membership inference attacks under realistic assumptions. Furthermore, we show that this leakage persists through two other major NLP applications: classification and text-generation, even when the embedding layer is not exposed to the attacker. We show that our MI attack achieves high attack accuracy against a classifier model and an LSTM-based language model. Indeed, our attack is a cheaper membership inference attack on text-generative models, which does not require the knowledge of the target model or any expensive training of text-generative models as shadow models.

📄 PDF Abstract BibTeX arXiv:2106.11384

Code (0)

등록된 구현이 없습니다.

Tasks

Inference AttackLanguage ModellingMembership Inference AttackText GenerationWord Embeddings

Similar Papers 제목 키워드 기반

Protecting Copyrighted Material with Unique Identifiers in Large Language Model Training

2024-03-23 · Shuai Zhao, Linchao Zhu, Ruijie Quan, Yi Yang

A major public concern regarding the training of large language models (LLMs) is whether they abusing copyrighted online text. Previous membership inference methods may be misled by similar examples in vast amounts of tr…

Language ModelingLanguage ModellingLarge Language ModelMemorization+1

Mixed Membership Word Embeddings for Computational Social Science

2017-05-20 · James Foulds

Word embeddings improve the performance of NLP systems by revealing the hidden structural relationships between words. Despite their success in many applications, word embeddings have seen very little use in computationa…

ArticlesLanguage ModelingLanguage ModellingTopic Models+1

UNAM at SemEval-2018 Task 10: Unsupervised Semantic Discriminative Attribute Identification in Neural Word Embedding Cones

2018-06-01 · SEMEVAL 2018 6 · Ignacio Arroyo-Fern{\'a}ndez, Ivan Meza, Carlos-Francisco M{\'e}ndez-Cruz

In this paper we report an unsupervised method aimed to identify whether an attribute is discriminative for two words (which are treated as concepts, in our particular case). To this end, we use geometrically inspired ve…

AttributeWord Embeddings

Do Backdoors Assist Membership Inference Attacks?

2023-03-22 · Yumeki Goto, Nami Ashizawa, Toshiki Shibahara, Naoto Yanai

When an adversary provides poison samples to a machine learning model, privacy leakage, such as membership inference attacks that infer whether a sample was included in the training of the model, becomes effective by mov…

Inference AttackMembership Inference Attack

User-Level Membership Inference Attack against Metric Embedding Learning

2022-03-04 · Guoyao Li, Shahbaz Rezaei, Xin Liu

Membership inference (MI) determines if a sample was part of a victim model training set. Recent development of MI attacks focus on record-level membership inference which limits their application in many real-world scen…

Inference AttackMembership Inference AttackPerson Re-Identification