paper-with-me

Papers

Practical Defences Against Model Inversion Attacks for Split Neural Networks

2021-04-12 · Tom Titcombe, Adam J. Hall, Pavlos Papadopoulos, Daniele Romanini

We describe a threat model under which a split network-based federated learning system is susceptible to a model inversion attack by a malicious computational server. We demonstrate that the attack can be successfully performed with limited knowledge of the data distribution by the attacker. We propose a simple additive noise method to defend against model inversion, finding that the method can significantly reduce attack efficacy at an acceptable accuracy trade-off on MNIST. Furthermore, we show that NoPeekNN, an existing defensive method, protects different information from exposure, suggesting that a combined defence is necessary to fully protect private user data.

📄 PDF Abstract BibTeX arXiv:2104.05743

Code (1)

TTitcombe/Model-Inversion-SplitNN 공식 구현 pytorch

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Adversarial Prompt Evaluation: Systematic Benchmarking of Guardrails Against Prompt Input Attacks on LLMs

2025-02-21 · Giulio Zizzo, Giandomenico Cornacchia, Kieran Fraser, Muhammad Zaid Hameed 외

As large language models (LLMs) become integrated into everyday applications, ensuring their robustness and security is increasingly critical. In particular, LLMs can be manipulated into unsafe behaviour by prompts known…

Benchmarking

Adversarial purification for no-reference image-quality metrics: applicability study and new methods

2024-04-10 · Aleksandr Gushchin, Anna Chistyakova, Vladislav Minashkin, Anastasia Antsiferova 외

Recently, the area of adversarial attacks on image quality metrics has begun to be explored, whereas the area of defences remains under-researched. In this study, we aim to cover that case and check the transferability o…

Adversarial PurificationDenoising

SoK: Adversarial Machine Learning Attacks and Defences in Multi-Agent Reinforcement Learning

2023-01-11 · Maxwell Standen, Junae Kim, Claudia Szabo

Multi-Agent Reinforcement Learning (MARL) is vulnerable to Adversarial Machine Learning (AML) attacks and needs adequate defences before it can be used in real world applications. We have conducted a survey into the use …

Deep Reinforcement LearningMulti-agent Reinforcement Learningreinforcement-learningReinforcement Learning+1

Preventing Adversarial AI Attacks Against Autonomous Situational Awareness: A Maritime Case Study

2025-05-27 · Mathew J. Walter, Aaron Barrett, Kimberly Tam

Adversarial artificial intelligence (AI) attacks pose a significant threat to autonomous transportation, such as maritime vessels, that rely on AI components. Malicious actors can exploit these systems to deceive and man…

Fundamental Limitations in Defending LLM Finetuning APIs

2025-02-20 · Xander Davies, Eric Winsor, Tomek Korbak, Alexandra Souly 외

LLM developers have imposed technical interventions to prevent fine-tuning misuse attacks, attacks where adversaries evade safeguards by fine-tuning the model using a public API. Previous work has established several suc…

Multiple-choice