KR102229638B1 - 고장 예측 장치 및 방법 - Google Patents
고장 예측 장치 및 방법 Download PDFInfo
- Publication number
- KR102229638B1 KR102229638B1 KR1020190138208A KR20190138208A KR102229638B1 KR 102229638 B1 KR102229638 B1 KR 102229638B1 KR 1020190138208 A KR1020190138208 A KR 1020190138208A KR 20190138208 A KR20190138208 A KR 20190138208A KR 102229638 B1 KR102229638 B1 KR 102229638B1
- Authority
- KR
- South Korea
- Prior art keywords
- data
- prediction
- failure
- rul
- learning
- Prior art date
Links
- 238000000034 method Methods 0.000 title claims description 36
- 238000013473 artificial intelligence Methods 0.000 claims abstract description 26
- 238000007781 pre-processing Methods 0.000 claims abstract description 16
- 238000013480 data collection Methods 0.000 claims abstract description 14
- 238000013528 artificial neural network Methods 0.000 claims description 13
- 238000012545 processing Methods 0.000 claims description 5
- 238000013135 deep learning Methods 0.000 claims description 3
- 238000010586 diagram Methods 0.000 description 8
- 238000012423 maintenance Methods 0.000 description 7
- 230000015556 catabolic process Effects 0.000 description 6
- 230000006870 function Effects 0.000 description 6
- 230000009471 action Effects 0.000 description 3
- 238000005516 engineering process Methods 0.000 description 3
- 238000007689 inspection Methods 0.000 description 3
- 230000008569 process Effects 0.000 description 3
- 239000000284 extract Substances 0.000 description 2
- 230000014509 gene expression Effects 0.000 description 2
- 230000004913 activation Effects 0.000 description 1
- 238000006243 chemical reaction Methods 0.000 description 1
- 238000007796 conventional method Methods 0.000 description 1
- 238000012937 correction Methods 0.000 description 1
- 238000001514 detection method Methods 0.000 description 1
- 230000007246 mechanism Effects 0.000 description 1
- 238000012544 monitoring process Methods 0.000 description 1
- 230000008439 repair process Effects 0.000 description 1
- 230000009466 transformation Effects 0.000 description 1
- 238000000844 transformation Methods 0.000 description 1
Images
Classifications
-
- B—PERFORMING OPERATIONS; TRANSPORTING
- B61—RAILWAYS
- B61L—GUIDING RAILWAY TRAFFIC; ENSURING THE SAFETY OF RAILWAY TRAFFIC
- B61L15/00—Indicators provided on the vehicle or train for signalling purposes
- B61L15/0081—On-board diagnosis or maintenance
-
- B—PERFORMING OPERATIONS; TRANSPORTING
- B61—RAILWAYS
- B61L—GUIDING RAILWAY TRAFFIC; ENSURING THE SAFETY OF RAILWAY TRAFFIC
- B61L15/00—Indicators provided on the vehicle or train for signalling purposes
- B61L15/0072—On-board train data handling
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N20/00—Machine learning
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/08—Learning methods
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Software Systems (AREA)
- Physics & Mathematics (AREA)
- Health & Medical Sciences (AREA)
- Biomedical Technology (AREA)
- Mechanical Engineering (AREA)
- Evolutionary Computation (AREA)
- Computing Systems (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- General Health & Medical Sciences (AREA)
- Artificial Intelligence (AREA)
- Data Mining & Analysis (AREA)
- Mathematical Physics (AREA)
- Medical Informatics (AREA)
- Biophysics (AREA)
- Computational Linguistics (AREA)
- Life Sciences & Earth Sciences (AREA)
- Molecular Biology (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
- Debugging And Monitoring (AREA)
- Testing And Monitoring For Control Systems (AREA)
Abstract
Description
도 2는 일 실시예에 따른 고장 시기 예측 방법을 설명하기 위한 흐름도이다.
도 3은 일 실시예에 따른 고장 시기 예측을 위한 데이터 결측치 보정 방법을 설명하기 위한 도면이다.
도 4는 일 실시예에 따른 고장 시기 예측을 위한 최종 RUL 데이터 생성 알고리즘을 설명하기 위한 도면이다.
도 5는 일 실시예에 따른 고장 유형 및 원인 예측 방법을 설명하기 위한 흐름도이다.
도 6은 일 실시예에 따른 고장 유형 및 원인 예측을 위한 학습 모델을 설명하기 위한 도면이다.
110: 데이터 수집 모듈
120: 데이터 전처리 및 학습 모듈
130: RUL 예측 모듈
140: 고장 유형 및 원인 예측 모듈
150: 디스플레이 모듈
Claims (9)
- 소정 시점을 기준으로 상기 소정 시점 이전의 장비의 동작을 기록한 원 데이터 및 상기 소정 시점의 상기 장비의 동작을 기록한 현재 데이터를 수집하는 데이터 수집 모듈;
상기 원 데이터의 분포에 기반하여 상기 원 데이터의 결측치를 추정하고, 생성적 적대 신경망(Generative Adversarial Network, GAN)을 이용하여 추정된 결측치를 보정하고, 상기 원 데이터와 보정된 결측치를 포함하는 가공 데이터를 인공지능 학습하여 RUL(Remaining Useful Life) 예측 학습 모델을 생성하는 데이터 전처리 및 학습 모듈; 및
상기 현재 데이터를 상기 RUL 예측 학습 모델에 적용하여 RUL 예측 데이터를 생성하는 RUL 예측 모듈;을 포함하는 고장 예측 장치. - 청구항 1에 있어서,
상기 데이터 전처리 및 학습 모듈은 상기 원 데이터에 MCMC(Markov Chain Monte Carlo) 기법을 적용하여 상기 결측치를 추정하는, 고장 예측 장치. - 청구항 1에 있어서,
상기 생성적 적대 신경망은 상기 추정된 결측치를 보정하는 생성자(Generator, G) 및 상기 가공 데이터를 인공지능 학습하여 상기 RUL 예측 학습 모델을 생성하는 분류자(Discriminator, D)를 포함하는, 고장 예측 장치. - 청구항 3에 있어서,
상기 생성자 및 상기 분류자는 각각 심층 신경망(Deep Neural Network, DNN)으로 이루어진, 고장 예측 장치. - 청구항 1에 있어서,
상기 RUL 예측 데이터는 상기 장비의 이전 고장 발생 시간과 다음 고장 발생 시간 사이의 시간 차를 나타내는 고장 발생 빈도수에 기초하여 생성되는, 고장 예측 장치. - 청구항 1에 있어서,
상기 원 데이터로부터 원 고장 유형 및 원인 데이터를 추출하고, 상기 원 고장 유형 및 원인 데이터를 인공지능 학습 방법으로 처리하여 고장 예측 학습 모델을 생성하고, 상기 현재 데이터를 상기 고장 예측 학습 모델에 적용하여 고장 유형 및 원인 예측 데이터를 생성하는 고장 유형 및 원인 예측 모델;을 더 포함하는, 고장 예측 장치. - 청구항 6에 있어서,
상기 원 고장 유형 및 원인 데이터의 인공지능 학습 방법은 딥 빌리프 네트워크(Deep Belief Network, DBN)에 기반하는 베이지언(Bayesian) 학습 방법인, 고장 예측 장치. - 청구항 1에 있어서,
사용자 입력에 따라 또는 주기적으로 상기 RUL 예측 데이터를 표시하는 디스플레이 모듈;를 더 포함하는, 고장 예측 장치. - 소정 시점을 기준으로 상기 소정 시점 이전의 장비의 동작을 기록한 원 데이터를 수집하는 단계;
상기 원 데이터의 분포에 기반하여 상기 원 데이터의 결측치를 추정하는 단계;
생성적 적대 신경망(Generative Adversarial Network, GAN)을 이용하여 추정된 결측치를 보정하고, 상기 원 데이터와 보정된 결측치를 포함하는 가공 데이터를 딥러닝 학습하여 RUL(Remaining Useful Life) 예측 학습 모델을 생성하는 단계;
상기 소정 시점의 상기 장비의 동작을 기록한 현재 데이터를 수집하는 단계; 및
상기 현재 데이터를 상기 RUL 예측 학습 모델에 적용하여 RUL 예측 데이터를 생성하는 단계;를 포함하는, 고장 예측 방법.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020190138208A KR102229638B1 (ko) | 2019-10-31 | 2019-10-31 | 고장 예측 장치 및 방법 |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020190138208A KR102229638B1 (ko) | 2019-10-31 | 2019-10-31 | 고장 예측 장치 및 방법 |
Publications (1)
Publication Number | Publication Date |
---|---|
KR102229638B1 true KR102229638B1 (ko) | 2021-03-18 |
Family
ID=75232073
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR1020190138208A KR102229638B1 (ko) | 2019-10-31 | 2019-10-31 | 고장 예측 장치 및 방법 |
Country Status (1)
Country | Link |
---|---|
KR (1) | KR102229638B1 (ko) |
Cited By (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN113435258A (zh) * | 2021-06-06 | 2021-09-24 | 西安电子科技大学 | 转子系统异常智能检测方法、系统、计算机设备、终端 |
CN114819350A (zh) * | 2022-04-28 | 2022-07-29 | 天津大学 | 基于多任务的传感器故障情况下的rul预测方法 |
KR20220133579A (ko) * | 2021-03-25 | 2022-10-05 | 금오공과대학교 산학협력단 | 열차의 잔여유효수명 예측 장치 및 방법 |
CN117009861A (zh) * | 2023-10-08 | 2023-11-07 | 湖南国重智联工程机械研究院有限公司 | 一种基于深度学习的液压泵马达寿命预测方法和系统 |
US12222798B2 (en) | 2021-11-22 | 2025-02-11 | Electronics And Telecommunications Research Institute | Method of managing system health |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR20160137300A (ko) * | 2015-05-22 | 2016-11-30 | 한국과학기술원 | 이력 데이터 군집화 기반 철도부품의 상태를 예측하는 방법 및 장치 |
KR101703163B1 (ko) * | 2011-03-22 | 2017-02-07 | 한국전자통신연구원 | 차량의 복합 고장을 예측하기 위한 장치 및 방법 |
KR101889049B1 (ko) * | 2017-08-11 | 2018-08-21 | (주)다이매틱스 | 딥러닝 기반의 인공지능을 이용한 자동차 진단 방법 및 장치 |
CN110288668A (zh) * | 2019-05-20 | 2019-09-27 | 平安科技(深圳)有限公司 | 图像生成方法、装置、计算机设备及存储介质 |
-
2019
- 2019-10-31 KR KR1020190138208A patent/KR102229638B1/ko active IP Right Grant
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR101703163B1 (ko) * | 2011-03-22 | 2017-02-07 | 한국전자통신연구원 | 차량의 복합 고장을 예측하기 위한 장치 및 방법 |
KR20160137300A (ko) * | 2015-05-22 | 2016-11-30 | 한국과학기술원 | 이력 데이터 군집화 기반 철도부품의 상태를 예측하는 방법 및 장치 |
KR101889049B1 (ko) * | 2017-08-11 | 2018-08-21 | (주)다이매틱스 | 딥러닝 기반의 인공지능을 이용한 자동차 진단 방법 및 장치 |
CN110288668A (zh) * | 2019-05-20 | 2019-09-27 | 平安科技(深圳)有限公司 | 图像生成方法、装置、计算机设备及存储介质 |
Non-Patent Citations (2)
Title |
---|
2018년도 한국철도학회 추계학술대회 논문집 2018.10. pp509-511. 한석윤외 1인. 열차종합제어장치 데이터를 활용한 예지정비 적용 방향 * |
KAIST 추계학술세미나 2019.10.02 pp31-33. 박용화. Human-Machine Interaction LAB * |
Cited By (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR20220133579A (ko) * | 2021-03-25 | 2022-10-05 | 금오공과대학교 산학협력단 | 열차의 잔여유효수명 예측 장치 및 방법 |
KR102515216B1 (ko) | 2021-03-25 | 2023-03-29 | 금오공과대학교 산학협력단 | 열차의 잔여유효수명 예측 장치 및 방법 |
CN113435258A (zh) * | 2021-06-06 | 2021-09-24 | 西安电子科技大学 | 转子系统异常智能检测方法、系统、计算机设备、终端 |
CN113435258B (zh) * | 2021-06-06 | 2024-04-23 | 西安电子科技大学 | 转子系统异常智能检测方法、系统、计算机设备、终端 |
US12222798B2 (en) | 2021-11-22 | 2025-02-11 | Electronics And Telecommunications Research Institute | Method of managing system health |
CN114819350A (zh) * | 2022-04-28 | 2022-07-29 | 天津大学 | 基于多任务的传感器故障情况下的rul预测方法 |
CN117009861A (zh) * | 2023-10-08 | 2023-11-07 | 湖南国重智联工程机械研究院有限公司 | 一种基于深度学习的液压泵马达寿命预测方法和系统 |
CN117009861B (zh) * | 2023-10-08 | 2023-12-15 | 湖南国重智联工程机械研究院有限公司 | 一种基于深度学习的液压泵马达寿命预测方法和系统 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
KR102229638B1 (ko) | 고장 예측 장치 및 방법 | |
CN110597991B (zh) | 文本分类方法、装置、计算机设备及存储介质 | |
CN109891897B (zh) | 用于分析媒体内容的方法 | |
JP2018152004A (ja) | 情報処理装置及びプログラム | |
US12224587B2 (en) | Extraction of instantaneous renewable generation from net load measurements of power distribution systems | |
US20240012407A1 (en) | Condition-Based Method for Malfunction Prediction | |
Ren et al. | DLformer: A dynamic length transformer-based network for efficient feature representation in remaining useful life prediction | |
CN111046027A (zh) | 时间序列数据的缺失值填充方法和装置 | |
WO2018180750A1 (ja) | 情報処理装置および情報処理方法 | |
EP3923213A1 (en) | Method and computing system for performing a prognostic health analysis for an asset | |
Malakouti | Babysitting hyperparameter optimization and 10-fold-cross-validation to enhance the performance of ML methods in predicting wind speed and energy generation | |
US20230221694A1 (en) | Method and computing system for performing a prognostic health analysis for an asset | |
US20240061740A1 (en) | Disentangled graph learning for incremental causal discovery and root cause analysis | |
JP2005163608A (ja) | 風力発電出力予測方法 | |
CN116028315A (zh) | 作业运行预警方法、装置、介质及电子设备 | |
CN117667495B (zh) | 一种关联规则与深度学习集成的应用系统故障预测方法 | |
US20230315955A1 (en) | System and method for optimizing utility pipe sensors placement using artificial intelligence technology | |
KR20210145472A (ko) | 기계 장치 이상 탐지 방법, 장치 및 컴퓨터 프로그램 | |
KR20220078243A (ko) | 시계열 네트워크 데이터에 대한 예측 장치 및 그 방법 | |
Herp et al. | Dependency in state transitions of wind turbines—inference on model residuals for state abstractions | |
CN114021621B (zh) | 一种故障诊断方法、系统、存储介质和边缘计算装置 | |
US20210110090A1 (en) | System and method for optimizing utility pipe sensors placement using artificial intelligence technology | |
WO2023155967A1 (en) | Thermal anomaly management | |
EP4401013A1 (en) | Training device, prediction device, training prediction device, program, training method, prediction method, and training prediction method | |
EP1443453A1 (en) | Method for picture improvement |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PA0109 | Patent application |
Patent event code: PA01091R01D Comment text: Patent Application Patent event date: 20191031 |
|
PA0201 | Request for examination |
Patent event code: PA02012R01D Patent event date: 20191121 Comment text: Request for Examination of Application Patent event code: PA02011R01I Patent event date: 20191031 Comment text: Patent Application |
|
PE0902 | Notice of grounds for rejection |
Comment text: Notification of reason for refusal Patent event date: 20201030 Patent event code: PE09021S01D |
|
E701 | Decision to grant or registration of patent right | ||
PE0701 | Decision of registration |
Patent event code: PE07011S01D Comment text: Decision to Grant Registration Patent event date: 20210310 |
|
GRNT | Written decision to grant | ||
PR0701 | Registration of establishment |
Comment text: Registration of Establishment Patent event date: 20210312 Patent event code: PR07011E01D |
|
PR1002 | Payment of registration fee |
Payment date: 20210315 End annual number: 3 Start annual number: 1 |
|
PG1601 | Publication of registration |