中文
相关论文

相关论文: Pose from Shape: Deep Pose Estimation for Arbitrar…

200 篇论文

This work proposes a novel pose estimation model for object categories that can be effectively transferred to previously unseen environments. The deep convolutional network models (CNN) for pose estimation are typically trained and…

计算机视觉与模式识别 · 计算机科学 2022-03-04 Negar Nejatishahidin , Pooya Fayyazsanavi , Jana Kosecka

This paper proposes a universal framework, called OVE6D, for model-based 6D object pose estimation from a single depth image and a target object mask. Our model is trained using purely synthetic data rendered from ShapeNet, and, unlike most…

计算机视觉与模式识别 · 计算机科学 2022-04-11 Dingding Cai , Janne Heikkilä , Esa Rahtu

Category-level 3D pose estimation is a fundamentally important problem in computer vision and robotics, e.g. for embodied agents or to train 3D generative models. However, so far methods that estimate the category-level object pose require…

计算机视觉与模式识别 · 计算机科学 2024-07-08 Leonhard Sommer , Artur Jesslen , Eddy Ilg , Adam Kortylewski

We present a novel learning approach to recover the 6D poses and sizes of unseen object instances from an RGB-D image. To handle the intra-class shape variation, we propose a deep network to reconstruct the 3D object model by explicitly…

计算机视觉与模式识别 · 计算机科学 2020-07-17 Meng Tian , Marcelo H Ang , Gim Hee Lee

The practicality of 3D object pose estimation remains limited for many applications due to the need for prior knowledge of a 3D model and a training period for new objects. To address this limitation, we propose an approach that takes a…

计算机视觉与模式识别 · 计算机科学 2024-04-02 Van Nguyen Nguyen , Thibault Groueix , Yinlin Hu , Mathieu Salzmann , Vincent Lepetit

Learning articulated object pose is inherently difficult because the pose is high dimensional but has many structural constraints. Most existing work do not model such constraints and does not guarantee the geometric validity of their pose…

计算机视觉与模式识别 · 计算机科学 2016-09-20 Xingyi Zhou , Xiao Sun , Wei Zhang , Shuang Liang , Yichen Wei

Pose Machines provide a sequential prediction framework for learning rich implicit spatial models. In this work we show a systematic design for how convolutional networks can be incorporated into the pose machine framework for learning…

计算机视觉与模式识别 · 计算机科学 2016-04-13 Shih-En Wei , Varun Ramakrishna , Takeo Kanade , Yaser Sheikh

Many object pose estimation algorithms rely on the analysis-by-synthesis framework which requires explicit representations of individual object instances. In this paper we combine a gradient-based fitting procedure with a parametric neural…

计算机视觉与模式识别 · 计算机科学 2020-08-20 Xu Chen , Zijian Dong , Jie Song , Andreas Geiger , Otmar Hilliges

Estimating the 6D pose of objects from images is an important problem in various applications such as robot manipulation and virtual reality. While direct regression of images to object poses has limited accuracy, matching rendered images…

计算机视觉与模式识别 · 计算机科学 2019-10-03 Yi Li , Gu Wang , Xiangyang Ji , Yu Xiang , Dieter Fox

Existing object pose estimation datasets are related to generic object types and there is so far no dataset for fine-grained object categories. In this work, we introduce a new large dataset to benchmark pose estimation for fine-grained…

计算机视觉与模式识别 · 计算机科学 2018-11-09 Yaming Wang , Xiao Tan , Yi Yang , Xiao Liu , Errui Ding , Feng Zhou , Larry S. Davis

This work addresses the problem of estimating the full body 3D human pose and shape from a single color image. This is a task where iterative optimization-based solutions have typically prevailed, while Convolutional Networks (ConvNets)…

计算机视觉与模式识别 · 计算机科学 2018-05-11 Georgios Pavlakos , Luyang Zhu , Xiaowei Zhou , Kostas Daniilidis

In this paper, we introduce a novel single shot approach for 6D object pose estimation of rigid objects based on depth images. For this purpose, a fully convolutional neural network is employed, where the 3D input data is spatially…

计算机视觉与模式识别 · 计算机科学 2020-04-28 Kilian Kleeberger , Marco F. Huber

We present a novel approach to the detection and 3D pose estimation of objects in color images. Its main contribution is that it does not require any training phases nor data for new objects, while state-of-the-art methods typically require…

计算机视觉与模式识别 · 计算机科学 2019-09-02 Giorgia Pitteri , Slobodan Ilic , Vincent Lepetit

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

We introduce a simple yet effective algorithm that uses convolutional neural networks to directly estimate object poses from videos. Our approach leverages the temporal information from a video sequence, and is computationally efficient and…

计算机视觉与模式识别 · 计算机科学 2021-11-23 Apoorva Beedu , Zhile Ren , Varun Agrawal , Irfan Essa

Solving the camera-to-robot pose is a fundamental requirement for vision-based robot control, and is a process that takes considerable effort and cares to make accurate. Traditional approaches require modification of the robot via markers,…

计算机视觉与模式识别 · 计算机科学 2023-03-22 Jingpei Lu , Florian Richter , Michael C. Yip

State estimation from measured data is crucial for robotic applications as autonomous systems rely on sensors to capture the motion and localize in the 3D world. Among sensors that are designed for measuring a robot's pose, or for soft…

机器人学 · 计算机科学 2023-02-28 Jingpei Lu , Fei Liu , Cedric Girerd , Michael C. Yip

We propose a scalable, efficient and accurate approach to retrieve 3D models for objects in the wild. Our contribution is twofold. We first present a 3D pose estimation approach for object categories which significantly outperforms the…

计算机视觉与模式识别 · 计算机科学 2018-04-02 Alexander Grabner , Peter M. Roth , Vincent Lepetit

3D pose estimation is a challenging problem in computer vision. Most of the existing neural-network-based approaches address color or depth images through convolution networks (CNNs). In this paper, we study the task of 3D human pose…

计算机视觉与模式识别 · 计算机科学 2022-12-27 Yufan Zhou , Haiwei Dong , Abdulmotaleb El Saddik

Estimating camera pose from a single image is a fundamental problem in computer vision. Existing methods for solving this task fall into two distinct categories, which we refer to as direct and indirect. Direct methods, such as PoseNet,…

计算机视觉与模式识别 · 计算机科学 2020-12-24 Hunter Blanton , Scott Workman , Nathan Jacobs
‹ 上一页 1 2 3 10 下一页 ›