paper-with-me

Papers

Hierarchical Conditional Relation Networks for Video Question Answering

2020-02-25 · CVPR 2020 6 · Thao Minh Le, Vuong Le, Svetha Venkatesh, Truyen Tran

Video question answering (VideoQA) is challenging as it requires modeling capacity to distill dynamic visual artifacts and distant relations and to associate them with linguistic concepts. We introduce a general-purpose reusable neural unit called Conditional Relation Network (CRN) that serves as a building block to construct more sophisticated structures for representation and reasoning over video. CRN takes as input an array of tensorial objects and a conditioning feature, and computes an array of encoded output objects. Model building becomes a simple exercise of replication, rearrangement and stacking of these reusable units for diverse modalities and contextual information. This design thus supports high-order relational and multi-step reasoning. The resulting architecture for VideoQA is a CRN hierarchy whose branches represent sub-videos or clips, all sharing the same question as the contextual condition. Our evaluations on well-known datasets achieved new SoTA results, demonstrating the impact of building a general-purpose reasoning unit on complex domains such as VideoQA.

📄 PDF Abstract BibTeX arXiv:2002.10698

Code (1)

thaolmk54/hcrn-videoqa 공식 구현 pytorch

Tasks

Audio-Visual Question Answering (AVQA)Question AnsweringRelationRelation NetworkVideo Question AnsweringVisual Question Answering (VQA)

Methods 이 논문이 사용한 방법론

CRN Conditional Relation Network, or CRN, is a building block to construct more sophisticated structures for representation and reasoning over video. CRN takes as input an…

Similar Papers 제목 키워드 기반

Video as Conditional Graph Hierarchy for Multi-Granular Question Answering

2021-12-12 · Junbin Xiao, Angela Yao, Zhiyuan Liu, Yicong Li 외

Video question answering requires the models to understand and reason about both the complex video and language data to correctly derive the answers. Existing efforts have been focused on designing sophisticated cross-mo…

Question AnsweringVideo Question AnsweringVisual Question Answering (VQA)

CMQA: A Dataset of Conditional Question Answering with Multiple-Span Answers

2022-10-01 · COLING 2022 10 · Yiming Ju, Weikang Wang, Yuanzhe Zhang, Suncong Zheng 외

Forcing the answer of the Question Answering (QA) task to be a single text span might be restrictive since the answer can be multiple spans in the context. Moreover, we found that multi-span answers often appear with two…

Question Answering

Hierarchical Conditional Relation Networks for Multimodal Video Question Answering

2020-10-18 · Thao Minh Le, Vuong Le, Svetha Venkatesh, Truyen Tran

Video QA challenges modelers in multiple fronts. Modeling video necessitates building not only spatio-temporal models for the dynamic visual channel but also multimodal structures for associated information channels such…

Question AnsweringRelationRelation NetworkVideo Question Answering

GHR-VQA: Graph-guided Hierarchical Relational Reasoning for Video Question Answering

2025-11-25 · Dionysia Danai Brilli, Dimitrios Mallis, Vassilis Pitsikalis, Petros Maragos arxiv

We propose GHR-VQA, Graph-guided Hierarchical Relational Reasoning for Video Question Answering (Video QA), a novel human-centric framework that incorporates scene graphs to capture intricate human-object interactions wi…

Video Question AnsweringRelational Reasoning

Relation-aware Hierarchical Attention Framework for Video Question Answering

2021-05-13 · Fangtao Li, Ting Bai, Chenyu Cao, Zihe Liu 외

Video Question Answering (VideoQA) is a challenging video understanding task since it requires a deep understanding of both question and video. Previous studies mainly focus on extracting sophisticated visual and languag…

Question AnsweringRelationVideo Question AnsweringVideo Understanding