paper-with-me

홈 › Papers

From Zero to Hero: Detecting Leaked Data through Synthetic Data Injection and Model Querying

2023-10-06 · Biao Wu, Qiang Huang, Anthony K. H. Tung

Safeguarding the Intellectual Property (IP) of data has become critically important as machine learning applications continue to proliferate, and their success heavily relies on the quality of training data. While various mechanisms exist to secure data during storage, transmission, and consumption, fewer studies have been developed to detect whether they are already leaked for model training without authorization. This issue is particularly challenging due to the absence of information and control over the training process conducted by potential attackers. In this paper, we concentrate on the domain of tabular data and introduce a novel methodology, Local Distribution Shifting Synthesis (\textsc{LDSS}), to detect leaked data that are used to train classification models. The core concept behind \textsc{LDSS} involves injecting a small volume of synthetic data--characterized by local shifts in class distribution--into the owner's dataset. This enables the effective identification of models trained on leaked data through model querying alone, as the synthetic data injection results in a pronounced disparity in the predictions of models trained on leaked and modified datasets. \textsc{LDSS} is \emph{model-oblivious} and hence compatible with a diverse range of classification models. We have conducted extensive experiments on seven types of classification models across five real-world datasets. The comprehensive results affirm the reliability, robustness, fidelity, security, and efficiency of \textsc{LDSS}. Extending \textsc{LDSS} to regression tasks further highlights its versatility and efficacy compared with baseline methods.

📄 PDF Abstract BibTeX arXiv:2310.04145

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

From Zero to Hero: Convincing with Extremely Complicated Math

2023-04-01 · Maximilian Weiherer, Bernhard Egger

Becoming a (super) hero is almost every kid's dream. During their sheltered childhood, they do whatever it takes to grow up to be one. Work hard, play hard -- all day long. But as they're getting older, distractions are …

Math

Are you a hero or a villain? A semantic role labelling approach for detecting harmful memes.

2022-05-01 · CONSTRAINT (ACL) 2022 5 · Shaik Fharook, Syed Sufyan Ahmed, Gurram Rithika, Sumith Sai Budde 외

Identifying good and evil through representations of victimhood, heroism, and villainy (i.e., role labeling of entities) has recently caught the research community’s interest. Because of the growing popularity of memes, …

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER+1

From SWE-ZERO to SWE-HERO: Execution-free to Execution-based Fine-tuning for Software Engineering Agents

2026-04-02 · Nikolai Ludwig, Wasi Uddin Ahmad, Somshubra Majumdar, Boris Ginsburg arxiv

We introduce SWE-ZERO to SWE-HERO, a two-stage SFT recipe that achieves state-of-the-art results on SWE-bench by distilling open-weight frontier LLMs. Our pipeline replaces resource-heavy dependencies with an evolutionar…

Detecting Unobserved Confounders: A Kernelized Regression Approach

2026-01-01 · Yikai Chen, Yunxin Mao, Chunyuan Zheng, Hao Zou 외 arxiv

Detecting unobserved confounders is crucial for reliable causal inference in observational studies. Existing methods require either linearity assumptions or multiple heterogeneous environments, limiting applicability to …

Computational EfficiencyCausal Inference

Inference-Time Decontamination: Reusing Leaked Benchmarks for Large Language Model Evaluation

2024-06-20 · Qin Zhu, Qingyuan Cheng, Runyu Peng, Xiaonan Li 외

The training process of large language models (LLMs) often involves varying degrees of test data contamination. Although current LLMs are achieving increasingly better performance on various benchmarks, their performance…

GSM8KLanguage Model EvaluationLanguage ModelingLanguage Modelling+2