用空间线索提升弱监督交互检测效率与精度
RegFormer: Transferable Relational Grounding for Efficient Weakly-Supervised Human-Object Interaction Detection
- 基于空间定位信号实现无需额外训练的实例级交互推理
- 在图像级标注下达到接近全监督模型的性能
- 适合需要高效弱监督交互识别的应用场景
弱监督人体-物体交互检测对可扩展场景理解至关重要,仅需图像级标注即可学习交互关系。由于缺乏定位信息,现有方法通常依赖外部检测器生成候选对,并通过成对推理判断交互。但该框架计算开销大且易产生非交互组合的误报。为此,我们提出关系定位转换器(RegFormer),一种高效的交互识别模块。在图像级监督下,该模块利用空间定位信号引导推理过程,促进局部感知的交互学习。通过学习局部化交互线索,能有效区分人、物及其交互,实现从图像级推理直接迁移至精确高效的实例级推理,无需额外训练。大量实验表明,RegFormer能有效学习空间线索,推理高效,性能接近全监督模型。代码已开源。
原文摘要 · Abstract (English)
Weakly-supervised Human-Object Interaction (HOI) detection is essential for scalable scene understanding, as it learns interactions from only image-level annotations. Due to the lack of localization signals, prior works typically rely on an external object detector to generate candidate pairs and then infer their interactions through pairwise reasoning. However, this framework often struggles to scale due to the substantial computational cost incurred by enumerating numerous instance pairs. In addition, it suffers from false positives arising from non-interactive combinations, which hinder accurate instance-level HOI reasoning. To address these issues, we introduce Relational Grounding Transformer (RegFormer), a versatile interaction recognition module for efficient and accurate HOI reasoning. Under image-level supervision, RegFormer leverages spatially grounded signals as guidance for the reasoning process and promotes locality-aware interaction learning. By learning localized interaction cues, our module distinguishes humans, objects, and their interactions, enabling direct transfer from image-level interaction reasoning to precise and efficient instance-level reasoning without additional training. Our extensive experiments and analyses demonstrate that RegFormer effectively learns spatial cues for instance-level interaction reasoning, operates with high efficiency, and even achieves performance comparable to fully supervised models. Our code is available at https://github.com/mlvlab/RegFormer.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。