English
Related papers

Related papers: BOP Challenge 2022 on Detection, Segmentation and …

200 papers

Object pose detection and tracking has recently attracted increasing attention due to its wide applications in many areas, such as autonomous driving, robotics, and augmented reality. Among methods for object pose detection and tracking,…

Computer Vision and Pattern Recognition · Computer Science 2022-04-22 Zhaoxin Fan , Yazhi Zhu , Yulin He , Qi Sun , Hongyan Liu , Jun He

2D object proposals, quickly detected regions in an image that likely contain an object of interest, are an effective approach for improving the computational efficiency and accuracy of object detection in color images. In this work, we…

Computer Vision and Pattern Recognition · Computer Science 2018-06-27 Ramanpreet Singh Pahwa , Jiangbo Lu , Nianjuan Jiang , Tian Tsong Ng , Minh N. Do

We present a method that can recognize new objects and estimate their 3D pose in RGB images even under partial occlusions. Our method requires neither a training phase on these objects nor real images depicting them, only their CAD models.…

Computer Vision and Pattern Recognition · Computer Science 2022-04-01 Van Nguyen Nguyen , Yinlin Hu , Yang Xiao , Mathieu Salzmann , Vincent Lepetit

Bin picking is a core problem in industrial environments and robotics, with its main module as 6D pose estimation. However, industrial depth sensors have a lack of accuracy when it comes to small objects. Therefore, we propose a framework…

Computer Vision and Pattern Recognition · Computer Science 2021-06-16 Timon Höfer , Faranak Shamsafar , Nuri Benbarka , Andreas Zell

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…

Computer Vision and Pattern Recognition · Computer Science 2022-08-02 Lin Huang , Tomas Hodan , Lingni Ma , Linguang Zhang , Luan Tran , Christopher Twigg , Po-Chen Wu , Junsong Yuan , Cem Keskin , Robert Wang

Solving 6D pose estimation is non-trivial to cope with intrinsic appearance and shape variation and severe inter-object occlusion, and is made more challenging in light of extrinsic large illumination changes and low quality of the acquired…

Computer Vision and Pattern Recognition · Computer Science 2024-10-30 Zelin Xu , Ke Chen , Kui Jia

We present a novel method for detecting 3D model instances and estimating their 6D poses from RGB data in a single shot. To this end, we extend the popular SSD paradigm to cover the full 6D pose space and train on synthetic model data only.…

Computer Vision and Pattern Recognition · Computer Science 2017-11-29 Wadim Kehl , Fabian Manhardt , Federico Tombari , Slobodan Ilic , Nassir Navab

Estimating 6D poses of objects is an essential computer vision task. However, most conventional approaches rely on camera data from a single perspective and therefore suffer from occlusions. We overcome this issue with our novel multi-view…

Computer Vision and Pattern Recognition · Computer Science 2022-08-03 Fabian Duffhauss , Tobias Demmler , Gerhard Neumann

Given a single scene image, this paper proposes a method of Category-level 6D Object Pose and Size Estimation (COPSE) from the point cloud of the target object, without external real pose-annotated training data. Specifically, beyond the…

Computer Vision and Pattern Recognition · Computer Science 2022-04-12 Haitao Lin , Zichang Liu , Chilam Cheang , Yanwei Fu , Guodong Guo , Xiangyang Xue

In the rapidly advancing domain of computer vision, accurately estimating the poses of multiple individuals from various viewpoints remains a significant challenge, especially when reliability is a key requirement. This paper introduces a…

Computer Vision and Pattern Recognition · Computer Science 2025-03-10 Daniel Bermuth , Alexander Poeppel , Wolfgang Reif

Robust object detection for challenging scenarios increasingly relies on event cameras, yet existing Event-RGB datasets remain constrained by sparse coverage of extreme conditions and low spatial resolution (<= 640 x 480), which prevents…

Computer Vision and Pattern Recognition · Computer Science 2025-11-12 Luoping Cui , Hanqing Liu , Mingjie Liu , Endian Lin , Donghong Jiang , Yuhao Wang , Chuang Zhu

We introduce Corr2Distrib, the first correspondence-based method which estimates a 6D camera pose distribution from an RGB image, explaining the observations. Indeed, symmetries and occlusions introduce visual ambiguities, leading to…

Computer Vision and Pattern Recognition · Computer Science 2025-05-06 Asma Brazi , Boris Meden , Fabrice Mayran de Chamisso , Steve Bourgeois , Vincent Lepetit

In industrial applications requiring real-time feedback, such as quality control and robotic manipulation, the demand for high-speed and accurate pose estimation remains critical. Despite advances improving speed and accuracy in pose…

Computer Vision and Pattern Recognition · Computer Science 2025-02-21 Zixuan Fang , Thomas Pöllabauer , Tristan Wirth , Sarah Berkei , Volker Knauthe , Arjan Kuijper

Object pose estimation, crucial in computer vision and robotics applications, faces challenges with the diversity of unseen categories. We propose a zero-shot method to achieve category-level 6-DOF object pose estimation, which exploits…

Computer Vision and Pattern Recognition · Computer Science 2025-01-07 Wentian Qu , Chenyu Meng , Heng Li , Jian Cheng , Cuixia Ma , Hongan Wang , Xiao Zhou , Xiaoming Deng , Ping Tan

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…

Computer Vision and Pattern Recognition · Computer Science 2021-11-23 Apoorva Beedu , Zhile Ren , Varun Agrawal , Irfan Essa

In this paper, we address the problem of 6-DoF object pose estimation from a single RGB image. Indirect methods that typically predict intermediate 2D keypoints, followed by a Perspective-n-Point solver, have shown great performance. Direct…

Computer Vision and Pattern Recognition · Computer Science 2026-03-27 Nassim Ali Ousalah , Peyman Rostami , Vincent Gaudillière , Emmanuel Koumandakis , Anis Kacem , Enjie Ghorbel , Djamila Aouada

This technical report introduces CyberLoc, an image-based visual localization pipeline for robust and accurate long-term pose estimation under challenging conditions. The proposed method comprises four modules connected in a sequence.…

Computer Vision and Pattern Recognition · Computer Science 2023-01-09 Liu Liu , Yukai Lin , Xiao Liang , Qichao Xu , Miao Jia , Yangdong Liu , Yuxiang Wen , Wei Luo , Jiangwei Li

Object location prior is critical for the standard 6D object pose estimation setting. The prior can be used to initialize the 3D object translation and facilitate 3D object rotation estimation. Unfortunately, the object detectors that are…

Computer Vision and Pattern Recognition · Computer Science 2024-02-07 Chen Zhao , Yinlin Hu , Mathieu Salzmann

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…

Computer Vision and Pattern Recognition · Computer Science 2022-04-13 Karl Schmeckpeper , Philip R. Osteen , Yufu Wang , Georgios Pavlakos , Kenneth Chaney , Wyatt Jordan , Xiaowei Zhou , Konstantinos G. Derpanis , Kostas Daniilidis

Accurate 6D pose estimation of 3D objects is a fundamental task in computer vision, and current research typically predicts the 6D pose by establishing correspondences between 2D image features and 3D model features. However, these methods…

Computer Vision and Pattern Recognition · Computer Science 2025-10-21 Junbo Li , Weimin Yuan , Yinuo Wang , Yue Zeng , Shihao Shu , Cai Meng , Xiangzhi Bai
‹ Prev 1 8 9 10 Next ›