CVMay 13, 2015

MRF Optimization by Graph Approximation

arXiv:1505.03365v14 citations
AI Analysis

This work addresses a bottleneck in computer vision applications by improving optimization for non-metric energy functions, though it is incremental as it builds on existing move-making approaches.

The paper tackles the problem of generating effective proposals for graph cuts-based move-making algorithms in energy minimization, particularly for non-metric energy functions, and shows that their GA-fusion algorithm outperforms others on real and synthetic problems.

Graph cuts-based algorithms have achieved great success in energy minimization for many computer vision applications. These algorithms provide approximated solutions for multi-label energy functions via move-making approach. This approach fuses the current solution with a proposal to generate a lower-energy solution. Thus, generating the appropriate proposals is necessary for the success of the move-making approach. However, not much research efforts has been done on the generation of "good" proposals, especially for non-metric energy functions. In this paper, we propose an application-independent and energy-based approach to generate "good" proposals. With these proposals, we present a graph cuts-based move-making algorithm called GA-fusion (fusion with graph approximation-based proposals). Extensive experiments support that our proposal generation is effective across different classes of energy functions. The proposed algorithm outperforms others both on real and synthetic problems.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes