paper-with-me

Papers

CapS-Adapter: Caption-based MultiModal Adapter in Zero-Shot Classification

2024-05-26 · Qijie Wang, Guandu Liu, Bin Wang

Recent advances in vision-language foundational models, such as CLIP, have demonstrated significant strides in zero-shot classification. However, the extensive parameterization of models like CLIP necessitates a resource-intensive fine-tuning process. In response, TIP-Adapter and SuS-X have introduced training-free methods aimed at bolstering the efficacy of downstream tasks. While these approaches incorporate support sets to maintain data distribution consistency between knowledge cache and test sets, they often fall short in terms of generalization on the test set, particularly when faced with test data exhibiting substantial distributional variations. In this work, we present CapS-Adapter, an innovative method that employs a caption-based support set, effectively harnessing both image and caption features to exceed existing state-of-the-art techniques in training-free scenarios. CapS-Adapter adeptly constructs support sets that closely mirror target distributions, utilizing instance-level distribution features extracted from multimodal large models. By leveraging CLIP's single and cross-modal strengths, CapS-Adapter enhances predictive accuracy through the use of multimodal support sets. Our method achieves outstanding zero-shot classification results across 19 benchmark datasets, improving accuracy by 2.19\% over the previous leading method. Our contributions are substantiated through extensive validation on multiple benchmark datasets, demonstrating superior performance and robust generalization capabilities. Our code is made publicly available at https://github.com/WLuLi/CapS-Adapter.

📄 PDF Abstract BibTeX arXiv:2405.16591

Code (1)

wluli/caps-adapter 공식 구현 pytorch

Tasks

zero-shot-classificationZero-Shot Learning

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

Q-Adapter: Visual Query Adapter for Extracting Textually-related Features in Video Captioning

2025-10-11 · Junan Chen, Trung Thanh Nguyen, Takahiro Komamizu, Ichiro Ide arxiv

Recent advances in video captioning are driven by large-scale pretrained models, which follow the standard "pre-training followed by fine-tuning" paradigm, where the full model is fine-tuned for downstream tasks. Althoug…

parameter-efficient fine-tuningVideo Captioning

RSAdapter: Adapting Multimodal Models for Remote Sensing Visual Question Answering

2023-10-19 · Yuduo Wang, Pedram Ghamisi

In recent years, with the rapid advancement of transformer models, transformer-based multimodal architectures have found wide application in various downstream tasks, including but not limited to Image Captioning, Visual…

Image CaptioningQuestion AnsweringText GenerationVisual Question Answering+1

LLaMA-Adapter: Efficient Fine-tuning of Language Models with Zero-init Attention

2023-03-28 · Renrui Zhang, Jiaming Han, Chris Liu, Peng Gao 외

We present LLaMA-Adapter, a lightweight adaption method to efficiently fine-tune LLaMA into an instruction-following model. Using 52K self-instruct demonstrations, LLaMA-Adapter only introduces 1.2M learnable parameters …

Instruction FollowingLanguage ModellingMultimodal Deep LearningMusic Question Answering+1

VILA: Learning Image Aesthetics from User Comments with Vision-Language Pretraining

2023-03-24 · CVPR 2023 1 · Junjie Ke, Keren Ye, Jiahui Yu, Yonghui Wu 외

Assessing the aesthetics of an image is challenging, as it is influenced by multiple factors including composition, color, style, and high-level semantics. Existing image aesthetic assessment (IAA) methods primarily rely…

DecoderLanguage ModellingVideo Quality Assessment

Zero-Gated Language-conditioned Human Motion Prediction

2026-06-28 · Guanhui Qiao, Lu Zhou, Ding Jiang, Jinqiao Wang arxiv

Pose histories provide the core kinematic evidence for 3D human motion prediction, but they lack explicit high-level semantic guidance. This paper introduces ZGL, a lightweight language-conditioned predictor that uses ca…