Object Detection with Pixel Intensity Comparisons Organized in Decision Trees
2013-05-20Code Available0· sign in to hype
Nenad Markuš, Miroslav Frljak, Igor S. Pandžić, Jörgen Ahlberg, Robert Forchheimer
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/nenadmarkus/picoOfficialIn papernone★ 0
- github.com/lidio601/node-facedetect-supyonone★ 0
- github.com/hggym/pigonone★ 0
- github.com/TotoHugo/facedetection-lite-Outsystemsnone★ 0
- github.com/esimov/pigonone★ 0
- github.com/Suaro/pidroidtf★ 0
- github.com/magicsunday/piconone★ 0
- github.com/liulaomo/go-ai-relatednone★ 0
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.