paper-with-me

Papers

Improving Self-Organizing Maps with Unsupervised Feature Extraction

2020-09-04 · Lyes Khacef, Laurent Rodriguez, Benoit Miramond

The Self-Organizing Map (SOM) is a brain-inspired neural model that is very promising for unsupervised learning, especially in embedded applications. However, it is unable to learn efficient prototypes when dealing with complex datasets. We propose in this work to improve the SOM performance by using extracted features instead of raw data. We conduct a comparative study on the SOM classification accuracy with unsupervised feature extraction using two different approaches: a machine learning approach with Sparse Convolutional Auto-Encoders using gradient-based learning, and a neuroscience approach with Spiking Neural Networks using Spike Timing Dependant Plasticity learning. The SOM is trained on the extracted features, then very few labeled samples are used to label the neurons with their corresponding class. We investigate the impact of the feature maps, the SOM size and the labeled subset size on the classification accuracy using the different feature extraction methods. We improve the SOM classification by +6.09\% and reach state-of-the-art performance on unsupervised image classification.

📄 PDF Abstract BibTeX arXiv:2009.02174

Code (1)

lyes-khacef/GPU-SOM tf

Tasks

ClassificationGeneral Classificationimage-classificationImage ClassificationUnsupervised Image ClassificationUnsupervised MNIST

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 제목 키워드 기반

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

Unsupervised Parallel Extraction based Texture for Efficient Image Representation

2014-08-20 · Mohammed M. Abdelsamea

SOM is a type of unsupervised learning where the goal is to discover some underlying structure of the data. In this paper, a new extraction method based on the main idea of Concurrent Self-Organizing Maps (CSOM), represe…

Dendritic Self-Organizing Maps for Continual Learning

2021-10-18 · Kosmas Pinitas, Spyridon Chavlis, Panayiota Poirazi

Current deep learning architectures show remarkable performance when trained in large-scale, controlled datasets. However, the predictive ability of these architectures significantly decreases when learning new classes i…

Continual LearningSplit-CIFAR-10Split-MNIST

SOM-CPC: Unsupervised Contrastive Learning with Self-Organizing Maps for Structured Representations of High-Rate Time Series

2022-05-31 · Iris A. M. Huijben, Arthur A. Nijdam, Sebastiaan Overeem, Merel M. van Gilst 외

Continuous monitoring with an ever-increasing number of sensors has become ubiquitous across many application domains. However, acquired time series are typically high-dimensional and difficult to interpret. Expressive d…

Contrastive LearningDimensionality ReductionTime SeriesTime Series Analysis

Non-Euclidean Self-Organizing Maps

2021-09-24 · Dorota Celińska-Kopczyńska Eryk Kopczyński

Self-Organizing Maps (SOMs, Kohonen networks) belong to neural network models of the unsupervised class. In this paper, we present the generalized setup for non-Euclidean SOMs. Most data analysts take it for granted to u…

ClusteringDimensionality Reduction