paper-with-me

홈 › Papers

STAIR: Spatial-Temporal Reasoning with Auditable Intermediate Results for Video Question Answering

2024-01-08 · Yueqian Wang, Yuxuan Wang, Kai Chen, Dongyan Zhao

Recently we have witnessed the rapid development of video question answering models. However, most models can only handle simple videos in terms of temporal reasoning, and their performance tends to drop when answering temporal-reasoning questions on long and informative videos. To tackle this problem we propose STAIR, a Spatial-Temporal Reasoning model with Auditable Intermediate Results for video question answering. STAIR is a neural module network, which contains a program generator to decompose a given question into a hierarchical combination of several sub-tasks, and a set of lightweight neural modules to complete each of these sub-tasks. Though neural module networks are already widely studied on image-text tasks, applying them to videos is a non-trivial task, as reasoning on videos requires different abilities. In this paper, we define a set of basic video-text sub-tasks for video question answering and design a set of lightweight modules to complete them. Different from most prior works, modules of STAIR return intermediate outputs specific to their intentions instead of always returning attention maps, which makes it easier to interpret and collaborate with pre-trained models. We also introduce intermediate supervision to make these intermediate outputs more accurate. We conduct extensive experiments on several video question answering datasets under various settings to show STAIR's performance, explainability, compatibility with pre-trained models, and applicability when program annotations are not available. Code: https://github.com/yellow-binary-tree/STAIR

📄 PDF Abstract BibTeX arXiv:2401.03901

Code (1)

yellow-binary-tree/STAIR 공식 구현 pytorch

Tasks

Question AnsweringVideo Question Answering

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

STAIR: Semantic-Temporal Automaton for Interpretable Reasoning in Temporal Question Answering

2026-08-17 · Xinlong Dai, Jinchuan Zhang, Lei Gao, Xinzhe Hu 외 arxiv

By leveraging large-scale pretraining, LLMs can interpret diverse temporal expressions and question formulations without task-specific training. However, existing prompt-based neuro-symbolic systems continue to rely on L…

Question Answering

A Modular Agent for Reliable and Auditable Spatial Relation Verification in CT Scans

2026-08-21 · Simon Vincent Abel, Heiko Hillenhagen, Michael Götz, Timo Ropinski 외 arxiv

Reliable spatial understanding is an important prerequisite for future medical vision-language systems that aim to support radiological report generation and structured image understanding. While modern vision-language m…

Spatial Reasoning

StairMaster: Learning to Conquer Risky Hollow Stairs for Agile Quadrupedal Robots

2026-06-24 · Xincheng Tang, Youhan Xie, Zhengjie Shu, Wanyu Li 외 arxiv

Climbing hollow stairs remains a challenging problem for quadruped robots due to the high risk of leg trapping, severe depth sparsity, and high-frequency depth-sensing noise. In this paper, we propose StairMaster, a nove…

Reinforcement Learning

TAR: Temporal Anchor-Constrained Reasoning for Video Temporal Grounding

2025-08-11 · Chaohong Guo, Xun Mo, Yongwei Nie, Fei Ma 외 arxiv

Video Temporal Grounding (VTG) aims to localize specific video segments corresponding to natural language queries. While recent Large Vision-Language Models (LVLMs) employ Reinforcement Learning to generate Chains-of-Tho…

Natural Language QueriesReinforcement Learning

STAIRS-Former: Spatio-Temporal Attention with Interleaved Recursive Structure Transformer for Offline Multi-task Multi-agent Reinforcement Learning

2026-03-12 · Jiwon Jeon, Myungsik Cho, Youngchul Sung arxiv

Offline multi-agent reinforcement learning (MARL) with multi-task datasets is challenging due to varying numbers of agents across tasks and the need to generalize to unseen scenarios. Prior works employ transformers with…

Multi-agent Reinforcement Learning