Superpixel Segmentation Using Gaussian Mixture Model
Zhihua Ban, Jianguo Liu, Li Cao

TL;DR
This paper introduces a novel superpixel segmentation method based on Gaussian Mixture Models, which models each superpixel as a Gaussian distribution and uses EM algorithm for pixel labeling, achieving high accuracy and efficiency.
Contribution
The paper proposes a GMM-based superpixel segmentation approach that handles non-identically distributed data and allows shape control of Gaussian functions, with linear complexity and parallel implementation.
Findings
Outperforms state-of-the-art superpixel algorithms in accuracy.
Maintains competitive computational efficiency.
Algorithm is parallelizable and scalable.
Abstract
Superpixel segmentation algorithms are to partition an image into perceptually coherence atomic regions by assigning every pixel a superpixel label. Those algorithms have been wildly used as a preprocessing step in computer vision works, as they can enormously reduce the number of entries of subsequent algorithms. In this work, we propose an alternative superpixel segmentation method based on Gaussian mixture model (GMM) by assuming that each superpixel corresponds to a Gaussian distribution, and assuming that each pixel is generated by first randomly choosing one distribution from several Gaussian distributions which are defined to be related to that pixel, and then the pixel is drawn from the selected distribution. Based on this assumption, each pixel is supposed to be drawn from a mixture of Gaussian distributions with unknown parameters (GMM). An algorithm based on…
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
TopicsMedical Image Segmentation Techniques · Remote-Sensing Image Classification · Image Retrieval and Classification Techniques
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
