paper-with-me

Papers

Self-supervised Adversarial Training

2019-11-15 · Kejiang Chen, Hang Zhou, Yuefeng Chen, Xiaofeng Mao, Yuhong Li, Yuan He, Hui Xue, Weiming Zhang, Nenghai Yu

Recent work has demonstrated that neural networks are vulnerable to adversarial examples. To escape from the predicament, many works try to harden the model in various ways, in which adversarial training is an effective way which learns robust feature representation so as to resist adversarial attacks. Meanwhile, the self-supervised learning aims to learn robust and semantic embedding from data itself. With these views, we introduce self-supervised learning to against adversarial examples in this paper. Specifically, the self-supervised representation coupled with k-Nearest Neighbour is proposed for classification. To further strengthen the defense ability, self-supervised adversarial training is proposed, which maximizes the mutual information between the representations of original examples and the corresponding adversarial examples. Experimental results show that the self-supervised representation outperforms its supervised version in respect of robustness and self-supervised adversarial training can further improve the defense ability efficiently.

📄 PDF Abstract BibTeX arXiv:1911.06470

Code (1)

everange-ustc/SAT 공식 구현 pytorch

Tasks

Self-Supervised Learning

Similar Papers 제목 키워드 기반

Online Adversarial Purification based on Self-supervised Learning

2021-01-01 · ICLR 2021 1 · Changhao Shi, Chester Holtz, Gal Mishne

Deep neural networks are known to be vulnerable to adversarial examples, where a perturbation in the input space leads to an amplified shift in the latent network representation. In this paper, we combine canonical super…

Adversarial PurificationRepresentation LearningSelf-Supervised Learning

Online Adversarial Purification based on Self-Supervision

2021-01-23 · Changhao Shi, Chester Holtz, Gal Mishne

Deep neural networks are known to be vulnerable to adversarial examples, where a perturbation in the input space leads to an amplified shift in the latent network representation. In this paper, we combine canonical super…

Adversarial PurificationRepresentation Learning

Improving Adversarial Defense with Self-supervised Test-time Fine-tuning

2021-09-29 · Zhichao Huang, Chen Liu, Mathieu Salzmann, Sabine Süsstrunk 외

Although adversarial training and its variants currently constitute the most effective way to achieve robustness against adversarial attacks, their poor generalization limits their performance on the test samples. In thi…

Adversarial Defense

Improving Domain Generalization in Self-supervised Monocular Depth Estimation via Stabilized Adversarial Training

2024-11-04 · Yuanqi Yao, Gang Wu, Kui Jiang, Siao Liu 외

Learning a self-supervised Monocular Depth Estimation (MDE) model with great generalization remains significantly challenging. Despite the success of adversarial augmentation in the supervised learning generalization, na…

Data AugmentationDepth EstimationDomain GeneralizationMonocular Depth Estimation

Adversarial Training of Self-supervised Monocular Depth Estimation against Physical-World Attacks

2023-01-31 · Zhiyuan Cheng, James Liang, Guanhong Tao, Dongfang Liu 외

Monocular Depth Estimation (MDE) is a critical component in applications such as autonomous driving. There are various attacks against MDE networks. These attacks, especially the physical ones, pose a great threat to the…

Adversarial RobustnessAutonomous DrivingContrastive LearningDepth Estimation+1