Self-Organization as an Iterative Kernel Smoothing Process

Abstract

Kohonen's self-organizing map, when described in a batch processing mode, can be interpreted as a statistical kernel smoothing problem. The batch SOM algorithm consists of two steps. First, the training data are partitioned according to the Voronoi regions of the map unit locations. Second, the units are updated by taking weighted centroids of the data falling into the Voronoi regions, with the weighing function given by the neighborhood. Then, the neighborhood width is decreased and steps 1, 2 are repeated. The second step can be interpreted as a statistical kernel smoothing problem where the neighborhood function corresponds to the kernel and neighborhood width corresponds to kernel span. To determine the new unit locations, kernel smoothing is applied to the centroids of the Voronoi regions in the topological space. This interpretation leads to some new insights concerning the role of the neighborhood and dimensionality reduction. It also strengthens the algorithm's connection with the Principal Curve algorithm. A generalized self-organizing algorithm is proposed, where the kernel smoothing step is replaced with an arbitrary nonparametric regression method.

Cite

Text

Mulier and Cherkassky. "Self-Organization as an Iterative Kernel Smoothing Process." Neural Computation, 1995. doi:10.1162/NECO.1995.7.6.1165

Markdown

[Mulier and Cherkassky. "Self-Organization as an Iterative Kernel Smoothing Process." Neural Computation, 1995.](https://mlanthology.org/neco/1995/mulier1995neco-selforganization/) doi:10.1162/NECO.1995.7.6.1165

BibTeX

@article{mulier1995neco-selforganization,
  title     = {{Self-Organization as an Iterative Kernel Smoothing Process}},
  author    = {Mulier, Filip and Cherkassky, Vladimir},
  journal   = {Neural Computation},
  year      = {1995},
  pages     = {1165-1177},
  doi       = {10.1162/NECO.1995.7.6.1165},
  volume    = {7},
  url       = {https://mlanthology.org/neco/1995/mulier1995neco-selforganization/}
}