paper-with-me

홈 › Papers

TVQA+: Spatio-Temporal Grounding for Video Question Answering

2019-04-25 · ACL 2020 6 · Jie Lei, Licheng Yu, Tamara L. Berg, Mohit Bansal

We present the task of Spatio-Temporal Video Question Answering, which requires intelligent systems to simultaneously retrieve relevant moments and detect referenced visual concepts (people and objects) to answer natural language questions about videos. We first augment the TVQA dataset with 310.8K bounding boxes, linking depicted objects to visual concepts in questions and answers. We name this augmented version as TVQA+. We then propose Spatio-Temporal Answerer with Grounded Evidence (STAGE), a unified framework that grounds evidence in both spatial and temporal domains to answer questions about videos. Comprehensive experiments and analyses demonstrate the effectiveness of our framework and how the rich annotations in our TVQA+ dataset can contribute to the question answering task. Moreover, by performing this joint task, our model is able to produce insightful and interpretable spatio-temporal attention visualizations. Dataset and code are publicly available at: http: //tvqa.cs.unc.edu, https://github.com/jayleicn/TVQAplus

📄 PDF Abstract BibTeX arXiv:1904.11574

Code (3)

jayleicn/TVQA-PLUS 공식 구현 pytorch
jayleicn/TVQAplus 공식 구현 pytorch
h19920918/quiz_for_day06

Tasks

Question AnsweringVideo Question Answering

Similar Papers 제목 키워드 기반

Track the Answer: Extending TextVQA from Image to Video with Spatio-Temporal Clues

2024-12-17 · Yan Zhang, Gangyan Zeng, Huawen Shen, Daiqing Wu 외

Video text-based visual question answering (Video TextVQA) is a practical task that aims to answer questions by jointly reasoning textual and visual information in a given video. Inspired by the development of TextVQA in…

Language ModelingLanguage ModellingOptical Character Recognition (OCR)Question Answering+2

Frame-Subtitle Self-Supervision for Multi-Modal Video Question Answering

2022-09-08 · Jiong Wang, Zhou Zhao, Weike Jin

Multi-modal video question answering aims to predict correct answer and localize the temporal boundary relevant to the question. The temporal annotations of questions improve QA performance and interpretability of recent…

Question AnsweringVideo Question Answering

LongVideoAgent: Multi-Agent Reasoning with Long Videos

2025-12-23 · Runtao Liu, Ziyi Liu, Jiaqi Tang, Yue Ma 외 arxiv

Recent advances in multimodal LLMs and systems that use tools for long-video QA point to the promise of reasoning over hour-long episodes. However, many methods still compress content into lossy summaries or rely on limi…

Reinforcement Learning

EgoTextVQA: Towards Egocentric Scene-Text Aware Video Question Answering

2025-02-11 · CVPR 2025 1 · Sheng Zhou, Junbin Xiao, Qingyun Li, Yicong Li 외

We introduce EgoTextVQA, a novel and rigorously constructed benchmark for egocentric QA assistance involving scene text. EgoTextVQA contains 1.5K ego-view videos and 7K scene-text aware questions that reflect real user n…

Question AnsweringVideo Question Answering

Gather and Trace: Rethinking Video TextVQA from an Instance-oriented Perspective

2025-08-06 · Yan Zhang, Gangyan Zeng, Daiqing Wu, Huawen Shen 외 arxiv

Video text-based visual question answering (Video TextVQA) aims to answer questions by explicitly reading and reasoning about the text involved in a video. Most works in this field follow a frame-level framework which su…

Visual Question Answering