arXiv:2509.06956cs.CVcs.AI2025-09TPAMI被引 8

通过分层剪枝与恢复,让视频姿态估计模型更高效

H$_{2}$OT: Hierarchical Hourglass Tokenizer for Efficient Video Pose Transformers

  • 分层剪枝-恢复框架,动态保留关键帧姿态特征
  • 仅用少量姿态令牌实现高精度与快速推理
  • 通用性强,适配多种视频姿态模型和架构

Transformer 在基于视频的 3D 人体姿态估计中表现优异,但其高昂的计算开销使其难以在资源受限设备上应用。本文提出一种名为分层沙漏令牌器(H$_{2}$OT)的通用、即插即用的剪枝-恢复框架,用于高效视频姿态估计。该方法通过逐步剪除冗余帧的姿态令牌,并在中间变换块中仅保留少量姿态令牌,显著提升模型效率。核心由两个模块构成:令牌剪枝模块(TPM)动态选择代表性令牌以消除帧间冗余;令牌恢复模块(TRM)基于所选令牌重建完整时空信息,使输出恢复原始时间分辨率以实现快速推理。该方法可灵活集成至主流序列到序列(seq2seq)和序列到帧(seq2frame)范式中的各类视频姿态变压器(VPT)模型,并支持不同剪枝与恢复策略。实验表明,维持完整姿态序列并非必要,仅需少数代表帧的姿态令牌即可兼顾效率与精度。多个基准数据集上的大量实验验证了该方法的有效性与高效性。代码与模型已公开于 https://github.com/NationalGAILab/HoT。

原文摘要 · Abstract (English)

Transformers have been successfully applied in the field of video-based 3D human pose estimation. However, the high computational costs of these video pose transformers (VPTs) make them impractical on resource-constrained devices. In this paper, we present a hierarchical plug-and-play pruning-and-recovering framework, called Hierarchical Hourglass Tokenizer (H$_{2}$OT), for efficient transformer-based 3D human pose estimation from videos. H$_{2}$OT begins with progressively pruning pose tokens of redundant frames and ends with recovering full-length sequences, resulting in a few pose tokens in the intermediate transformer blocks and thus improving the model efficiency. It works with two key modules, namely, a Token Pruning Module (TPM) and a Token Recovering Module (TRM). TPM dynamically selects a few representative tokens to eliminate the redundancy of video frames, while TRM restores the detailed spatio-temporal information based on the selected tokens, thereby expanding the network output to the original full-length temporal resolution for fast inference. Our method is general-purpose: it can be easily incorporated into common VPT models on both seq2seq and seq2frame pipelines while effectively accommodating different token pruning and recovery strategies. In addition, our H$_{2}$OT reveals that maintaining the full pose sequence is unnecessary, and a few pose tokens of representative frames can achieve both high efficiency and estimation accuracy. Extensive experiments on multiple benchmark datasets demonstrate both the effectiveness and efficiency of the proposed method. Code and models are available at https://github.com/NationalGAILab/HoT.

视频姿态估计Transformer模型压缩高效推理

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