paper-with-me

Papers

Test-time Alignment-Enhanced Adapter for Vision-Language Models

2024-11-24 · Baoshun Tong, Kaiyu Song, Hanjiang Lai

Test-time adaptation with pre-trained vision-language models (VLMs) has attracted increasing attention for tackling the issue of distribution shift during the test phase. While prior methods have shown effectiveness in addressing distribution shift by adjusting classification logits, they are not optimal due to keeping text features unchanged. To address this issue, we introduce a new approach called Test-time Alignment-Enhanced Adapter (TAEA), which trains an adapter with test samples to adjust text features during the test phase. We can enhance the text-to-image alignment prediction by utilizing an adapter to adapt text features. Furthermore, we also propose to adopt the negative cache from TDA as enhancement module, which further improves the performance of TAEA. Our approach outperforms the state-of-the-art TTA method of pre-trained VLMs by an average of 0.75% on the out-of-distribution benchmark and 2.5% on the cross-domain benchmark, with an acceptable training time. Code will be available at https://github.com/BaoshunWq/clip-TAEA.

📄 PDF Abstract BibTeX arXiv:2411.15735

Code (1)

BaoshunWq/clip_TAEA 공식 구현

Tasks

Test-time Adaptation

Methods 이 논문이 사용한 방법론

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$…
Attention 설명 없음
Adapter 설명 없음
ADOPT Please enter a description about the method here

Similar Papers 제목 키워드 기반

Semantic Relation-Enhanced CLIP Adapter for Domain Adaptive Zero-Shot Learning

2025-10-21 · Jiaao Yu, Mingjie Han, Jinkun Jiang, Junyu Dong 외 arxiv

The high cost of data annotation has spurred research on training deep learning models in data-limited scenarios. Existing paradigms, however, fail to balance cross-domain transfer and cross-category generalization, givi…

Zero-Shot Learning

OS-HGAdapter: Open Semantic Hypergraph Adapter for Large Language Models Assisted Entropy-Enhanced Image-Text Alignment

2025-10-15 · Rongjun Chen, Chengsi Yao, Jinchang Ren, Xianxian Zeng 외 arxiv

Text-image alignment constitutes a foundational challenge in multimedia content understanding, where effective modeling of cross-modal semantic correspondences critically enhances retrieval system performance through joi…

Cross-Modal Retrieval

Training-Only Heterogeneous Image-Patch-Text Graph Supervision for Advancing Few-Shot Learning Adapters

2026-03-18 · Mohammed Rahman Sherif Khan Mohammad, Ardhendu Behera, Sandip Pradhan, Swagat Kumar 외 arxiv

Recent adapter-based CLIP tuning (e.g., Tip-Adapter) is a strong few-shot learner, achieving efficiency by caching support features for fast prototype matching. However, these methods rely on global uni-modal feature vec…

Few-Shot Learning

Semantically Compatible Knowledge Distillation for Cross-Domain Object Detection with Vision Foundation Models

2026-08-21 · Qifeng Zhang, Ting Xiang, Zeyuan Bai, Changjian Chen arxiv

Vision foundation models (VFMs) offer strong generalization capabilities for domain-adaptive object detection (DAOD). However, existing VFM-based methods overlook the spatial-scale discrepancy between teacher and student…

Knowledge DistillationObject Detection

ChartAdapter: Large Vision-Language Model for Chart Summarization

2024-12-30 · Peixin Xu, Yujuan Ding, Wenqi Fan

Chart summarization, which focuses on extracting key information from charts and interpreting it in natural language, is crucial for generating and delivering insights through effective and accessible data analysis. Trad…

Chart Understandingcross-modal alignmentLanguage ModelingLanguage Modelling+1