arXiv:2503.24298cs.CV2025-03中稿 · ICRA被引 3

提出轻量级方法STEP,让图像视频识别更懂动作顺序。

Order Matters: On Parameter-Efficient Image-to-Video Probing for Recognizing Nearly Symmetric Actions

  • 在探针法中加入位置编码与注意力机制,捕捉帧序信息
  • 在近对称动作识别上提升4%-10%,整体提升6%-15%
  • 适合计算资源受限的机器人场景,优于主流微调方法

细粒度理解人类动作对安全人机交互至关重要。本文研究近对称动作(如拿起与放下工具、打开与关闭抽屉)的识别问题,这类动作常见于人机协作,但在主流视觉框架中罕见且被忽视。现有预训练视觉基础模型常通过探针法或参数高效微调(PEFT)适配,但探针法对帧序无感知,而PEFT在小型人机交互数据集上易过拟合,且受算力限制难用于实际机器人系统。为此,本文提出STEP(自注意时序嵌入探针),在探针法基础上引入帧间位置编码、全局CLS token和简化注意力模块,建模时间顺序。相比传统探针法,STEP在近对称动作上提升4%-10%,在人机交互、工业装配与驾驶辅助三类基准上整体提升6%-15%。超越更重的PEFT方法,甚至优于全微调模型,在所有任务上达到新最佳性能。代码与模型将公开:https://github.com/th-nesh/STEP。

原文摘要 · Abstract (English)

Fine-grained understanding of human actions is essential for safe and intuitive human--robot interaction. We study the challenge of recognizing nearly symmetric actions, such as picking up vs. placing down a tool or opening vs. closing a drawer. These actions are common in close human-robot collaboration, yet they are rare and largely overlooked in mainstream vision frameworks. Pretrained vision foundation models (VFMs) are often adapted using probing, valued in robotics for its efficiency and low data needs, or parameter-efficient fine-tuning (PEFT), which adds temporal modeling through adapters or prompts. However, our analysis shows that probing is permutation-invariant and blind to frame order, while PEFT is prone to overfitting on smaller HRI datasets, and less practical in real-world robotics due to compute constraints. To address this, we introduce STEP (Self-attentive Temporal Embedding Probing), a lightweight extension to probing that models temporal order via frame-wise positional encodings, a global CLS token, and a simplified attention block. Compared to conventional probing, STEP improves accuracy by 4--10% on nearly symmetric actions and 6--15% overall across action recognition benchmarks in human-robot-interaction, industrial assembly, and driver assistance. Beyond probing, STEP surpasses heavier PEFT methods and even outperforms fully fine-tuned models on all three benchmarks, establishing a new state-of-the-art. Code and models will be made publicly available: https://github.com/th-nesh/STEP.

动作识别时序建模轻量化机器人

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