paper-with-me

홈 › Papers

Cross-modal Prompts: Adapting Large Pre-trained Models for Audio-Visual Downstream Tasks

2023-11-09 · NeurIPS 2023 11 · Haoyi Duan, Yan Xia, Mingze Zhou, Li Tang, Jieming Zhu, Zhou Zhao

In recent years, the deployment of large-scale pre-trained models in audio-visual downstream tasks has yielded remarkable outcomes. However, these models, primarily trained on single-modality unconstrained datasets, still encounter challenges in feature extraction for multi-modal tasks, leading to suboptimal performance. This limitation arises due to the introduction of irrelevant modality-specific information during encoding, which adversely affects the performance of downstream tasks. To address this challenge, this paper proposes a novel Dual-Guided Spatial-Channel-Temporal (DG-SCT) attention mechanism. This mechanism leverages audio and visual modalities as soft prompts to dynamically adjust the parameters of pre-trained models based on the current multi-modal input features. Specifically, the DG-SCT module incorporates trainable cross-modal interaction layers into pre-trained audio-visual encoders, allowing adaptive extraction of crucial information from the current modality across spatial, channel, and temporal dimensions, while preserving the frozen parameters of large-scale pre-trained models. Experimental evaluations demonstrate that our proposed model achieves state-of-the-art results across multiple downstream tasks, including AVE, AVVP, AVS, and AVQA. Furthermore, our model exhibits promising performance in challenging few-shot and zero-shot scenarios. The source code and pre-trained models are available at https://github.com/haoyi-duan/DG-SCT.

📄 PDF Abstract BibTeX arXiv:2311.05152

Code (1)

haoyi-duan/dg-sct 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Zero-Shot and Few-Shot Video Question Answering with Multi-Modal Prompts

2023-09-27 · Deniz Engin, Yannis Avrithis

Recent vision-language models are driven by large-scale pretrained models. However, adapting pretrained models on limited data presents challenges such as overfitting, catastrophic forgetting, and the cross-modal gap bet…

Few-shot Video Question AnsweringPrompt LearningQuestion AnsweringVideo Question Answering+1

Ego-VPA: Egocentric Video Understanding with Parameter-efficient Adaptation

2024-07-28 · Tz-Ying Wu, Kyle Min, Subarna Tripathi, Nuno Vasconcelos

Video understanding typically requires fine-tuning the large backbone when adapting to new domains. In this paper, we leverage the egocentric video foundation models (Ego-VFMs) based on video-language pre-training and pr…

Video Understanding

Hierarchical Cross-modal Prompt Learning for Vision-Language Models

2025-07-20 · Hao Zheng, Shunzhi Yang, Zhuoxin He, Jinfeng Yang 외

Pre-trained Vision-Language Models (VLMs) such as CLIP have shown excellent generalization abilities. However, adapting these large-scale models to downstream tasks while preserving their generalization capabilities rema…

Prompt Learning

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

Instruction-ViT: Multi-Modal Prompts for Instruction Learning in ViT

2023-04-29 · Zhenxiang Xiao, Yuzhong Chen, Lu Zhang, Junjie Yao 외

Prompts have been proven to play a crucial role in large language models, and in recent years, vision models have also been using prompts to improve scalability for multiple downstream tasks. In this paper, we focus on a…

image-classificationImage Classification