Video Flow as Time Series: Discovering Temporal Consistency and Variability for VideoQA
Zijie Song, Zhenzhen Hu, Yixiao Ma, Jia Li, Richang Hong
TL;DR
This work tackles VideoQA by addressing the challenge of temporal dynamics that standard transformers struggle to model. It introduces the Temporal Trio Transformer (T3T), which decomposes temporal modeling into Temporal Smoothing via Brownian Bridge, Temporal Difference for abrupt changes, and Temporal Fusion to integrate temporal cues with textual questions through cross-attention. Empirical results on NExT-QA, MSVD, and MSRVTT show that TS and TD capture complementary temporal information, with TF enabling effective text-guided fusion, yielding superior performance on temporal reasoning tasks. The approach provides interpretable temporal representations and a general framework for video-language understanding that can inform future research in temporal modeling and VideoQA.
Abstract
Video Question Answering (VideoQA) is a complex video-language task that demands a sophisticated understanding of both visual content and temporal dynamics. Traditional Transformer-style architectures, while effective in integrating multimodal data, often simplify temporal dynamics through positional encoding and fail to capture non-linear interactions within video sequences. In this paper, we introduce the Temporal Trio Transformer (T3T), a novel architecture that models time consistency and time variability. The T3T integrates three key components: Temporal Smoothing (TS), Temporal Difference (TD), and Temporal Fusion (TF). The TS module employs Brownian Bridge for capturing smooth, continuous temporal transitions, while the TD module identifies and encodes significant temporal variations and abrupt changes within the video content. Subsequently, the TF module synthesizes these temporal features with textual cues, facilitating a deeper contextual understanding and response accuracy. The efficacy of the T3T is demonstrated through extensive testing on multiple VideoQA benchmark datasets. Our results underscore the importance of a nuanced approach to temporal modeling in improving the accuracy and depth of video-based question answering.
