1 / 19

Biased Normalized Cuts

Biased Normalized Cuts. IEEE Conference on Computer Vision and Pattern Recognition (IEEE CVPR 2011 ) Poster. Subhransu Maji and Jithndra Malik University of California, Berkeley. Nisheeth K. Vishnoi Miscrosoft Research India, Bangalore. Outline. Review of ‘ Normalized Cuts’

clive
Download Presentation

Biased Normalized Cuts

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Biased Normalized Cuts IEEE Conference on Computer Vision and Pattern Recognition (IEEE CVPR 2011) Poster SubhransuMaji and Jithndra Malik University of California, Berkeley Nisheeth K. Vishnoi Miscrosoft Research India, Bangalore

  2. Outline • Review of ‘Normalized Cuts’ • Introduction to ‘Biased Normalized Cuts’ • Biased Graph Partitioning • Algorithm • Qualitative Evaluation

  3. Review of Normalized Cuts • Original cut definition: cut(A,B) • Goal: minimize the cut value • New cut definition: • Normalized Cut: • v: the vertex in the graph Shi and Malik, Normalized Cuts and Image Segmentation, PAMI, 2000

  4. Review of Normalized Cuts • Normalized Cut: • Goal: minimize Normalized Cut • (the details seen in ‘Normalized Cuts’ ) • Symbols: • x: the dimensional indicator vector with • D: the matrix with • d(i): the total connection from node i to all other node with • W: the symmetrical matrix with W(i, j) • where 1: the vector of all ones and • and

  5. Review of Normalized Cuts • The above is the Rayliegh quotient and minimize it by solving the generalized eigenvalue system • [Golub and Van Loan,John Hopkins Press,1988] • Rewrite the above equation as • is the symmetric positive semidefinite • : also symmetric positive semidefinite and Laplacian Matrix

  6. Review of Normalized Cuts

  7. Introduction to ‘Biased Normalized Cuts’ • Incorporate the both bottom-up and top-down work • \ • Bottom-up: detect contours corresponding to significant changes in brightness, color or texture • Top-down: look for strong activation

  8. Introduction to ‘Biased Normalized Cuts’ • Not only minimize the normalized cut value, but also one of two partitions is required to have a sufficient overlap with a “bias” or a “prior guess” • The users specify the bias by indicating various point set T with a seed-vector

  9. Introduction to ‘Biased Normalized Cuts’ • Two advantages: • Solutions which are sufficiently “correlated” with priors which allows us to use noisy top-down information • Given the spectral solution of the unconstrained problem, the solution of the constrained one can be computed in small additional time, which allows to run the algorithm in an interactive mode

  10. Weighted Graph and Normalized Cuts • Symbol: • where v: the nodes ate the points in the feature space and E: the edge between every pair of the points • Weight is a function • For , • The volume of a set of vertices S is the total weight of the edges and and • The normalized cut value: • The traditional graph conductance defined for a set S • The conductance of the graph G:

  11. Weighted Graph and Normalized Cuts • adjacency matrix with • : diagonal degree matrix of G • : the Laplacian of G with • the normalized Laplacian of G with • and symmetric positive semidefinite with eigenvlaues • : the eigenvalues of • the eigenvector corresponding to the eigenvalues of • the associated eigenvector corresponding to the eigenvalues of ,

  12. The Spectral Relaxation to Computing Normalized Cuts • Approximate the solution by minimizing • subject to

  13. Biased Normalized Cuts • Given a region of interest, segment the image so that the segment is biased towards the specified • A region is modeled as a subset • Not only minimize the cut value, but have sufficient correlation with the region specified by T • A vector responding to the region T: • Defined it in a way such that and • The above notion is quite motivated from the theory of local graph partitioning • [R. Andersen et al., Local graph partitioning using PageRank vectors, FOCS,2006] • The goal is to find a low-conductance cut well correlated with a specified input set

  14. Biased Normalized Cuts The prior information Solve the normalized cut problem

  15. Algorithm 26 in the paper

  16. Qualitative Evaluation • Use the PASCAL VOC 2010 dataset • Weight matrix: use the intervening contour cue [M. Maire et al., Using contours to detect and localize junctions in natural images, CVPR, 2008]

  17. Effect of • Increase the correlation parameter

  18. Result • Pb: probability of boundary map • [M. Maire et al., Using contours to detect and localize junctions in natural images, CVPR, 2008]

  19. Result • Use the probability estimates by an object detector as a bias • The object detector used as a seed vector • [L. Bourdev et al., Detecting people using mutually consistent • poselet activations, ECCV, 2010]

More Related