A Discriminative View of MRF Pre-Processing Algorithms

Chen Wang, Charles Herrmann, Ramin Zabih; Proceedings of the IEEE International Conference on Computer Vision (ICCV), 2017, pp. 5504-5513

Abstract


While Markov Random Fields (MRFs) are widely used in computer vision, they present a quite challenging inference problem. MRF inference can be accelerated by pre-processing techniques like Dead End Elimination (DEE) or QPBO-based approaches which compute the optimal labeling of a subset of variables. These techniques are guaranteed to never wrongly label a variable but they often leave a large number of variables unlabeled. We address this shortcoming by interpreting pre-processing as a classification problem, which allows us to trade off false positives (i.e., giving a variable an incorrect label) versus false negatives (i.e., failing to label a variable). We describe an efficient discriminative rule that finds optimal solutions for a subset of variables. Our technique provides both per-instance and worst-case guarantees concerning the quality of the solution. Empirical studies were conducted over several benchmark datasets. We obtain a speedup factor of 2 to 12 over expansion moves without preprocessing, and on difficult non-submodular energy functions produce slightly lower energy.

Related Material


[pdf] [supp] [arXiv]
[bibtex]
@InProceedings{Wang_2017_ICCV,
author = {Wang, Chen and Herrmann, Charles and Zabih, Ramin},
title = {A Discriminative View of MRF Pre-Processing Algorithms},
booktitle = {Proceedings of the IEEE International Conference on Computer Vision (ICCV)},
month = {Oct},
year = {2017}
}