将视频时空信息融合到单帧中,提升动作识别准确率
When Spatial meets Temporal in Action Recognition
- 设计TIME层重构视频帧序列,生成融合时空信息的新图像
- 当N=2时,动作识别准确率提升1.8个百分点,优于传统方法
- 适用于主流模型,尤其适合缺乏时序建模的轻量级网络
视频动作识别虽取得显著进展,但在有效利用空间与时间信息方面仍面临挑战。现有方法多侧重于空间特征(如物体外观)或时间动态(如运动),却很少兼顾两者全面融合。捕捉视频帧的丰富时序演变并保留空间细节,对提升识别精度至关重要。本文提出一种新的预处理模块——时间整合与运动增强(TIME)层,通过重排原始帧序列,在保持时间顺序的同时,将 $N^2$ 个时序演化的帧嵌入一个 $N \times N$ 的空间网格中,生成兼具时空信息的新帧。当 $N=1$ 时,主要保留空间细节;随着 $N$ 增大($N\geq2$),时间信息更突出,同时确保输入兼容性。我们将TIME层集成至ResNet-50、Vision Transformer及视频掩码自编码器等主流模型,应用于RGB和深度视频数据。实验表明,该方法显著提升识别准确率,为视频处理任务提供新思路。
原文摘要 · Abstract (English)
Video action recognition has made significant strides, but challenges remain in effectively using both spatial and temporal information. While existing methods often focus on either spatial features (e.g., object appearance) or temporal dynamics (e.g., motion), they rarely address the need for a comprehensive integration of both. Capturing the rich temporal evolution of video frames, while preserving their spatial details, is crucial for improving accuracy. In this paper, we introduce the Temporal Integration and Motion Enhancement (TIME) layer, a novel preprocessing technique designed to incorporate temporal information. The TIME layer generates new video frames by rearranging the original sequence, preserving temporal order while embedding $N^2$ temporally evolving frames into a single spatial grid of size $N \times N$. This transformation creates new frames that balance both spatial and temporal information, making them compatible with existing video models. When $N=1$, the layer captures rich spatial details, similar to existing methods. As $N$ increases ($N\geq2$), temporal information becomes more prominent, while the spatial information decreases to ensure compatibility with model inputs. We demonstrate the effectiveness of the TIME layer by integrating it into popular action recognition models, such as ResNet-50, Vision Transformer, and Video Masked Autoencoders, for both RGB and depth video data. Our experiments show that the TIME layer enhances recognition accuracy, offering valuable insights for video processing tasks.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。