paper-with-me

Papers

IntentQA: Context-aware Video Intent Reasoning

2023-01-01 · ICCV 2023 1 · Jiapeng Li, Ping Wei, Wenjuan Han, Lifeng Fan

In this paper, we propose a novel task IntentQA, a special VideoQA task focusing on video intent reasoning, which has become increasingly important for AI with its advantages in equipping AI agents with the capability of reasoning beyond mere recognition in daily tasks. We also contribute a large-scale VideoQA dataset for this task. We propose a Context-aware Video Intent Reasoning model (CaVIR) consisting of i) Video Query Language (VQL) for better cross-modal representation of the situational context, ii) Contrastive Learning module for utilizing the contrastive context, and iii) Commonsense Reasoning module for incorporating the commonsense context. Comprehensive experiments on this challenging task demonstrate the effectiveness of each model component, the superiority of our full model over other baselines, and the generalizability of our model to a new VideoQA task. The dataset and codes are open-sourced at: https://github.com/JoseponLee/IntentQA.git

📄 PDF Abstract BibTeX

Code (1)

joseponlee/intentqa 공식 구현 pytorch

Tasks

Contrastive LearningVideo Question Answering

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

IntentQA: Intent Question Answering in Videos by Cognitive Context Reasoning

2026-08-24 · Jiapeng Li, Ping Wei, Wenjuan Han, Song-Chun Zhu 외 arxiv

Video understanding requires intelligent agents to transcend mere recognition of visual facts and comprehend the underlying intents behind human actions (often termed the "dark matter" of social intelligence). To bridge …

Contrastive LearningQuestion Answering

Building a Mind Palace: Structuring Environment-Grounded Semantic Graphs for Effective Long Video Analysis with LLMs

2025-01-08 · CVPR 2025 1 · Zeyi Huang, Yuyang Ji, Xiaofang Wang, Nikhil Mehta 외

Long-form video understanding with Large Vision Language Models is challenged by the need to analyze temporally dispersed yet spatially concentrated key moments within limited context windows. In this work, we introduce …

EgoSchemaObject TrackingVideo Understanding

LeAdQA: LLM-Driven Context-Aware Temporal Grounding for Video Question Answering

2025-07-20 · Xinxin Dong, Baoyun Peng, Haokai Ma, Yufei Wang 외 arxiv

Video Question Answering (VideoQA) requires identifying sparse critical moments in long videos and reasoning about their causal relationships to answer semantically complex questions. While recent advances in multimodal …

Video Question AnsweringComputational EfficiencyVisual Grounding

ENTER: Event Based Interpretable Reasoning for VideoQA

2025-01-24 · Hammad Ayyubi, Junzhang Liu, Ali Asgarov, Zaber Ibn Abdul Hakim 외

In this paper, we present ENTER, an interpretable Video Question Answering (VideoQA) system based on event graphs. Event graphs convert videos into graphical representations, where video events form the nodes and event-e…

Code GenerationEgoSchemaQuestion AnsweringVideo Question Answering+1

IntentVLM: Open-Vocabulary Intention Recognition through Forward-Inverse Modeling with Video-Language Models

2026-04-27 · Hamed Rahimi, Clemence Grislain, Adrien Jacquet Cretides, Olivier Sigaud 외 arxiv

Improving the effectiveness of human-robot interaction requires social robots to accurately infer human goals through robust intention understanding. This challenge is particularly critical in multimodal settings, where …