pith. sign in

arxiv: 1702.01499 · v1 · pith:EYZGEZ34new · submitted 2017-02-06 · 💻 cs.CV

Designing Deep Convolutional Neural Networks for Continuous Object Orientation Estimation

classification 💻 cs.CV
keywords orientationestimationcontinuoustaskapproachesdemonstrateconvertingconvolutional
0
0 comments X
read the original abstract

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.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Towards Symmetry-sensitive Pose Estimation: A Rotation Representation for Symmetric Object Classes

    cs.CV 2026-04 unverdicted novelty 7.0

    SARR modifies trigonometric rotation encodings with object symmetry orders to produce unique continuous poses, enabling standard CNNs to outperform existing methods on symmetry-aware 6D pose estimation without custom ...

  2. Pose Estimation for Non-Cooperative Rendezvous Using Neural Networks

    cs.CV 2019-06 unverdicted novelty 7.0

    SPN is a CNN that detects a spacecraft bounding box, classifies then regresses attitude, and optimizes position via Gauss-Newton, achieving degree-level attitude and cm-level position errors on real images after train...