paper-with-me

Papers

Deep Embedded Clustering Regularization for Supervised Imbalanced Cerebral Emboli Classification Using Transcranial Doppler Ultrasound

2023-11-01 · European Signal Processing Conference 2023 11 · Yamil Vindas, Emmanuel Roux, Blaise Kévin Guépié, Marilys Almar, Philippe Delachartre

High intensity transient signals (HITS) can be detected using transcranial Doppler ultrasound monitoring to help stroke prevention. The various types of HITS are by nature imbalanced: solid emboli are rare events, compared to artifacts or gaseous emboli. Therefore, when training deep models on these data, one have to take into account the class imbalance. In this work, we propose a deep embedded clustering (DEC) based regularization technique, DEC-R to handle imbalanced datasets. Our proposed method decompose a classification model into an encoder and a classifier, with DEC-R applied to the former during supervised training. We validate our method on four synthetic datasets and one HITS datasets. The results show that our approach is robust against imbalanced datasets, allowing to increase the classification performances of different models on both, imbalanced (maximum imbalance ratio of 20) and balanced datasets. We achieve an increase of 4.86% and 1.27% in terms of Matthews correlation coefficient on two imbalanced datasets, a synthetic dataset (of 3D points) and a HITS clinical dataset, respectively. Our code can be found in https://github.com/yamilvindas/imbalanced_dec_regularization.

📄 PDF Abstract BibTeX

Code (1)

yamilvindas/imbalanced_dec_regularization pytorch

Similar Papers 제목 키워드 기반

RDEC: Integrating Regularization into Deep Embedded Clustering for Imbalanced Datasets

2018-12-06 · Yaling Tao, Kentaro Takagi, Kouta Nakata

Clustering is a fundamental machine learning task and can be used in many applications. With the development of deep neural networks (DNNs), combining techniques from DNNs with clustering has become a new research direct…

Clustering

Joint Debiased Representation Learning and Imbalanced Data Clustering

2021-09-11 · Mina Rezaei, Emilio Dorigatti, David Ruegamer, Bernd Bischl

One of the most promising approaches for unsupervised learning is combining deep representation learning and deep clustering. Some recent works propose to simultaneously learn representation using deep neural networks an…

ClusteringDeep ClusteringImage ClusteringRepresentation Learning

Deep Clustering with Measure Propagation

2021-04-18 · Minhua Chen, Badrinath Jayakumar, Padmasundari Gopalakrishnan, Qiming Huang 외

Deep models have improved state-of-the-art for both supervised and unsupervised learning. For example, deep embedded clustering (DEC) has greatly improved the unsupervised clustering performance, by using stacked autoenc…

ClusteringDeep ClusteringRepresentation LearningShort Text Clustering+2

A multi-stage semi-supervised improved deep embedded clustering method for bearing fault diagnosis under the situation of insufficient labeled samples

2021-09-28 · Tongda Sun, Gang Yu

Although data-driven fault diagnosis methods have been widely applied, massive labeled data are required for model training. However, a difficulty of implementing this in real industries hinders the application of these …

ClusteringDeep ClusteringDiagnosticFault Diagnosis

Machine Learning Performance Analysis to Predict Stroke Based on Imbalanced Medical Dataset

2022-11-14 · Yuru Jing

Cerebral stroke, the second most substantial cause of death universally, has been a primary public health concern over the last few years. With the help of machine learning techniques, early detection of various stroke a…