Giter Site home page Giter Site logo

nxhoang562 / domain-adaptive-remaining-useful-life-prediction-with-transformer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tl-uestc/domain-adaptive-remaining-useful-life-prediction-with-transformer

0.0 0.0 0.0 24.35 MB

Pytorch implementation for Domain Adaptive Remaining Useful Life Prediction with Transformer

Python 100.00%

domain-adaptive-remaining-useful-life-prediction-with-transformer's Introduction

Update extracted & processed N-CMAPSS dataset, 6/10/2023

To promote relevant researches on domain adaptive RUL prediction in the community, we provide the N-CMAPSS dataset used in this paper, with 7 domains readily available. Download here.

Domain Adaptive Remaining Useful Life Prediction with Transformer

Pytorch implementation for Domain Adaptive Remaining Useful Life Prediction with Transformer, https://doi.org/10.1109/TIM.2022.3200667

  • Prognostic health management (PHM) has become a crucial part in building highly automated systems, whose primary task is to precisely predict the remaining useful life (RUL) of the system. In this paper, we leverage domain adaptation for RUL prediction and propose a novel method by aligning distributions at both the feature level and the semantic level. The proposed method facilitates a large improvement of model performance as well as faster convergence. Besides, we propose to use Transformer as backbone, which can capture long-term dependency more efficiently. We test our model on CMAPSS dataset and its newly published variant N-CMAPSS provided by NASA, achieving state-of-the-art results on both source-only RUL prediction and domain adaptive RUL prediction tasks. 1677138917679

Environment

This is a strict constraint!

  • pytorch==1.10
  • torchvision==0.11.0

Dataset

  • Unzip CMAPSS.zip into CMAPSS folder, which contains processed CMAPSS dataset used in this code.

Usage

  • train on CMAPSS
    python train_cmapss.py --source $S --target $T
    where $S is source domain, $T is target domain. Domains include "FD001,FD002,FD003,FD004". Trained models are saved to /online.
  • evaluate on CMAPSS
    You can evaluate our best performing models saved in folder save/final by running:
    python validation_cmapss.py --source $S --target $T
    where $S is source domain, $T is target domain. Domains include "FD001,FD002,FD003,FD004".

Results

image

Citation

@article{li2022domain,
  title={Domain Adaptive Remaining Useful Life Prediction With Transformer},
  author={Li, Xinyao and Li, Jingjing and Zuo, Lin and Zhu, Lei and Shen, Heng Tao},
  journal={IEEE Transactions on Instrumentation and Measurement},
  volume={71},
  pages={1--13},
  year={2022},
  publisher={IEEE}
}

domain-adaptive-remaining-useful-life-prediction-with-transformer's People

Contributors

956077450 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.