paper-with-me

Papers

Graph Neural Network-based Early Bearing Fault Detection

2022-04-24 · Xusheng Du, Jiong Yu

Early detection of faults is of importance to avoid catastrophic accidents and ensure safe operation of machinery. A novel graph neural network-based fault detection method is proposed to build a bridge between AI and real-world running mechanical systems. First, the vibration signals, which are Euclidean structured data, are converted into graph (non-Euclidean structured data), so that the vibration signals, which are originally independent of each other, are correlated with each other. Second, inputs the dataset together with its corresponding graph into the GNN for training, which contains graphs in each hidden layer of the network, enabling the graph neural network to learn the feature values of itself and its neighbors, and the obtained early features have stronger discriminability. Finally, determines the top-n objects that are difficult to reconstruct in the output layer of the GNN as fault objects. A public datasets of bearings have been used to verify the effectiveness of the proposed method. We find that the proposed method can successfully detect faulty objects that are mixed in the normal object region.

📄 PDF Abstract BibTeX arXiv:2204.11220

Code (0)

등록된 구현이 없습니다.

Tasks

Fault DetectionGraph Neural Network

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Meta-Learning Based Early Fault Detection for Rolling Bearings via Few-Shot Anomaly Detection

2022-04-27 · Wenbin Song, Di wu, Weiming Shen, Benoit Boulet

Early fault detection (EFD) of rolling bearings can recognize slight deviation of the health states and contribute to the stability of mechanical systems. In practice, very limited target bearing data are available to co…

Anomaly DetectionFault DetectionMeta-LearningRelation Network+1

Bearing Fault Diagnosis using Graph Sampling and Aggregation Network

2024-08-12 · Jiaying Chen, Xusheng Du, Yurong Qian, Gwanggil Jeon

Bearing fault diagnosis technology has a wide range of practical applications in industrial production, energy and other fields. Timely and accurate detection of bearing faults plays an important role in preventing catas…

Fault DetectionFault DiagnosisGraph Sampling

Spatial-Temporal Bearing Fault Detection Using Graph Attention Networks and LSTM

2024-10-15 · Moirangthem Tiken Singh, Rabinder Kumar Prasad, Gurumayum Robert Michael, N. Hemarjit Singh 외

Purpose: This paper aims to enhance bearing fault diagnosis in industrial machinery by introducing a novel method that combines Graph Attention Network (GAT) and Long Short-Term Memory (LSTM) networks. This approach capt…

Fault DetectionFault DiagnosisGraph AttentionTime Series

A Robust Deep Learning System for Motor Bearing Fault Detection: Leveraging Multiple Learning Strategies and a Novel Double Loss Function

2023-10-17 · Khoa Tran, Lam Pham, Vy-Rin Nguyen, Ho-Si-Hung Nguyen

Motor bearing fault detection (MBFD) is critical for maintaining the reliability and operational efficiency of industrial machinery. Early detection of bearing faults can prevent system failures, reduce operational downt…

Deep LearningFault Detection

Zero-Shot Motor Health Monitoring by Blind Domain Transition

2022-12-12 · Serkan Kiranyaz, Ozer Can Devecioglu, Amir Alhams, Sadok Sassi 외

Continuous long-term monitoring of motor health is crucial for the early detection of abnormalities such as bearing faults (up to 51% of motor failures are attributed to bearing faults). Despite numerous methodologies pr…

Fault DetectionGenerative Adversarial Network