Efficient subwindow search with submodular score functions

  • Authors:
  • S. An;P. Peursum; Wanquan Liu;S. Venkatesh

  • Affiliations:
  • Dept. of Comput., Curtin Univ. of Technol., Perth, WA, Australia;Dept. of Comput., Curtin Univ. of Technol., Perth, WA, Australia;Dept. of Comput., Curtin Univ. of Technol., Perth, WA, Australia;Dept. of Comput., Curtin Univ. of Technol., Perth, WA, Australia

  • Venue:
  • CVPR '11 Proceedings of the 2011 IEEE Conference on Computer Vision and Pattern Recognition
  • Year:
  • 2011

Quantified Score

Hi-index 0.00

Visualization

Abstract

Subwindow search aims to find the optimal subimage which maximizes the score function of an object to be detected. After the development of the branch and bound (B&B) method called Efficient Subwindow Search (ESS), several algorithms (IESS, AESS, ARCS) have been proposed to improve the performance of ESS. For n脳n images, IESS's time complexity is bounded by O(n^3) which is better than ESS, but only applicable to linear score functions. Other work shows that Monge properties can hold in subwindow search and can be used to speed up the search to O(n^3), but only applies to certain types of score functions. In this paper we explore the connection between submodular functions and the Monge property, and prove that sub-modular score functions can be used to achieve O(n^3) time complexity for object detection. The time complexity can be further improved to be sub-cubic by applying B&B methods on row interval only, when the score function has a multivariate submodular bound function. Conditions for sub-modularity of common non-linear score functions and multivariate submodularity of their bound functions are also provided, and experiments are provided to compare the proposed approach against ESS and ARCS for object detection with some nonlinear score functions.