A Survey and Implementation of Performance Metrics for Self-Organized
Maps
- URL: http://arxiv.org/abs/2011.05847v1
- Date: Wed, 11 Nov 2020 15:28:33 GMT
- Title: A Survey and Implementation of Performance Metrics for Self-Organized
Maps
- Authors: Florent Forest, Mustapha Lebbah, Hanane Azzag, J\'er\^ome Lacaille
- Abstract summary: Self-Organizing Map algorithms have been used for almost 40 years across various application domains.
This paper introduces each metric available in our module along with usage examples.
- Score: 0.0
- License: http://creativecommons.org/licenses/by-sa/4.0/
- Abstract: Self-Organizing Map algorithms have been used for almost 40 years across
various application domains such as biology, geology, healthcare, industry and
humanities as an interpretable tool to explore, cluster and visualize
high-dimensional data sets. In every application, practitioners need to know
whether they can \textit{trust} the resulting mapping, and perform model
selection to tune algorithm parameters (e.g. the map size). Quantitative
evaluation of self-organizing maps (SOM) is a subset of clustering validation,
which is a challenging problem as such. Clustering model selection is typically
achieved by using clustering validity indices. While they also apply to
self-organized clustering models, they ignore the topology of the map, only
answering the question: do the SOM code vectors approximate well the data
distribution? Evaluating SOM models brings in the additional challenge of
assessing their topology: does the mapping preserve neighborhood relationships
between the map and the original data? The problem of assessing the performance
of SOM models has already been tackled quite thoroughly in literature, giving
birth to a family of quality indices incorporating neighborhood constraints,
called \textit{topographic} indices. Commonly used examples of such metrics are
the topographic error, neighborhood preservation or the topographic product.
However, open-source implementations are almost impossible to find. This is the
issue we try to solve in this work: after a survey of existing SOM performance
metrics, we implemented them in Python and widely used numerical libraries, and
provide them as an open-source library, SOMperf. This paper introduces each
metric available in our module along with usage examples.
Related papers
- A Top-down Graph-based Tool for Modeling Classical Semantic Maps: A Crosslinguistic Case Study of Supplementary Adverbs [50.982315553104975]
Semantic map models (SMMs) construct a network-like conceptual space from cross-linguistic instances or forms.
Most SMMs are manually built by human experts using bottom-up procedures.
We propose a novel graph-based algorithm that automatically generates conceptual spaces and SMMs in a top-down manner.
arXiv Detail & Related papers (2024-12-02T12:06:41Z) - A Paradigm Shift in Mouza Map Vectorization: A Human-Machine Collaboration Approach [2.315458677488431]
Current manual digitization methods are time-consuming and labor-intensive.
Our study proposes a semi-automated approach to streamline the digitization process, saving both time and human resources.
arXiv Detail & Related papers (2024-10-21T12:47:36Z) - Masked Image Modeling: A Survey [73.21154550957898]
Masked image modeling emerged as a powerful self-supervised learning technique in computer vision.
We construct a taxonomy and review the most prominent papers in recent years.
We aggregate the performance results of various masked image modeling methods on the most popular datasets.
arXiv Detail & Related papers (2024-08-13T07:27:02Z) - Minimally Supervised Learning using Topological Projections in
Self-Organizing Maps [55.31182147885694]
We introduce a semi-supervised learning approach based on topological projections in self-organizing maps (SOMs)
Our proposed method first trains SOMs on unlabeled data and then a minimal number of available labeled data points are assigned to key best matching units (BMU)
Our results indicate that the proposed minimally supervised model significantly outperforms traditional regression techniques.
arXiv Detail & Related papers (2024-01-12T22:51:48Z) - SQLNet: Scale-Modulated Query and Localization Network for Few-Shot
Class-Agnostic Counting [71.38754976584009]
The class-agnostic counting (CAC) task has recently been proposed to solve the problem of counting all objects of an arbitrary class with several exemplars given in the input image.
We propose a novel localization-based CAC approach, termed Scale-modulated Query and Localization Network (Net)
It fully explores the scales of exemplars in both the query and localization stages and achieves effective counting by accurately locating each object and predicting its approximate size.
arXiv Detail & Related papers (2023-11-16T16:50:56Z) - WGoM: A novel model for categorical data with weighted responses [0.0]
We introduce a novel model named the Weighted Grade of Membership (WGoM) model.
Compared with GoM, our WGoM relaxes GoM's distribution constraint on the generation of a response matrix.
We then propose an algorithm to estimate the latent mixed memberships and the other WGoM parameters.
arXiv Detail & Related papers (2023-10-17T04:23:31Z) - Asynchronously Trained Distributed Topographic Maps [0.0]
We present an algorithm that uses $N$ autonomous units to generate a feature map by distributed training.
Unit autonomy is achieved by sparse interaction in time & space through the combination of a distributed search, and a cascade-driven weight updating scheme.
arXiv Detail & Related papers (2023-01-20T01:15:56Z) - Dendritic Self-Organizing Maps for Continual Learning [0.0]
We propose a novel algorithm inspired by biological neurons, termed Dendritic-Self-Organizing Map (DendSOM)
DendSOM consists of a single layer of SOMs, which extract patterns from specific regions of the input space.
It outperforms classical SOMs and several state-of-the-art continual learning algorithms on benchmark datasets.
arXiv Detail & Related papers (2021-10-18T14:47:19Z) - Finding Geometric Models by Clustering in the Consensus Space [61.65661010039768]
We propose a new algorithm for finding an unknown number of geometric models, e.g., homographies.
We present a number of applications where the use of multiple geometric models improves accuracy.
These include pose estimation from multiple generalized homographies; trajectory estimation of fast-moving objects.
arXiv Detail & Related papers (2021-03-25T14:35:07Z) - Structured Graph Learning for Clustering and Semi-supervised
Classification [74.35376212789132]
We propose a graph learning framework to preserve both the local and global structure of data.
Our method uses the self-expressiveness of samples to capture the global structure and adaptive neighbor approach to respect the local structure.
Our model is equivalent to a combination of kernel k-means and k-means methods under certain condition.
arXiv Detail & Related papers (2020-08-31T08:41:20Z)
This list is automatically generated from the titles and abstracts of the papers in this site.
This site does not guarantee the quality of this site (including all information) and is not responsible for any consequences.