paper-with-me

Papers

Contrastive Video Question Answering via Video Graph Transformer

2023-02-27 · Junbin Xiao, Pan Zhou, Angela Yao, Yicong Li, Richang Hong, Shuicheng Yan, Tat-Seng Chua

We propose to perform video question answering (VideoQA) in a Contrastive manner via a Video Graph Transformer model (CoVGT). CoVGT's uniqueness and superiority are three-fold: 1) It proposes a dynamic graph transformer module which encodes video by explicitly capturing the visual objects, their relations and dynamics, for complex spatio-temporal reasoning. 2) It designs separate video and text transformers for contrastive learning between the video and text to perform QA, instead of multi-modal transformer for answer classification. Fine-grained video-text communication is done by additional cross-modal interaction modules. 3) It is optimized by the joint fully- and self-supervised contrastive objectives between the correct and incorrect answers, as well as the relevant and irrelevant questions respectively. With superior video encoding and QA solution, we show that CoVGT can achieve much better performances than previous arts on video reasoning tasks. Its performances even surpass those models that are pretrained with millions of external data. We further show that CoVGT can also benefit from cross-modal pretraining, yet with orders of magnitude smaller data. The results demonstrate the effectiveness and superiority of CoVGT, and additionally reveal its potential for more data-efficient pretraining. We hope our success can advance VideoQA beyond coarse recognition/description towards fine-grained relation reasoning of video contents. Our code is available at https://github.com/doc-doc/CoVGT.

📄 PDF Abstract BibTeX arXiv:2302.13668

Code (1)

doc-doc/covgt 공식 구현 pytorch

Tasks

Contrastive LearningQuestion AnsweringVideo Question Answering

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
LapEigen 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
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$…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Multi-object event graph representation learning for Video Question Answering

2024-09-12 · Yanan Wang, Shuichiro Haruta, Donghuo Zeng, Julio Vizcarra 외

Video question answering (VideoQA) is a task to predict the correct answer to questions posed about a given video. The system must comprehend spatial and temporal relationships among objects extracted from videos to perf…

Contrastive LearningGraph Representation LearningObjectQuestion Answering+2

Video-Language Alignment via Spatio-Temporal Graph Transformer

2024-07-16 · Shi-Xue Zhang, Hongfa Wang, Xiaobin Zhu, Weibo Gu 외

Video-language alignment is a crucial multi-modal task that benefits various downstream applications, e.g., video-text retrieval and video question answering. Existing methods either utilize multi-modal information in vi…

Contrastive LearningQuestion AnsweringRetrievalText Retrieval+2

DMC$^3$: Dual-Modal Counterfactual Contrastive Construction for Egocentric Video Question Answering

2025-10-23 · Jiayi Zou, Chaofan Chen, Bing-Kun Bao, Changsheng Xu arxiv

Egocentric Video Question Answering (Egocentric VideoQA) plays an important role in egocentric video understanding, which refers to answering questions based on first-person videos. Although existing methods have made pr…

Video Question Answering

Learning Situation Hyper-Graphs for Video Question Answering

2023-04-18 · CVPR 2023 1 · Aisha Urooj Khan, Hilde Kuehne, Bo Wu, Kim Chheu 외

Answering questions about complex situations in videos requires not only capturing the presence of actors, objects, and their relations but also the evolution of these relationships over time. A situation hyper-graph is …

DecoderQuestion AnsweringVideo Question AnsweringVisual Question Answering+1

Align and Aggregate: Compositional Reasoning with Video Alignment and Answer Aggregation for Video Question-Answering

2024-07-03 · CVPR 2024 1 · Zhaohe Liao, Jiangtong Li, Li Niu, Liqing Zhang

Despite the recent progress made in Video Question-Answering (VideoQA), these methods typically function as black-boxes, making it difficult to understand their reasoning processes and perform consistent compositional re…

Contrastive LearningLanguage ModellingLarge Language ModelQuestion Answering+2