paper-with-me

Papers

A Survey and Implementation of Performance Metrics for Self-Organized Maps

2020-11-11 · Florent Forest, Mustapha Lebbah, Hanane Azzag, Jérôme Lacaille

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.

📄 PDF Abstract BibTeX arXiv:2011.05847

Code (1)

FlorentF9/SOMperf 공식 구현 tf

Tasks

ClusteringModel SelectionSelf-Organized Clustering

Methods 이 논문이 사용한 방법론

SOM The Self-Organizing Map (SOM), commonly also known as Kohonen network (Kohonen 1982, Kohonen 2001) is a computational method for the visualization and analysis of…

Similar Papers 제목 키워드 기반

The Monocular Depth Estimation Challenge

2022-11-22 · Jaime Spencer, C. Stella Qian, Chris Russell, Simon Hadfield 외

This paper summarizes the results of the first Monocular Depth Estimation Challenge (MDEC) organized at WACV2023. This challenge evaluated the progress of self-supervised monocular depth estimation on the challenging SYN…

Depth EstimationMonocular Depth Estimationvalid

Causality and "In-the-Wild" Video-Based Person Re-ID: A Survey

2025-05-26 · Md Rashidunnabi, Kailash Hambarde, Hugo Proença

Video-based person re-identification (Re-ID) remains brittle in real-world deployments despite impressive benchmark performance. Most existing models rely on superficial correlations such as clothing, background, or ligh…

counterfactualCounterfactual ReasoningDisentanglementFairness+4

Absolute Evaluation Measures for Machine Learning: A Survey

2025-07-04 · Silvia Beddar-Wiesing, Alice Moallemy-Oureh, Marie Kempkes, Josephine M. Thomas arxiv

Machine Learning is a diverse field applied across various domains such as computer science, social sciences, medicine, chemistry, and finance. This diversity results in varied evaluation approaches, making it difficult …

A Survey on Neural Question Generation: Methods, Applications, and Prospects

2024-02-28 · Shasha Guo, Lizi Liao, Cuiping Li, Tat-Seng Chua

In this survey, we present a detailed examination of the advancements in Neural Question Generation (NQG), a field leveraging neural network techniques to generate relevant questions from diverse inputs like knowledge ba…

Question GenerationQuestion-GenerationSurvey

Self-Organized Residual Blocks for Image Super-Resolution

2021-05-31 · Onur Keleş, A. Murat Tekalp, Junaid Malik, Serkan Kiranyaz

It has become a standard practice to use the convolutional networks (ConvNet) with RELU non-linearity in image restoration and super-resolution (SR). Although the universal approximation theorem states that a multi-layer…

Image RestorationImage Super-ResolutionSuper-Resolution