paper-with-me

Papers

Broadly Applicable Targeted Data Sample Omission Attacks

2021-05-04 · Guy Barash, Eitan Farchi, Sarit Kraus, Onn Shehory

We introduce a novel clean-label targeted poisoning attack on learning mechanisms. While classical poisoning attacks typically corrupt data via addition, modification and omission, our attack focuses on data omission only. Our attack misclassifies a single, targeted test sample of choice, without manipulating that sample. We demonstrate the effectiveness of omission attacks against a large variety of learners including deep neural networks, SVM and decision trees, using several datasets including MNIST, IMDB and CIFAR. The focus of our attack on data omission only is beneficial as well, as it is simpler to implement and analyze. We show that, with a low attack budget, our attack's success rate is above 80%, and in some cases 100%, for white-box learning. It is systematically above the reference benchmark for black-box learning. For both white-box and black-box cases, changes in model accuracy are negligible, regardless of the specific learner and dataset. We also prove theoretically in a simplified agnostic PAC learning framework that, subject to dataset size and distribution, our omission attack succeeds with high probability against any successful simplified agnostic PAC learner.

📄 PDF Abstract BibTeX arXiv:2105.01560

Code (0)

등록된 구현이 없습니다.

Tasks

PAC learning

Methods 이 논문이 사용한 방법론

SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…

Similar Papers 제목 키워드 기반

Classifying Copy Number Variations Using State Space Modeling of Targeted Sequencing Data: A Case Study in Thalassemia

2025-04-14 · Austin Talbot, Alex Kotlar, Lavanya Rishishiwar, Yue Ke

Thalassemia, a blood disorder and one of the most prevalent hereditary genetic disorders worldwide, is often caused by copy number variations (CNVs) in the hemoglobin genes. This disorder has incredible diversity, with a…

PrognosisSpecificity

ET-AL: Entropy-Targeted Active Learning for Bias Mitigation in Materials Data

2022-11-15 · Hengrui Zhang, Wei Wayne Chen, James M. Rondinelli, Wei Chen

Growing materials data and data-driven informatics drastically promote the discovery and design of materials. While there are significant advancements in data-driven models, the quality of data resources is less studied …

Active LearningDiversityMaterials Screening

Deterministic Policy Optimization by Combining Pathwise and Score Function Estimators for Discrete Action Spaces

2017-11-21 · Daniel Levy, Stefano Ermon

Policy optimization methods have shown great promise in solving complex reinforcement and imitation learning tasks. While model-free methods are broadly applicable, they often require many samples to optimize complex pol…

AcrobotImitation Learning

Are Sample-Efficient NLP Models More Robust?

2022-10-12 · Nelson F. Liu, Ananya Kumar, Percy Liang, Robin Jia

Recent results in image classification and extractive question answering have observed that pre-trained models trained on less in-distribution data have better out-of-distribution performance. However, it is unclear how …

Extractive Question-Answeringimage-classificationImage ClassificationQuestion Answering+1

GUARD: Graph Universal Adversarial Defense

2022-04-20 · Jintang Li, Jie Liao, Ruofan Wu, Liang Chen 외

Graph convolutional networks (GCNs) have been shown to be vulnerable to small adversarial perturbations, which becomes a severe threat and largely limits their applications in security-critical scenarios. To mitigate suc…

Adversarial Defense