paper-with-me

홈 › Papers

CLIPood: Generalizing CLIP to Out-of-Distributions

2023-02-02 · Yang Shu, Xingzhuo Guo, Jialong Wu, Ximei Wang, Jianmin Wang, Mingsheng Long

Out-of-distribution (OOD) generalization, where the model needs to handle distribution shifts from training, is a major challenge of machine learning. Contrastive language-image pre-training (CLIP) models have shown impressive zero-shot ability, but the further adaptation of CLIP on downstream tasks undesirably degrades OOD performances. This paper aims at generalizing CLIP to out-of-distribution test data on downstream tasks. We propose CLIPood, a fine-tuning method that can adapt CLIP models to OOD situations where both domain shifts and open classes may occur on the unseen test data. To exploit the semantic relations between classes from the text modality, CLIPood introduces a new training objective, margin metric softmax (MMS), with class adaptive margins for fine-tuning. To incorporate both pre-trained zero-shot model and fine-tuned task-adaptive model, CLIPood leverages a new optimization strategy, Beta moving average (BMA), to maintain a temporal ensemble weighted by Beta distribution. Experiments on diverse datasets with different OOD scenarios show that CLIPood consistently outperforms existing generalization techniques.

📄 PDF Abstract BibTeX arXiv:2302.00864

Code (1)

thuml/clipood 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Test 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
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 제목 키워드 기반

Robust Domain Generalization for Multi-modal Object Recognition

2024-08-11 · Yuxin Qiao, Keqin Li, Junhong Lin, Rong Wei 외

In multi-label classification, machine learning encounters the challenge of domain generalization when handling tasks with distributions differing from the training data. Existing approaches primarily focus on vision obj…

Domain GeneralizationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONObject+1

Multimodal Parameter-Efficient Few-Shot Class Incremental Learning

2023-03-08 · Marco D'Alessandro, Alberto Alonso, Enrique Calabrés, Mikel Galar

Few-Shot Class Incremental Learning (FSCIL) is a challenging continual learning task, where limited training examples are available during several learning sessions. To succeed in this task, it is necessary to avoid over…

class-incremental learningClass Incremental LearningContinual LearningFew-Shot Class-Incremental Learning+2

Generalizing DP-SGD with Shuffling and Batch Clipping

2022-12-12 · Marten van Dijk, Phuong Ha Nguyen, Toan N. Nguyen, Lam M. Nguyen

Classical differential private DP-SGD implements individual clipping with random subsampling, which forces a mini-batch SGD approach. We provide a general differential private algorithmic framework that goes beyond DP-SG…

A Two-Step Computation of the Exact GAN Wasserstein Distance

2018-07-01 · ICML 2018 7 · Huidong Liu, Xianfeng GU, Dimitris Samaras

In this paper, we propose a two-step method to compute the Wasserstein distance in Wasserstein Generative Adversarial Networks (WGANs): 1) The convex part of our objective can be solved by linear programming; 2) The…

Vocal Bursts Valence Prediction

CosmoCLIP: Generalizing Large Vision-Language Models for Astronomical Imaging

2024-07-10 · Raza Imam, Mohammed Talha Alam, Umaima Rahman, Mohsen Guizani 외

Existing vision-text contrastive learning models enhance representation transferability and support zero-shot prediction by matching paired image and caption embeddings while pushing unrelated pairs apart. However, astro…

Contrastive LearningImage-text RetrievalRetrievalText Retrieval+2