中文
相关论文

相关论文: ParaPose: Parameter and Domain Randomization Optim…

200 篇论文

We introduce MegaPose, a method to estimate the 6D pose of novel objects, that is, objects unseen during training. At inference time, the method only assumes knowledge of (i) a region of interest displaying the object in the image and (ii)…

We propose an approach to estimate the 6DOF pose of a satellite, relative to a canonical pose, from a single image. Such a problem is crucial in many space proximity operations, such as docking, debris removal, and inter-spacecraft…

计算机视觉与模式识别 · 计算机科学 2019-09-02 Bo Chen , Jiewei Cao , Alvaro Parra , Tat-Jun Chin

We study the problem of learning to assign a characteristic pose, i.e., scale and orientation, for an image region of interest. Despite its apparent simplicity, the problem is non-trivial; it is hard to obtain a large-scale set of image…

计算机视觉与模式识别 · 计算机科学 2022-06-16 Jongmin Lee , Yoonwoo Jeong , Minsu Cho

In the era of deep learning, human pose estimation from multiple cameras with unknown calibration has received little attention to date. We show how to train a neural model to perform this task with high precision and minimal latency…

计算机视觉与模式识别 · 计算机科学 2021-11-29 Ben Usman , Andrea Tagliasacchi , Kate Saenko , Avneesh Sud

In this paper we present a novel deep learning method for 3D object detection and 6D pose estimation from RGB images. Our method, named DPOD (Dense Pose Object Detector), estimates dense multi-class 2D-3D correspondence maps between an…

计算机视觉与模式识别 · 计算机科学 2019-08-21 Sergey Zakharov , Ivan Shugurov , Slobodan Ilic

6 DoF poses estimation problem aims to estimate the rotation and translation parameters between two coordinates, such as object world coordinate and camera world coordinate. Although some advances are made with the help of deep learning,…

计算机视觉与模式识别 · 计算机科学 2021-10-26 Haowen Sun , Taiyong Wang

In this paper, we present an accurate yet effective solution for 6D pose estimation from an RGB image. The core of our approach is that we first designate a set of surface points on target object model as keypoints and then train a keypoint…

计算机视觉与模式识别 · 计算机科学 2018-12-05 Zelin Zhao , Gao Peng , Haoyu Wang , Hao-Shu Fang , Chengkun Li , Cewu Lu

Keypoint detection is an essential building block for many robotic applications like motion capture and pose estimation. Historically, keypoints are detected using uniquely engineered markers such as checkerboards or fiducials. More…

机器人学 · 计算机科学 2023-02-28 Jingpei Lu , Florian Richter , Michael Yip

In this paper, we introduce neural texture learning for 6D object pose estimation from synthetic data and a few unlabelled real images. Our major contribution is a novel learning scheme which removes the drawbacks of previous works, namely…

计算机视觉与模式识别 · 计算机科学 2023-03-15 Hanzhi Chen , Fabian Manhardt , Nassir Navab , Benjamin Busam

Accurate 6D pose estimation is key for robotic manipulation, enabling precise object localization for tasks like grasping. We present RAG-6DPose, a retrieval-augmented approach that leverages 3D CAD models as a knowledge base by integrating…

计算机视觉与模式识别 · 计算机科学 2025-06-24 Kuanning Wang , Yuqian Fu , Tianyu Wang , Yanwei Fu , Longfei Liang , Yu-Gang Jiang , Xiangyang Xue

We introduce a novel learning method for 3D pose estimation from color images. While acquiring annotations for color images is a difficult task, our approach circumvents this problem by learning a mapping from paired color and depth images…

计算机视觉与模式识别 · 计算机科学 2019-02-22 Mahdi Rad , Markus Oberweger , Vincent Lepetit

Object pose estimation is a fundamental problem in robotics and computer vision, yet it remains challenging due to partial observability, occlusions, and object symmetries, which inevitably lead to pose ambiguity and multiple hypotheses…

计算机视觉与模式识别 · 计算机科学 2025-11-04 Yufeng Jin , Niklas Funk , Vignesh Prasad , Zechu Li , Mathias Franzius , Jan Peters , Georgia Chalvatzaki

Due to the difficulty of replicating the real conditions during training, supervised algorithms for spacecraft pose estimation experience a drop in performance when trained on synthetic data and applied to real operational data. To address…

计算机视觉与模式识别 · 计算机科学 2024-10-08 Juan Ignacio Bravo Pérez-Villar , Álvaro García-Martín , Jesús Bescós , Juan C. SanMiguel

Domain adaptive pose estimation aims to enable deep models trained on source domain (synthesized) datasets produce similar results on the target domain (real-world) datasets. The existing methods have made significant progress by conducting…

计算机视觉与模式识别 · 计算机科学 2024-04-26 Yugan Chen , Lin Zhao , Yalong Xu , Honglei Zu , Xiaoqi An , Guangyu Li

We propose a simple and efficient method for exploiting synthetic images when training a Deep Network to predict a 3D pose from an image. The ability of using synthetic images for training a Deep Network is extremely valuable as it is easy…

计算机视觉与模式识别 · 计算机科学 2018-03-28 Mahdi Rad , Markus Oberweger , Vincent Lepetit

Domain adaptation methods for 2D human pose estimation typically require continuous access to the source data during adaptation, which can be challenging due to privacy, memory, or computational constraints. To address this limitation, we…

计算机视觉与模式识别 · 计算机科学 2023-08-29 Dripta S. Raychaudhuri , Calvin-Khang Ta , Arindam Dutta , Rohit Lal , Amit K. Roy-Chowdhury

Differentiable rendering aims to compute the derivative of the image rendering function with respect to the rendering parameters. This paper presents a novel algorithm for 6-DoF pose estimation through gradient-based optimization using a…

计算机视觉与模式识别 · 计算机科学 2022-12-27 Ramchander Rao Bhaskara , Roshan Thomas Eapen , Manoranjan Majji

3D human pose estimation from sketches has broad applications in computer animation and film production. Unlike traditional human pose estimation, this task presents unique challenges due to the abstract and disproportionate nature of…

计算机视觉与模式识别 · 计算机科学 2025-11-18 Li Wang , Yiyu Zhuang , Yanwen Wang , Xun Cao , Chuan Guo , Xinxin Zuo , Hao Zhu

The task of estimating the 6D pose of an object from RGB images can be broken down into two main steps: an initial pose estimation step, followed by a refinement procedure to correctly register the object and its observation. In this paper,…

计算机视觉与模式识别 · 计算机科学 2021-01-06 Stefan Stevsic , Otmar Hilliges

6D object pose estimation is a fundamental problem in computer vision. Convolutional Neural Networks (CNNs) have recently proven to be capable of predicting reliable 6D pose estimates even from monocular images. Nonetheless, CNNs are…

计算机视觉与模式识别 · 计算机科学 2020-08-05 Gu Wang , Fabian Manhardt , Jianzhun Shao , Xiangyang Ji , Nassir Navab , Federico Tombari