paper-with-me

홈 › Papers

Video Question Answering Using CLIP-Guided Visual-Text Attention

2023-03-06 · Shuhong Ye, Weikai Kong, Chenglin Yao, Jianfeng Ren, Xudong Jiang

Cross-modal learning of video and text plays a key role in Video Question Answering (VideoQA). In this paper, we propose a visual-text attention mechanism to utilize the Contrastive Language-Image Pre-training (CLIP) trained on lots of general domain language-image pairs to guide the cross-modal learning for VideoQA. Specifically, we first extract video features using a TimeSformer and text features using a BERT from the target application domain, and utilize CLIP to extract a pair of visual-text features from the general-knowledge domain through the domain-specific learning. We then propose a Cross-domain Learning to extract the attention information between visual and linguistic features across the target domain and general domain. The set of CLIP-guided visual-text features are integrated to predict the answer. The proposed method is evaluated on MSVD-QA and MSRVTT-QA datasets, and outperforms state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2303.03131

Code (0)

등록된 구현이 없습니다.

Tasks

General KnowledgeQuestion AnsweringVideo Question Answering

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
WordPiece 설명 없음
Adam 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
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$…

Similar Papers 제목 키워드 기반

LifeQA: A Real-life Dataset for Video Question Answering

2020-05-01 · LREC 2020 5 · Santiago Castro, Mahmoud Azab, Jonathan Stroud, Cristina Noujaim 외

We introduce LifeQA, a benchmark dataset for video question answering that focuses on day-to-day real-life situations. Current video question answering datasets consist of movies and TV shows. However, it is well-known t…

Multiple-choiceQuestion AnsweringVideo Question Answering

Adversarial Multimodal Network for Movie Question Answering

2019-06-24 · Zhaoquan Yuan, Siyuan Sun, Lixin Duan, Xiao Wu 외

Visual question answering by using information from multiple modalities has attracted more and more attention in recent years. However, it is a very challenging task, as the visual content and natural language have quite…

Question AnsweringVideo Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Multi-Scale Progressive Attention Network for Video Question Answering

2021-08-01 · ACL 2021 5 · Zhicheng Guo, Jiaxuan Zhao, Licheng Jiao, Xu Liu 외

Understanding the multi-scale visual information in a video is essential for Video Question Answering (VideoQA). Therefore, we propose a novel Multi-Scale Progressive Attention Network (MSPAN) to achieve relational reaso…

Question AnsweringRelational ReasoningVideo Question Answering

Learning Question-Guided Video Representation for Multi-Turn Video Question Answering

2019-07-31 · WS 2019 9 · Guan-Lin Chao, Abhinav Rastogi, Semih Yavuz, Dilek Hakkani-Tür 외

Understanding and conversing about dynamic scenes is one of the key capabilities of AI agents that navigate the environment and convey useful information to humans. Video question answering is a specific scenario of such…

NavigateQuestion AnsweringText GenerationVideo Question Answering

TVQA: Localized, Compositional Video Question Answering

2018-09-05 · EMNLP 2018 10 · Jie Lei, Licheng Yu, Mohit Bansal, Tamara L. Berg

Recent years have witnessed an increasing interest in image-based question-answering (QA) tasks. However, due to data limitations, there has been much less work on video-based QA. In this paper, we present TVQA, a large-…

Video Question Answering