Discrete Optimization Methods Basic overview of graph cuts

Slides:



Advertisements
Similar presentations
Primal-dual Algorithm for Convex Markov Random Fields Vladimir Kolmogorov University College London GDR (Optimisation Discrète, Graph Cuts et Analyse d'Images)
Advertisements

Algorithms for MAP estimation in Markov Random Fields Vladimir Kolmogorov University College London Tutorial at GDR (Optimisation Discrète, Graph Cuts.
O BJ C UT M. Pawan Kumar Philip Torr Andrew Zisserman UNIVERSITY OF OXFORD.
Multi-view Stereo via Volumetric Graph-cuts
Graph Cut Algorithms for Computer Vision & Medical Imaging Ramin Zabih Computer Science & Radiology Cornell University Joint work with Y. Boykov, V. Kolmogorov,
Introduction to Markov Random Fields and Graph Cuts Simon Prince
Learning with Inference for Discrete Graphical Models Nikos Komodakis Pawan Kumar Nikos Paragios Ramin Zabih (presenter)
I Images as graphs Fully-connected graph – node for every pixel – link between every pair of pixels, p,q – similarity w ij for each link j w ij c Source:
The University of Ontario CS 4487/9687 Algorithms for Image Analysis Multi-Label Image Analysis Problems.
ICCV 2007 tutorial on Discrete Optimization Methods in Computer Vision part I Basic overview of graph cuts.
GrabCut Interactive Image (and Stereo) Segmentation Carsten Rother Vladimir Kolmogorov Andrew Blake Antonio Criminisi Geoffrey Cross [based on Siggraph.
Graph-Based Image Segmentation
Stephen J. Guy 1. Photomontage Photomontage GrabCut – Interactive Foreground Extraction 1.
1 s-t Graph Cuts for Binary Energy Minimization  Now that we have an energy function, the big question is how do we minimize it? n Exhaustive search is.
GrabCut Interactive Image (and Stereo) Segmentation Joon Jae Lee Keimyung University Welcome. I will present Grabcut – an Interactive tool for foreground.
Learning with Inference for Discrete Graphical Models Nikos Komodakis Pawan Kumar Nikos Paragios Ramin Zabih (presenter)
Corp. Research Princeton, NJ Computing geodesics and minimal surfaces via graph cuts Yuri Boykov, Siemens Research, Princeton, NJ joint work with Vladimir.
Silhouettes in Multiview Stereo Ian Simon. Multiview Stereo Problem Input: – a collection of images of a rigid object (or scene) – camera parameters for.
Optimal solution of binary problems Much material taken from :  Olga Veksler, University of Western Ontario
1 Can this be generalized?  NP-hard for Potts model [K/BVZ 01]  Two main approaches 1. Exact solution [Ishikawa 03] Large graph, convex V (arbitrary.
Robust Higher Order Potentials For Enforcing Label Consistency
The University of Ontario University of Bonn July 2008 Optimization of surface functionals using graph cut algorithms Yuri Boykov presenting joint work.
Improved Moves for Truncated Convex Models M. Pawan Kumar Philip Torr.
2010/5/171 Overview of graph cuts. 2010/5/172 Outline Introduction S-t Graph cuts Extension to multi-label problems Compare simulated annealing and alpha-
Stereo & Iterative Graph-Cuts Alex Rav-Acha Vision Course Hebrew University.
The plan for today Camera matrix
Announcements Readings for today:
Lecture 10: Stereo and Graph Cuts
Stereo Computation using Iterative Graph-Cuts
Image Segmentation Today’s Readings Forsyth & Ponce, Chapter 14
Measuring Uncertainty in Graph Cut Solutions Pushmeet Kohli Philip H.S. Torr Department of Computing Oxford Brookes University.
Computer vision: models, learning and inference
Multiplicative Bounds for Metric Labeling M. Pawan Kumar École Centrale Paris École des Ponts ParisTech INRIA Saclay, Île-de-France Joint work with Phil.
Graph-based Segmentation
Reconstructing Relief Surfaces George Vogiatzis, Philip Torr, Steven Seitz and Roberto Cipolla BMVC 2004.
Fast Approximate Energy Minimization via Graph Cuts
A Selective Overview of Graph Cut Energy Minimization Algorithms Ramin Zabih Computer Science Department Cornell University Joint work with Yuri Boykov,
Graph Cut & Energy Minimization
MRFs and Segmentation with Graph Cuts Computer Vision CS 543 / ECE 549 University of Illinois Derek Hoiem 02/24/10.
Graph Cut Algorithms for Binocular Stereo with Occlusions
Graph Cut 韋弘 2010/2/22. Outline Background Graph cut Ford–Fulkerson algorithm Application Extended reading.
CS774. Markov Random Field : Theory and Application Lecture 13 Kyomin Jung KAIST Oct
Object Stereo- Joint Stereo Matching and Object Segmentation Computer Vision and Pattern Recognition (CVPR), 2011 IEEE Conference on Michael Bleyer Vienna.
Multiplicative Bounds for Metric Labeling M. Pawan Kumar École Centrale Paris Joint work with Phil Torr, Daphne Koller.
The University of Ontario How to fit a surface to a point cloud? or optimization of surface functionals in computer vision Yuri Boykov TRICS seminar Computer.
CS 4487/6587 Algorithms for Image Analysis
Algorithms for MAP estimation in Markov Random Fields Vladimir Kolmogorov University College London.
1 Markov Random Fields with Efficient Approximations Yuri Boykov, Olga Veksler, Ramin Zabih Computer Science Department CORNELL UNIVERSITY.
Lecture 19: Solving the Correspondence Problem with Graph Cuts CAP 5415 Fall 2006.
The University of Ontario CS 4487/9687 Algorithms for Image Analysis Multi-Label Image Analysis Problems.
Gaussian Mixture Models and Expectation-Maximization Algorithm.
Machine Learning – Lecture 15
Pseudo-Bound Optimization for Binary Energies Meng Tang 1 Ismail Ben Ayed 2 Yuri Boykov 1 1 University of Western Ontario, Canada 2 GE Healthcare Canada.
The University of Ontario From photohulls to photoflux optimization Yuri Boykov University of Western Ontario Victor Lempitsky Moscow State University.
A global approach Finding correspondence between a pair of epipolar lines for all pixels simultaneously Local method: no guarantee we will have one to.
Graph Algorithms for Vision Amy Gale November 5, 2002.
Dynamic Programming (DP), Shortest Paths (SP)
Photoconsistency constraint C2 q C1 p l = 2 l = 3 Depth labels If this 3D point is visible in both cameras, pixels p and q should have similar intensities.
Energy minimization Another global approach to improve quality of correspondences Assumption: disparities vary (mostly) smoothly Minimize energy function:
The University of Ontario CS 4487/9687 Algorithms for Image Analysis Combining Color and Boundary and other extensions (graph cuts)
Graph Cuts vs. Level Sets
Markov Random Fields with Efficient Approximations
Geometry 3: Stereo Reconstruction
Graph Cut Weizhen Jing
Multiway Cut for Stereo and Motion with Slanted Surfaces
Discrete Inference and Learning
Lecture 31: Graph-Based Image Segmentation
Multi-view reconstruction
Segmentation (continued)
Graphical Models and Learning
Presentation transcript:

Discrete Optimization Methods Basic overview of graph cuts ICCV 2007 tutorial on Discrete Optimization Methods in Computer Vision part I Basic overview of graph cuts

Disclaimer Can not possibly cover all discrete optimization methods widely used in computer vision in the last 30 years We mainly concentrate on Discrete energy minimization methods that can be applied to Markov Random Fields with binary or n-labels applicable to a wide spectrum of problems in vision Methods motivated by LP relaxations good bounds on the solutions

Discrete Optimization Methods in Computer Vision Part I: basic overview of graph cuts binary labeling a few basic examples energy optimization submodularity (discrete view) continuous functionals (geometric view) posterior MRF energy (statistical view) extensions to multi-label problems interactions: convex, robust, metric move-based optimization

2D Graph cut shortest path on a graph Example: find the shortest closed contour in a given domain of a graph Shortest paths approach (live wire, intelligent scissors) Graph Cuts approach Compute the shortest path p ->p for a point p. p Compute the minimum cut that separates red region from blue region Repeat for all points on the gray line. Then choose the optimal contour.

Graph cuts for optimal boundary detection (B&J, ICCV’01) a cut n-links hard constraint Minimum cost cut can be computed in polynomial time (max-flow/min-cut algorithms)

Standard minimum s-t cuts algorithms Augmenting paths [Ford & Fulkerson, 1962] Push-relabel [Goldberg-Tarjan, 1986] Tree recycling (dynamic trees) [B&K, 2004] Flow recycling (dynamic cuts) [Kohli & Torr, 2005] Cut recycling (active cuts) [Juan & Boykov, 2006] Hierarchical methods - in search space [Lombaert et al., CVPR 2005] - in edge weights (capacity scaling) [Juan et al., ICCV07] adapted to N-D grids used in computer vision

Optimal boundary in 2D “max-flow = min-cut”

Optimal boundary in 3D 3D bone segmentation (real time screen capture)

Graph cuts applied to multi-view reconstruction surface of good photoconsistency visual hull (silhouettes) CVPR’05 slides from Vogiatzis, Torr, Cippola

Adding regional properties (B&J, ICCV’01) a cut n-links t-link t-link regional bias example suppose are given “expected” intensities of object and background NOTE: hard constrains are not required, in general.

Adding regional properties (B&J, ICCV’01) n-links s t a cut t-link “expected” intensities of object and background can be re-estimated EM-style optimization of piece-vice constant Mumford-Shah model NOTE: hard constrains are not required, in general.

Adding regional properties (B&J, ICCV’01) More generally, regional bias can be based on any intensity models of object and background a cut s t given object and background intensity histograms

Adding regional properties (B&J, ICCV’01)

Iterative learning of regional color-models GMMRF cuts (Blake et al., ECCV04) Grab-cut (Rother et al., SIGGRAPH 04) parametric regional model – Gaussian Mixture (GM) designed to guarantee convergence

At least three ways to look at energy of graph cuts I: Binary submodular energy II: Approximating continuous surface functionals III: Posterior energy (MAP-MRF)

Simple example of energy Regional term Boundary term n-links t-links n-links s t a cut t-link binary object segmentation

Graph cuts for minimization of submodular binary energies I Regional term Boundary term t-links n-links Characterization of binary energies that can be globally minimized by s-t graph cuts [Boros&Hummer, 2002, K&Z 2004] Non-submodular cases can be addressed with some optimality guarantees, e.g. QPBO algorithm (see Boros&Hummer, 2002, Tavares et al. 06, Rother et al. 07) E(L) can be minimized by s-t graph cuts Submodularity (“convexity”)

Graph cuts for minimization of continuous surface functionals II Geometric length any convex, symmetric metric g e.g. Riemannian Regional bias any scalar function f Flux any vector field v Characterization of energies of binary cuts C as functionals of continuous surfaces [K&B, ICCV 2005] [B&K, ICCV 2003]

One extension using parametric max-flow methods optimization of ratio functionals In 2D can use DP [Cox et al’96, Jermyn&Ishikawa’01] In 3D, see a poster on Tuesday (Kolmogorov, Boykov, Rother)

Graph cuts for minimization of posterior energy III Greig at al. [IJRSS, 1989] Posterior energy (MRF, Ising model) Likelihood (data term) Spatial prior (regularization) Example: binary image restoration

Graph cuts algorithms can minimize multi-label energies as well

Multi-scan-line stereo with s-t graph cuts (Roy&Cox’98) labels Disparity labels L(p) p x y

s-t graph-cuts for multi-label energy minimization Ishikawa 1998, 2000, 2003 Generalization of construction by Roy&Cox 1998 Linear interactions “Convex” interactions V(dL) dL=Lp-Lq V(dL) dL=Lp-Lq

Pixel interactions V: “convex” vs. “discontinuity-preserving” Robust or “discontinuity preserving” Interactions V “Convex” Interactions V (weak membrane models, see a book by Blake and Zisserman, 87) V(dL) dL=Lp-Lq Potts model V(dL) dL=Lp-Lq “linear” model V(dL) dL=Lp-Lq V(dL) dL=Lp-Lq

Pixel interactions: “convex” vs. “discontinuity-preserving” “linear” V truncated “linear” V

Robust interactions a-expansion approximation algorithm NP-hard problem (3 or more labels) two labels can be solved via s-t cuts (Greig at. al., 1989) a-expansion approximation algorithm (Boykov, Veksler, Zabih 1998, 2001) guaranteed approximation quality (Veksler, thesis 2001) within a factor of 2 from the global minima (Potts model) applies to a wide class of energies with robust interactions Potts model (BVZ 1989) “metric” interactions (BVZ 2001) can be extended to arbitrary interactions with weaker guarantees truncation (Kolmogorov et al. 2005) QPBO (Boros and Hummer, 2002) Other “move” algorithms (e.g. a-b swap, jump-moves) More is coming later in this tutorial

a-expansion algorithm Start with any initial solution For each label “a” in any (e.g. random) order Compute optimal a-expansion move (s-t graph cuts) Decline the move if there is no energy decrease Stop when no expansion move would decrease energy

a-expansion move Basic idea: break multi-way cut computation into a sequence of binary s-t cuts other labels a

a-expansion moves In each a-expansion a given label “a” grabs space from other labels initial solution -expansion -expansion -expansion -expansion -expansion -expansion -expansion For each move we choose expansion that gives the largest decrease in the energy: binary optimization problem

Implies that every expansion move (a binary problem) Metric interactions V(a,b)=0 iff a=b V(a,b) = V(b,a) >= 0 V(a,c) <= V(a,b)+V(b,c) Triangular inequality Implies that every expansion move (a binary problem) is submodular

a-expansions: examples of metric interactions “noisy shaded diamond” “noisy diamond” Truncated “linear” V Potts V

Multi-object Extraction Multi-way graph cuts Multi-object Extraction

Stereo/Motion with slanted surfaces Multi-way graph cuts Stereo/Motion with slanted surfaces (Birchfield &Tomasi 1999) Labels = parameterized surfaces EM based: E step = compute surface boundaries M step = re-estimate surface parameters

original pair of “stereo” images Multi-way graph cuts stereo vision BVZ 1998 KZ 2002 depth map ground truth original pair of “stereo” images

Multi-way graph cuts Graph-cut textures (Kwatra, Schodl, Essa, Bobick 2003) B A C D A B G D C F H I J E F E G H J I similar to “image-quilting” (Efros & Freeman, 2001)

a-expansions vs. simulated annealing normalized correlation, start for annealing, 24.7% err simulated annealing, 19 hours, 20.3% err a-expansions (BVZ 89,01) 90 seconds, 5.8% err