中文
相关论文

相关论文: 6D Object Pose Estimation using Keypoints and Part…

200 篇论文

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

Applications that interact with the real world such as augmented reality or robot manipulation require a good understanding of the location and pose of the surrounding objects. In this paper, we present a new approach to estimate the 6…

计算机视觉与模式识别 · 计算机科学 2019-11-28 Daniel Mas Montserrat , Jianhang Chen , Qian Lin , Jan P. Allebach , Edward J. Delp

Realtime multi-person 2D pose estimation is a key component in enabling machines to have an understanding of people in images and videos. In this work, we present a realtime approach to detect the 2D pose of multiple people in an image. The…

计算机视觉与模式识别 · 计算机科学 2019-06-03 Zhe Cao , Gines Hidalgo , Tomas Simon , Shih-En Wei , Yaser Sheikh

Estimating the 3D pose of an object is a challenging task that can be considered within augmented reality or robotic applications. In this paper, we propose a novel approach to perform 6 DoF object pose estimation from a single RGB-D image.…

计算机视觉与模式识别 · 计算机科学 2022-05-31 Mathieu Gonzalez , Amine Kacete , Albert Murienne , Eric Marchand

We propose a method for estimating the 6DoF pose of a rigid object with an available 3D model from a single RGB image. Unlike classical correspondence-based methods which predict 3D object coordinates at pixels of the input image, the…

计算机视觉与模式识别 · 计算机科学 2022-08-02 Lin Huang , Tomas Hodan , Lingni Ma , Linguang Zhang , Luan Tran , Christopher Twigg , Po-Chen Wu , Junsong Yuan , Cem Keskin , Robert 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

This paper presents a novel approach to estimating the continuous six degree of freedom (6-DoF) pose (3D translation and rotation) of an object from a single RGB image. The approach combines semantic keypoints predicted by a convolutional…

计算机视觉与模式识别 · 计算机科学 2017-03-16 Georgios Pavlakos , Xiaowei Zhou , Aaron Chan , Konstantinos G. Derpanis , Kostas Daniilidis

We present an approach to efficiently detect the 2D pose of multiple people in an image. The approach uses a nonparametric representation, which we refer to as Part Affinity Fields (PAFs), to learn to associate body parts with individuals…

计算机视觉与模式识别 · 计算机科学 2017-04-17 Zhe Cao , Tomas Simon , Shih-En Wei , Yaser Sheikh

We propose a single-stage, category-level 6-DoF pose estimation algorithm that simultaneously detects and tracks instances of objects within a known category. Our method takes as input the previous and current frame from a monocular RGB…

计算机视觉与模式识别 · 计算机科学 2022-05-24 Yunzhi Lin , Jonathan Tremblay , Stephen Tyree , Patricio A. Vela , Stan Birchfield

The most recent trend in estimating the 6D pose of rigid objects has been to train deep networks to either directly regress the pose from the image or to predict the 2D locations of 3D keypoints, from which the pose can be obtained using a…

计算机视觉与模式识别 · 计算机科学 2019-04-09 Yinlin Hu , Joachim Hugonot , Pascal Fua , Mathieu Salzmann

State-of-the-art approaches for 6D object pose estimation require large amounts of labeled data to train the deep networks. However, the acquisition of 6D object pose annotations is tedious and labor-intensive in large quantity. To…

计算机视觉与模式识别 · 计算机科学 2022-03-08 Meng Tian , Gim Hee Lee

Object 6D pose estimation is an important research topic in the field of computer vision due to its wide application requirements and the challenges brought by complexity and changes in the real-world. We think fully exploring the…

计算机视觉与模式识别 · 计算机科学 2020-12-23 Weitong Hua , Jiaxin Guo , Yue Wang , Rong Xiong

Accurate 6-DoF pose estimation of objects is critical for robots to perform precise manipulation tasks. However, for dynamic object pose estimation, conventional camera-based approaches face several major challenges, such as motion blur,…

计算机视觉与模式识别 · 计算机科学 2026-04-28 Zhe Wang , Qijin Song , Zihao Li , Jingyu Xiao , Weibang Bai

6D object pose estimation remains challenging for many applications due to dependencies on complete 3D models, multi-view images, or training limited to specific object categories. These requirements make generalization to novel objects…

计算机视觉与模式识别 · 计算机科学 2025-05-08 Mengya Liu , Siyuan Li , Ajad Chhatkuli , Prune Truong , Luc Van Gool , Federico Tombari

In many robotic applications, the environment setting in which the 6-DoF pose estimation of a known, rigid object and its subsequent grasping is to be performed, remains nearly unchanging and might even be known to the robot in advance. In…

计算机视觉与模式识别 · 计算机科学 2022-07-28 Rohan Pratap Singh , Iori Kumagai , Antonio Gabas , Mehdi Benallegue , Yusuke Yoshiyasu , Fumio Kanehiro

In this paper, we propose a modular framework for 6D pose estimation based on keypoint heatmap regression. Our approach combines YOLOv10m for object detection with a ResNet18-based network that predicts 2D heatmaps from RGB images.…

计算机视觉与模式识别 · 计算机科学 2026-05-11 Ismail Aljosevic , Amir Masoud Almasi , Ana Parovic , Ashkan Shafiei

Prior work on 6-DoF object pose estimation has largely focused on instance-level processing, in which a textured CAD model is available for each object being detected. Category-level 6-DoF pose estimation represents an important step toward…

计算机视觉与模式识别 · 计算机科学 2022-05-13 Yunzhi Lin , Jonathan Tremblay , Stephen Tyree , Patricio A. Vela , Stan Birchfield

This paper presents an approach to estimating the continuous 6-DoF pose of an object from a single RGB image. The approach combines semantic keypoints predicted by a convolutional network (convnet) with a deformable shape model. Unlike…

The point pair feature (PPF) is widely used for 6D pose estimation. In this paper, we propose an efficient 6D pose estimation method based on the PPF framework. We introduce a well-targeted down-sampling strategy that focuses more on edge…

计算机视觉与模式识别 · 计算机科学 2022-09-20 Chenyi Liu , Fei Chen , Lu Deng , Renjiao Yi , Lintao Zheng , Chenyang Zhu , Jia Wang , Kai Xu

Compared to 2D object bounding-box labeling, it is very difficult for humans to annotate 3D object poses, especially when depth images of scenes are unavailable. This paper investigates whether we can estimate the object poses effectively…

计算机视觉与模式识别 · 计算机科学 2021-04-09 Zongxin Yang , Xin Yu , Yi Yang
‹ 上一页 1 2 3 10 下一页 ›