paper-with-me

Papers

VideoStir: Understanding Long Videos via Spatio-Temporally Structured and Intent-Aware RAG

2026-04-07 · Honghao Fu, Miao Xu, Yiwei Wang, Dailing Zhang, Jun Liu, Yujun Cai arxiv

Scaling multimodal large language models (MLLMs) to long videos is constrained by limited context windows. While retrieval-augmented generation (RAG) is a promising remedy by organizing query-relevant visual evidence into a compact context, most existing methods (i) flatten videos into independent segments, breaking their inherent spatio-temporal structure, and (ii) depend on explicit semantic matching, which can miss cues that are implicitly relevant to the query's intent. To overcome these limitations, we propose VideoStir, a structured and intent-aware long-video RAG framework. It firstly structures a video as a spatio-temporal graph at clip level, and then performs multi-hop retrieval to aggregate evidence across distant yet contextually related events. Furthermore, it introduces an MLLM-backed intent-relevance scorer that retrieves frames based on their alignment with the query's reasoning intent. To support this capability, we curate IR-600K, a large-scale dataset tailored for learning frame-query intent alignment. Experiments show that VideoStir is competitive with state-of-the-art baselines without relying on auxiliary information, highlighting the promise of shifting long-video RAG from flattened semantic matching to structured, intent-aware reasoning. Codes and checkpoints are available at https://github.com/RomGai/VideoStir.

📄 PDF Abstract BibTeX arXiv:2604.05418

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Multi-Person Video Dataset Annotation Method of Spatio-Temporally Actions

2022-04-21 · Fan Yang

Spatio-temporal action detection is an important and challenging problem in video understanding. However, the application of the existing large-scale spatio-temporal action datasets in specific fields is limited, and the…

Action DetectionVideo Understanding

VISTA: Enhancing Long-Duration and High-Resolution Video Understanding by Video Spatiotemporal Augmentation

2024-12-01 · CVPR 2025 1 · Weiming Ren, Huan Yang, Jie Min, Cong Wei 외

Current large multimodal models (LMMs) face significant challenges in processing and comprehending long-duration or high-resolution videos, which is mainly due to the lack of high-quality datasets. To address this issue …

Instruction FollowingVideo Understanding

Deep Hierarchical Representation of Point Cloud Videos via Spatio-Temporal Decomposition

2021-12-14 · IEEE Transactions on Pattern Analysis and Machine Intelligence 2021 12 · Fan, Hehe; Yu, Xin; Yang, Yi; Kankanhalli 외

In point cloud videos, point coordinates are irregular and unordered but point timestamps exhibit regularities and order. Grid-based networks for conventional video processing cannot be directly used to model raw point c…

3D Action Recognition

Compositional Video Understanding with Spatiotemporal Structure-based Transformers

2024-01-01 · CVPR 2024 1 · Hoyeoung Yun, Jinwoo Ahn, Minseo Kim, Eun-Sol Kim

In this paper we suggest a new novel method to understand complex semantic structures through long video inputs. Conventional methods for understanding videos have been focused on short-term clips and trained to get …

Video Understanding

Q-Fold: Query-Aware Focus-Context Spatio-Temporal Folding for Long Video Understanding

2026-06-10 · Biao Tang, Xu Chen, Shuxiang Gou, Jingyi Yuan 외 arxiv

Long-video understanding remains challenging for multimodal large language models, because temporally extended videos often contain thousands of frames and are therefore expensive to process exhaustively. Existing method…