paper-with-me

Papers

Designing Deep Convolutional Neural Networks for Continuous Object Orientation Estimation

2017-02-06 · Kota Hara, Raviteja Vemulapalli, Rama Chellappa

Deep Convolutional Neural Networks (DCNN) have been proven to be effective for various computer vision problems. In this work, we demonstrate its effectiveness on a continuous object orientation estimation task, which requires prediction of 0 to 360 degrees orientation of the objects. We do so by proposing and comparing three continuous orientation prediction approaches designed for the DCNNs. The first two approaches work by representing an orientation as a point on a unit circle and minimizing either L2 loss or angular difference loss. The third method works by first converting the continuous orientation estimation task into a set of discrete orientation estimation tasks and then converting the discrete orientation outputs back to the continuous orientation using a mean-shift algorithm. By evaluating on a vehicle orientation estimation task and a pedestrian orientation estimation task, we demonstrate that the discretization-based approach not only works better than the other two approaches but also achieves state-of-the-art performance. We also demonstrate that finding an appropriate feature representation is critical to achieve a good performance when adapting a DCNN trained for an image recognition task.

📄 PDF Abstract BibTeX arXiv:1702.01499

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

3D Bounding Box Estimation Using Deep Learning and Geometry

2016-12-01 · CVPR 2017 7 · Arsalan Mousavian, Dragomir Anguelov, John Flynn, Jana Kosecka

We present a method for 3D object detection and pose estimation from a single image. In contrast to current techniques that only regress the 3D orientation of an object, our method first regresses relatively stable 3D ob…

3D Object DetectionDeep LearningObjectobject-detection+5

Coded Estimation: Design of Backscatter Array Codes for 3D Orientation Estimation

2021-12-01 · Mohamad Rida Rammal, Suhas Diggavi, Ashutosh Sabharwal

We consider the problem of estimating the orientation of a 3D object with the assistance of configurable backscatter tags. We explore the idea of designing tag response codes to improve the accuracy of orientation estima…

TAG

Monocular Object Orientation Estimation using Riemannian Regression and Classification Networks

2018-07-19 · Siddharth Mahendran, Ming Yang Lu, Haider Ali, René Vidal

We consider the task of estimating the 3D orientation of an object of known category given an image of the object and a bounding box around it. Recently, CNN-based regression and classification methods have shown signifi…

ClassificationData AugmentationGeneral Classificationregression

ConvPoseCNN: Dense Convolutional 6D Object Pose Estimation

2019-12-16 · Catherine Capellen, Max Schwarz, Sven Behnke

6D object pose estimation is a prerequisite for many applications. In recent years, monocular pose estimation has attracted much research interest because it does not need depth measurements. In this work, we introduce C…

6D Pose Estimation using RGBClusteringObjectPose Estimation+1

OriCon3D: Effective 3D Object Detection using Orientation and Confidence

2023-04-27 · Dhyey Manish Rajani, Surya Pratap Singh, Rahul Kashyap Swayampakula

In this paper, we propose an advanced methodology for the detection of 3D objects and precise estimation of their spatial positions from a single image. Unlike conventional frameworks that rely solely on center-point and…

3D Object DetectionObjectobject-detectionObject Detection