paper-with-me

Papers

Data Efficient Language-supervised Zero-shot Recognition with Optimal Transport Distillation

2021-12-17 · ICLR 2022 4 · Bichen Wu, Ruizhe Cheng, Peizhao Zhang, Tianren Gao, Peter Vajda, Joseph E. Gonzalez

Traditional computer vision models are trained to predict a fixed set of predefined categories. Recently, natural language has been shown to be a broader and richer source of supervision that provides finer descriptions to visual concepts than supervised "gold" labels. Previous works, such as CLIP, use InfoNCE loss to train a model to predict the pairing between images and text captions. CLIP, however, is data hungry and requires more than 400M image-text pairs for training. The inefficiency can be partially attributed to the fact that the image-text pairs are noisy. To address this, we propose OTTER (Optimal TransporT distillation for Efficient zero-shot Recognition), which uses online entropic optimal transport to find a soft image-text match as labels for contrastive learning. Based on pretrained image and text encoders, models trained with OTTER achieve strong performance with only 3M image text pairs. Compared with InfoNCE loss, label smoothing, and knowledge distillation, OTTER consistently outperforms these baselines in zero shot evaluation on Google Open Images (19,958 classes) and multi-labeled ImageNet 10K (10032 classes) from Tencent ML-Images. Over 42 evaluations on 7 different dataset/architecture settings x 6 metrics, OTTER outperforms (32) or ties (2) all baselines in 34 of them.

📄 PDF Abstract BibTeX arXiv:2112.09445

Code (1)

facebookresearch/otter 공식 구현 pytorch

Tasks

Contrastive LearningKnowledge DistillationZero-Shot Learning

Methods 이 논문이 사용한 방법론

InfoNCE 설명 없음
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 제목 키워드 기반

MAtch, eXpand and Improve: Unsupervised Finetuning for Zero-Shot Action Recognition with Language Knowledge

2023-03-15 · ICCV 2023 1 · Wei Lin, Leonid Karlinsky, Nina Shvetsova, Horst Possegger 외

Large scale Vision-Language (VL) models have shown tremendous success in aligning representations between visual and text modalities. This enables remarkable progress in zero-shot recognition, image generation & editing,…

Action RecognitionFew-Shot action recognitionFew Shot Action RecognitionImage Generation+4

Scaling A Simple Approach to Zero-Shot Speech Recognition

2024-07-25 · Jinming Zhao, Vineel Pratap, Michael Auli

Despite rapid progress in increasing the language coverage of automatic speech recognition, the field is still far from covering all languages with a known writing script. Recent work showed promising results with a zero…

Automatic Speech Recognitionspeech-recognitionSpeech Recognition

DiZiNER: Disagreement-guided Instruction Refinement via Pilot Annotation Simulation for Zero-shot Named Entity Recognition

2026-04-17 · Siun Kim, Hyung-Jin Yoon arxiv

Large language models (LLMs) have advanced information extraction (IE) by enabling zero-shot and few-shot named entity recognition (NER), yet their generative outputs still show persistent and systematic errors. Despite …

Information Extraction

Vocabulary-informed Zero-shot and Open-set Learning

2023-01-03 · Yanwei Fu, Xiaomei Wang, Hanze Dong, Yu-Gang Jiang 외

Despite significant progress in object categorization, in recent years, a number of important challenges remain; mainly, the ability to learn from limited labeled data and to recognize object classes within large, potent…

Object CategorizationOpen Set LearningZero-Shot Learning

Simple and Effective Zero-shot Cross-lingual Phoneme Recognition

2021-09-23 · Qiantong Xu, Alexei Baevski, Michael Auli

Recent progress in self-training, self-supervised pretraining and unsupervised learning enabled well performing speech recognition systems without any labeled data. However, in many cases there is labeled data available …

Cross-Lingual TransferPhoneme Recognitionspeech-recognitionSpeech Recognition+2