从无姿态图像构建拓扑场景图,实现高效3D场景理解
Multiview Scene Graph
- 用视觉位置识别与物体关联统一建模,通过Transformer解码器联合推理
- 在自建数据集上达到领先性能,边缘交并比显著优于基线方法
- 适合做多视角场景理解、机器人导航的科研与工程人员参考
恰当的场景表示是实现空间智能的核心,使智能体能够稳健重建并高效理解三维场景。现有表示分为度量型(如3D重建中的地标图、目标检测中的3D边界框、占据预测中的体素网格)和拓扑型(如SLAM中的位姿图、SfM中的可见性图)。本文提出从无姿态图像构建多视角场景图(Multiview Scene Graph, MSG),以互联的地点与物体节点进行拓扑表征。该任务对现有表示学习方法构成挑战,因需同时处理有限视场、大视角变化下的视觉位置识别、物体检测与物体关联。为此,我们基于公开3D数据集构建了MSG数据集与标注,并提出基于边交并比(intersection-over-union score)的评估指标。此外,设计了一种基于主流预训练视觉模型的新基线方法,将视觉位置识别与物体关联整合至单一Transformer解码器架构中。实验表明,该方法在多项指标上优于现有基线。
原文摘要 · Abstract (English)
A proper scene representation is central to the pursuit of spatial intelligence where agents can robustly reconstruct and efficiently understand 3D scenes. A scene representation is either metric, such as landmark maps in 3D reconstruction, 3D bounding boxes in object detection, or voxel grids in occupancy prediction, or topological, such as pose graphs with loop closures in SLAM or visibility graphs in SfM. In this work, we propose to build Multiview Scene Graphs (MSG) from unposed images, representing a scene topologically with interconnected place and object nodes. The task of building MSG is challenging for existing representation learning methods since it needs to jointly address both visual place recognition, object detection, and object association from images with limited fields of view and potentially large viewpoint changes. To evaluate any method tackling this task, we developed an MSG dataset and annotation based on a public 3D dataset. We also propose an evaluation metric based on the intersection-over-union score of MSG edges. Moreover, we develop a novel baseline method built on mainstream pretrained vision models, combining visual place recognition and object association into one Transformer decoder architecture. Experiments demonstrate that our method has superior performance compared to existing relevant baselines.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。