Object Detection with Pixel Intensity Comparisons Organized in Decision Trees
Nenad Marku\v{s}, Miroslav Frljak, Igor S. Pand\v{z}i\'c and, J\"orgen Ahlberg, Robert Forchheimer

TL;DR
This paper introduces a fast object detection method using decision trees with pixel intensity comparisons, organized in a cascade, demonstrating practical face detection with noise robustness and rotation invariance.
Contribution
It presents a novel, efficient decision tree-based approach for object detection that is fast, noise-resistant, and capable of rotation invariance, with open-source implementation.
Findings
Effective face detection results.
High processing speed due to pixel intensity comparisons.
Robustness to noise and rotation.
Abstract
We describe a method for visual object detection based on an ensemble of optimized decision trees organized in a cascade of rejectors. The trees use pixel intensity comparisons in their internal nodes and this makes them able to process image regions very fast. Experimental analysis is provided through a face detection problem. The obtained results are encouraging and demonstrate that the method has practical value. Additionally, we analyse its sensitivity to noise and show how to perform fast rotation invariant object detection. Complete source code is provided at https://github.com/nenadmarkus/pico.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Image and Video Retrieval Techniques · Visual Attention and Saliency Detection · Image Retrieval and Classification Techniques
