Exploring and Exploiting Diversity for Image Segmentation
Payman Yadollahpour

TL;DR
This paper proposes a two-stage approach for semantic image segmentation that first generates a diverse set of plausible solutions and then re-ranks them to select the best, improving over traditional MAP inference.
Contribution
It introduces a novel framework combining diverse candidate generation with discriminative re-ranking, applicable across various segmentation models and inference methods.
Findings
Diverse solution sets improve segmentation accuracy.
Re-ranking enhances the selection of high-quality segmentations.
Approach outperforms MAP inference on benchmark datasets.
Abstract
Semantic image segmentation is an important computer vision task that is difficult because it consists of both recognition and segmentation. The task is often cast as a structured output problem on an exponentially large output-space, which is typically modeled by a discrete probabilistic model. The best segmentation is found by inferring the Maximum a-Posteriori (MAP) solution over the output distribution defined by the model. Due to limitations in optimization, the model cannot be arbitrarily complex. This leads to a trade-off: devise a more accurate model that incorporates rich high-order interactions between image elements at the cost of inaccurate and possibly intractable optimization OR leverage a tractable model which produces less accurate MAP solutions but may contain high quality solutions as other modes of its output distribution. This thesis investigates the latter and…
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
TopicsMachine Learning and Data Classification
MethodsConditional Random Field
