paper-with-me

홈 › Papers

Learning Better Keypoints for Multi-Object 6DoF Pose Estimation

2023-08-15 · Yangzheng Wu, Michael Greenspan

We address the problem of keypoint selection, and find that the performance of 6DoF pose estimation methods can be improved when pre-defined keypoint locations are learned, rather than being heuristically selected as has been the standard approach. We found that accuracy and efficiency can be improved by training a graph network to select a set of disperse keypoints with similarly distributed votes. These votes, learned by a regression network to accumulate evidence for the keypoint locations, can be regressed more accurately compared to previous heuristic keypoint algorithms. The proposed KeyGNet, supervised by a combined loss measuring both Wasserstein distance and dispersion, learns the color and geometry features of the target objects to estimate optimal keypoint locations. Experiments demonstrate the keypoints selected by KeyGNet improved the accuracy for all evaluation metrics of all seven datasets tested, for three keypoint voting methods. The challenging Occlusion LINEMOD dataset notably improved ADD(S) by +16.4% on PVN3D, and all core BOP datasets showed an AR improvement for all objects, of between +1% and +21.5%. There was also a notable increase in performance when transitioning from single object to multiple object training using KeyGNet keypoints, essentially eliminating the SISO-MIMO gap for Occlusion LINEMOD.

📄 PDF Abstract BibTeX arXiv:2308.07827

Code (1)

aaronwool/keygnet 공식 구현 pytorch

Tasks

AllObjectPose Estimation

Similar Papers 제목 키워드 기반

End-to-End Learning of Multi-category 3D Pose and Shape Estimation

2021-12-19 · Yigit Baran Can, Alexander Liniger, Danda Pani Paudel, Luc van Gool

In this paper, we study the representation of the shape and pose of objects using their keypoints. Therefore, we propose an end-to-end method that simultaneously detects 2D keypoints from an image and lifts them to 3D. T…

6D Object Pose Estimation using Keypoints and Part Affinity Fields

2021-07-05 · Moritz Zappel, Simon Bultmann, Sven Behnke

The task of 6D object pose estimation from RGB images is an important requirement for autonomous service robots to be able to interact with the real world. In this work, we present a two-step pipeline for estimating the …

6D Pose Estimation using RGBObjectPose EstimationTranslation

Meta-Point Learning and Refining for Category-Agnostic Pose Estimation

2024-03-20 · CVPR 2024 1 · Junjie Chen, Jiebin Yan, Yuming Fang, Li Niu

Category-agnostic pose estimation (CAPE) aims to predict keypoints for arbitrary classes given a few support images annotated with keypoints. Existing methods only rely on the features extracted at support keypoints to p…

Category-Agnostic Pose EstimationDecoderPose Estimation

Rethinking Keypoint Representations: Modeling Keypoints and Poses as Objects for Multi-Person Human Pose Estimation

2021-11-16 · William McNally, Kanav Vats, Alexander Wong, John McPhee

In keypoint estimation tasks such as human pose estimation, heatmap-based regression is the dominant approach despite possessing notable drawbacks: heatmaps intrinsically suffer from quantization error and require excess…

Keypoint EstimationPose Estimation

YOLOPose: Transformer-based Multi-Object 6D Pose Estimation using Keypoint Regression

2022-05-05 · Arash Amini, Arul Selvam Periyasamy, Sven Behnke

6D object pose estimation is a crucial prerequisite for autonomous robot manipulation applications. The state-of-the-art models for pose estimation are convolutional neural network (CNN)-based. Lately, Transformers, an a…

6D Pose Estimation6D Pose Estimation using RGBObjectobject-detection+4