paper-with-me

Papers

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 reasoning. To address these challenges, we propose a \textit{model-agnostic} Video Alignment and Answer Aggregation (VA$^{3}$) framework, which is capable of enhancing both compositional consistency and accuracy of existing VidQA methods by integrating video aligner and answer aggregator modules. The video aligner hierarchically selects the relevant video clips based on the question, while the answer aggregator deduces the answer to the question based on its sub-questions, with compositional consistency ensured by the information flow along question decomposition graph and the contrastive learning strategy. We evaluate our framework on three settings of the AGQA-Decomp dataset with three baseline methods, and propose new metrics to measure the compositional consistency of VidQA methods more comprehensively. Moreover, we propose a large language model (LLM) based automatic question decomposition pipeline to apply our framework to any VidQA dataset. We extend MSVD and NExT-QA datasets with it to evaluate our VA$^3$ framework on broader scenarios. Extensive experiments show that our framework improves both compositional consistency and accuracy of existing methods, leading to more interpretable real-world VidQA models.

📄 PDF Abstract BibTeX arXiv:2407.03008

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningLanguage ModellingLarge Language ModelQuestion AnsweringVideo AlignmentVideo Question Answering

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

VideoComp: Advancing Fine-Grained Compositional and Temporal Alignment in Video-Text Models

2025-04-04 · CVPR 2025 1 · Dahun Kim, AJ Piergiovanni, Ganesh Mallya, Anelia Angelova

We introduce VideoComp, a benchmark and learning framework for advancing video-text compositionality understanding, aimed at improving vision-language models (VLMs) in fine-grained temporal alignment. Unlike existing ben…

Plan-and-Verify Video Reward Reasoning with Spatio-Temporal Scene Graph Grounding

2026-06-10 · Hyomin Kim, Junghye Kim, Joanie Hayoun Chung, Yoonjin Oh 외 arxiv

Reward models for text-to-video (T2V) generation guide post-training but often fail at fine-grained semantic alignment. We trace this to two structural weaknesses in existing reasoning-based reward models: they do not sy…

HENASY: Learning to Assemble Scene-Entities for Egocentric Video-Language Model

2024-06-01 · Khoa Vo, Thinh Phan, Kashu Yamazaki, Minh Tran 외

Current video-language models (VLMs) rely extensively on instance-level alignment between video and language modalities, which presents two major limitations: (1) visual reasoning disobeys the natural perception that hum…

Action RecognitionActivity RecognitionDecoderLanguage Modeling+6

T2VLAD: Global-Local Sequence Alignment for Text-Video Retrieval

2021-04-20 · CVPR 2021 1 · Xiaohan Wang, Linchao Zhu, Yi Yang

Text-video retrieval is a challenging task that aims to search relevant video contents based on natural language descriptions. The key to this problem is to measure text-video similarities in a joint embedding space. How…

RetrievalVideo Retrieval

Progressive Multi-granular Alignments for Grounded Reasoning in Large Vision-Language Models

2024-12-11 · Quang-Hung Le, Long Hoang Dang, Ngan Le, Truyen Tran 외

Existing Large Vision-Language Models (LVLMs) excel at matching concepts across multi-modal inputs but struggle with compositional concepts and high-level relationships between entities. This paper introduces Progressive…

Question AnsweringVisual GroundingVisual Reasoning