paper-with-me

Papers

Adversarial Momentum-Contrastive Pre-Training

2020-12-24 · Cong Xu, Dan Li, Min Yang

Recently proposed adversarial self-supervised learning methods usually require big batches and long training epochs to extract robust features, which will bring heavy computational overhead on platforms with limited resources. In order to help the network learn more powerful feature representations in smaller batches and fewer epochs, this paper proposes a novel adversarial momentum contrastive learning method, which introduces two memory banks corresponding to clean samples and adversarial samples, respectively. These memory banks can be dynamically incorporated into the training process to track invariant features among historical mini-batches. Compared with the previous adversarial pre-training model, our method achieves superior performance with smaller batch size and less training epochs. In addition, the model outperforms some state-of-the-art supervised defensive methods on multiple benchmark datasets after being fine-tuned on downstream classification tasks.

📄 PDF Abstract BibTeX arXiv:2012.13154

Code (1)

MTandHJ/amoc 공식 구현 pytorch

Tasks

Contrastive LearningData AugmentationSelf-Supervised Learning

Similar Papers 제목 키워드 기반

ZhichunRoad at SemEval-2022 Task 2: Adversarial Training and Contrastive Learning for Multiword Representations

2022-07-01 · SemEval (NAACL) 2022 7 · Xuange Cui, Wei Xiong, Songlin Wang

This paper presents our contribution to the SemEval-2022 Task 2: Multilingual Idiomaticity Detection and Sentence Embedding.We explore the impact of three different pre-trained multilingual language models in the SubTask…

Adversarial AttackContrastive LearningSentenceTask 2

Momentum Contrastive Pre-training for Question Answering

2022-12-12 · Minda Hu, Muzhi Li, Yasheng Wang, Irwin King

Existing pre-training methods for extractive Question Answering (QA) generate cloze-like queries different from natural questions in syntax structure, which could overfit pre-trained models to simple keyword matching. In…

BenchmarkingContrastive LearningExtractive Question-AnsweringNatural Questions+1

Stochastic Gradient Descent with Nonlinear Conjugate Gradient-Style Adaptive Momentum

2020-12-03 · Bao Wang, Qiang Ye

Momentum plays a crucial role in stochastic gradient-based optimization algorithms for accelerating or improving training deep neural networks (DNNs). In deep learning practice, the momentum is usually weighted by a well…

Adversarial Robustness

A Hamiltonian Monte Carlo Method for Probabilistic Adversarial Attack and Learning

2020-10-15 · Hongjun Wang, Guanbin Li, Xiaobai Liu, Liang Lin

Although deep convolutional neural networks (CNNs) have demonstrated remarkable performance on multiple computer vision tasks, researches on adversarial learning have shown that deep models are vulnerable to adversarial …

Adversarial Attack

Improved Baselines with Momentum Contrastive Learning

2020-03-09 · Xinlei Chen, Haoqi Fan, Ross Girshick, Kaiming He

Contrastive unsupervised learning has recently shown encouraging progress, e.g., in Momentum Contrast (MoCo) and SimCLR. In this note, we verify the effectiveness of two of SimCLR's design improvements by implementing th…

Contrastive LearningData AugmentationImage ClassificationPerson Re-Identification+3