paper-with-me

홈 › Papers

Adversarial Masking for Self-Supervised Learning

2022-01-31 · Yuge Shi, N. Siddharth, Philip H. S. Torr, Adam R. Kosiorek

We propose ADIOS, a masked image model (MIM) framework for self-supervised learning, which simultaneously learns a masking function and an image encoder using an adversarial objective. The image encoder is trained to minimise the distance between representations of the original and that of a masked image. The masking function, conversely, aims at maximising this distance. ADIOS consistently improves on state-of-the-art self-supervised learning (SSL) methods on a variety of tasks and datasets -- including classification on ImageNet100 and STL10, transfer learning on CIFAR10/100, Flowers102 and iNaturalist, as well as robustness evaluated on the backgrounds challenge (Xiao et al., 2021) -- while generating semantically meaningful masks. Unlike modern MIM models such as MAE, BEiT and iBOT, ADIOS does not rely on the image-patch tokenisation construction of Vision Transformers, and can be implemented with convolutional backbones. We further demonstrate that the masks learned by ADIOS are more effective in improving representation learning of SSL methods than masking schemes used in popular MIM models. Code is available at https://github.com/YugeTen/adios.

📄 PDF Abstract BibTeX arXiv:2201.13100

Code (1)

yugeten/adios 공식 구현 pytorch

Tasks

Representation LearningSelf-Supervised LearningTransfer Learning

Methods 이 논문이 사용한 방법론

MAE 설명 없음

Similar Papers 제목 키워드 기반

Self-supervised adversarial masking for 3D point cloud representation learning

2023-07-11 · Michał Szachniewicz, Wojciech Kozłowski, Michał Stypułkowski, Maciej Zięba

Self-supervised methods have been proven effective for learning deep representations of 3D point cloud data. Although recent methods in this domain often rely on random masking of inputs, the results of this approach can…

Representation Learning

Improving self-supervised representation learning via sequential adversarial masking

2022-12-16 · Dylan Sam, Min Bai, Tristan McKinney, Li Erran Li

Recent methods in self-supervised learning have demonstrated that masking-based pretext tasks extend beyond NLP, serving as useful pretraining objectives in computer vision. However, existing approaches apply random or a…

Representation LearningSelf-Supervised Learning

Effective Unsupervised Domain Adaptation with Adversarially Trained Language Models

2020-10-05 · EMNLP 2020 11 · Thuy-Trang Vu, Dinh Phung, Gholamreza Haffari

Recent work has shown the importance of adaptation of broad-coverage contextualised embedding models on the domain of the target task of interest. Current self-supervised adaptation methods are simplistic, as the trainin…

Domain Adaptationnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+1

Pretraining ECG Data with Adversarial Masking Improves Model Generalizability for Data-Scarce Tasks

2022-11-15 · Jessica Y. Bo, Hen-Wei Huang, Alvin Chan, Giovanni Traverso

Medical datasets often face the problem of data scarcity, as ground truth labels must be generated by medical professionals. One mitigation strategy is to pretrain deep learning models on large, unlabelled datasets with …

Gender ClassificationSelf-Supervised Learning

Learning with Noisy labels via Self-supervised Adversarial Noisy Masking

2023-02-14 · CVPR 2023 1 · Yuanpeng Tu, Boshen Zhang, Yuxi Li, Liang Liu 외

Collecting large-scale datasets is crucial for training deep models, annotating the data, however, inevitably yields noisy labels, which poses challenges to deep learning algorithms. Previous efforts tend to mitigate thi…

Image ClassificationLearning with noisy labels