Title :
Efficient algorithms for subwindow search in object detection and localization
Author :
Senjian An ; Peursum, Patrick ; Wanquan Liu ; Venkatesh, Svetha
Author_Institution :
Dept. of Comput., Curtin Univ. of Technol., Perth, WA, Australia
Abstract :
Recently, a simple yet powerful branch-and-bound method called Efficient Subwindow Search (ESS) was developed to speed up sliding window search in object detection. A major drawback of ESS is that its computational complexity varies widely from O(n2) to O(n4) for n × n matrices. Our experimental experience shows that the ESS´s performance is highly related to the optimal confidence levels which indicate the probability of the object´s presence. In particular, when the object is not in the image, the optimal subwindow scores low and ESS may take a large amount of iterations to converge to the optimal solution and so perform very slow. Addressing this problem, we present two significantly faster methods based on the linear-time Kadane´s Algorithm for 1D maximum subarray search. The first algorithm is a novel, computationally superior branch-and-bound method where the worst case complexity is reduced to O(n3). Experiments on the PASCAL VOC 2006 data set demonstrate that this method is significantly and consistently faster (approximately 30 times faster on average) than the original ESS. Our second algorithm is an approximate algorithm based on alternating search, whose computational complexity is typically O(n2). Experiments shows that (on average) it is 30 times faster again than our first algorithm, or 900 times faster than ESS. It is thus well-suited for real time object detection.
Keywords :
computational complexity; object detection; tree searching; PASCAL VOC 2006 data set; branch-and-bound method; computational complexity; efficient subwindow search; linear-time Kadane algorithm; maximum subarray search; object detection; object localization; sliding window search; worst case complexity; Australia; Computational complexity; Computational efficiency; Computer vision; Electronic switching systems; Feature extraction; Histograms; Image converters; Object detection; Search problems;
Conference_Titel :
Computer Vision and Pattern Recognition, 2009. CVPR 2009. IEEE Conference on
Conference_Location :
Miami, FL
Print_ISBN :
978-1-4244-3992-8
DOI :
10.1109/CVPR.2009.5206822