arXiv:2509.13255cs.CVcs.AI2025-09ICCV被引 1

提出ResidualViT模型,高效计算高帧率视频的帧级特征。

ResidualViT for Efficient Temporally Dense Video Encoding

  • 引入可学习残差连接与令牌压缩模块,利用视频时间冗余提升效率。
  • 在五数据集四任务上实现最高60%算力降低、2.5倍提速。
  • 适合需要高帧率密集推理的视频理解任务,如动作定位、语音描述生成。

自然语言时序视频定位、时序动作定位和音频描述生成等视频理解任务,需对高时间分辨率采样的帧进行“时间密集”推理。然而,为这些任务计算帧级特征在高时间分辨率下计算开销巨大。本文提出三项改进以降低高密度任务的特征计算成本:首先,提出名为ResidualViT的视觉变换器架构,利用视频中大量时间冗余,高效计算时间密集的帧级特征。该架构包含(i)可学习残差连接,确保连续帧间的时间一致性;(ii)令牌压缩模块,在保留关键信息的同时选择性丢弃时间冗余信息,并复用预训练基础模型权重以提升处理速度。其次,设计轻量级蒸馏策略,近似原基础模型的帧级特征。最后,在四个任务和五个数据集上评估,涵盖零样本与全监督设置,结果表明计算成本最高降低60%,推理速度提升达2.5倍,同时精度接近原基础模型。

原文摘要 · Abstract (English)

Several video understanding tasks, such as natural language temporal video grounding, temporal activity localization, and audio description generation, require "temporally dense" reasoning over frames sampled at high temporal resolution. However, computing frame-level features for these tasks is computationally expensive given the temporal resolution requirements. In this paper, we make three contributions to reduce the cost of computing features for temporally dense tasks. First, we introduce a vision transformer (ViT) architecture, dubbed ResidualViT, that leverages the large temporal redundancy in videos to efficiently compute temporally dense frame-level features. Our architecture incorporates (i) learnable residual connections that ensure temporal consistency across consecutive frames and (ii) a token reduction module that enhances processing speed by selectively discarding temporally redundant information while reusing weights of a pretrained foundation model. Second, we propose a lightweight distillation strategy to approximate the frame-level features of the original foundation model. Finally, we evaluate our approach across four tasks and five datasets, in both zero-shot and fully supervised settings, demonstrating significant reductions in computational cost (up to 60%) and improvements in inference speed (up to 2.5x faster), all while closely approximating the accuracy of the original foundation model.

视频理解视觉变换器高效推理时间冗余

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。