CVDec 25, 2014

Joint Deep Learning for Car Detection

arXiv:1412.7854v25 citations
Originality Synthesis-oriented
AI Analysis

This work provides a domain-specific improvement for car detection, though it is incremental as it applies an existing method to a new scenario.

The authors tackled car detection by applying a joint deep learning approach that integrates feature extraction, part deformation handling, occlusion handling, and classification into a single neural network, achieving 97% accuracy on the UIUC car dataset compared to previous results of up to 91%.

Traditional object recognition approaches apply feature extraction, part deformation handling, occlusion handling and classification sequentially while they are independent from each other. Ouyang and Wang proposed a model for jointly learning of all of the mentioned processes using one deep neural network. We utilized, and manipulated their toolbox in order to apply it in car detection scenarios where it had not been tested. Creating a single deep architecture from these components, improves the interaction between them and can enhance the performance of the whole system. We believe that the approach can be used as a general purpose object detection toolbox. We tested the algorithm on UIUC car dataset, and achieved an outstanding result. The accuracy of our method was 97 % while the previously reported results showed an accuracy of up to 91 %. We strongly believe that having an experiment on a larger dataset can show the advantage of using deep models over shallow ones.

Foundations

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

Your Notes