Candidate Constrained CRFs for Loss-Aware Structured Prediction
Faruk Ahmed, Daniel Tarlow, Dhruv Batra

TL;DR
This paper introduces a method that combines candidate-constrained CRFs with pipeline systems to enable loss-aware structured prediction, improving performance on task-specific measures like the Intersection-Over-Union score in computer vision.
Contribution
It proposes a novel approach to incorporate loss-aware prediction into top-performing systems by combining candidate solutions from pipelines with probabilistic CRFs.
Findings
Improved performance on image segmentation benchmarks.
Effective integration of loss-aware methods with existing pipelines.
Enhanced prediction accuracy using candidate-constrained CRFs.
Abstract
When evaluating computer vision systems, we are often concerned with performance on a task-specific evaluation measure such as the Intersection-Over-Union score used in the PASCAL VOC image segmentation challenge. Ideally, our systems would be tuned specifically to these evaluation measures. However, despite much work on loss-aware structured prediction, top performing systems do not use these techniques. In this work, we seek to address this problem, incorporating loss-aware prediction in a manner that is amenable to the approaches taken by top performing systems. Our main idea is to simultaneously leverage two systems: a highly tuned pipeline system as is found on top of leaderboards, and a traditional CRF. We show how to combine high quality candidate solutions from the pipeline with the probabilistic approach of the CRF that is amenable to loss-aware prediction. The result is that…
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
TopicsAdvanced Neural Network Applications · Advanced Image and Video Retrieval Techniques · Visual Attention and Saliency Detection
MethodsConditional Random Field
