SDAIASOct 24, 2024

Gibberish is All You Need for Membership Inference Detection in Contrastive Language-Audio Pretraining

arXiv:2410.18371v215 citationsh-index: 6ICMR
Originality Incremental advance
AI Analysis

This addresses privacy risks for users of audio-text models by enabling detection without exposing sensitive audio data, though it is incremental as it builds on existing membership inference techniques.

The paper tackles privacy leakage detection in Contrastive Language-Audio Pretraining (CLAP) by proposing USMID, a textual unimodal membership inference detector that uses only text data, such as randomly generated gibberish, to identify if a speaker is in the training set, achieving superior performance over baseline methods in experiments.

Audio can disclose PII, particularly when combined with related text data. Therefore, it is essential to develop tools to detect privacy leakage in Contrastive Language-Audio Pretraining(CLAP). Existing MIAs need audio as input, risking exposure of voiceprint and requiring costly shadow models. We first propose PRMID, a membership inference detector based probability ranking given by CLAP, which does not require training shadow models but still requires both audio and text of the individual as input. To address these limitations, we then propose USMID, a textual unimodal speaker-level membership inference detector, querying the target model using only text data. We randomly generate textual gibberish that are clearly not in training dataset. Then we extract feature vectors from these texts using the CLAP model and train a set of anomaly detectors on them. During inference, the feature vector of each test text is input into the anomaly detector to determine if the speaker is in the training set (anomalous) or not (normal). If available, USMID can further enhance detection by integrating real audio of the tested speaker. Extensive experiments on various CLAP model architectures and datasets demonstrate that USMID outperforms baseline methods using only text data.

Foundations

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

Your Notes