让机器人像人一样自动找最佳视角看物体
ViewActive: Active viewpoint optimization from a single image
- 基于单张图像构建3D视角质量场,自动评估不同视角好坏
- 在多个数据集上提升识别准确率,实时运行达72帧/秒
- 适合需要动态视角优化的机器人视觉与运动规划场景
人类观察物体时能借助空间想象和心理旋转,预判潜在最优视角。为使机器人具备类似能力,我们提出ViewActive,一种基于单张2D图像的主动视角优化方法。受视图图(aspect graph)启发,该方法引入3D视角质量场(VQF),包含三个通用指标:自遮挡率、感知占位表面法向熵、视觉熵。利用预训练图像编码器提取鲁棒视觉语义特征,并解码生成3D VQF,实现对多样化物体(包括未见类别)的有效泛化。轻量级网络(单卡72 FPS)显著提升主流目标识别流水线性能,可集成至机器人实时运动规划中。代码与数据集已公开。
原文摘要 · Abstract (English)
When observing objects, humans benefit from their spatial visualization and mental rotation ability to envision potential optimal viewpoints based on the current observation. This capability is crucial for enabling robots to achieve efficient and robust scene perception during operation, as optimal viewpoints provide essential and informative features for accurately representing scenes in 2D images, thereby enhancing downstream tasks. To endow robots with this human-like active viewpoint optimization capability, we propose ViewActive, a modernized machine learning approach drawing inspiration from aspect graph, which provides viewpoint optimization guidance based solely on the current 2D image input. Specifically, we introduce the 3D Viewpoint Quality Field (VQF), a compact and consistent representation of viewpoint quality distribution similar to an aspect graph, composed of three general-purpose viewpoint quality metrics: self-occlusion ratio, occupancy-aware surface normal entropy, and visual entropy. We utilize pre-trained image encoders to extract robust visual and semantic features, which are then decoded into the 3D VQF, allowing our model to generalize effectively across diverse objects, including unseen categories. The lightweight ViewActive network (72 FPS on a single GPU) significantly enhances the performance of state-of-the-art object recognition pipelines and can be integrated into real-time motion planning for robotic applications. Our code and dataset are available here: https://github.com/jiayi-wu-umd/ViewActive.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。