Efficient Linear Programming for Dense CRFs
Thalaiyasingam Ajanthan, Alban Desmaison, Rudy Bunel, Mathieu, Salzmann, Philip H.S. Torr, M. Pawan Kumar

TL;DR
This paper introduces a fast and efficient linear programming algorithm for dense CRFs used in semantic segmentation, significantly improving speed while maintaining accuracy.
Contribution
The authors develop a novel proximal minimization framework with block coordinate descent, enabling linear-time conditional gradient computations for dense CRFs.
Findings
Outperforms existing dense CRF algorithms in speed and accuracy
Reduces LP minimization to pixel-wise subproblems
Achieves state-of-the-art results on standard datasets
Abstract
The fully connected conditional random field (CRF) with Gaussian pairwise potentials has proven popular and effective for multi-class semantic segmentation. While the energy of a dense CRF can be minimized accurately using a linear programming (LP) relaxation, the state-of-the-art algorithm is too slow to be useful in practice. To alleviate this deficiency, we introduce an efficient LP minimization algorithm for dense CRFs. To this end, we develop a proximal minimization framework, where the dual of each proximal problem is optimized via block coordinate descent. We show that each block of variables can be efficiently optimized. Specifically, for one block, the problem decomposes into significantly smaller subproblems, each of which is defined over a single pixel. For the other block, the problem is optimized via conditional gradient descent. This has two advantages: 1) the conditional…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Advanced Neural Network Applications · Adversarial Robustness in Machine Learning
MethodsConditional Random Field
