arXiv:2507.16342cs.CV2025-07被引 1

用Mamba架构实现高效精准的实时物品拿放检测

Mamba-OTR: a Mamba-based Solution for Online Take and Release Detection from Untrimmed Egocentric Video

  • 基于Mamba结构,推理时利用时间递归,训练用短片段
  • 滑动窗口下达45.48的mp-mAP,流式模式仍达43.35
  • 适合真实场景在线部署,尤其处理长视频或高帧率

本文解决未剪辑第一人称视频中物品拿放(OTR)的在线检测问题。该任务因正样本时间稀疏、标签严重不平衡,且需精确时间预测而极具挑战性,同时要求算法计算高效以适应真实在线场景。为此,提出基于Mamba架构的Mamba-OTR模型,其在推理时利用时间递归特性,训练则基于短视频片段。为缓解标签不平衡,训练流程引入焦点损失和一种新型正则化方案,使模型预测与评估指标对齐。在EPIC-KITCHENS-100数据集上的大量实验表明,相较于基于Transformer的方法,Mamba-OTR在准确率与效率上均显著更优。无论是在全片长视频还是高帧率序列上,即使仅用短片段训练,表现依然突出。在滑动窗口模式下,Mamba-OTR取得45.48的mp-mAP,流式模式下为43.35,远超基线模型(纯Transformer为20.32,纯Mamba为25.16),为该任务提供了强有力的基准。源代码将公开,支持后续研究。

原文摘要 · Abstract (English)

This work tackles the problem of Online detection of Take and Release (OTR) of an object in untrimmed egocentric videos. This task is challenging due to severe label imbalance, with temporally sparse positive annotations, and the need for precise temporal predictions. Furthermore, methods need to be computationally efficient in order to be deployed in real-world online settings. To address these challenges, we propose Mamba-OTR, a model based on the Mamba architecture. Mamba-OTR is designed to exploit temporal recurrence during inference while being trained on short video clips. To address label imbalance, our training pipeline incorporates the focal loss and a novel regularization scheme that aligns model predictions with the evaluation metric. Extensive experiments on EPIC-KITCHENS-100, the comparisons with transformer-based approach, and the evaluation of different training and test schemes demonstrate the superiority of Mamba-OTR in both accuracy and efficiency. These finding are particularly evident when evaluating full-length videos or high frame-rate sequences, even when trained on short video snippets for computational convenience. The proposed Mamba-OTR achieves a noteworthy mp-mAP of 45.48 when operating in a sliding-window fashion, and 43.35 in streaming mode, versus the 20.32 of a vanilla transformer and 25.16 of a vanilla Mamba, thus providing a strong baseline for OTR. We will publicly release the source code of Mamba-OTR to support future research.

视频理解时间建模Mamba物体交互

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