arXiv:2509.14966cs.CVcs.AI2025-09被引 2

用3D几何关键点匹配提升机器人2D物体识别准确率

RoboEye: Enhancing 2D Robotic Object Identification with Selective 3D Geometric Keypoint Matching

  • 分两阶段:先2D候选排序,再按需调用3D关键点匹配
  • 相较SOTA提升7.1%召回率,仅需RGB图像无需额外传感器
  • 适合仓库自动化、低资源部署场景的视觉识别任务

大型电商平台商品品类快速增长,导致仓库自动化分拣中的物体识别难度显著增加。类别内差异大、长尾稀有商品多,叠加包装多样、容器杂乱、频繁遮挡及视角变化,使查询图与参考图间差异加剧,依赖纯2D外观特征的方法性能急剧下降。为此,我们提出RoboEye,一种两阶段识别框架,通过动态引入领域自适应的3D推理与轻量适配器,弥合训练与部署差距。第一阶段用大视觉模型提取2D特征生成候选排序;轻量级3D特征感知模块评估3D特征质量并预测是否需要重排序,避免性能下降且节省计算。当触发时,第二阶段采用机器人3D检索变压器,包含生成几何感知密集特征的3D特征提取器,以及基于关键点对应置信度而非传统余弦相似度的匹配器。实验表明,RoboEye在Recall@1上比先前最优方法(RoboLLM)提升7.1%。该系统仅使用RGB图像,无需显式3D输入,降低部署成本。代码已公开于https://github.com/longkukuhi/RoboEye。

原文摘要 · Abstract (English)

The rapidly growing number of product categories in large-scale e-commerce makes accurate object identification for automated packing in warehouses substantially more difficult. As the catalog grows, intra-class variability and a long tail of rare or visually similar items increase, and when combined with diverse packaging, cluttered containers, frequent occlusion, and large viewpoint changes-these factors amplify discrepancies between query and reference images, causing sharp performance drops for methods that rely solely on 2D appearance features. Thus, we propose RoboEye, a two-stage identification framework that dynamically augments 2D semantic features with domain-adapted 3D reasoning and lightweight adapters to bridge training deployment gaps. In the first stage, we train a large vision model to extract 2D features for generating candidate rankings. A lightweight 3D-feature-awareness module then estimates 3D feature quality and predicts whether 3D re-ranking is necessary, preventing performance degradation and avoiding unnecessary computation. When invoked, the second stage uses our robot 3D retrieval transformer, comprising a 3D feature extractor that produces geometry-aware dense features and a keypoint-based matcher that computes keypoint-correspondence confidences between query and reference images instead of conventional cosine-similarity scoring. Experiments show that RoboEye improves Recall@1 by 7.1% over the prior state of the art (RoboLLM). Moreover, RoboEye operates using only RGB images, avoiding reliance on explicit 3D inputs and reducing deployment costs. The code used in this paper is publicly available at: https://github.com/longkukuhi/RoboEye.

物体识别3D匹配机器人视觉定位

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