Rotational Symmetry based Object Pose Estimation from Point Clouds in the Absence of Known 3D Models

2026-06-15Computer Vision and Pattern Recognition

Computer Vision and Pattern Recognition
AI summary

The authors address the problem of figuring out how an object is positioned when no detailed 3D model is available, which is common in industries due to confidentiality. They use the fact that many industrial objects are rotationally symmetric (they look the same if you rotate them) to help estimate the object's pose from point cloud data. Their method iteratively improves both the object's pose and the point cloud by using a special loss that enforces this rotational symmetry. Tests on synthetic and real objects show their approach works almost as well as methods that need full 3D models.

object pose estimationpoint cloudrotational symmetry3D modelsiterative optimizationloss functionnearest-neighbor searchindustrial automationsynthetic datasetrobotic spray painting
Authors
Weichen Dai, Ruixun Yu, Yangjie Tang, Yifan Du, Yiyang Zhang, Donglei Sun, Hua Zhang
Abstract
Object pose estimation is crucial to many industrial applications, with one example being automated spray painting using a robot. However, confidentiality concerns often limit access to high-quality 3D models, posing a significant challenge for point-cloud-based pose estimation. In such scenarios, rotational symmetry, a readily accessible characteristic of many industrial objects, can provide valuable prior information to facilitate pose estimation.In this paper, we propose a method that leverages the rotational symmetry commonly found in industrial objects to address the challenge caused by the absence of 3D models. The object pose is jointly estimated with point cloud refinement through an iterative optimization process. This optimization relies on a rotational symmetry constraint loss. To construct this loss, each 3D point is rotated according to the currently estimated pose, and multiple correspondences are identified using nearest-neighbor search by exploiting the rotational symmetry property. These correspondences are then used to compute the rotational symmetry constraint loss, which iteratively refines both the pose and the point cloud.By explicitly incorporating rotational symmetry into the optimization process, the proposed method achieves robust pose estimation and generalizes well across diverse object types. The proposed method is evaluated on a dataset specifically created for point clouds without known 3D models, consisting of four categories of synthetic objects and one real wheel hub collected from a production line. Experimental results demonstrate that the proposed method achieves performance comparable to methods that rely on known 3D models.