Simulating CRF with CNN for CNN
Lena Gorelick, Olga Veksler

TL;DR
This paper introduces a novel trainable CNN-based module called CRF Simulator that mimics CRF regularization, enabling end-to-end training for tasks like salient object segmentation without complex CRF optimization mechanics.
Contribution
The paper proposes a simple, trainable CNN module to simulate CRF regularization, allowing seamless integration into CNNs for end-to-end training and broad applicability.
Findings
CRF Simulator effectively mimics CRF regularization in CNNs.
The approach enables automatic generation of training data for the CRF Simulator.
Demonstrated on salient object segmentation with positive results.
Abstract
Combining CNN with CRF for modeling dependencies between pixel labels is a popular research direction. This task is far from trivial, especially if end-to-end training is desired. In this paper, we propose a novel simple approach to CNN+CRF combination. In particular, we propose to simulate a CRF regularizer with a trainable module that has standard CNN architecture. We call this module a CRF Simulator. We can automatically generate an unlimited amount of ground truth for training such CRF Simulator without any user interaction, provided we have an efficient algorithm for optimization of the actual CRF regularizer. After our CRF Simulator is trained, it can be directly incorporated as part of any larger CNN architecture, enabling a seamless end-to-end training. In particular, the other modules can learn parameters that are more attuned to the performance of the CRF Simulator module. We…
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
TopicsVisual Attention and Saliency Detection · Advanced Neural Network Applications · Advanced Image and Video Retrieval Techniques
MethodsConditional Random Field
