paper-with-me

홈 › Papers

Randomized Prediction Games for Adversarial Machine Learning

2016-09-03 · Samuel Rota Bulò, Battista Biggio, Ignazio Pillai, Marcello Pelillo, Fabio Roli

In spam and malware detection, attackers exploit randomization to obfuscate malicious data and increase their chances of evading detection at test time; e.g., malware code is typically obfuscated using random strings or byte sequences to hide known exploits. Interestingly, randomization has also been proposed to improve security of learning algorithms against evasion attacks, as it results in hiding information about the classifier to the attacker. Recent work has proposed game-theoretical formulations to learn secure classifiers, by simulating different evasion attacks and modifying the classification function accordingly. However, both the classification function and the simulated data manipulations have been modeled in a deterministic manner, without accounting for any form of randomization. In this work, we overcome this limitation by proposing a randomized prediction game, namely, a non-cooperative game-theoretic formulation in which the classifier and the attacker make randomized strategy selections according to some probability distribution defined over the respective strategy set. We show that our approach allows one to improve the trade-off between attack detection and false alarms with respect to state-of-the-art secure classifiers, even against attacks that are different from those hypothesized during design, on application examples including handwritten digit recognition, spam and malware detection.

📄 PDF Abstract BibTeX arXiv:1609.00804

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine LearningGeneral ClassificationHandwritten Digit RecognitionMalware DetectionPrediction

Similar Papers 제목 키워드 기반

Evaluating randomized smoothing as a defense against adversarial attacks in trajectory prediction

2026-03-11 · Julian F. Schumann, Eduardo Figueiredo, Frederik Baymler Mathiesen, Luca Laurenti 외 arxiv

Accurate and robust trajectory prediction is essential for safe and efficient autonomous driving, yet recent work has shown that even state-of-the-art prediction models are highly vulnerable to inputs being mildly pertur…

Trajectory PredictionAutonomous Driving

Analyzing Accuracy Loss in Randomized Smoothing Defenses

2020-03-03 · Yue Gao, Harrison Rosenberg, Kassem Fawaz, Somesh Jha 외

Recent advances in machine learning (ML) algorithms, especially deep neural networks (DNNs), have demonstrated remarkable success (sometimes exceeding human-level performance) on several tasks, including face and speech …

Autonomous DrivingBIG-bench Machine Learningspeech-recognitionSpeech Recognition

Gradient Methods for Solving Stackelberg Games

2019-08-19 · Roi Naveiro, David Ríos Insua

Stackelberg Games are gaining importance in the last years due to the raise of Adversarial Machine Learning (AML). Within this context, a new paradigm must be faced: in classical game theory, intervening agents were huma…

A FRAMEWORK FOR ROBUSTNESS CERTIFICATION OF SMOOTHED CLASSIFIERS USING F-DIVERGENCES

2020-05-01 · ICLR 2020 1 · Krishnamurthy (Dj) Dvijotham, Jamie Hayes, Borja Balle, Zico Kolter 외

Formal verification techniques that compute provable guarantees on properties of machine learning models, like robustness to norm-bounded adversarial perturbations, have yielded impressive results. Although most techniqu…

Audio ClassificationBIG-bench Machine Learningimage-classificationImage Classification

Certified Robustness for Top-k Predictions against Adversarial Perturbations via Randomized Smoothing

2019-12-20 · ICLR 2020 1 · Jinyuan Jia, Xiaoyu Cao, Binghui Wang, Neil Zhenqiang Gong

It is well-known that classifiers are vulnerable to adversarial perturbations. To defend against adversarial perturbations, various certified robustness results have been derived. However, existing certified robustnesses…