Detect, Replace, Refine: Deep Structured Prediction For Pixel Wise Labeling
Spyros Gidaris, Nikos Komodakis

TL;DR
This paper introduces a novel deep structured prediction architecture for pixel-wise labeling that decomposes the task into detection, replacement, and refinement steps, achieving state-of-the-art results in disparity estimation.
Contribution
It proposes a generic architecture that explicitly models label correction steps, outperforming prior direct prediction methods in dense disparity estimation.
Findings
Achieves state-of-the-art disparity estimation on KITTI 2015
Outperforms previous methods significantly in quantitative metrics
Provides extensive evaluation of different architecture variants
Abstract
Pixel wise image labeling is an interesting and challenging problem with great significance in the computer vision community. In order for a dense labeling algorithm to be able to achieve accurate and precise results, it has to consider the dependencies that exist in the joint space of both the input and the output variables. An implicit approach for modeling those dependencies is by training a deep neural network that, given as input an initial estimate of the output labels and the input image, it will be able to predict a new refined estimate for the labels. In this context, our work is concerned with what is the optimal architecture for performing the label improvement task. We argue that the prior approaches of either directly predicting new label estimates or predicting residual corrections w.r.t. the initial labels with feed-forward deep network architectures are sub-optimal.…
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 Vision and Imaging · Medical Image Segmentation Techniques · Digital Image Processing Techniques
