paper-with-me

홈 › Papers

Adversarial Pretraining of Self-Supervised Deep Networks: Past, Present and Future

2022-10-23 · Guo-Jun Qi, Mubarak Shah

In this paper, we review adversarial pretraining of self-supervised deep networks including both convolutional neural networks and vision transformers. Unlike the adversarial training with access to labeled examples, adversarial pretraining is complicated as it only has access to unlabeled examples. To incorporate adversaries into pretraining models on either input or feature level, we find that existing approaches are largely categorized into two groups: memory-free instance-wise attacks imposing worst-case perturbations on individual examples, and memory-based adversaries shared across examples over iterations. In particular, we review several representative adversarial pretraining models based on Contrastive Learning (CL) and Masked Image Modeling (MIM), respectively, two popular self-supervised pretraining methods in literature. We also review miscellaneous issues about computing overheads, input-/feature-level adversaries, as well as other adversarial pretraining approaches beyond the above two groups. Finally, we discuss emerging trends and future directions about the relations between adversarial and cooperative pretraining, unifying adversarial CL and MIM pretraining, and the trade-off between accuracy and robustness in adversarial pretraining.

📄 PDF Abstract BibTeX arXiv:2210.13463

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningMiscellaneous

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음
MIM 설명 없음

Similar Papers 제목 키워드 기반

Self-Supervised Learning with Generative Adversarial Networks for Electron Microscopy

2024-02-28 · Bashir Kazimi, Karina Ruzaeva, Stefan Sandfeld

In this work, we explore the potential of self-supervised learning with Generative Adversarial Networks (GANs) for electron microscopy datasets. We show how self-supervised pretraining facilitates efficient fine-tuning f…

DenoisingSelf-Supervised LearningSemantic SegmentationSuper-Resolution

Adversarial Robustness: From Self-Supervised Pre-Training to Fine-Tuning

2020-03-28 · CVPR 2020 6 · Tianlong Chen, Sijia Liu, Shiyu Chang, Yu Cheng 외

Pretrained models from self-supervision are prevalently used in fine-tuning downstream tasks faster or for better accuracy. However, gaining robustness from pretraining is left unexplored. We introduce adversarial traini…

Adversarial Robustness

CLA: Latent Alignment for Online Continual Self-Supervised Learning

2025-07-14 · Giacomo Cignoni, Andrea Cossu, Alexandra Gomez-Villa, Joost van de Weijer 외 arxiv

Self-supervised learning (SSL) is able to build latent representations that generalize well to unseen data. However, only a few SSL techniques exist for the online CL setting, where data arrives in small minibatches, the…

Self-Supervised Learning

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

A Primer on Contrastive Pretraining in Language Processing: Methods, Lessons Learned and Perspectives

2021-02-25 · Nils Rethmeier, Isabelle Augenstein

Modern natural language processing (NLP) methods employ self-supervised pretraining objectives such as masked language modeling to boost the performance of various application tasks. These pretraining methods are frequen…

Contrastive LearningLanguage ModelingLanguage ModellingMasked Language Modeling+3