paper-with-me

Papers

SCAT: Robust Self-supervised Contrastive Learning via Adversarial Training for Text Classification

2023-07-04 · Junjie Wu, Dit-yan Yeung

Despite their promising performance across various natural language processing (NLP) tasks, current NLP systems are vulnerable to textual adversarial attacks. To defend against these attacks, most existing methods apply adversarial training by incorporating adversarial examples. However, these methods have to rely on ground-truth labels to generate adversarial examples, rendering it impractical for large-scale model pre-training which is commonly used nowadays for NLP and many other tasks. In this paper, we propose a novel learning framework called SCAT (Self-supervised Contrastive Learning via Adversarial Training), which can learn robust representations without requiring labeled data. Specifically, SCAT modifies random augmentations of the data in a fully labelfree manner to generate adversarial examples. Adversarial training is achieved by minimizing the contrastive loss between the augmentations and their adversarial counterparts. We evaluate SCAT on two text classification datasets using two state-of-the-art attack schemes proposed recently. Our results show that SCAT can not only train robust language models from scratch, but it can also significantly improve the robustness of existing pre-trained language models. Moreover, to demonstrate its flexibility, we show that SCAT can also be combined with supervised adversarial training to further enhance model robustness.

📄 PDF Abstract BibTeX arXiv:2307.01488

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive Learningtext-classificationText Classification

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Weakly Supervised Contrastive Adversarial Training for Learning Robust Features from Semi-supervised Data

2025-03-14 · CVPR 2025 1 · Lilin Zhang, Chengpei Wu, Ning Yang

Existing adversarial training (AT) methods often suffer from incomplete perturbation, meaning that not all non-robust features are perturbed when generating adversarial examples (AEs). This results in residual correlatio…

CLAWSAT: Towards Both Robust and Accurate Code Models

2022-11-21 · Jinghan Jia, Shashank Srikant, Tamara Mitrovska, Chuang Gan 외

We integrate contrastive learning (CL) with adversarial learning to co-optimize the robustness and accuracy of code models. Different from existing works, we show that code obfuscation, a standard code transformation ope…

Code GenerationCode SummarizationContrastive LearningSelf-Supervised Learning

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

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