Giter Club home page Giter Club logo

fgdae-a-machinery-fault-detection-method's Introduction

FGDAE: A new machinery anomaly detection method towards complex operating conditions

Our operating environment

  • Python 3.8
  • pytorch 1.10.1
  • and other necessary libs

Guide

  • This repository provides a concise framework for machinery anomaly detection.
  • It includes the pre-processing and graph composition process for the data and the model proposed in the paper.
  • We have also integrated 4 baseline methods for comparison.
  • Graph_train_val_test.py is the train&val&test process of our proposed method; Base_train_val_test.py is the train&val&test process of base methods.
  • You need to load the data in following Datasets link at first, and put them in the data folder. Then run in General_procedure.py
  • You can also adjust the structure and parameters of the model to suit your needs.

Datasets

Run the code

Case1

  • General_procedure.py --data_dir "./data/Case1"; --data_num ['200Hz_0N', '300Hz_1000N', '400Hz_1400N'];
    --sensor_number 6; --fault_num 7; --unbalance_train [200, 100, 10]

Case2

  • General_procedure.py --data_dir "./data/Case2"; --data_num ['G_20_0', 'G_30_2'];
    --sensor_number 8; --fault_num 5; --unbalance_train [200, 10]

Pakages

  • data needs loading the Datasets in above links
  • datasets contians the pre-processing and graph composition process for the data
  • models contians the proposed model and 4 base models
  • utils contians two types of train&val&test processes

Citation

If our work is useful to you, please cite the following paper, it is the greatest encouragement to our open source work, thank you very much!

@paper{FGDAE,
  title = {FGDAE: A new machinery anomaly detection method towards complex operating conditions},
  author = {Shen Yan, Haidong Shao, Zhishan Min, Jiangji Peng, Baoping Cai, Bin Liu},
  journal = {Reliability Engineering and System Safety},
  volume = {236},
  pages = {109319},
  year = {2023},
  doi = {https://doi.org/10.1016/j.ress.2023.109319},
  url = {https://www.sciencedirect.com/science/article/abs/pii/S0951832023002338},
}

Contact

fgdae-a-machinery-fault-detection-method's People

Contributors

yanshen0210 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.