CVFeb 6, 2017

Designing Deep Convolutional Neural Networks for Continuous Object Orientation Estimation

arXiv:1702.01499v187 citations
Originality Incremental advance
AI Analysis

This work addresses orientation estimation for objects like vehicles and pedestrians, which is important for applications such as autonomous driving, but it is incremental as it adapts existing DCNN methods to a specific task.

The paper tackled continuous object orientation estimation (0-360 degrees) by proposing three DCNN-based approaches, finding that a discretization-based method with mean-shift conversion outperformed others and achieved state-of-the-art performance on vehicle and pedestrian orientation tasks.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes