End-to-end Training of CNN-CRF via Differentiable Dual-Decomposition
Shaofei Wang, Vishnu Lokhande, Maneesh Singh, Konrad Kording, Julian, Yarkony

TL;DR
This paper introduces a novel end-to-end training method for CNN-CRF models using differentiable dual-decomposition, enabling direct optimization of the true problem and improving semantic image segmentation results.
Contribution
It presents a new fixed-point iteration algorithm for dual-decomposition that is differentiable and parallelizable, allowing efficient end-to-end training of CNN-CRF systems.
Findings
Improved segmentation accuracy over baseline models
Efficient training via back-propagation of the dual-decomposition process
Exact optimization of CRF sub-problems enhances model performance
Abstract
Modern computer vision (CV) is often based on convolutional neural networks (CNNs) that excel at hierarchical feature extraction. The previous generation of CV approaches was often based on conditional random fields (CRFs) that excel at modeling flexible higher order interactions. As their benefits are complementary they are often combined. However, these approaches generally use mean-field approximations and thus, arguably, did not directly optimize the real problem. Here we revisit dual-decomposition-based approaches to CRF optimization, an alternative to the mean-field approximation. These algorithms can efficiently and exactly solve sub-problems and directly optimize a convex upper bound of the real problem, providing optimality certificates on the way. Our approach uses a novel fixed-point iteration algorithm which enjoys dual-monotonicity, dual-differentiability and high…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Medical Imaging and Analysis · Image and Object Detection Techniques
MethodsConditional Random Field
