paper-with-me

Papers

Detection based Defense against Adversarial Examples from the Steganalysis Point of View

2018-06-21 · CVPR 2019 6 · Jiayang Liu, Weiming Zhang, Yiwei Zhang, Dongdong Hou, Yujia Liu, Hongyue Zha, Nenghai Yu

Deep Neural Networks (DNNs) have recently led to significant improvements in many fields. However, DNNs are vulnerable to adversarial examples which are samples with imperceptible perturbations while dramatically misleading the DNNs. Moreover, adversarial examples can be used to perform an attack on various kinds of DNN based systems, even if the adversary has no access to the underlying model. Many defense methods have been proposed, such as obfuscating gradients of the networks or detecting adversarial examples. However it is proved out that these defense methods are not effective or cannot resist secondary adversarial attacks. In this paper, we point out that steganalysis can be applied to adversarial examples detection, and propose a method to enhance steganalysis features by estimating the probability of modifications caused by adversarial attacks. Experimental results show that the proposed method can accurately detect adversarial examples. Moreover, secondary adversarial attacks cannot be directly performed to our method because our method is not based on a neural network but based on high-dimensional artificial features and FLD (Fisher Linear Discriminant) ensemble.

📄 PDF Abstract BibTeX arXiv:1806.09186

Code (0)

등록된 구현이 없습니다.

Tasks

Steganalysis

Similar Papers 제목 키워드 기반

3D-VFD: A Victim-free Detector against 3D Adversarial Point Clouds

2022-05-18 · Jiahao Zhu, Huajun Zhou, Zixuan Chen, Yi Zhou 외

3D deep models consuming point clouds have achieved sound application effects in computer vision. However, recent studies have shown they are vulnerable to 3D adversarial point clouds. In this paper, we regard these mali…

Adversarial AttackSteganalysis

Can We Mitigate Backdoor Attack Using Adversarial Detection Methods?

2020-06-26 · Kaidi Jin, Tianwei Zhang, Chao Shen, Yufei Chen 외

Deep Neural Networks are well known to be vulnerable to adversarial attacks and backdoor attacks, where minor modifications on the input are able to mislead the models to give wrong results. Although defenses against adv…

Adversarial DefenseBackdoor Attack

Robust Superpixel-Guided Attentional Adversarial Attack

2020-06-01 · CVPR 2020 6 · Xiaoyi Dong, Jiangfan Han, Dongdong Chen, Jiayang Liu 외

Deep Neural Networks are vulnerable to adversarial samples, which can fool classifiers by adding small perturbations onto the original image. Since the pioneering optimization-based adversarial attack method, many follow…

Adversarial AttackSteganalysis

Evading Adversarial Example Detection Defenses with Orthogonal Projected Gradient Descent

2021-06-28 · ICLR 2022 4 · Oliver Bryniarski, Nabeel Hingun, Pedro Pachuca, Vincent Wang 외

Evading adversarial example detection defenses requires finding adversarial examples that must simultaneously (a) be misclassified by the model and (b) be detected as non-adversarial. We find that existing attacks that a…

Detection and Defense of Unlearnable Examples

2023-12-14 · Yifan Zhu, Lijia Yu, Xiao-Shan Gao

Privacy preserving has become increasingly critical with the emergence of social media. Unlearnable examples have been proposed to avoid leaking personal information on the Internet by degrading generalization abilities …

Adversarial DefensePrivacy Preserving