paper-with-me

Papers

Robust Regularization with Adversarial Labelling of Perturbed Samples

2021-05-28 · Xiaohui Guo, Richong Zhang, Yaowei Zheng, Yongyi Mao

Recent researches have suggested that the predictive accuracy of neural network may contend with its adversarial robustness. This presents challenges in designing effective regularization schemes that also provide strong adversarial robustness. Revisiting Vicinal Risk Minimization (VRM) as a unifying regularization principle, we propose Adversarial Labelling of Perturbed Samples (ALPS) as a regularization scheme that aims at improving the generalization ability and adversarial robustness of the trained model. ALPS trains neural networks with synthetic samples formed by perturbing each authentic input sample towards another one along with an adversarially assigned label. The ALPS regularization objective is formulated as a min-max problem, in which the outer problem is minimizing an upper-bound of the VRM loss, and the inner problem is L$_1$-ball constrained adversarial labelling on perturbed sample. The analytic solution to the induced inner maximization problem is elegantly derived, which enables computational efficiency. Experiments on the SVHN, CIFAR-10, CIFAR-100 and Tiny-ImageNet datasets show that the ALPS has a state-of-the-art regularization performance while also serving as an effective adversarial training scheme.

📄 PDF Abstract BibTeX arXiv:2105.13745

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial RobustnessComputational Efficiency

Similar Papers 제목 키워드 기반

Enhance Robustness of Sequence Labelling with Masked Adversarial Training

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · Luoxin Chen, Xinyue Liu, Weitong Ruan, Jianhua Lu

Adversarial training (AT) has shown strong regularization effects on deep learning algorithms by introducing small input perturbations to improve model robustness. In language tasks, adversarial training brings word-leve…

Chunkingnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+4

Adversarial Perturbations Fool Deepfake Detectors

2020-03-24 · Apurva Gandhi, Shomik Jain

This work uses adversarial perturbations to enhance deepfake images and fool common deepfake detectors. We created adversarial perturbations using the Fast Gradient Sign Method and the Carlini and Wagner L2 norm attack i…

Face Swapping

Adversarially Robust Deepfake Detection via Adversarial Feature Similarity Learning

2024-02-06 · Sarwar Khan

Deepfake technology has raised concerns about the authenticity of digital content, necessitating the development of effective detection methods. However, the widespread availability of deepfakes has given rise to a new c…

DeepFake DetectionFace Swapping

Better Generalization with Adaptive Adversarial Training

2019-05-28 · Amit Despande, Sandesh Kamath, K V Subrahmanyam

An effective method to obtain an adversarial robust network is to train the network with adversarially perturbed samples. Perturbing all the samples adversarially has shown to increase the robustness of the networks sign…

Adversarial Robustness

Consistency Training with Virtual Adversarial Discrete Perturbation

2021-04-15 · NAACL 2022 7 · Jungsoo Park, Gyuwan Kim, Jaewoo Kang

Consistency training regularizes a model by enforcing predictions of original and perturbed inputs to be similar. Previous studies have proposed various augmentation methods for the perturbation but are limited in that t…

Semi-Supervised Text ClassificationText Classification