paper-with-me

Papers

Deep Categorization with Semi-Supervised Self-Organizing Maps

2020-06-17 · Pedro H. M. Braga, Heitor R. Medeiros, Hansenclever F. Bassani

Nowadays, with the advance of technology, there is an increasing amount of unstructured data being generated every day. However, it is a painful job to label and organize it. Labeling is an expensive, time-consuming, and difficult task. It is usually done manually, which collaborates with the incorporation of noise and errors to the data. Hence, it is of great importance to developing intelligent models that can benefit from both labeled and unlabeled data. Currently, works on unsupervised and semi-supervised learning are still being overshadowed by the successes of purely supervised learning. However, it is expected that they become far more important in the longer term. This article presents a semi-supervised model, called Batch Semi-Supervised Self-Organizing Map (Batch SS-SOM), which is an extension of a SOM incorporating some advances that came with the rise of Deep Learning, such as batch training. The results show that Batch SS-SOM is a good option for semi-supervised classification and clustering. It performs well in terms of accuracy and clustering error, even with a small number of labeled samples, as well as when presented to unsupervised data, and shows competitive results in transfer learning scenarios in traditional image classification benchmark datasets.

📄 PDF Abstract BibTeX arXiv:2006.13682

Code (1)

phbraga/batch-sssom 공식 구현 pytorch

Tasks

Clusteringimage-classificationImage ClassificationTransfer Learning

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

A Semi-Supervised Self-Organizing Map for Clustering and Classification

2019-07-01 · Pedro H. M. Braga, Hansenclever F. Bassani

There has been an increasing interest in semi-supervised learning in the recent years because of the great number of datasets with a large number of unlabeled data but only a few labeled samples. Semi-supervised learning…

ClusteringGeneral Classification

Robust Semi-Supervised Classification using GANs with Self-Organizing Maps

2021-10-19 · Ronald Fick, Paul Gader, Alina Zare

Generative adversarial networks (GANs) have shown tremendous promise in learning to generate data and effective at aiding semi-supervised classification. However, to this point, semi-supervised GAN methods make the assum…

Classification

Incremental Semantic Mapping with Unsupervised On-line Learning

2019-07-09 · Ygor C. N. Sousa, Hansenclever F. Bassani

This paper introduces an incremental semantic mapping approach, with on-line unsupervised learning, based on Self-Organizing Maps (SOM) for robotic agents. The method includes a mapping module, which incrementally create…

Clustering

A Semi-Supervised Self-Organizing Map with Adaptive Local Thresholds

2019-07-01 · Pedro H. M. Braga, Hansenclever F. Bassani

In the recent years, there is a growing interest in semi-supervised learning, since, in many learning tasks, there is a plentiful supply of unlabeled data, but insufficient labeled ones. Hence, Semi-Supervised learning m…

ClusteringGeneral Classification

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