Loading Events

VASC Seminar

May

12
Wed
Tai-Peng Tian Ph.D. Candidate Boston University
Wednesday, May 12
11:00 am to 12:00 pm
Fast and Globally Optimal 2D Human Detection with Loopy Graph Models

Event Location: NSH 1305
Bio: Tai-Peng Tian is a Phd. candidate in the Computer Science Dept. of Boston University.
He earned his MSc. and BSc. from the School of Computing in the National University of Singapore.

Abstract: We present an algorithm for recovering the globally optimal 2D human figure detection using a loopy graph model. This is computationally challenging because the time complexity scales exponentially in the size of the largest clique in the graph. The proposed algorithm uses Branch and Bound (BB) to search for the globally optimal solution. The algorithm converges rapidly in practice and this is due to a novel method for quickly computing tree based lower bounds. The key idea is to recycle the dynamic programming (DP) tables associated with the tree model to look up the tree based lower bound rather than recomputing the lower bound from scratch. This technique is further sped up using Range Minimum Query data structures to provide $O(1)$ cost for computing the lower bound for most iterations of the BB algorithm. The algorithm is evaluated on the Iterative Parsing dataset
and it is shown to run fast empirically.