paper-with-me

Papers

Adapting Vision-Language Models to Open Classes via Test-Time Prompt Tuning

2024-08-29 · Zhengqing Gao, Xiang Ao, Xu-Yao Zhang, Cheng-Lin Liu

Adapting pre-trained models to open classes is a challenging problem in machine learning. Vision-language models fully explore the knowledge of text modality, demonstrating strong zero-shot recognition performance, which is naturally suited for various open-set problems. More recently, some research focuses on fine-tuning such models to downstream tasks. Prompt tuning methods achieved huge improvements by learning context vectors on few-shot data. However, through the evaluation under open-set adaptation setting with the test data including new classes, we find that there exists a dilemma that learned prompts have worse generalization abilities than hand-crafted prompts. In this paper, we consider combining the advantages of both and come up with a test-time prompt tuning approach, which leverages the maximum concept matching (MCM) scores as dynamic weights to generate an input-conditioned prompt for each image during test. Through extensive experiments on 11 different datasets, we show that our proposed method outperforms all comparison methods on average considering both base and new classes. The code is available at https://github.com/gaozhengqing/TTPT

📄 PDF Abstract BibTeX arXiv:2408.16486

Code (1)

gaozhengqing/ttpt 공식 구현 pytorch

Tasks

Zero-Shot Learning

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Effectiveness of Vision Language Models for Open-world Single Image Test Time Adaptation

2024-06-01 · Manogna Sreenivas, Soma Biswas

We propose a novel framework to address the real-world challenging task of Single Image Test Time Adaptation in an open and dynamic environment. We leverage large scale Vision Language Models like CLIP to enable real tim…

Contrastive LearningDomain AdaptationOut of Distribution (OOD) DetectionTest-time Adaptation

DINO Eats CLIP: Adapting Beyond Knowns for Open-set 3D Object Retrieval

2026-04-21 · Xinwei He, Yansong Zheng, Qianru Han, Zhichuan Wang 외 arxiv

Vision foundation models have shown great promise for open-set 3D object retrieval (3DOR) through efficient adaptation to multi-view images. Leveraging semantically aligned latent space, previous work typically adapts th…

3D Object Retrieval

Fine-grained Visual-Text Prompt-Driven Self-Training for Open-Vocabulary Object Detection

2022-11-02 · Yanxin Long, Jianhua Han, Runhui Huang, Xu Hang 외

Inspired by the success of vision-language methods (VLMs) in zero-shot classification, recent works attempt to extend this line of work into object detection by leveraging the localization ability of pre-trained VLMs and…

Objectobject-detectionObject DetectionOpen-vocabulary object detection+6

Scene-adaptive and Region-aware Multi-modal Prompt for Open Vocabulary Object Detection

2024-01-01 · CVPR 2024 1 · Xiaowei Zhao, Xianglong Liu, Duorui Wang, Yajun Gao 외

Open Vocabulary Object Detection (OVD) aims to detect objects from novel classes described by text inputs based on the generalization ability of trained classes. Existing methods mainly focus on transferring knowledg…

Knowledge Distillationobject-detectionObject DetectionOpen-vocabulary object detection+2

CODA: Generalizing to Open and Unseen Domains with Compaction and Disambiguation

2023-09-21 · NeurIPS 2023 11

The generalization capability of machine learning systems degenerates notably when the test distribution drifts from the training distribution. Recently, Domain Generalization (DG) has been gaining momentum in enabling m…