paper-with-me

Papers

SVL-Adapter: Self-Supervised Adapter for Vision-Language Pretrained Models

2022-10-07 · Omiros Pantazis, Gabriel Brostow, Kate Jones, Oisin Mac Aodha

Vision-language models such as CLIP are pretrained on large volumes of internet sourced image and text pairs, and have been shown to sometimes exhibit impressive zero- and low-shot image classification performance. However, due to their size, fine-tuning these models on new datasets can be prohibitively expensive, both in terms of the supervision and compute required. To combat this, a series of light-weight adaptation methods have been proposed to efficiently adapt such models when limited supervision is available. In this work, we show that while effective on internet-style datasets, even those remedies under-deliver on classification tasks with images that differ significantly from those commonly found online. To address this issue, we present a new approach called SVL-Adapter that combines the complementary strengths of both vision-language pretraining and self-supervised representation learning. We report an average classification accuracy improvement of 10% in the low-shot setting when compared to existing methods, on a set of challenging visual classification tasks. Further, we present a fully automatic way of selecting an important blending hyperparameter for our model that does not require any held-out labeled validation data. Code for our project is available here: https://github.com/omipan/svl_adapter.

📄 PDF Abstract BibTeX arXiv:2210.03794

Code (1)

omipan/svl_adapter 공식 구현 pytorch

Tasks

General Classificationimage-classificationImage ClassificationRepresentation Learning

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

Language-Family Adapters for Low-Resource Multilingual Neural Machine Translation

2022-09-30 · Alexandra Chronopoulou, Dario Stojanovski, Alexander Fraser

Large multilingual models trained with self-supervision achieve state-of-the-art results in a wide range of natural language processing tasks. Self-supervised pretrained models are often fine-tuned on parallel data from …

Cross-Lingual TransferMachine TranslationTranslation

Prompting and Adapter Tuning for Self-supervised Encoder-Decoder Speech Model

2023-10-04 · Kai-Wei Chang, Ming-Hsin Chen, Yun-Ping Lin, Jing Neng Hsu 외

Prompting and adapter tuning have emerged as efficient alternatives to fine-tuning (FT) methods. However, existing studies on speech prompting focused on classification tasks and failed on more complex sequence generatio…

Cross-Lingual ASRDecoderslot-fillingSlot Filling

Unsupervised Prototype Adapter for Vision-Language Models

2023-08-22 · Yi Zhang, Ce Zhang, Xueting Hu, Zhihai He

Recently, large-scale pre-trained vision-language models (e.g. CLIP and ALIGN) have demonstrated remarkable effectiveness in acquiring transferable visual representations. To leverage the valuable knowledge encoded withi…

Domain Generalization

Exploring Efficient-tuning Methods in Self-supervised Speech Models

2022-10-10 · Zih-Ching Chen, Chin-Lun Fu, Chih-Ying Liu, Shang-Wen Li 외

In this study, we aim to explore efficient tuning methods for speech self-supervised learning. Recent studies show that self-supervised learning (SSL) can learn powerful representations for different speech tasks. Howeve…

Self-Supervised Learning

Efficient Adapter Transfer of Self-Supervised Speech Models for Automatic Speech Recognition

2022-02-07 · Bethan Thomas, Samuel Kessler, Salah Karout

Self-supervised learning (SSL) is a powerful tool that allows learning of underlying representations from unlabeled data. Transformer based models such as wav2vec 2.0 and HuBERT are leading the field in the speech domain…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Self-Supervised Learningspeech-recognition+1