paper-with-me

Papers

A Topological Data Analysis Based Classifier

2021-11-09 · Rolando Kindelan, José Frías, Mauricio Cerda, Nancy Hitschfeld

Topological Data Analysis (TDA) is an emergent field that aims to discover topological information hidden in a dataset. TDA tools have been commonly used to create filters and topological descriptors to improve Machine Learning (ML) methods. This paper proposes an algorithm that applies TDA directly to multi-class classification problems, without any further ML stage, showing advantages for imbalanced datasets. The proposed algorithm builds a filtered simplicial complex on the dataset. Persistent Homology (PH) is applied to guide the selection of a sub-complex where unlabeled points obtain the label with the majority of votes from labeled neighboring points. We select 8 datasets with different dimensions, degrees of class overlap and imbalanced samples per class. On average, the proposed TDABC method was better than KNN and weighted-KNN. It behaves competitively with Local SVM and Random Forest baseline classifiers in balanced datasets, and it outperforms all baseline methods classifying entangled and minority classes.

📄 PDF Abstract BibTeX arXiv:2111.05214

Code (1)

rolan2kn/tdabc-4-adac 공식 구현

Tasks

Multi-class ClassificationTopological Data Analysis

Methods 이 논문이 사용한 방법론

SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…

Similar Papers 제목 키워드 기반

Topological classifier for detecting the emergence of epileptic seizures

2016-11-12

In this work we study how to apply topological data analysis to create a method suitable to classify EEGs of patients affected by epilepsy. The topological space constructed from the collection of EEGs signals is analyze…

Topological Data Analysis

Mixing autoencoder with classifier: conceptual data visualization

2019-12-03 · Pitoyo Hartono

In this short paper, a neural network that is able to form a low dimensional topological hidden representation is explained. The neural network can be trained as an autoencoder, a classifier or mix of both, and produces …

Data Visualization

A topological data analysis based classification method for multiple measurements

2019-04-05 · Henri Riihimäki, Wojciech Chachólski, Jakob Theorell, Jan Hillert 외

Machine learning models for repeated measurements are limited. Using topological data analysis (TDA), we present a classifier for repeated measurements which samples from the data space and builds a network graph based o…

Classificationfeature selectionGeneral ClassificationPoint Processes+1

The Topological BERT: Transforming Attention into Topology for Natural Language Processing

2022-06-30 · Ilan Perez, Raphael Reinauer

In recent years, the introduction of the Transformer models sparked a revolution in natural language processing (NLP). BERT was one of the first text encoders using only the attention mechanism without any recurrent part…

SentenceTopological Data Analysis

Topological Data Analysis for Discourse Semantics?

2019-05-01 · WS 2019 5 · Ketki Savle, Wlodek Zadrozny, Minwoo Lee

In this paper we present new results on applying topological data analysis to discourse structures. We show that topological information, extracted from the relationships between sentences can be used in inference, namel…

regressionTopological Data Analysis