Hi, i am looking how to minimize an energy function with three submodular terms (Data term, smoothness term, high order term ) using graph cut method. Any help please?
You should primarily formulate your problem clearly, firstly what are the variables, are there any constrains for them?, what is the objective function? is it composite or not if it is you should use the appropriate weights for each term. Then you should choose the appropriate minimization approach that fit your problem (are you interest on a local or global minima depending on the accuracy required, is the time consideration is a parameter, then the computer platform and its speed is important. all these points are very important.
The problem is image co-segmentation so in my case the objective function follows a MRF form with three terms and they are all submodular thus th function is graph representable and we can minimize it using graph cut (global minima).
My problem is how to construct the graph. How can i represente these three terms as edges??