SMLSOM: The shrinking maximum likelihood self-organizing map
Ryosuke Motegi, Yoichi Seki

TL;DR
This paper introduces SMLSOM, an efficient clustering algorithm that automatically determines the optimal number of clusters by generalizing the self-organizing map with probabilistic models and dynamic graph structure updates.
Contribution
It extends Kohonen's SOM by modeling clusters as probabilistic distributions and dynamically updating the graph structure to select the appropriate number of clusters.
Findings
Efficiently determines the number of clusters.
Accurately models clusters using probabilistic distributions.
Reduces computational complexity compared to existing methods.
Abstract
Determining the number of clusters in a dataset is a fundamental issue in data clustering. Many methods have been proposed to solve the problem of selecting the number of clusters, considering it to be a problem with regard to model selection. This paper proposes an efficient algorithm that automatically selects a suitable number of clusters based on a probability distribution model framework. The algorithm includes the following two components. First, a generalization of Kohonen's self-organizing map (SOM) is introduced. In Kohonen's SOM, clusters are modeled as mean vectors. In the generalized SOM, each cluster is modeled as a probabilistic distribution and constructed by samples classified based on the likelihood. Second, the dynamically updating method of the SOM structure is introduced. In Kohonen's SOM, each cluster is tied to a node of a fixed two-dimensional lattice space and…
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
TopicsAdvanced Clustering Algorithms Research · Bayesian Methods and Mixture Models · Face and Expression Recognition
MethodsSelf-Organizing Map
