Skip to content

huchaostu/HIconstruct_optimize

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Optimized Health Index Construction

This repository contains parts of code for the publication "Health Index Construction with Feature Fusion Optimization for Predictive Maintenance of Physical Systems" by Venkat Nemani, Austin Bray, Adam Thelen, Chao Hu, and Steve Daining, submitted to the Structural and Multidiciplinary Optimization (SMO) Special Issue on Advanced Optimization Enabling Digital Twin Technology.

We use two publicly available bearing datasets

  • XJTU-SY bearing run-to-failure dataset [Wang, B., Lei, Y., Li, N. and Li, N., 2018. A hybrid prognostics approach for estimating remaining useful life of rolling element bearings. IEEE Transactions on Reliability, 69(1), pp.401-412.] (https://ieeexplore.ieee.org/document/8576668)
  • IEEE PHM 2012 bearing run-to-failure dataset [Nectoux, P., Gouriveau, R., Medjaher, K., Ramasso, E., Chebel-Morello, B., Zerhouni, N. and Varnier, C., 2012, June. PRONOSTIA: An experimental platform for bearings accelerated degradation tests. In IEEE International Conference on Prognostics and Health Management, PHM'12. (pp. 1-8). IEEE Catalog Number: CPF12PHM-CDR.] (https://hal.archives-ouvertes.fr/hal-00719503/)

The XJTU-SY dataset can be downloaded at: https://data.mendeley.com//datasets/mpn45f4gxc/1 and placed in the Raw_Data Folder

Models for Comparison

  • Guo1/Guo2: [Guo, Liang, et al. "A recurrent neural network based health indicator for remaining useful life prediction of bearings." Neurocomputing 240 (2017): 98-109.] (https://doi.org/10.1016/j.neucom.2017.02.045) with difference in feature set.
  • Liu1: [Liu, Kaibo, and Shuai Huang. "Integration of data fusion methodology and degradation modeling process to improve prognostics." IEEE Transactions on Automation Science and Engineering 13.1 (2014): 344-354.] (https://ieeexplore.ieee.org/document/6902828)
  • Liu2: [Liu, Kaibo, Abdallah Chehade, and Changyue Song. "Optimize the signal quality of the composite health index via data fusion for degradation modeling and prognostic analysis." IEEE Transactions on Automation Science and Engineering 14.3 (2015): 1504-1514.] (https://ieeexplore.ieee.org/document/7165684)
  • Chen: [Chen, Zhen, et al. "A Health Index Construction Framework for Prognostics Based on Feature Fusion and Constrained Optimization." IEEE Transactions on Instrumentation and Measurement 70 (2021): 1-15.] (https://ieeexplore.ieee.org/document/9512068)
  • Our method: Code not provided due to restrictions from funding agency.

Summary of the various methods image

Code Description

Bearing_Features_Extract:

  • get_features_acc_Guo.m - To extract features for the Guo1 model
  • get_features_acc.m - To extract features in the accleration domain
  • get_features_vel.m - To extract features in the velocity domain
  • concatenate_features.m - To concatenate features in acceleration and velocity domain. This gives a final feature list.

Bearing_Features_Extract:

  • paper_HI_construct_Guo1.m - Construct health index (HI) using Guo1 model and Guo-proposed features
  • paper_HI_construct_Guo2.m - Construct HI using Guo2 model on final feature set
  • paper_HI_construct_Liu1.m - Construct HI using Liu1 model on final feature set (multi objective)
  • paper_HI_construct_Liu2.m - Construct HI using Liu2 model on final feature set (single objective)
  • paper_HI_construct_Chen.m - Construct HI using Chen model on final feature set (single objective)

Function files

  • get_metrics.m - to obtain pearson correlation, proposed monotonicity, etc.
  • get_metaprobability.m - to obtain the proposed meta probability metric
  • get_snr.m - to obtain the modified signal-to-noise ratio as proposed in Liu2 model
  • get_modified_monotonicity.m - to obtain the proposed modified monotonicity
  • get_liumetrics.m - to get objectives for Liu1 model
  • lhsdesignbnd.m - to generate LHS samples. source.

NOTE: Please contact Venkat Nemani (vnemani@iastate.edu) or Chao Hu (huchaostu@gmail.com) for any queries.

About

Contains code to compare several health index construction methods using run-to-failure bearing dataset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • MATLAB 100.0%