paper-with-me

Papers

DKDL-Net: A Lightweight Bearing Fault Detection Model via Decoupled Knowledge Distillation and Low-Rank Adaptation Fine-tuning

2024-06-10 · Ovanes Petrosian, Li Pengyi, He Yulong, Liu Jiarui, Sun Zhaoruikun, Fu Guofeng, Meng Liping

Rolling bearing fault detection has developed rapidly in the field of fault diagnosis technology, and it occupies a very important position in this field. Deep learning-based bearing fault diagnosis models have achieved significant success. At the same time, with the continuous improvement of new signal processing technologies such as Fourier transform, wavelet transform and empirical mode decomposition, the fault diagnosis technology of rolling bearings has also been greatly developed, and it can be said that it has entered a new research stage. However, most of the existing methods are limited to varying degrees in the industrial field. The main ones are fast feature extraction and computational complexity. The key to this paper is to propose a lightweight bearing fault diagnosis model DKDL-Net to solve these challenges. The model is trained on the CWRU data set by decoupling knowledge distillation and low rank adaptive fine tuning. Specifically, we built and trained a teacher model based on a 6-layer neural network with 69,626 trainable parameters, and on this basis, using decoupling knowledge distillation (DKD) and Low-Rank adaptive (LoRA) fine-tuning, we trained the student sag model DKDL-Net, which has only 6838 parameters. Experiments show that DKDL-Net achieves 99.48% accuracy in computational complexity on the test set while maintaining model performance, which is 0.58% higher than the state-of-the-art (SOTA) model, and our model has lower parameters. Our code is available at Github link: https://github.com/SPBU-LiPengyi/DKDL-Net.git.

📄 PDF Abstract BibTeX arXiv:2406.06653

Code (1)

spbu-lipengyi/dkdl-net 공식 구현 pytorch

Tasks

Fault DetectionFault DiagnosisKnowledge Distillation

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…
SAG 설명 없음

Similar Papers 제목 키워드 기반

BearingPGA-Net: A Lightweight and Deployable Bearing Fault Diagnosis Network via Decoupled Knowledge Distillation and FPGA Acceleration

2023-07-31 · Jing-Xiao Liao, Sheng-Lai Wei, Chen-Long Xie, Tieyong Zeng 외

Deep learning has achieved remarkable success in the field of bearing fault diagnosis. However, this success comes with larger models and more complex computations, which cannot be transferred into industrial fields requ…

CPUFault DiagnosisKnowledge DistillationQuantization

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

A Multi-size Kernel based Adaptive Convolutional Neural Network for Bearing Fault Diagnosis

2022-03-29 · Guangwei Yu, Gang Li, Xingtong Si, Zhuoyuan Song

Bearing fault identification and analysis is an important research area in the field of machinery fault diagnosis. Aiming at the common faults of rolling bearings, we propose a data-driven diagnostic algorithm based on t…

DiagnosticFault Diagnosis

Explainable fault and severity classification for rolling element bearings using Kolmogorov-Arnold networks

2024-12-02 · Spyros Rigas, Michalis Papachristou, Ioannis Sotiropoulos, Georgios Alexandridis

Rolling element bearings are critical components of rotating machinery, with their performance directly influencing the efficiency and reliability of industrial systems. At the same time, bearing faults are a leading cau…

ClassificationExplainable ModelsFault DetectionFault Diagnosis+3

Ball Mill Fault Prediction Based on Deep Convolutional Auto-Encoding Network

2023-11-09 · Xinkun Ai, Kun Liu, Wei Zheng, Yonggang Fan 외

Ball mills play a critical role in modern mining operations, making their bearing failures a significant concern due to the potential loss of production efficiency and economic consequences. This paper presents an anomal…

Anomaly DetectionFault Detection