paper-with-me

홈 › Papers

Self-Organizing Maps with Optimized Latent Positions

2026-04-15 · Seiki Ubukata, Akira Notsu, Katsuhiro Honda arxiv

Self-Organizing Maps (SOM) are a classical method for unsupervised learning, vector quantization, and topographic mapping of high-dimensional data. However, existing SOM formulations often involve a trade-off between computational efficiency and a clearly defined optimization objective. Objective-based variants such as Soft Topographic Vector Quantization (STVQ) provide a principled formulation, but their neighborhood-coupled computations become expensive as the number of latent nodes increases. In this paper, we propose Self-Organizing Maps with Optimized Latent Positions (SOM-OLP), an objective-based topographic mapping method that introduces a continuous latent position for each data point. Starting from the neighborhood distortion of STVQ, we construct a separable surrogate local cost based on its local quadratic structure and formulate an entropy-regularized objective based on it. This yields a simple block coordinate descent scheme with closed-form updates for assignment probabilities, latent positions, and reference vectors, while guaranteeing monotonic non-increase of the objective and retaining linear per-iteration complexity in the numbers of data points and latent nodes. Experiments on a synthetic saddle manifold, scalability studies on the Digits and MNIST datasets, and 16 benchmark datasets show that SOM-OLP achieves competitive neighborhood preservation and quantization performance, favorable scalability for large numbers of latent nodes and large datasets, and the best average rank among the compared methods on the benchmark datasets.

📄 PDF Abstract BibTeX arXiv:2604.13622

Code (0)

등록된 구현이 없습니다.

Tasks

Computational Efficiency

Similar Papers 제목 키워드 기반

Somoclu: An Efficient Parallel Library for Self-Organizing Maps

2013-05-07 · Peter Wittek, Shi Chao Gao, Ik Soo Lim, Li Zhao

Somoclu is a massively parallel tool for training self-organizing maps on large data sets written in C++. It builds on OpenMP for multicore execution, and on MPI for distributing the workload across the nodes in a cluste…

Outlier Detection using Self-Organizing Maps for Automated Blood Cell Analysis

2022-08-18 · Stefan Röhrl, Alice Hein, Lucie Huang, Dominik Heim 외

The quality of datasets plays a crucial role in the successful training and deployment of deep learning models. Especially in the medical field, where system performance may impact the health of patients, clean datasets …

Outlier DetectionOut-of-Distribution DetectionQuantization

DPSOM: Deep Probabilistic Clustering with Self-Organizing Maps

2019-10-03 · Laura Manduchi, Matthias Hüser, Julia Vogt, Gunnar Rätsch 외

Generating interpretable visualizations from complex data is a common problem in many applications. Two key ingredients for tackling this issue are clustering and representation learning. However, current methods do not …

ClusteringDeep ClusteringRepresentation LearningTime Series+3

A Self-Organizing Network with Varying Density Structure for Characterizing Sensorimotor Transformations in Robotic Systems

2019-05-01 · Omar Zahra, David Navarro-Alarcon

In this work, we present the development of a neuro-inspired approach for characterizing sensorimotor relations in robotic systems. The proposed method has self-organizing and associative properties that enable it to aut…

Variational pSOM: Deep Probabilistic Clustering with Self-Organizing Maps

2019-09-25 · Laura Manduchi, Matthias Hüser, Gunnar Rätsch, Vincent Fortuin

Generating visualizations and interpretations from high-dimensional data is a common problem in many fields. Two key approaches for tackling this problem are clustering and representation learning. There are very perfor…

ClusteringDeep ClusteringRepresentation LearningTime Series+1