NegCut: Automatic Image Segmentation based on MRF-MAP
Zhao Qiyang

TL;DR
NegCut is an automatic image segmentation method that approximates the MRF-MAP approach using graph cuts with negative weights and eigenvector analysis, achieving competitive results without user interaction.
Contribution
It introduces a novel approximation of MRF-MAP for automatic segmentation by leveraging graph cuts with negative weights and eigenvector computation.
Findings
Competitive segmentation quality demonstrated in experiments
MRF-MAP is NP-hard with unknown probabilistic models
Effective eigenvector-based binary segmentation
Abstract
Solving the Maximum a Posteriori on Markov Random Field, MRF-MAP, is a prevailing method in recent interactive image segmentation tools. Although mathematically explicit in its computational targets, and impressive for the segmentation quality, MRF-MAP is hard to accomplish without the interactive information from users. So it is rarely adopted in the automatic style up to today. In this paper, we present an automatic image segmentation algorithm, NegCut, based on the approximation to MRF-MAP. First we prove MRF-MAP is NP-hard when the probabilistic models are unknown, and then present an approximation function in the form of minimum cuts on graphs with negative weights. Finally, the binary segmentation is taken from the largest eigenvector of the target matrix, with a tuned version of the Lanczos eigensolver. It is shown competitive at the segmentation quality in our experiments.
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
TopicsMedical Image Segmentation Techniques · Digital Imaging for Blood Diseases · Image and Object Detection Techniques
