paper-with-me

Papers

k-MS: A novel clustering algorithm based on morphological reconstruction

2022-08-30 · É. O. Rodrigues, L. Torok, P. Liatsis, J. Viterbo, A. Conci

This work proposes a clusterization algorithm called k-Morphological Sets (k-MS), based on morphological reconstruction and heuristics. k-MS is faster than the CPU-parallel k-Means in worst case scenarios and produces enhanced visualizations of the dataset as well as very distinct clusterizations. It is also faster than similar clusterization methods that are sensitive to density and shapes such as Mitosis and TRICLUST. In addition, k-MS is deterministic and has an intrinsic sense of maximal clusters that can be created for a given input sample and input parameters, differing from k-Means and other clusterization algorithms. In other words, given a constant k, a structuring element and a dataset, k-MS produces k or less clusters without using random/ pseudo-random functions. Finally, the proposed algorithm also provides a straightforward means for removing noise from images or datasets in general.

📄 PDF Abstract BibTeX arXiv:2208.14390

Code (1)

oyatsumi/kmorphologicalsets 공식 구현

Tasks

ClusteringCPU

Similar Papers 제목 키워드 기반

Residual-Sparse Fuzzy $C$-Means Clustering Incorporating Morphological Reconstruction and Wavelet frames

2020-02-14 · Cong Wang, Witold Pedrycz, Zhiwu Li, Mengchu Zhou 외

Instead of directly utilizing an observed image including some outliers, noise or intensity inhomogeneity, the use of its ideal value (e.g. noise-free image) has a favorable impact on clustering. Hence, the accurate esti…

ClusteringImage SegmentationSemantic Segmentation

Kullback-Leibler Divergence-Based Fuzzy $C$-Means Clustering Incorporating Morphological Reconstruction and Wavelet Frames for Image Segmentation

2020-02-21 · Cong Wang, Witold Pedrycz, Zhiwu Li, Mengchu Zhou

Although spatial information of images usually enhance the robustness of the Fuzzy C-Means (FCM) algorithm, it greatly increases the computational costs for image segmentation. To achieve a sound trade-off between the se…

ClusteringImage SegmentationSegmentationSemantic Segmentation

Significantly Fast and Robust Fuzzy C-MeansClustering Algorithm Based on MorphologicalReconstruction and Membership Filtering

2018-01-23 · IEEE 2018 1 · Tao Lei, Xiaohong Jia, Yanning Zhang, Lifeng He 외

As fuzzy c-means clustering (FCM) algorithm issensitive to noise, local spatial information is often introducedto an objective function to improve the robustness of the FCMalgorithm for image segm…

ClusteringImage SegmentationSemantic Segmentation

Spatial-Morphological Modeling for Multi-Attribute Imputation of Urban Blocks

2026-02-11 · Vasilii Starikov, Ruslan Kozliak, Georgii Kontsevik, Sergey Mityagin arxiv

Accurate reconstruction of missing morphological indicators of a city is crucial for urban planning and data-driven analysis. This study presents the spatial-morphological (SM) imputer tool, which combines data-driven mo…

Mathematical Morphology in Machine Learning

2026-05-29 · Erick Oliveira Rodrigues, Aura Conci arxiv

This work introduces mathematical morphology-an established visual computing theory-into machine learning to exploit shape and density aspects often overlooked by standard techniques. We propose a fast clustering algorit…