Adversarial Learning with Margin-based Triplet Embedding Regularization
Yaoyao Zhong, Weihong Deng

TL;DR
This paper introduces a margin-based triplet embedding regularization method to enhance the robustness of deep neural networks against adversarial attacks by improving local smoothness in the representation space.
Contribution
It proposes a novel regularization technique that iteratively finds and penalizes potential adversarial perturbations to improve model robustness.
Findings
Increases robustness against feature adversarial attacks
Effective in face recognition tasks
Improves local smoothness of representation space
Abstract
The Deep neural networks (DNNs) have achieved great success on a variety of computer vision tasks, however, they are highly vulnerable to adversarial attacks. To address this problem, we propose to improve the local smoothness of the representation space, by integrating a margin-based triplet embedding regularization term into the classification objective, so that the obtained model learns to resist adversarial examples. The regularization term consists of two steps optimizations which find potential perturbations and punish them by a large margin in an iterative way. Experimental results on MNIST, CASIA-WebFace, VGGFace2 and MS-Celeb-1M reveal that our approach increases the robustness of the network against both feature and label adversarial attacks in simple object classification and deep face recognition.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Domain Adaptation and Few-Shot Learning · Anomaly Detection Techniques and Applications
