Discriminative Training of Deep Fully-connected Continuous CRF with Task-specific Loss
Fayao Liu, Guosheng Lin, Chunhua Shen

TL;DR
This paper introduces a fully-connected deep continuous CRF model that jointly learns unary and pairwise potentials with CNNs, optimized with task-specific loss functions for improved structured prediction in vision tasks.
Contribution
It presents a novel deep continuous CRF framework with end-to-end training and task-specific loss functions, enhancing performance on both discrete and continuous vision problems.
Findings
Outperforms state-of-the-art on semantic labeling
Achieves robust depth estimation results
Effectively uses task-specific loss for improved MAP inference
Abstract
Recent works on deep conditional random fields (CRF) have set new records on many vision tasks involving structured predictions. Here we propose a fully-connected deep continuous CRF model for both discrete and continuous labelling problems. We exemplify the usefulness of the proposed model on multi-class semantic labelling (discrete) and the robust depth estimation (continuous) problems. In our framework, we model both the unary and the pairwise potential functions as deep convolutional neural networks (CNN), which are jointly learned in an end-to-end fashion. The proposed method possesses the main advantage of continuously-valued CRF, which is a closed-form solution for the Maximum a posteriori (MAP) inference. To better adapt to different tasks, instead of using the commonly employed maximum likelihood CRF parameter learning protocol, we propose task-specific loss functions for…
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
MethodsConditional Random Field
