Max-Sum (Labeling) Problem Page

Tomas Werner
Czech Technical University, Faculty of Electrical Engineering, Center for Machine Perception
werner@cmp.felk.cvut.cz

I have reviewed the not-widely known approach to the max-sum labeling problem (also known as the weighted constraint satisfaction problem, or MAP inference in Markov random fields) due to Schlesinger et al. The extended version of the review is in the research report, the reduced and improved version is in the PAMI article. There are also slides.

Some articles cited in the report:

This code (encapsulated in MATLAB MEX-file) implements the Augmenting DAG algorithm for minimizing the upper bound on a max-sum problem, described in the report. Compile the MEXes and run test.m.


Here are two contributions to max-sum diffusion (described in the above survey): CVWW (the original paper contained two typos, this version has been corrected) and ICML.