paper-with-me

Papers

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 methods. Hence, an effective diagnostic approach that can work well in such situation is urgently needed.In this study, a multi-stage semi-supervised improved deep embedded clustering (MS-SSIDEC) method, which combines semi-supervised learning with improved deep embedded clustering (IDEC), is proposed to jointly explore scarce labeled data and massive unlabeled data. In the first stage, a skip-connection-based convolutional auto-encoder (SCCAE) that can automatically map the unlabeled data into a low-dimensional feature space is proposed and pre-trained to be a fault feature extractor. In the second stage, a semi-supervised improved deep embedded clustering (SSIDEC) network is proposed for clustering. It is first initialized with available labeled data and then used to simultaneously optimize the clustering label assignment and make the feature space to be more clustering-friendly. To tackle the phenomenon of overfitting, virtual adversarial training (VAT) is introduced as a regularization term in this stage. In the third stage, pseudo labels are obtained by the high-quality results of SSIDEC. The labeled dataset can be augmented by these pseudo-labeled data and then leveraged to train a bearing fault diagnosis model. Two public datasets of vibration data from rolling bearings are used to evaluate the performance of the proposed method. Experimental results indicate that the proposed method achieves a promising performance in both semi-supervised and unsupervised fault diagnosis tasks. This method provides a new approach for fault diagnosis under the situation of limited labeled samples by effectively exploring unsupervised data.

📄 PDF Abstract BibTeX arXiv:2109.13521

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringDeep ClusteringDiagnosticFault Diagnosis

Similar Papers 제목 키워드 기반

Deep Semi-Supervised Embedded Clustering (DSEC) for Stratification of Heart Failure Patients

2020-12-24 · Oliver Carr, Stojan Jovanovic, Luca Albergante, Fernando Andreotti 외

Determining phenotypes of diseases can have considerable benefits for in-hospital patient care and to drug development. The structure of high dimensional data sets such as electronic health records are often represented …

Clustering

Semi-supervised Superpixel-based Multi-Feature Graph Learning for Hyperspectral Image Data

2021-04-27 · Madeleine Kotzagiannidis, Carola-Bibiane Schönlieb

Graphs naturally lend themselves to model the complexities of Hyperspectral Image (HSI) data as well as to serve as semi-supervised classifiers by propagating given labels among nearest neighbours. In this work, we prese…

graph constructionGraph LearningPseudo Label

Read classification using semi-supervised deep learning

2019-04-23 · Tomislav Šebrek, Jan Tomljanović, Josip Krapac, Mile Šikić

In this paper, we propose a semi-supervised deep learning method for detecting the specific types of reads that impede the de novo genome assembly process. Instead of dealing directly with sequenced reads, we analyze the…

ClassificationDeep LearningGeneral Classification

Semi-supervised dual graph regularized dictionary learning

2018-12-11 · Khanh-Hung Tran, Fred-Maurice Ngole-Mboula, Jean-Luc Starck

In this paper, we propose a semi-supervised dictionary learning method that uses both the information in labelled and unlabelled data and jointly trains a linear classifier embedded on the sparse codes. The manifold stru…

Dictionary 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