DeepRM: Deep Recurrent Matching for 6D Pose Refinement
Alexander Avery, Andreas Savakis

TL;DR
DeepRM introduces a recurrent neural network architecture utilizing LSTM units for iterative 6D pose refinement from RGB images, achieving state-of-the-art accuracy through end-to-end training and synthetic image matching.
Contribution
The paper presents DeepRM, a novel end-to-end trainable recurrent network with optical flow guidance for improved 6D pose refinement from RGB images.
Findings
DeepRM outperforms existing methods on benchmark datasets.
The use of LSTM units enhances information propagation across refinement steps.
Optical flow prediction stabilizes training and improves feature learning.
Abstract
Precise 6D pose estimation of rigid objects from RGB images is a critical but challenging task in robotics, augmented reality and human-computer interaction. To address this problem, we propose DeepRM, a novel recurrent network architecture for 6D pose refinement. DeepRM leverages initial coarse pose estimates to render synthetic images of target objects. The rendered images are then matched with the observed images to predict a rigid transform for updating the previous pose estimate. This process is repeated to incrementally refine the estimate at each iteration. The DeepRM architecture incorporates LSTM units to propagate information through each refinement step, significantly improving overall performance. In contrast to current 2-stage Perspective-n-Point based solutions, DeepRM is trained end-to-end, and uses a scalable backbone that can be tuned via a single parameter for accuracy…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Vision and Imaging · Robotics and Sensor-Based Localization · Robot Manipulation and Learning
MethodsSigmoid Activation · Tanh Activation · Long Short-Term Memory
