Conference Proceeding

Exploiting Monge structures in optimum subwindow search

Dept. of Comput., Curtin Univ. of Technol., Perth, WA, Australia
Proceedings / CVPR, IEEE Computer Society Conference on Computer Vision and Pattern Recognition. IEEE Computer Society Conference on Computer Vision and Pattern Recognition 07/2010; DOI:10.1109/CVPR.2010.5540119 pp.926 - 933 In proceeding of: Computer Vision and Pattern Recognition (CVPR), 2010 IEEE Conference on
Source: IEEE Xplore

ABSTRACT Optimum subwindow search for object detection aims to find a subwindow so that the contained subimage is most similar to the query object. This problem can be formulated as a four dimensional (4D) maximum entry search problem wherein each entry corresponds to the quality score of the subimage contained in a subwindow. For n × n images, a naive exhaustive search requires O(n4) sequential computations of the quality scores for all subwindows. To reduce the time complexity, we prove that, for some typical similarity functions like Euclidian metric, χ2 metric on image histograms, the associated 4D array carries some Monge structures and we utilise these properties to speed up the optimum subwindow search and the time complexity is reduced to O(n3). Furthermore, we propose a locally optimal alternating column and row search method with typical quadratic time complexity O(n2). Experiments on PASCAL VOC 2006 demonstrate that the alternating method is significantly faster than the well known efficient subwindow search (ESS) method whilst the performance loss due to local maxima problem is negligible.

0 0
 · 
0 Bookmarks
 · 
24 Views

Keywords

associated 4D array
 
contained subimage
 
detection
 
ESS
 
four dimensional
 
image histograms
 
known efficient subwindow search
 
local maxima problem
 
Monge structures
 
naive exhaustive search
 
optimal alternating column
 
optimum subwindow search
 
row search method
 
subimage
 
typical quadratic time complexity O(n<sup>2</sup>)
 
typical similarity functions