Week 7 - Image Segmentation
Given an image, we would like to separate it into its distinct components. Such as the subject and background.
Formulation
Suppose we have picture
is the likelihood is in the foreground (assume ), is the likelihood is in the background (assume ), and is the separation penalty for separating for (assume ).
Then for any cut of
Statement
Link to originalImage Segmentation
Given an undirected graph
with weights:
- for each
, , and - for each
, . We we find cut that maximises
Reformulation
Right now we have two problems, it is a maximalisation problem and the weights might not be non-negative.
Let