paper-with-me

Papers

Contamination Attacks and Mitigation in Multi-Party Machine Learning

2019-01-08 · NeurIPS 2018 12 · Jamie Hayes, Olga Ohrimenko

Machine learning is data hungry; the more data a model has access to in training, the more likely it is to perform well at inference time. Distinct parties may want to combine their local data to gain the benefits of a model trained on a large corpus of data. We consider such a case: parties get access to the model trained on their joint data but do not see each others individual datasets. We show that one needs to be careful when using this multi-party model since a potentially malicious party can taint the model by providing contaminated data. We then show how adversarial training can defend against such attacks by preventing the model from learning trends specific to individual parties data, thereby also guaranteeing party-level membership privacy.

📄 PDF Abstract BibTeX arXiv:1901.02402

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine Learning

Similar Papers 제목 키워드 기반

MergeGuard: Efficient Thwarting of Trojan Attacks in Machine Learning Models

2025-05-06 · Soheil Zibakhsh Shabgahi, Yaman Jandali, Farinaz Koushanfar

This paper proposes MergeGuard, a novel methodology for mitigation of AI Trojan attacks. Trojan attacks on AI models cause inputs embedded with triggers to be misclassified to an adversary's target class, posing a signif…

The Emperor's New Clothes in Benchmarking? A Rigorous Examination of Mitigation Strategies for LLM Benchmark Data Contamination

2025-03-20 · Yifan Sun, Han Wang, Dongbai Li, Gang Wang 외

Benchmark Data Contamination (BDC)-the inclusion of benchmark testing samples in the training set-has raised increasing concerns in Large Language Model (LLM) evaluation, leading to falsely inflated performance estimates…

BenchmarkingLarge Language Model

Dancing in the Dark: Private Multi-Party Machine Learning in an Untrusted Setting

2018-11-23 · Clement Fung, Jamie Koerner, Stewart Grant, Ivan Beschastnikh

Distributed machine learning (ML) systems today use an unsophisticated threat model: data sources must trust a central ML process. We propose a brokered learning abstraction that allows data sources to contribute towards…

BIG-bench Machine LearningFederated Learning

MCP-DPT: A Defense-Placement Taxonomy and Coverage Analysis for Model Context Protocol Security

2026-04-08 · Mehrdad Rostamzadeh, Sidhant Narula, Nahom Birhan, Mohammad Ghasemigol 외 arxiv

The Model Context Protocol (MCP) enables large language models (LLMs) to dynamically discover and invoke third-party tools, significantly expanding agent capabilities while introducing a distinct security landscape. Unli…

Neural Bayesian Anomaly Mitigation: A Robust Loss that Doubles as an Unsupervised Contamination Classifier

2026-06-15 · S. A. K. Leeney, W. J. Handley, H. T. J. Bevins, E. de Lera Acedo arxiv

Engineered robust losses such as Huber, Student-$t$, and generalised cross-entropy make supervised models tolerant of contamination but cannot answer which observations are corrupted. We introduce Neural Bayesian Anomaly…