CVLGNESep 13, 2016

Crafting a multi-task CNN for viewpoint estimation

arXiv:1609.03894v179 citations
Originality Incremental advance
AI Analysis

This work addresses viewpoint estimation for computer vision applications, presenting incremental improvements through method analysis and joint training.

The paper tackled object viewpoint estimation by comparing approaches and proposing a joint training method with detection, achieving an improvement of approximately 5% mAVP over previous state-of-the-art on the Pascal3D+ dataset, specifically from 31.1% to 36.1% mAVP for the most challenging task.

Convolutional Neural Networks (CNNs) were recently shown to provide state-of-the-art results for object category viewpoint estimation. However different ways of formulating this problem have been proposed and the competing approaches have been explored with very different design choices. This paper presents a comparison of these approaches in a unified setting as well as a detailed analysis of the key factors that impact performance. Followingly, we present a new joint training method with the detection task and demonstrate its benefit. We also highlight the superiority of classification approaches over regression approaches, quantify the benefits of deeper architectures and extended training data, and demonstrate that synthetic data is beneficial even when using ImageNet training data. By combining all these elements, we demonstrate an improvement of approximately 5% mAVP over previous state-of-the-art results on the Pascal3D+ dataset. In particular for their most challenging 24 view classification task we improve the results from 31.1% to 36.1% mAVP.

Foundations

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

Your Notes