paper-with-me

홈 › Papers

RePOSE: Fast 6D Object Pose Refinement via Deep Texture Rendering

2021-04-01 · ICCV 2021 10 · Shun Iwase, Xingyu Liu, Rawal Khirodkar, Rio Yokota, Kris M. Kitani

We present RePOSE, a fast iterative refinement method for 6D object pose estimation. Prior methods perform refinement by feeding zoomed-in input and rendered RGB images into a CNN and directly regressing an update of a refined pose. Their runtime is slow due to the computational cost of CNN, which is especially prominent in multiple-object pose refinement. To overcome this problem, RePOSE leverages image rendering for fast feature extraction using a 3D model with a learnable texture. We call this deep texture rendering, which uses a shallow multi-layer perceptron to directly regress a view-invariant image representation of an object. Furthermore, we utilize differentiable Levenberg-Marquardt (LM) optimization to refine a pose fast and accurately by minimizing the feature-metric error between the input and rendered image representations without the need of zooming in. These image representations are trained such that differentiable LM optimization converges within few iterations. Consequently, RePOSE runs at 92 FPS and achieves state-of-the-art accuracy of 51.6% on the Occlusion LineMOD dataset - a 4.1% absolute improvement over the prior art, and comparable result on the YCB-Video dataset with a much faster runtime. The code is available at https://github.com/sh8/repose.

📄 PDF Abstract BibTeX arXiv:2104.00633

Code (1)

sh8/repose 공식 구현 pytorch

Tasks

6D Pose Estimation6D Pose Estimation using RGBObjectPose Estimation

Similar Papers 제목 키워드 기반

TexturePose: Supervising Human Mesh Estimation with Texture Consistency

2019-10-24 · ICCV 2019 10 · Georgios Pavlakos, Nikos Kolotouros, Kostas Daniilidis

This work addresses the problem of model-based human pose estimation. Recent approaches have made significant progress towards regressing the parameters of parametric human body models directly from images. Because of th…

Pose EstimationWeakly-supervised 3D Human Pose Estimation

Deep Texture-Aware Features for Camouflaged Object Detection

2021-02-05 · Jingjing Ren, Xiaowei Hu, Lei Zhu, Xuemiao Xu 외

Camouflaged object detection is a challenging task that aims to identify objects having similar texture to the surroundings. This paper presents to amplify the subtle texture difference between camouflaged objects and th…

Objectobject-detectionObject Detection

Training-Free Consistency Pipeline for Fashion Repose

2025-01-23 · Potito Aghilar, Vito Walter Anelli, Michelantonio Trizio, Tommaso Di Noia

Recent advancements in diffusion models have significantly broadened the possibilities for editing images of real-world objects. However, performing non-rigid transformations, such as changing the pose of objects or imag…

Cora: Correspondence-aware image editing using few step diffusion

2025-05-29 · Amirhossein Almohammadi, Aryan Mikaeili, Sauradip Nag, Negar Hassanpour 외

Image editing is an important task in computer graphics, vision, and VFX, with recent diffusion-based methods achieving fast and high-quality results. However, edits requiring significant structural changes, such as non-…

Image-to-Image TranslationSemantic correspondenceText-based Image EditingTranslation

Texture Reformer: Towards Fast and Universal Interactive Texture Transfer

2021-12-06 · Zhizhong Wang, Lei Zhao, Haibo Chen, Ailin Li 외

In this paper, we present the texture reformer, a fast and universal neural-based framework for interactive texture transfer with user-specified guidance. The challenges lie in three aspects: 1) the diversity of tasks, 2…

Diversity