LGAISPAug 12, 2024

Bearing Fault Diagnosis using Graph Sampling and Aggregation Network

arXiv:2408.07099v13 citationsh-index: 13
Originality Incremental advance
AI Analysis

This addresses fault detection in industrial bearings, which is critical for safety and quality, but it is an incremental improvement over existing deep learning methods.

The paper tackled bearing fault diagnosis by introducing a Graph Sampling and Aggregation (GraphSAGE) network to model signal correlations, resulting in a 5% improvement in AUC over the next best algorithm on a public dataset.

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 catastrophic accidents and ensuring product quality. Traditional signal analysis techniques and deep learning-based fault detection algorithms do not take into account the intricate correlation between signals, making it difficult to further improve detection accuracy. To address this problem, we introduced Graph Sampling and Aggregation (GraphSAGE) network and proposed GraphSAGE-based Bearing fault Diagnosis (GSABFD) algorithm. The original vibration signal is firstly sliced through a fixed size non-overlapping sliding window, and the sliced data is feature transformed using signal analysis methods; then correlations are constructed for the transformed vibration signal and further transformed into vertices in the graph; then the GraphSAGE network is used for training; finally the fault level of the object is calculated in the output layer of the network. The proposed algorithm is compared with five advanced algorithms in a real-world public dataset for experiments, and the results show that the GSABFD algorithm improves the AUC value by 5% compared with the next best algorithm.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes