Optimizing Edge Detection for Image Segmentation with Multicut Penalties
Steffen Jung, Sebastian Ziegler, Amirhossein Kardoost, Margret Keuper

TL;DR
This paper introduces an adaptive CRF method for edge detection that improves image segmentation accuracy by better approximating the NP-hard Minimum Cost Multicut Problem, demonstrated on natural and microscopic images.
Contribution
It proposes a novel adaptive CRF approach that progressively enforces constraints, leading to more valid solutions for multicut-based image segmentation.
Findings
Enhanced edge detection accuracy on BSDS500 benchmark
Improved segmentation quality on electron microscopic images
Higher validity of solutions compared to previous relaxations
Abstract
The Minimum Cost Multicut Problem (MP) is a popular way for obtaining a graph decomposition by optimizing binary edge labels over edge costs. While the formulation of a MP from independently estimated costs per edge is highly flexible and intuitive, solving the MP is NP-hard and time-expensive. As a remedy, recent work proposed to predict edge probabilities with awareness to potential conflicts by incorporating cycle constraints in the prediction process. We argue that such formulation, while providing a first step towards end-to-end learnable edge weights, is suboptimal, since it is built upon a loose relaxation of the MP. We therefore propose an adaptive CRF that allows to progressively consider more violated constraints and, in consequence, to issue solutions with higher validity. Experiments on the BSDS500 benchmark for natural image segmentation as well as on electron microscopic…
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 · Machine Learning and Data Classification · Machine Learning and Algorithms
MethodsConditional Random Field
