paper-with-me

Papers

Adversarial Self-Supervised Contrastive Learning

2020-06-13 · NeurIPS 2020 12 · Minseon Kim, Jihoon Tack, Sung Ju Hwang

Existing adversarial learning approaches mostly use class labels to generate adversarial samples that lead to incorrect predictions, which are then used to augment the training of the model for improved robustness. While some recent works propose semi-supervised adversarial learning methods that utilize unlabeled data, they still require class labels. However, do we really need class labels at all, for adversarially robust training of deep neural networks? In this paper, we propose a novel adversarial attack for unlabeled data, which makes the model confuse the instance-level identities of the perturbed data samples. Further, we present a self-supervised contrastive learning framework to adversarially train a robust neural network without labeled data, which aims to maximize the similarity between a random augmentation of a data sample and its instance-wise adversarial perturbation. We validate our method, Robust Contrastive Learning (RoCL), on multiple benchmark datasets, on which it obtains comparable robust accuracy over state-of-the-art supervised adversarial learning methods, and significantly improved robustness against the black box and unseen types of attacks. Moreover, with further joint fine-tuning with supervised adversarial loss, RoCL obtains even higher robust accuracy over using self-supervised learning alone. Notably, RoCL also demonstrate impressive results in robust transfer learning.

📄 PDF Abstract BibTeX arXiv:2006.07589

Code (2)

Kim-Minseon/RoCL 공식 구현 pytorch
yqy2001/a-infonce pytorch

Tasks

Adversarial AttackContrastive LearningSelf-Supervised LearningTransfer Learning

Similar Papers 제목 키워드 기반

PointACL:Adversarial Contrastive Learning for Robust Point Clouds Representation under Adversarial Attack

2022-09-14 · Junxuan Huang, Yatong An, Lu Cheng, Bai Chen 외

Despite recent success of self-supervised based contrastive learning model for 3D point clouds representation, the adversarial robustness of such pre-trained models raised concerns. Adversarial contrastive learning (ACL)…

3D ClassificationAdversarial AttackAdversarial RobustnessContrastive Learning

Robust Pre-Training by Adversarial Contrastive Learning

2020-10-26 · NeurIPS 2020 12 · Ziyu Jiang, Tianlong Chen, Ting Chen, Zhangyang Wang

Recent work has shown that, when integrated with adversarial training, self-supervised pre-training can lead to state-of-the-art robustness In this work, we improve robustness-aware self-supervised pre-training by learni…

Adversarial RobustnessContrastive Learning

Effective Targeted Attacks for Adversarial Self-Supervised Learning

2022-10-19 · NeurIPS 2023 11

Recently, unsupervised adversarial training (AT) has been highlighted as a means of achieving robustness in models without any label information. Previous studies in unsupervised AT have mostly focused on implementing se…

Adversarial AttackSelf-Supervised Learning

CADet: Fully Self-Supervised Out-Of-Distribution Detection With Contrastive Learning

2022-10-04 · NeurIPS 2023 11 · Charles Guille-Escuret, Pau Rodriguez, David Vazquez, Ioannis Mitliagkas 외

Handling out-of-distribution (OOD) samples has become a major stake in the real-world deployment of machine learning systems. This work explores the use of self-supervised contrastive learning to the simultaneous detecti…

Anomaly DetectionContrastive LearningOut-of-Distribution Detection

Provable Optimization for Adversarial Fair Self-supervised Contrastive Learning

2024-06-09 · Qi Qi, Quanqi Hu, Qihang Lin, Tianbao Yang

This paper studies learning fair encoders in a self-supervised learning (SSL) setting, in which all data are unlabeled and only a small portion of them are annotated with sensitive attribute. Adversarial fair representat…

AttributeContrastive LearningFairnessRepresentation Learning+1