paper-with-me

Papers

Learning to Adapt Frozen CLIP for Few-Shot Test-Time Domain Adaptation

2025-01-15 · International Conference on Learning Representations (ICLR) 2025 1 · Zhixiang Chi, Li Gu, Huan Liu, Ziqiang Wang, Yanan Wu, Yang Wang, Konstantinos N Plataniotis

Few-shot Test-Time Domain Adaptation focuses on adapting a model at test time to a specific domain using only a few unlabeled examples, addressing domain shift. Prior methods leverage CLIP's strong out-of-distribution (OOD) abilities by generating domain-specific prompts to guide its generalized, frozen features. However, since downstream datasets are not explicitly seen by CLIP, solely depending on the feature space knowledge is constrained by CLIP's prior knowledge. Notably, when using a less robust backbone like ViT-B/16, performance significantly drops on challenging real-world benchmarks. Departing from the state-of-the-art of inheriting the intrinsic OOD capability of CLIP, this work introduces learning directly on the input space to complement the dataset-specific knowledge for frozen CLIP. Specifically, an independent side branch is attached in parallel with CLIP and enforced to learn exclusive knowledge via revert attention. To better capture the dataset-specific label semantics for downstream adaptation, we propose to enhance the inter-dispersion among text features via greedy text ensemble and refinement. The text and visual features are then progressively fused in a domain-aware manner by a generated domain prompt to adapt toward a specific domain. Extensive experiments show our method's superiority on 5 large-scale benchmarks (WILDS and DomainNet), notably improving over smaller networks like ViT-B/16 with gains of \textbf{+5.1} in F1 for iWildCam and \textbf{+3.1%} in WC Acc for FMoW. \href{https://github.com/chi-chi-zx/L2C}{Our Code: L2C}

📄 PDF Abstract BibTeX

Code (1)

chi-chi-zx/L2C pytorch

Tasks

Domain AdaptationDomain Generalization

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 제목 키워드 기반

Fine-Tuning CLIP's Last Visual Projector: A Few-Shot Cornucopia

2024-10-07 · Mohammad Fahes, Tuan-Hung Vu, Andrei Bursuc, Patrick Pérez 외

We consider the problem of adapting a contrastively pretrained vision-language model like CLIP (Radford et al., 2021) for few-shot classification. The literature addresses this problem by learning a linear classifier of …

Domain GeneralizationLanguage ModelingLanguage ModellingTest-time Adaptation+1

In-context Prompt Learning for Test-time Vision Recognition with Frozen Vision-language Model

2024-03-10 · Junhui Yin, Xinyu Zhang, Lin Wu, Xiaojie Wang

Current pre-trained vision-language models, such as CLIP, have demonstrated remarkable zero-shot generalization capabilities across various downstream tasks. However, their performance significantly degrades when test in…

In-Context LearningLanguage ModelingLanguage ModellingPrompt Learning+1

RETTA: Retrieval-Enhanced Test-Time Adaptation for Zero-Shot Video Captioning

2024-05-11 · Yunchuan Ma, Laiyun Qing, Guorong Li, Yuankai Qi 외

Despite the significant progress of fully-supervised video captioning, zero-shot methods remain much less explored. In this paper, we propose a novel zero-shot video captioning framework named Retrieval-Enhanced Test-Tim…

Image-text matchingRetrievalTest-time AdaptationText Generation+5

Visual Zero-Shot E-Commerce Product Attribute Value Extraction

2025-02-21 · Jiaying Gong, Ming Cheng, Hongda Shen, Pierre-Yves Vandenbussche 외

Existing zero-shot product attribute value (aspect) extraction approaches in e-Commerce industry rely on uni-modal or multi-modal models, where the sellers are asked to provide detailed textual inputs (product descriptio…

Aspect ExtractionAttributeAttribute Value ExtractionDecoder+1

WAVECLIP: Wavelet Tokenization for Adaptive-Resolution CLIP

2025-09-25 · Moshe Kimhi, Erez Koifman, Ehud Rivlin, Eli Schwartz 외 arxiv

We introduce WAVECLIP, a single unified model for adaptive resolution inference in CLIP, enabled by wavelet-based tokenization. WAVECLIP replaces standard patch embeddings with a multi-level wavelet decomposition, enabli…