Related Experiment Video
Updated: Nov 22, 2025

Author Spotlight: Advancing Alzheimer's Research – Exploring Early Detection and Multi-Omics Approaches
Published on: December 15, 2023
Health indicator construction by quadratic function-based deep convolutional auto-encoder and its application into
Dingliang Chen1, Yi Qin1, Yi Wang1
1State Key Laboratory of Mechanical Transmission, Chongqing University, Chongqing 400044, People's Republic of China; College of Mechanical Engineering, Chongqing University, Chongqing 400044, People's Republic of China.
Predicting bearing remaining useful life (RUL) is crucial. This study introduces a novel deep convolutional auto-encoder method for constructing health indicators directly from raw vibration signals, improving RUL prediction accuracy.
Area of Science:
- Mechanical Engineering
- Data Science
- Artificial Intelligence
Background:
- Bearing failures can cause catastrophic machinery failures, necessitating accurate Remaining Useful Life (RUL) prediction.
- Effective Health Indicator (HI) construction is vital for data-driven RUL prediction, but current methods often require prior knowledge or struggle with raw vibration signals.
Purpose of the Study:
- To develop a novel method for constructing Health Indicators (HIs) from raw bearing vibration signals without prior knowledge.
- To enhance the accuracy and predictive power of Remaining Useful Life (RUL) predictions for bearings.
Main Methods:
- A quadratic function-based Deep Convolutional Auto-Encoder (DCAE) neural network was developed.
- Raw bearing vibration signals were preprocessed using low-pass filtering before inputting into the DCAE.
- The DCAE was used to construct Health Indicators (HIs) from the cleaned vibration data.
Main Results:
- The proposed quadratic function-based DCAE method demonstrated superior performance in constructing HIs compared to traditional methods like AE, DNN, KPCA, ISOMAP, PCA, and VAE.
- The constructed HI exhibited stronger predictive power for RUL than existing data-driven HIs.
- Experimental results validated the effectiveness of the novel HI construction approach.
Conclusions:
- The quadratic function-based DCAE offers an effective approach for Health Indicator construction from raw bearing vibration signals.
- This method overcomes limitations of existing techniques by not requiring prior knowledge and directly processing raw data.
- The enhanced HIs significantly improve the accuracy of Remaining Useful Life (RUL) predictions in machinery.
Related Concept Videos
Prediction Intervals
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
Quadratic Models
Calibration Curves: Linear Least Squares
For data that follow a straight line, the standard method for fitting is the linear...
Mechanical Efficiency of Real Machines
However, in reality, no machine can be truly ideal, and all of them experience some...
Mean Absolute Deviation
Let us consider a dataset containing the number of unsold cupcakes in five shops: 10, 15, 8, 7, and 10. Initially, calculate the sample mean. Then calculate the deviation, or the difference, between each data value and the mean. Next, the absolute values of these deviations are added and divided by the sample size to...
Residuals and Least-Squares Property
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...