paper-with-me

홈 › Papers

Robustness for Non-Parametric Classification: A Generic Attack and Defense

2019-06-07 · Yao-Yuan Yang, Cyrus Rashtchian, Yizhen Wang, Kamalika Chaudhuri

Adversarially robust machine learning has received much recent attention. However, prior attacks and defenses for non-parametric classifiers have been developed in an ad-hoc or classifier-specific basis. In this work, we take a holistic look at adversarial examples for non-parametric classifiers, including nearest neighbors, decision trees, and random forests. We provide a general defense method, adversarial pruning, that works by preprocessing the dataset to become well-separated. To test our defense, we provide a novel attack that applies to a wide range of non-parametric classifiers. Theoretically, we derive an optimally robust classifier, which is analogous to the Bayes Optimal. We show that adversarial pruning can be viewed as a finite sample approximation to this optimal classifier. We empirically show that our defense and attack are either better than or competitive with prior work on non-parametric classifiers. Overall, our results provide a strong and broadly-applicable baseline for future work on robust non-parametrics. Code available at https://github.com/yangarbiter/adversarial-nonparametrics/ .

📄 PDF Abstract BibTeX arXiv:1906.03310

Code (1)

yangarbiter/adversarial-nonparametrics 공식 구현

Tasks

Adversarial AttackAdversarial DefenseClassificationGeneral Classification

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

On The Adversarial Robustness of 3D Point Cloud Classification

2020-09-28 · Jiachen Sun, Karl Koenig, Yulong Cao, Qi Alfred Chen 외

3D point clouds play pivotal roles in various safety-critical fields, such as autonomous driving, which desires the corresponding deep neural networks to be robust to adversarial perturbations. Though a few defenses agai…

3D Point Cloud ClassificationAdversarial RobustnessAutonomous DrivingClassification+1

On Adversarial Robustness of 3D Point Cloud Classification under Adaptive Attacks

2020-11-24 · Jiachen Sun, Karl Koenig, Yulong Cao, Qi Alfred Chen 외

3D point clouds play pivotal roles in various safety-critical applications, such as autonomous driving, which desires the underlying deep neural networks to be robust to adversarial perturbations. Though a few defenses a…

3D Point Cloud ClassificationAdversarial RobustnessAutonomous DrivingGeneral Classification+1

PDA: Text-Augmented Defense Framework for Robust Vision-Language Models against Adversarial Image Attacks

2026-04-01 · Jingning Xu, Haochen Luo, Chen Liu arxiv

Vision-language models (VLMs) are vulnerable to adversarial image perturbations. Existing works based on adversarial training against task-specific adversarial examples are computationally expensive and often fail to gen…

Visual Question Answering

Certified Robustness to Adversarial Examples with Differential Privacy

2018-02-09 · Mathias Lecuyer, Vaggelis Atlidakis, Roxana Geambasu, Daniel Hsu 외

Adversarial examples that fool machine learning models, particularly deep neural networks, have been a topic of intense research interest, with attacks and defenses being developed in a tight back-and-forth. Most past de…

Test-Time Defense Against Adversarial Attacks via Stochastic Resonance of Latent Ensembles

2025-10-03 · Dong Lao, Yuxiang Zhang, Haniyeh Ehsani Oskouie, Yangchao Wu 외 arxiv

We propose a test-time defense mechanism against adversarial attacks: imperceptible image perturbations that significantly alter the predictions of a model. Unlike existing methods that rely on feature filtering or smoot…

Image Classification