CRLGNov 5, 2024

TDDBench: A Benchmark for Training data detection

arXiv:2411.03363v21 citationsh-index: 6Has CodeICLR
AI Analysis

This work addresses a gap for researchers and practitioners in machine learning security by providing a standardized benchmark to evaluate TDD methods, though it is incremental as it builds on existing methods without introducing new algorithms.

The authors tackled the lack of a comprehensive benchmark for Training Data Detection (TDD) methods by introducing TDDBench, which includes 13 datasets across three modalities and benchmarks 21 methods, revealing generally unsatisfactory performance across datasets.

Training Data Detection (TDD) is a task aimed at determining whether a specific data instance is used to train a machine learning model. In the computer security literature, TDD is also referred to as Membership Inference Attack (MIA). Given its potential to assess the risks of training data breaches, ensure copyright authentication, and verify model unlearning, TDD has garnered significant attention in recent years, leading to the development of numerous methods. Despite these advancements, there is no comprehensive benchmark to thoroughly evaluate the effectiveness of TDD methods. In this work, we introduce TDDBench, which consists of 13 datasets spanning three data modalities: image, tabular, and text. We benchmark 21 different TDD methods across four detection paradigms and evaluate their performance from five perspectives: average detection performance, best detection performance, memory consumption, and computational efficiency in both time and memory. With TDDBench, researchers can identify bottlenecks and areas for improvement in TDD algorithms, while practitioners can make informed trade-offs between effectiveness and efficiency when selecting TDD algorithms for specific use cases. Our extensive experiments also reveal the generally unsatisfactory performance of TDD algorithms across different datasets. To enhance accessibility and reproducibility, we open-source TDDBench for the research community at https://github.com/zzh9568/TDDBench.

Foundations

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

Your Notes