paper-with-me

홈 › Papers

Redundancy-aware Transformer for Video Question Answering

2023-08-07 · Yicong Li, Xun Yang, An Zhang, Chun Feng, Xiang Wang, Tat-Seng Chua

This paper identifies two kinds of redundancy in the current VideoQA paradigm. Specifically, the current video encoders tend to holistically embed all video clues at different granularities in a hierarchical manner, which inevitably introduces \textit{neighboring-frame redundancy} that can overwhelm detailed visual clues at the object level. Subsequently, prevailing vision-language fusion designs introduce the \textit{cross-modal redundancy} by exhaustively fusing all visual elements with question tokens without explicitly differentiating their pairwise vision-language interactions, thus making a pernicious impact on the answering. To this end, we propose a novel transformer-based architecture, that aims to model VideoQA in a redundancy-aware manner. To address the neighboring-frame redundancy, we introduce a video encoder structure that emphasizes the object-level change in neighboring frames, while adopting an out-of-neighboring message-passing scheme that imposes attention only on distant frames. As for the cross-modal redundancy, we equip our fusion module with a novel adaptive sampling, which explicitly differentiates the vision-language interactions by identifying a small subset of visual elements that exclusively support the answer. Upon these advancements, we find this \underline{R}edundancy-\underline{a}ware trans\underline{former} (RaFormer) can achieve state-of-the-art results on multiple VideoQA benchmarks.

📄 PDF Abstract BibTeX arXiv:2308.03267

Code (0)

등록된 구현이 없습니다.

Tasks

Question AnsweringVideo Question Answering

Similar Papers 제목 키워드 기반

Interpreting Depression From Question-wise Long-term Video Recording of SDS Evaluation

2021-06-25 · Wanqing Xie, Lizhong Liang, Yao Lu, Chen Wang 외

Self-Rating Depression Scale (SDS) questionnaire has frequently been used for efficient depression preliminary screening. However, the uncontrollable self-administered measure can be easily affected by insouciantly or de…

Depression Detection

Foundation Models and Adaptive Feature Selection: A Synergistic Approach to Video Question Answering

2024-12-12 · Sai Bhargav Rongali, Mohamad Hassan N C, Ankit Jha, Neha Bhargava 외

This paper tackles the intricate challenge of video question-answering (VideoQA). Despite notable progress, current methods fall short of effectively integrating questions with video frames and semantic object-level abst…

feature selectionLanguage ModelingLanguage ModellingQuestion Answering+1

NEWSKVQA: Knowledge-Aware News Video Question Answering

2022-02-08 · Pranay Gupta, Manish Gupta

Answering questions in the context of videos can be helpful in video indexing, video retrieval systems, video summarization, learning management systems and surveillance video analysis. Although there exists a large body…

Common Sense ReasoningManagementMultiple-choiceQuestion Answering+6

Locate before Answering: Answer Guided Question Localization for Video Question Answering

2022-10-05 · Tianwen Qian, Ran Cui, Jingjing Chen, Pai Peng 외

Video question answering (VideoQA) is an essential task in vision-language understanding, which has attracted numerous research attention recently. Nevertheless, existing works mostly achieve promising performances on sh…

Question AnsweringVideo Question Answering

Efficient Motion-Aware Video MLLM

2025-01-01 · CVPR 2025 1 · Zijia Zhao, Yuqi Huo, Tongtian Yue, Longteng Guo 외

Most current video MLLMs rely on uniform frame sampling and image-level encoders, resulting in inefficient data processing and limited motion awareness. To address these challenges, we introduce EMA, an Efficient Mot…

Question AnsweringVideo Question AnsweringVideo Understanding