paper-with-me

홈 › Papers

Two Coupled Rejection Metrics Can Tell Adversarial Examples Apart

2021-05-31 · CVPR 2022 1 · Tianyu Pang, Huishuai Zhang, Di He, Yinpeng Dong, Hang Su, Wei Chen, Jun Zhu, Tie-Yan Liu

Correctly classifying adversarial examples is an essential but challenging requirement for safely deploying machine learning models. As reported in RobustBench, even the state-of-the-art adversarially trained models struggle to exceed 67% robust test accuracy on CIFAR-10, which is far from practical. A complementary way towards robustness is to introduce a rejection option, allowing the model to not return predictions on uncertain inputs, where confidence is a commonly used certainty proxy. Along with this routine, we find that confidence and a rectified confidence (R-Con) can form two coupled rejection metrics, which could provably distinguish wrongly classified inputs from correctly classified ones. This intriguing property sheds light on using coupling strategies to better detect and reject adversarial examples. We evaluate our rectified rejection (RR) module on CIFAR-10, CIFAR-10-C, and CIFAR-100 under several attacks including adaptive ones, and demonstrate that the RR module is compatible with different adversarial training frameworks on improving robustness, with little extra computation. The code is available at https://github.com/P2333/Rectified-Rejection.

📄 PDF Abstract BibTeX arXiv:2105.14785

Code (1)

P2333/Rectified-Rejection 공식 구현 pytorch

Tasks

Vocal Bursts Valence Prediction

Similar Papers 제목 키워드 기반

Learning with Protection: Rejection of Suspicious Samples under Adversarial Environment

2019-09-25 · Masahiro Kato, Yoshihiro Fukuhara, Hirokatsu Kataoka, Shigeo Morishima

We propose a novel framework for avoiding the misclassification of data by using a framework of learning with rejection and adversarial examples. Recent developments in machine learning have opened new opportunities for …

BIG-bench Machine LearningBinary ClassificationDecision MakingMulti-class Classification+1

ATRO: Adversarial Training with a Rejection Option

2020-10-24 · Masahiro Kato, Zhenghang Cui, Yoshihiro Fukuhara

This paper proposes a classification framework with a rejection option to mitigate the performance deterioration caused by adversarial examples. While recent machine learning algorithms achieve high prediction performanc…

Deep Neural Rejection against Adversarial Examples

2019-10-01 · Angelo Sotgiu, Ambra Demontis, Marco Melis, Battista Biggio 외

Despite the impressive performances reported by deep neural networks in different application domains, they remain largely vulnerable to adversarial examples, i.e., input samples that are carefully perturbed to cause mis…

Towards Dependable Deep Convolutional Neural Networks (CNNs) with Out-distribution Learning

2018-04-24 · Mahdieh Abbasi, Arezoo Rajabi, Christian Gagné, Rakesh B. Bobba

Detection and rejection of adversarial examples in security sensitive and safety-critical systems using deep CNNs is essential. In this paper, we propose an approach to augment CNNs with out-distribution learning in orde…

Countermeasures Against Adversarial Examples in Radio Signal Classification

2024-07-09 · Lu Zhang, Sangarapillai Lambotharan, Gan Zheng, Basil AsSadhan 외

Deep learning algorithms have been shown to be powerful in many communication network design problems, including that in automatic modulation classification. However, they are vulnerable to carefully crafted attacks call…

ClassificationDeep Learning