paper-with-me

홈 › Papers

Morphence-2.0: Evasion-Resilient Moving Target Defense Powered by Out-of-Distribution Detection

2022-06-15 · Abderrahmen Amich, Ata Kaboudi, Birhanu Eshete

Evasion attacks against machine learning models often succeed via iterative probing of a fixed target model, whereby an attack that succeeds once will succeed repeatedly. One promising approach to counter this threat is making a model a moving target against adversarial inputs. To this end, we introduce Morphence-2.0, a scalable moving target defense (MTD) powered by out-of-distribution (OOD) detection to defend against adversarial examples. By regularly moving the decision function of a model, Morphence-2.0 makes it significantly challenging for repeated or correlated attacks to succeed. Morphence-2.0 deploys a pool of models generated from a base model in a manner that introduces sufficient randomness when it responds to prediction queries. Via OOD detection, Morphence-2.0 is equipped with a scheduling approach that assigns adversarial examples to robust decision functions and benign samples to an undefended accurate models. To ensure repeated or correlated attacks fail, the deployed pool of models automatically expires after a query budget is reached and the model pool is seamlessly replaced by a new model pool generated in advance. We evaluate Morphence-2.0 on two benchmark image classification datasets (MNIST and CIFAR10) against 4 reference attacks (3 white-box and 1 black-box). Morphence-2.0 consistently outperforms prior defenses while preserving accuracy on clean data and reducing attack transferability. We also show that, when powered by OOD detection, Morphence-2.0 is able to precisely make an input-based movement of the model's decision function that leads to higher prediction accuracy on both adversarial and benign queries.

📄 PDF Abstract BibTeX arXiv:2206.07321

Code (1)

um-dsp/morphence 공식 구현 pytorch

Tasks

image-classificationImage ClassificationOut-of-Distribution DetectionOut of Distribution (OOD) DetectionScheduling

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Morphence: Moving Target Defense Against Adversarial Examples

2021-08-31 · Abderrahmen Amich, Birhanu Eshete

Robustness to adversarial examples of machine learning models remains an open topic of research. Attacks often succeed by repeatedly probing a fixed target model with adversarial examples purposely crafted to fool it. In…

image-classificationImage Classification

MorphStrata: Layer-Specific Perturbations for Generating Morphence Students in Time-Series Moving Target Defense

2026-06-16 · Abhishek Bhardwaj, Arnav Doshi, Anusri Nagarajan, Thanh Quynh Nhu Ta 외 arxiv

Time-series forecasting models remain vulnerable to gradient-based adversarial attacks while existing defense mechanisms typically incur a trade-off in robustness for bounded response and compute cost. The problem is pro…

Adversarial Robustness

Targeted Adversarial Traffic Generation : Black-box Approach to Evade Intrusion Detection Systems in IoT Networks

2026-03-24 · Islam Debicha, Tayeb Kenaza, Ishak Charfi, Salah Mosbah 외 arxiv

The integration of machine learning (ML) algorithms into Internet of Things (IoT) applications has introduced significant advantages alongside vulnerabilities to adversarial attacks, especially within IoT-based intrusion…

Intrusion DetectionAdversarial Attack

Effectiveness of Moving Target Defenses for Adversarial Attacks in ML-based Malware Detection

2023-02-01 · Aqib Rashid, Jose Such

Several moving target defenses (MTDs) to counter adversarial ML attacks have been proposed in recent years. MTDs claim to increase the difficulty for the attacker in conducting attacks by regularly changing certain eleme…

Malware Detection

Adversarial Co-Evolution of Malware and Detection Models: A Bilevel Optimization Perspective

2026-04-24 · Olha Jurečková, Martin Jureček, Matouš Kozák, Róbert Lórencz arxiv

Machine learning-based malware detectors are increasingly vulnerable to adversarial examples. Traditional defenses, such as one-shot adversarial training, often fail against adaptive attackers who use reinforcement learn…

Reinforcement LearningBilevel OptimizationMalware Detection