Pith. sign in

REVIEW 4 major objections 3 minor 35 references

Landmark Map: An Extension of the Self-Organizing Map for a User-Intended Nonlinear Projection

T0 review · 4 major / 3 minor · reviewed 2026-08-14 · deepseek-v4-flash

Pith's one-line read The landmark map extends the self-organizing map so that a few user-chosen data-to-node pairs steer the projection toward a designated semantic layout.

desk verdict Genuinely new SOM extension, but the landmark-retention claim is undercut by the paper's own convergence plots and the evaluation is mostly qualitative. read the letter →

arxiv 1908.07124 v1 pith:S5CIHEIP submitted 2019-08-20 cs.NE cs.HCcs.LG

classification cs.NEcs.HCcs.LG
keywords landmarkmapself-organizingsemi-supervisedlearningnonlinearprojectiondatavisualizationtopologypreservationhuman-computerinteractionformantanalysis
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper introduces the landmark map (LAMA), an extension of the self-organizing map in which a few designated pairs of data points and output nodes act as landmarks. Training alternates a standard data-driven phase with a landmark-driven phase that pulls the landmark node's reference vector toward its paired data point and propagates that pull through the neighborhood. The claim is that this produces a user-intended nonlinear projection while retaining the SOM's topology-preserving fit to the whole dataset. Demonstrations on the Zoo dataset produce landmark-centered views, and an artificial formant experiment maps tongue and jaw movement to horizontal and vertical cursor movement. A sympathetic reader would care because it offers a way to impose semantic constraints on an unsupervised projection without using class labels.

What carries the argument

The load-bearing mechanism is the alternating update with two independent neighborhood functions. A landmark node is an output-grid node with a location vector $v_k$ and a reference vector $w_k$ that is paired to a landmark data point $x'_m$. In the landmark-driven phase, winner selection is overridden ($k_l(m)=l_m$), so the update is $w_k \leftarrow w_k + \beta_k(t)(x'_m-w_k)$ with $\beta_k(t)=b(t)\exp(-\|v_{k_l}-v_k\|^2/2\rho^2(t))$; here $b(t)$ is a Gaussian over training time with a peak at $t_{\rm center}$. This pulls the designated codebook vector toward its landmark data and, more weakly, pulls output-space neighbors toward that data, bending the input-space mesh without tearing its adjacency.

What would settle it

Run LAMA many times on the artificial formant dataset with the paper's landmarks, but with a grid search over $p_{\rm th}$, $b_{\min}$, $b_{\max}$, $t_{\rm center}$, $\rho_b$, $\rho_{\min}$, and $\rho_{\max}$; if every configuration that drives the landmark quantization error near zero also produces a wrinkled or self-intersecting mesh, with square topographic error well above the plain SOM's, then user-intended projections are not reliably attainable at the claimed level of generality.

Watch

Extended reading notes

Core claim

The paper claims that a self-organizing map can be made to honor user-chosen constraints by adding a small number of landmark nodes, each a fixed pair of a data point in input space and a grid node in output space. Training alternates, with probability $p_{\rm th}$, the ordinary SOM update with a landmark-driven update: the paired node is forced to be the winner for its landmark data, and all codebook vectors are pulled toward that landmark data through a Gaussian neighborhood centered at the landmark node. Because the landmark-driven neighborhood has its own schedule, peaking in the middle of training and decaying differently from the data-driven neighborhood, the grid bends toward the landmarks while mostly retaining its ordering. On the Zoo dataset this produces landmark-centered views with one, two, three, and four landmarks; on the artificial formant dataset it maps tongue movement from /e/ to /o/ to horizontal cursor movement and jaw movement from /u/ to /a/ to vertical cursor movement. The numerical indices show that the data fit stays close to the SOM's while the landmark fit remains low in most configurations.

Load-bearing premise

The claim assumes that for any user-chosen set of landmark pairs, some setting of the many learning parameters exists and can be found by manual tuning that keeps the map's grid smooth while placing the landmark nodes' reference points at their assigned data points.

Editorial extensions

If this is right

  • A user can produce several deliberately different views of the same dataset by changing landmark placements, as shown by the four Zoo configurations: centered, between two anchors, inside a triangle of anchors, and inside a square of edge anchors.
  • The projection can align chosen semantic directions with output axes: in the formant experiment, moving from /e/ to /o/ in the input space corresponds to horizontal motion in the output space, and moving from /u/ to /a/ corresponds to vertical motion.
  • Landmark data do not have to be training points; the formant landmarks are externally defined mean values, so LAMA can pull a projection toward reference prototypes outside the observed set.
  • The cost of landmark constraints appears where the two objectives conflict: stronger landmark forcing can distort the codebook mesh and raise square topographic error, so parameter tuning by inspecting visualizations is part of the method as presented.
  • The quantization error on the data stays comparable to the plain SOM at the end of training, so landmark constraints can be added without abandoning the map's fit to the whole dataset.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • Inference: LAMA turns projection design into an interactive loop: after inspecting a current view, a user could add one more pairwise anchor and re-train; the paper does not describe such an interface, but the landmark formulation supports it.
  • Inference: The formant experiment is static and offline; a natural extension is an online version where landmark targets are fixed mean formant values and incoming formant estimates update the map continuously, which would test whether the intended cursor mapping persists under real speech variability.
  • Inference: If landmark fit and grid smoothness conflict in general, then a testable design principle is to place landmarks only where a preliminary map already puts them and to automate the schedule search; this would quantify how far from the unconstrained solution a user-intended projection can be pushed before wrinkles appear.
  • Inference: Because landmarks are point-to-node pairs rather than class labels, the same machinery could enforce invariance constraints in other unsupervised projections, for example pinning known stable or prototype points to fixed screen positions, a use the paper does not discuss.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 3 minor

Summary. The paper proposes LAMA, an extension of the self-organizing map in which a user designates landmark pairs, each pairing a data point with a specific output-space node. Training alternates a data-driven SOM phase with a landmark-driven phase that moves the landmark node's codebook vector toward its assigned landmark data. The paper evaluates LAMA on the UCI Zoo dataset with four landmark configurations and on an artificial formant dataset intended to associate tongue/jaw movement with cursor movement. The central claim is that, by setting a small number of landmarks, a user can obtain a nonlinear projection that preserves SOM-like topology while imposing chosen semantic constraints, leading to landmark-centered visualization and HCI applications.

Significance. If validated, LAMA would fill a real gap: existing supervised or semi-supervised SOM variants use class labels, whereas LAMA directly expresses the user's intended correspondence between data points and locations in the output space. The algorithm is clearly specified through explicit equations (Eqs. 1-18), the learning rules are transparent, and the Zoo examples do illustrate a qualitatively different view from a standard SOM. The main weakness is that the quantitative evidence is not independent of the training objective: QEL is the term minimized by the landmark-driven update, and the central success claim rests on hand-selected landmark placements and manually tuned parameters. With additional quantitative, final-state evaluation and a more principled parameter protocol, the contribution would be of interest to the SOM and visualization communities.

major comments (4)
  1. [Section 2.4.2 (Eq. 14) and Section 5] QEL is not an independent success measure. Eq. (14) measures the distance between each landmark data point and its assigned landmark codebook vector, which is precisely the quantity that Eq. (11) reduces during the landmark-driven phase. Therefore the low QEL values reported in Sections 3.3 and 4.3 largely confirm that the optimization objective was met, not that the resulting projection is semantically useful. I recommend adding an independent evaluation, such as testing on held-out landmark pairs, measuring how well the projected layout matches the intended semantic directions, or comparing against a baseline that optimizes the same objective without the SOM topology term.
  2. [Sections 3.3 and 4.3, Figures 8-11 and 16] The paper does not establish that the reported visualizations come from the converged final state. Section 3.3 states that the QEL of LAMA2 'increased toward the final iteration,' and Section 4.3 states that the QEL of LAMA5 'increased toward the end of learning,' while Fig. 19 shows an increasing STE for LAMA5. Yet the training iteration that produced Figures 8-11 and 16 is not stated. Since the central claim concerns what LAMA learns, not a transient mid-training configuration, the visualization and all error indices should be reported for the final iteration t = tmax, and the final values with variability across the 100 runs should be given explicitly.
  3. [Section 5] The parameter-setting premise is load-bearing but unsupported. The paper concedes that there is 'no strict rule for setting the parameters' and that missetting can cause the mesh grid to be twisted or wrinkled. Every reported LAMA variant uses a different manual combination of bmin, pth, ρb, ρmin, and other parameters, and the choice of landmarks is itself hand-picked. The manuscript therefore does not demonstrate that a typical user can discover a parameter setting that yields a smooth grid satisfying arbitrary landmark constraints. I ask for a sensitivity analysis over the parameter ranges, a proposed automatic or semi-automatic tuning rule, or at least multiple landmark configurations with fixed shared parameters to show that the result is not specific to the chosen hand-tuned runs.
  4. [Section 4.2] The formant experiment's success claim is supported only by visual inspection. The text says that the mesh grid has 'a line between /e/ and /o/' and 'a line between /u/ and /a/', but no numerical measure quantifies how well the tongue and jaw directions align with the horizontal and vertical axes of the output space. Because this is the paper's main demonstration of a user-intended projection for HCI, I recommend a quantitative alignment measure, such as the angle between the landmark-pair direction in codebook space and the corresponding output-space axis, evaluated over multiple random initializations.
minor comments (3)
  1. [Fig. 2 caption] The caption says 'The number of codebook vectors (N) is the same as that of location vectors,' but the number of codebook/location vectors is K, not N; N is the number of data points. Please correct this notation error.
  2. [Section 2.2.2, Eq. (8)] The text after Eq. (8) refers to τb as the parameter controlling the distribution over steps, but Eq. (8) uses ρb. Please make the text and equations consistent.
  3. [Sections 4.2 and 4.3] The formant experiment is called 'LAMA' in Table 2 and Section 4.2, but Section 4.3 introduces the name 'LAMA5' without warning. Use a single label consistently, or explicitly state that LAMA5 is the same configuration.

Circularity Check

1 steps flagged · score 4.0 of 10

QEL-based evidence is partly circular because Eq. (11) directly minimizes Eq. (14); the visual landmark maps provide the main independent support.

  1. fitted input called prediction [Sections 2.2.2, 2.4.2, and 3.3 (Eq. 11 vs. Eq. 14)]
    "The landmark-driven phase makes the codebook vector of the landmark node close to its landmark data ... wk← wk +βk(t)· (x′m− wk),∀k. ... The QEL should be small if landmark data and corresponding landmark nodes are closely located in the input space."

    Equation (11) is the landmark-driven update that moves w_lm toward x'_m, and with neighborhood weighting also moves nearby codebooks toward x'_m. Equation (14) defines QEL as the mean over landmarks of ||x'_m - w_kl(m)||, exactly the distance that Eq. (11) decreases when β>0. Thus, reporting low QEL for LAMA1/3/4 in Section 3.3, and the QEL curves in Section 4.3, checks that the training objective was optimized; it is not an independent verification that LAMA 'retains relationships between the landmark data and the landmark nodes.' The landmark-centered visualizations and the formant orientation are more independent, but the quantitative landmark-retention metric reduces to the training update by construction.

full rationale

The paper is an algorithm proposal rather than a derivation of a prediction from first principles, so most of the usual circularity patterns do not appear. There are no load-bearing self-citations, no imported uniqueness theorems, and no ansatz smuggled in via prior work; the LAMA update rules and error indices are defined in the paper. The one partial circularity is that QEL, the main quantitative index for landmark retention, is literally the loss being minimized by the landmark-driven phase: Eq. (11) pulls landmark codebook vectors toward landmark data, and Eq. (14) measures the residual distance. Consequently, low QEL values are expected by construction and cannot by themselves validate the central claim. The visual landmark-centered maps and the artificial formant experiment provide independent, if qualitative, evidence that the algorithm can realize user-specified landmark configurations. Two separate concerns reduce the force of the demonstrations without being circularity: the paper reports that QEL increased toward the final iteration for LAMA2 and LAMA5, yet does not state which learning iteration generated the figures; and Section 5 concedes that all parameters are manually adjusted by inspecting the codebook-vector visualization, so the displayed outcomes may reflect tuning rather than a robust, automatically discovered configuration. On balance, the central claim still has independent visual content, but the quantitative landmark-retention evidence is partly circular.

Assumptions & free parameters 9 free parameters · 5 assumptions · 0 invented entities

LAMA introduces no new physical or ontological entities; its burden is entirely in hand-chosen learning hyperparameters, user-specified landmark assignments, and unverified convergence assumptions. The landmark mechanism itself is algorithmic, not a new entity.

free parameters (9)
  • pth (phase mixing probability) = 0.01, 0.05, 0.07, 0.09, 0.1 across LAMA1-4 and formant LAMA
    Controls the frequency of landmark-driven updates; manually tuned per experiment to balance SOM fitting and landmark attraction.
  • bmax (max landmark learning rate) = 0.4 (Zoo), 0.3 (formant)
    Sets the peak strength of landmark-driven updates; hand-chosen.
  • bmin (min landmark learning rate) = 0.01, 0.075, 0.1 (Zoo), 0.08 (formant)
    Sets the floor of landmark learning; varies with landmark difficulty.
  • tcenter (landmark peak step) = 15000 (Zoo), 30000 (formant)
    Determines when b(t) peaks during training; manually set.
  • rhob (temporal width of landmark learning) = 20000 and 25000 (Zoo), 15000 (formant)
    Controls how localized in time the landmark attraction is.
  • rhomax (initial landmark neighborhood width) = 13 (Zoo), 2 (formant)
    Initial spatial spread of landmark updates in the output grid.
  • rhomin (final landmark neighborhood width) = 3, 0.7, 1, 1.5 (Zoo), 0.8 (formant)
    Final spatial spread; small values make landmark updates local.
  • Shared SOM hyperparameters = amax 0.3 to 0.5, amin 0.05 to 0.15, sigma_max 4 to 19, sigma_min 0.1 to 0.4, tau_a and tau_sigma = tmax/3 - 1
    Standard SOM learning rates and neighborhood widths; fixed per dataset but not auto-tuned.
  • Landmark assignments (data-to-node pairs) = Zoo: sea lion:312; duck:303 and penguin:321; mink:37, seal:552 and slowworm:572; mink:0, toad:24, seal:600 and…
    User-specified pairs define the intended projection; chosen by hand for each demonstration.
assumptions (5)
  • domain assumption SOM neighborhood updates preserve topology in input space.
    The paper assumes that updating codebook vectors of neighboring output nodes yields a manifold-fitted grid that preserves output-space adjacency in input space (Section 2.1, Fig. 1).
  • ad hoc to paper The alternating data and landmark update converges to a stable or acceptable configuration.
    No convergence proof is given; the paper relies on running 60,000 steps and checking visually (Sections 2.2 and 5).
  • domain assumption Euclidean distance in input space is the right similarity for the projection and for landmarks.
    Winner selection and error indices use Euclidean distance throughout (Eqs. 1, 13-18).
  • domain assumption Formant frequencies F1 and F2 correspond to tongue and jaw movement as cited from [29].
    The HCI demonstration depends on this phonetic relationship to justify landmark placement (Section 4.1).
  • ad hoc to paper User-specified landmark pairs are realizable without excessively distorting the grid.
    The paper concedes that the two objectives cannot always be completely achieved simultaneously and that parameter missetting causes twisting and wrinkling (Section 5).

how reviews work

0 comments
Cite this review

Pith. "Pith review of Landmark Map: An Extension of the Self-Organizing Map for a User-Intended Nonlinear Projection." pith.science (2026). https://pith.science/paper/S5CIHEIP

@misc{pith2026190807124,
  author       = {Pith},
  title        = {Pith review of: Landmark Map: An Extension of the Self-Organizing Map for a User-Intended Nonlinear Projection},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/S5CIHEIP}},
  note         = {Machine review of arXiv:1908.07124}
}
read the original abstract

The self-organizing map (SOM) is an unsupervised artificial neural network that is widely used in, e.g., data mining and visualization. Supervised and semi-supervised learning methods have been proposed for the SOM. However, their teacher labels do not describe the relationship between the data and the location of nodes. This study proposes a landmark map (LAMA), which is an extension of the SOM that utilizes several landmarks, e.g., pairs of nodes and data points. LAMA is designed to obtain a user-intended nonlinear projection to achieve, e.g., the landmark-oriented data visualization. To reveal the learning properties of LAMA, the Zoo dataset from the UCI Machine Learning Repository and an artificial formant dataset were analyzed. The analysis results of the Zoo dataset indicated that LAMA could provide a new data view such as the landmark-centered data visualization. Furthermore, the artificial formant data analysis revealed that LAMA successfully provided the intended nonlinear projection associating articular movement with vertical and horizontal movement of a computer cursor. Potential applications of LAMA include data mining, recommendation systems, and human-computer interaction.

Figures

Figures reproduced from arXiv: 1908.07124 by the authors.

Figure 1
Figure 1. Overview of the landmark map (LAMA). (1) [PITH_FULL_IMAGE:figures/full_fig_p005_1.png] view at source ↗
Figure 2
Figure 2. Variables used in the LAMA. Data, landmark data, and codebook vectors are in [PITH_FULL_IMAGE:figures/full_fig_p006_2.png] view at source ↗
Figure 3
Figure 3. Flowchart of learning phases. The LAMA is trained by the data-driven phase or [PITH_FULL_IMAGE:figures/full_fig_p008_3.png] view at source ↗
Figures from the paper (16 more)
Figure 4
Figure 4. Figure 4: Alternating update method. (1) Data-driven phase. When the data-driven phase is activated, one data point from the given data is selected randomly. Next, the winner node, i.e., the node having the codebook vector that is the nearest to the data point, is chosen. Finall…
Figure 5
Figure 5. Figure 5: Example of a(t) and b(t). Maximum learning rate of the neighborhood function is defined by a(t) and b(t) in the data-driven and landmark-driven phases, respectively, where a(t) is a monotonically descending exponential function and b(t) is a Gaussian function having a …
Figure 6
Figure 6. Figure 6: Example of σ(t) and ρ(t). The stretch of the learning rate in the neighborhood function is represented by σ(t) and ρ(t) in the data-driven and landmark-driven phases, re￾spectively. They are monotonically descending exponential functions with different slopes. do not a…
Figure 7
Figure 7. Figure 7: Codebook vectors and U-matrix of the SOM trained from the Zoo dataset. (1) [PITH_FULL_IMAGE:figures/full_fig_p018_7.png]
Figure 8
Figure 8. Figure 8: Codebook vectors and U-matrix of LAMA1 trained using the Zoo dataset. (1) [PITH_FULL_IMAGE:figures/full_fig_p019_8.png]
Figure 9
Figure 9. Figure 9: Codebook vectors and the U-matrix of LAMA2 trained using the Zoo dataset. (1) [PITH_FULL_IMAGE:figures/full_fig_p020_9.png]
Figure 10
Figure 10. Figure 10: Codebook vectors and the U-matrix of LAMA3 trained using the Zoo dataset. [PITH_FULL_IMAGE:figures/full_fig_p021_10.png]
Figure 11
Figure 11. Figure 11: Codebook vectors and the U-matrix of LAMA4 trained on the Zoo dataset. (1) [PITH_FULL_IMAGE:figures/full_fig_p022_11.png]
Figure 12
Figure 12. Figure 12: Mean quantization error of data learned from the Zoo dataset. [PITH_FULL_IMAGE:figures/full_fig_p023_12.png]
Figure 13
Figure 13. Figure 13: Mean quantization error of landmark learned from the Zoo dataset. [PITH_FULL_IMAGE:figures/full_fig_p024_13.png]
Figure 14
Figure 14. Figure 14: Mean square topographic error of data learned from the Zoo dataset. [PITH_FULL_IMAGE:figures/full_fig_p025_14.png]
Figure 15
Figure 15. Figure 15: Example of using LAMA for human-computer interaction. This system converts [PITH_FULL_IMAGE:figures/full_fig_p027_15.png]
Figure 16
Figure 16. Figure 16: Codebook vectors of SOM and LAMA trained on the artificial formant dataset. [PITH_FULL_IMAGE:figures/full_fig_p029_16.png]
Figure 17
Figure 17. Figure 17: Mean quantization error of data learned from the artificial formant dataset. [PITH_FULL_IMAGE:figures/full_fig_p030_17.png]
Figure 18
Figure 18. Figure 18: Mean quantization error of landmark learned from the artificial formant dataset. [PITH_FULL_IMAGE:figures/full_fig_p031_18.png]
Figure 19
Figure 19. Figure 19: Mean square topographic error of data learned from the artificial formant dataset. [PITH_FULL_IMAGE:figures/full_fig_p032_19.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

35 extracted references · 35 canonical work pages

  1. [1]

    Kohonen, Self-organizing maps, 3rd Edition, Springer series in informa- tion sciences, 30, Springer, 2001

    T. Kohonen, Self-organizing maps, 3rd Edition, Springer series in informa- tion sciences, 30, Springer, 2001

  2. [2]

    Kohonen, Essentials of the self-organizing map, Neural Networks 37 (2013) 52–65

    T. Kohonen, Essentials of the self-organizing map, Neural Networks 37 (2013) 52–65

  3. [3]

    M. A. Kraaijveld, J. Mao, A. K. Jain, A nonlinear projection method based on kohonen’s topology preserving maps, IEEE Transactions on neural net- works 6 (3) (1995) 548–559

  4. [4]

    E. A. Uriarte, F. D. Mart´ ın, Topology preservation in SOM, International Journal of Applied Mathematics and Computer Sciences 1 (1) (2005) 19–22

  5. [5]

    Ultsch, Kohonen’s self organizing feature maps for exploratory data analysis, Proc

    A. Ultsch, Kohonen’s self organizing feature maps for exploratory data analysis, Proc. INNC90 (1990) 305–308. 36

  6. [6]

    Ultsch, U * -matrix : A tool to visualize clusters in high dimensional data, Tech

    A. Ultsch, U * -matrix : A tool to visualize clusters in high dimensional data, Tech. Rep. 36 (2003)

  7. [7]

    Vesanto, E

    J. Vesanto, E. Alhoniemi, Clustering of the self-organizing map, IEEE Transactions on Neural Networks 11 (3) (2000) 586–600

  8. [8]

    Caldas, D

    R. Caldas, D. R´ ativa, F. Buarque de Lima Neto, Clustering of self- organizing maps as a means to support gait kinematics analysis and sym- metry evaluation, Medical Engineering and Physics (62) (2018) 46–52

Show all 35 references
  1. [9]

    Sulkava, A

    M. Sulkava, A. M. Sepponen, M. Yli-Heikkil¨ a, A. Latukka, Clustering of the self-organizing map reveals profiles of farm profitability and upscaling weights, Neurocomputing 147 (1) (2015) 197–206

  2. [10]

    Belkhiri, L

    L. Belkhiri, L. Mouni, A. Tiri, T. S. Narany, R. Nouibet, Spatial anal- ysis of groundwater quality using self-organizing maps, Groundwater for Sustainable Development 7 (June 2017) (2018) 121–132

  3. [11]

    Ultsch, F

    A. Ultsch, F. M¨ orchen, ESOM-maps: Tools for clustering, visualization, and classification with emergent SOM, Tech. rep. (2005)

  4. [12]

    Al-Ketbi, M

    O. Al-Ketbi, M. Conrad, Supervised ANN vs. unsupervised SOM to classify EEG data for BCI: Why can GMDH do better?, International Journal of Computer Applications 74 (4) (2013) 37–44

  5. [13]

    Lawrence, C

    S. Lawrence, C. L. Giles, A. C. Tsoi, A. D. Back, Face recognition: A convo- lutional neural-network approach, IEEE Transactions on Neural Networks 8 (1) (1997) 98–113

  6. [14]

    Coleca, A

    F. Coleca, A. State, S. Klement, E. Barth, T. Martinetz, Self-organizing maps for hand and full body tracking, Neurocomputing 147 (1) (2015) 174–184

  7. [15]

    H. Chen, Q. Gao, T. Feng, Y. Liu, X. Xiao, Body falling gesture recogni- tion based on SOM and triaxial acceleration information, in: Proceedings of 37 the 2016 international conference on commpunications, information man- agement and network security, Vol. 47, 2016, pp. 70–73

  8. [16]

    H. Yu, F. Khan, V. Garaniya, Risk-based fault detection using self- organizing map, Reliability Engineering and System Safety 139 (2015) 82– 96

  9. [17]

    H. Liu, J. Wang, C. Zheng, Using self-organizing map for mental tasks classification in brain-computer interface, Advances in Neural Networks ISNN Second International Symposium on Neural Networks 2 (2005) 327– 332

  10. [18]

    Khosrowabadi, H

    R. Khosrowabadi, H. C. Quek, A. Wahab, K. K. Ang, EEG-based emotion recognition using self-organizing map for boundary detection, 2010 20th International Conference on Pattern Recognition (2010) 4242–4245

  11. [19]

    Majumder, L

    A. Majumder, L. Behera, V. K. Subramanian, Emotion recognition from geometric facial features using self-organizing map, Pattern Recognition 47 (3) (2014) 1282–1293

  12. [20]

    Selmanaj, M

    D. Selmanaj, M. Corno, S. M. Savaresi, Hazard detection for motorcycles via accelerometers: A self-organizing map approach, IEEE Transactions on Cybernetics 47 (11) (2017) 3609–3620

  13. [21]

    Kohonen, The ’neural’ phonetic typewriter, Computer 21 (3) (1988) 11–22

    T. Kohonen, The ’neural’ phonetic typewriter, Computer 21 (3) (1988) 11–22

  14. [22]

    Fessant, P

    F. Fessant, P. Aknin, L. Oukhellou, S. Midenet, Comparison of supervised self-organizing maps using euclidian or mahalanobis distance in classifica- tion context, in: International Work-Conference on Artificial Neural Net- works, Springer, 2001, pp. 637–644

  15. [23]

    Goren-Bar, T

    D. Goren-Bar, T. Kuflik, D. Lev, Supervised learning for automatic clas- sification of documents using self-organizing maps, in: DELOS Workshop: Information Seeking, Searching and Querying in Digital Libraries, 2000. 38

  16. [24]

    Kohonen, P

    T. Kohonen, P. Somervuo, Self-organizing maps of symbol strings, Neuro- computing 21 (1-3) (1998) 19–30

  17. [25]

    Hagenbuchner, A

    M. Hagenbuchner, A. C. Tsoi, A supervised training algorithm for self- organizing maps for structures, Pattern Recognition Letters 26 (12) (2005) 1874–1884

  18. [26]

    F. Shen, H. Yu, Y. Kamiya, O. Hasegawa, An online incremental semi- supervised learning method, Journal of Advanced Computational Intelli- gence and Intelligent Informatics 14 (6) (2010) 593–605

  19. [27]

    Herrmann, A

    L. Herrmann, A. Ultsch, Label propagation for semi-supervised learning in self-organizing maps, in: In The 6th International Workshop on Self- Organizing Maps (WSOM 2007), 2007, pp. 3–6

  20. [28]

    G. J. Meschino, D. S. Comas, V. L. Ballarin, A. G. Scandurra, L. I. Passoni, Automatic design of interpretable fuzzy predicate systems for clustering using self-organizing maps, Neurocomputing 147 (1) (2015) 47–59

  21. [29]

    Nakagawa, H

    S. Nakagawa, H. Shirakata, M. Yamao, T. Sakai, Differences in feature parameters of japanese vowels with sex and age, Sutudia Phonologica XIV (1980) 33–52

  22. [30]

    Uemi, A study of a human interface device controlled by formant fre- quencies for the disabled, in: International Conference on Cross-Cultural Design, Springer, 2013, pp

    N. Uemi, A study of a human interface device controlled by formant fre- quencies for the disabled, in: International Conference on Cross-Cultural Design, Springer, 2013, pp. 340–345

  23. [31]

    Rauber, D

    A. Rauber, D. Merkl, M. Dittenbach, The growing hierarchical self- organizing map: Exploratory analysis of high-dimensional data, IEEE Transactions on Neural Networks 13 (6) (2002) 1331–1341

  24. [32]

    Iwasaki, T

    T. Iwasaki, T. Furukawa, Tensor SOM and tensor GTM: Nonlinear tensor analysis by topographic mappings, Neural Networks 77 (2016) 107–125

  25. [33]

    Furukawa, SOM of SOMs, Neural Networks 22 (4) (2009) 463–478

    T. Furukawa, SOM of SOMs, Neural Networks 22 (4) (2009) 463–478. 39

  26. [34]

    C. M. Bishop, M. Svens´ en, C. K. I. Williams, GTM: The Generative To- pographic Mapping, Neural Computation 10 (1) (1998) 215–234

  27. [35]

    Vatanen, M

    T. Vatanen, M. Osmala, T. Raiko, K. Lagus, M. Sysi-Aho, M. Oreˇ siˇ c, T. Honkela, H. L¨ ahdesm¨ aki, Self-organization and missing values in SOM and GTM, Neurocomputing 147 (1) (2015) 60–70. 40

Pith tools

Reviewed August 14, 2026 · model on record in the stance chip above.