paper-with-me

Papers

Superpixel Segmentation Using Gaussian Mixture Model

2016-12-28 · Zhihua Ban, Jian-Guo Liu, Li Cao

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 expectation-maximization method is applied to estimate the unknown parameters. Once the unknown parameters are obtained, the superpixel label of a pixel is determined by a posterior probability. The success of applying GMM to superpixel segmentation depends on the two major differences between the traditional GMM-based clustering and the proposed one: data points in our model may be non-identically distributed, and we present an approach to control the shape of the estimated Gaussian functions by adjusting their covariance matrices. Our method is of linear complexity with respect to the number of pixels. The proposed algorithm is inherently parallel and can get faster speed by adding simple OpenMP directives to our implementation. According to our experiments, our algorithm outperforms the state-of-the-art superpixel algorithms in accuracy and presents a competitive performance in computational efficiency.

📄 PDF Abstract BibTeX arXiv:1612.08792

Code (1)

ahban/GMMSP

Tasks

ClusteringComputational EfficiencymodelSegmentation

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

FuSS: Fusing Superpixels for Improved Segmentation Consistency

2022-06-06 · Ian Nunes, Matheus B. Pereira, Hugo Oliveira, Jefersson A. dos Santos 외

In this work, we propose two different approaches to improve the semantic consistency of Open Set Semantic Segmentation. First, we propose a method called OpenGMM that extends the OpenPCS framework using a Gaussian Mixtu…

Semantic SegmentationSuperpixels

High-resolution Coastline Extraction in SAR Images via MISP-GGD Superpixel Segmentation

2022-03-05 · Odysseas Pappas, Nantheera Anantrasirichai, Byron Adams, Alin Achim

High accuracy coastline/shoreline extraction from SAR imagery is a crucial step in a number of maritime and coastal monitoring applications. We present a method based on image segmentation using the Generalised Gamma Mix…

ClusteringImage SegmentationSemantic SegmentationSuperpixels

Power-SLIC: Fast Superpixel Segmentations by Diagrams

2020-12-22 · Maximilian Fiedler, Andreas Alpers

Superpixel algorithms grouping pixels with similar color and other low-level properties are increasingly used for pre-processing in image segmentation. In recent years, a focus has been placed on developing geometric sup…

Image SegmentationSegmentationSemantic SegmentationSuperpixels

Bayesian Adaptive Superpixel Segmentation

2019-10-01 · ICCV 2019 10 · Roy Uziel, Meitar Ronen, Oren Freifeld

Superpixels provide a useful intermediate image representation. Existing superpixel methods, however, suffer from at least some of the following drawbacks: 1) topology is handled heuristically; 2) the number of superpixe…

Face DetectionGPUSegmentationSuperpixels

4D Light Field Superpixel and Segmentation

2017-07-01 · CVPR 2017 7 · Hao Zhu, Qi Zhang, Qing Wang

Superpixel segmentation of 2D image has been widely used in many computer vision tasks. However, limited to the Gaussian imaging principle, there is not a thorough segmentation solution to the ambiguity in defocus and oc…

Segmentation