paper-with-me

Papers

Exploring Adversarial Examples for Efficient Active Learning in Machine Learning Classifiers

2021-09-22 · Honggang Yu, Shihfeng Zeng, Teng Zhang, Ing-Chao Lin, Yier Jin

Machine learning researchers have long noticed the phenomenon that the model training process will be more effective and efficient when the training samples are densely sampled around the underlying decision boundary. While this observation has already been widely applied in a range of machine learning security techniques, it lacks theoretical analyses of the correctness of the observation. To address this challenge, we first add particular perturbation to original training examples using adversarial attack methods so that the generated examples could lie approximately on the decision boundary of the ML classifiers. We then investigate the connections between active learning and these particular training examples. Through analyzing various representative classifiers such as k-NN classifiers, kernel methods as well as deep neural networks, we establish a theoretical foundation for the observation. As a result, our theoretical proofs provide support to more efficient active learning methods with the help of adversarial examples, contrary to previous works where adversarial examples are often used as destructive solutions. Experimental results show that the established theoretical foundation will guide better active learning strategies based on adversarial examples.

📄 PDF Abstract BibTeX arXiv:2109.10770

Code (0)

등록된 구현이 없습니다.

Tasks

Active LearningAdversarial AttackBIG-bench Machine Learning

Methods 이 논문이 사용한 방법론

k-NN $k$-Nearest Neighbors is a clustering-based algorithm for classification and regression. It is a a type of instance-based learning as it does not attempt to construct a…

Similar Papers 제목 키워드 기반

DANCin SEQ2SEQ: Fooling Text Classifiers with Adversarial Text Example Generation

2017-12-14 · Catherine Wong

Machine learning models are powerful but fallible. Generating adversarial examples - inputs deliberately crafted to cause model misclassification or other errors - can yield important insight into model assumptions and v…

Adversarial TextReinforcement Learning

Universal Adversarial Examples and Perturbations for Quantum Classifiers

2021-02-15 · Weiyuan Gong, Dong-Ling Deng

Quantum machine learning explores the interplay between machine learning and quantum physics, which may lead to unprecedented perspectives for both fields. In fact, recent works have shown strong evidences that quantum c…

BIG-bench Machine LearningQuantum Machine Learning

A Simple General Method for Detecting Textual Adversarial Examples

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Although deep neural networks have achieved state-of-the-art performance in various machine learning and artificial intelligence tasks, adversarial examples, constructed by adding small non-random perturbations to correc…

Ensemble LearningRepresentation LearningSentence

Understanding and Quantifying Adversarial Examples Existence in Linear Classification

2019-10-27 · Xupeng Shi, A. Adam Ding

State-of-art deep neural networks (DNN) are vulnerable to attacks by adversarial examples: a carefully designed small perturbation to the input, that is imperceptible to human, can mislead DNN. To understand the root cau…

ClassificationGeneral Classification

Defending against Machine Learning based Inference Attacks via Adversarial Examples: Opportunities and Challenges

2019-09-17 · Jinyuan Jia, Neil Zhenqiang Gong

As machine learning (ML) becomes more and more powerful and easily accessible, attackers increasingly leverage ML to perform automated large-scale inference attacks in various domains. In such an ML-equipped inference at…

BIG-bench Machine LearningInference Attack