paper-with-me

홈 › Papers

Adversarial Detection by Approximation of Ensemble Boundary

2022-11-18 · T. Windeatt

Despite being effective in many application areas, Deep Neural Networks (DNNs) are vulnerable to being attacked. In object recognition, the attack takes the form of a small perturbation added to an image, that causes the DNN to misclassify, but to a human appears no different. Adversarial attacks lead to defences that are themselves subject to attack, and the attack/ defence strategies provide important information about the properties of DNNs. In this paper, a novel method of detecting adversarial attacks is proposed for an ensemble of Deep Neural Networks (DNNs) solving two-class pattern recognition problems. The ensemble is combined using Walsh coefficients which are capable of approximating Boolean functions and thereby controlling the decision boundary complexity. The hypothesis in this paper is that decision boundaries with high curvature allow adversarial perturbations to be found, but change the curvature of the decision boundary, which is then approximated in a different way by Walsh coefficients compared to the clean images. Besides controlling boundary complexity, the coefficients also measure the correlation with class labels, which may aid in understanding the learning and transferability properties of DNNs. While the experiments here use images, the proposed approach of modelling two-class ensemble decision boundaries could in principle be applied to any application area.

📄 PDF Abstract BibTeX arXiv:2211.10227

Code (0)

등록된 구현이 없습니다.

Tasks

Object Recognition

Similar Papers 제목 키워드 기반

Learning from Peers: Collaborative Ensemble Adversarial Training

2025-08-27 · Li Dengjin, Guo Yanming, Xie Yuxiang, Li Zheng 외 arxiv

Ensemble Adversarial Training (EAT) attempts to enhance the robustness of models against adversarial attacks by leveraging multiple models. However, current EAT strategies tend to train the sub-models independently, igno…

Classification With an Edge: Improving Semantic Image Segmentation with Boundary Detection

2016-12-05 · Dimitrios Marmanis, Konrad Schindler, Jan Dirk Wegner, Silvano Galliani 외

We present an end-to-end trainable deep convolutional neural network (DCNN) for semantic segmentation with built-in awareness of semantically meaningful boundaries. Semantic segmentation is a fundamental remote sensing t…

Boundary DetectionDecoderEdge DetectionGeneral Classification+3

Ensemble Adversarial Training: Attacks and Defenses

2017-05-19 · ICLR 2018 1 · Florian Tramèr, Alexey Kurakin, Nicolas Papernot, Ian Goodfellow 외

Adversarial examples are perturbed inputs designed to fool machine learning models. Adversarial training injects such examples into training data to increase robustness. To scale this technique to large datasets, perturb…

Robust Ensemble Morph Detection with Domain Generalization

2022-09-16 · Hossein Kashiani, Shoaib Meraj Sami, Sobhan Soleymani, Nasser M. Nasrabadi

Although a substantial amount of studies is dedicated to morph detection, most of them fail to generalize for morph faces outside of their training paradigm. Moreover, recent morph detection methods are highly vulnerable…

Domain GeneralizationMORPH

Defending against black-box adversarial attacks with gradient-free trained sign activation neural networks

2021-01-01 · Yunzhe Xue, Meiyan Xie, Zhibo Yang, Usman Roshan

Binary neural networks have been shown to be more adversarially robust than full-precision networks but their improvements are marginal. We propose an ensemble of sign activation neural networks trained with a novel grad…

Adversarial Defense