KR20200040469A - 건물 내 설비의 이상을 탐지하는 방법, 시스템 및 컴퓨터 프로그램 - Google Patents
건물 내 설비의 이상을 탐지하는 방법, 시스템 및 컴퓨터 프로그램 Download PDFInfo
- Publication number
- KR20200040469A KR20200040469A KR1020180120425A KR20180120425A KR20200040469A KR 20200040469 A KR20200040469 A KR 20200040469A KR 1020180120425 A KR1020180120425 A KR 1020180120425A KR 20180120425 A KR20180120425 A KR 20180120425A KR 20200040469 A KR20200040469 A KR 20200040469A
- Authority
- KR
- South Korea
- Prior art keywords
- abnormality
- anomaly detection
- score
- detection model
- building
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N20/00—Machine learning
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q50/00—Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
- G06Q50/10—Services
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Business, Economics & Management (AREA)
- Physics & Mathematics (AREA)
- Tourism & Hospitality (AREA)
- Software Systems (AREA)
- General Physics & Mathematics (AREA)
- Marketing (AREA)
- Data Mining & Analysis (AREA)
- Primary Health Care (AREA)
- General Business, Economics & Management (AREA)
- Human Resources & Organizations (AREA)
- General Health & Medical Sciences (AREA)
- Economics (AREA)
- Artificial Intelligence (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Strategic Management (AREA)
- Evolutionary Computation (AREA)
- Medical Informatics (AREA)
- Health & Medical Sciences (AREA)
- Computing Systems (AREA)
- General Engineering & Computer Science (AREA)
- Mathematical Physics (AREA)
- Testing And Monitoring For Control Systems (AREA)
Abstract
Description
도 2a 및 도 2b는 종래의 기계 학습 기반의 이상 탐지 모델과 본 발명의 일 실시예에 따른 오토인코더 기반의 이상 탐지 모델을 비교한 예시적인 도면이다.
도 3a 내지 도 3j는 본 발명의 일 실시예에 따른 단일 덕트의 공조 설비에서 이상을 탐지하는 과정을 설명하기 위한 예시적인 도면이다.
도 4a 내지 도 4n는 본 발명의 일 실시예에 따른 냉동기 냉수 순환 루프에서 이상을 탐지하는 과정을 설명하기 위한 예시적인 도면이다.
도 5는 본 발명의 일 실시예에 따른 이상 탐지 시스템에서 건물 내 설비의 이상을 탐지하는 방법의 순서도이다.
110: 데이터 수집부
120: 모델 학습부
130: 이상 탐지부
Claims (17)
- 건물 내 설비의 이상 탐지 방법에 있어서,
오토인코더(Autoencoder) 기반 이상 탐지 모델을 생성하는 단계;
상기 건물 내의 설비에 관한 복수의 학습용 데이터를 수집하는 단계;
상기 복수의 학습용 데이터에 기초하여 상기 오토인코더 기반 이상 탐지 모델을 학습하는 단계;
상기 건물 내의 설비에 관한 복수의 실시간 데이터를 수집하는 단계; 및
상기 복수의 실시간 데이터를 상기 오토인코더 기반 이상 탐지 모델의 입력 변수로 입력하여 이상 점수(Anomaly score)를 도출하고, 상기 이상 점수에 기초하여 상기 설비의 이상 여부를 탐지하는 단계
를 포함하는 것인, 이상 탐지 방법.
- 제 1 항에 있어서,
상기 오토인코더 기반 이상 탐지 모델은 상기 입력 변수의 개수와 출력 변수의 개수가 동일한 것인, 이상 탐지 방법.
- 제 2 항에 있어서,
상기 오토인코더 기반 이상 탐지 모델은 활성화 함수로서 쌍곡탄젠트(tanh) 함수, 시그모이드(sigmoid) 함수, ReLU(Rectified Linear Unit) 함수, Leaky ReLU 함수 중 어느 하나를 이용하는 것인, 이상 탐지 방법.
- 제 1 항에 있어서,
상기 오토인코더 기반 이상 탐지 모델을 학습하는 단계는
각 입력 변수와 이에 대응하는 출력 변수가 동일하도록 학습하는 단계
를 포함하는 것인, 이상 탐지 방법.
- 제 1 항에 있어서,
상기 복수의 실시간 데이터는 정상 데이터만을 포함하는 것인, 이상 탐지 방법.
- 제 1 항에 있어서,
상기 이상 점수는 각 입력 변수와 이에 대응하는 출력 변수의 RMS(Root Mean Square)값에 기초하여 도출된 것인, 이상 탐지 방법.
- 제 1 항에 있어서,
상기 이상 점수에 기초하여 상기 설비의 이상 여부를 탐지하는 단계는
각 입력 변수와 이에 대응하는 출력 변수의 차이에 기초하여 상기 이상 점수를 도출하는 단계
를 포함하는 것인, 이상 탐지 방법.
- 제 7 항에 있어서,
상기 이상 점수에 기초하여 상기 설비의 이상 여부를 탐지하는 단계는
상기 이상 점수의 추이를 모니터링하고, 상기 이상 점수의 추이의 변화에 기초하여 상기 설비의 이상 여부를 탐지하는 단계
를 포함하는 것인, 이상 탐지 방법.
- 건물 내 설비의 이상을 탐지하는 이상 탐지 시스템에 있어서,
상기 건물 내의 설비에 관한 복수의 학습용 데이터를 수집하는 데이터 수집부;
오토인코더(Autoencoder) 기반 이상 탐지 모델을 생성하고, 상기 복수의 학습용 데이터에 기초하여 상기 오토인코더 기반 이상 탐지 모델을 학습하는 모델 학습부; 및
복수의 실시간 데이터를 상기 오토인코더 기반 이상 탐지 모델의 입력 변수로 입력하여 이상 점수(Anomaly score)를 도출하고, 상기 이상 점수에 기초하여 상기 설비의 이상 여부를 탐지하는 이상 탐지부
를 포함하는 것인, 이상 탐지 시스템.
- 제 9 항에 있어서,
상기 오토인코더 기반 이상 탐지 모델은 상기 입력 변수의 개수와 출력 변수의 개수가 동일한 것인, 이상 탐지 시스템.
- 제 10 항에 있어서,
상기 오토인코더 기반 이상 탐지 모델은 활성화 함수로서 쌍곡탄젠트(tanh) 함수, 시그모이드(sigmoid) 함수, ReLU(Rectified Linear Unit) 함수, Leaky ReLU 함수 중 어느 하나를 이용하는 것인, 이상 탐지 시스템.
- 제 9 항에 있어서,
상기 모델 학습부는 각 입력 변수와 이에 대응하는 출력 변수가 동일하도록 학습하는 것인, 이상 탐지 시스템.
- 제 9 항에 있어서,
상기 복수의 실시간 데이터는 정상 데이터만을 포함하는 것인, 이상 탐지 시스템.
- 제 9 항에 있어서,
상기 이상 점수는 각 입력 변수와 이에 대응하는 출력 변수의 RMS(Root Mean Square)값에 기초하여 도출된 것인, 이상 탐지 시스템.
- 제 9 항에 있어서,
상기 이상 탐지부는 각 입력 변수와 이에 대응하는 출력 변수의 차이에 기초하여 상기 이상 점수를 도출하는 것인, 이상 탐지 시스템.
- 제 15 항에 있어서,
상기 이상 탐지부는 상기 이상 점수의 추이를 모니터링하고, 상기 이상 점수의 추이의 변화에 기초하여 상기 설비의 이상 여부를 탐지하는 것인, 이상 탐지 시스템.
- 건물 내 설비의 이상을 탐지하는 명령어들의 시퀀스를 포함하는 컴퓨터 판독가능 매체에 저장된 컴퓨터 프로그램에 있어서,
상기 컴퓨터 프로그램은 컴퓨팅 장치에 의해 실행될 경우,
오토인코더(Autoencoder) 기반 이상 탐지 모델을 생성하고,
상기 건물 내의 설비에 관한 복수의 학습용 데이터를 수집하고,
상기 복수의 학습용 데이터에 기초하여 상기 오토인코더 기반 이상 탐지 모델을 학습하고,
상기 건물 내의 설비에 관한 복수의 실시간 데이터를 수집하고,
상기 복수의 실시간 데이터를 상기 오토인코더 기반 이상 탐지 모델의 입력 변수로 입력하여 이상 점수(Anomaly score)를 도출하고, 상기 이상 점수에 기초하여 상기 설비의 이상 여부를 탐지하도록 하는 명령어들의 시퀀스를 포함하는, 매체에 저장된 컴퓨터 프로그램.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| KR1020180120425A KR102285987B1 (ko) | 2018-10-10 | 2018-10-10 | 건물 내 설비의 이상을 탐지하는 방법, 시스템 및 컴퓨터 프로그램 |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| KR1020180120425A KR102285987B1 (ko) | 2018-10-10 | 2018-10-10 | 건물 내 설비의 이상을 탐지하는 방법, 시스템 및 컴퓨터 프로그램 |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| KR20200040469A true KR20200040469A (ko) | 2020-04-20 |
| KR102285987B1 KR102285987B1 (ko) | 2021-08-04 |
Family
ID=70467373
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| KR1020180120425A Active KR102285987B1 (ko) | 2018-10-10 | 2018-10-10 | 건물 내 설비의 이상을 탐지하는 방법, 시스템 및 컴퓨터 프로그램 |
Country Status (1)
| Country | Link |
|---|---|
| KR (1) | KR102285987B1 (ko) |
Cited By (11)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN112488238A (zh) * | 2020-12-14 | 2021-03-12 | 桂林电子科技大学 | 一种基于对抗自编码器的混合异常检测方法 |
| KR20220013811A (ko) * | 2020-07-27 | 2022-02-04 | 가톨릭대학교 산학협력단 | Rnn 인코더-디코더를 이용하여 시계열에서의 이상상황을 탐지하는 방법 및 장치 |
| KR20220090616A (ko) | 2020-12-22 | 2022-06-30 | 숙명여자대학교산학협력단 | 이상 시퀀스를 탐지하는 시스템 및 그 방법 |
| KR20220148411A (ko) * | 2021-04-29 | 2022-11-07 | 한전케이디엔주식회사 | Ami의 장애 관리 시스템 및 방법 |
| JP2022548227A (ja) * | 2019-09-11 | 2022-11-17 | シー3.エーアイ, インコーポレイテッド | 製造プロセスリスクを予測するためのシステムおよび方法 |
| KR20230018228A (ko) * | 2021-07-29 | 2023-02-07 | (주)커넥탈리스트 | 신재생 에너지 운영 시스템의 이상 탐지 시스템 및 방법 |
| KR20230067423A (ko) * | 2021-11-09 | 2023-05-16 | 주식회사 스피랩 | 딥러닝 기반 IIoT 설비 이상탐지 방법 |
| WO2023090844A1 (ko) * | 2021-11-17 | 2023-05-25 | 다임리서치 주식회사 | 물류 로봇 이상 감지 방법, 장치 및 시스템 |
| KR20240071361A (ko) * | 2019-10-18 | 2024-05-22 | 주식회사 케이티 | 건물 내의 환경을 제어하는 서버, 방법 및 컴퓨터 프로그램 |
| WO2024106720A1 (ko) * | 2022-11-16 | 2024-05-23 | 다임리서치 주식회사 | 동작 이해 기반 물류 로봇 이상 감지 방법, 장치 및 시스템 |
| KR20240133818A (ko) * | 2023-02-27 | 2024-09-05 | 한국전자통신연구원 | 화면 출력 기반 이상 상태 감지 방법 및 장치 |
Citations (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| KR101563511B1 (ko) * | 2015-07-10 | 2015-10-27 | (주)유엠로직스 | 시계열 기반 서포트 벡터의 추세분석기법을 이용한 보안사고 이상 징후 탐지 시스템 및 그 방법 |
| JP2016085704A (ja) * | 2014-10-29 | 2016-05-19 | 株式会社リコー | 情報処理システム、情報処理装置、情報処理方法、及びプログラム |
| JP2018049355A (ja) * | 2016-09-20 | 2018-03-29 | 株式会社東芝 | 異常検知装置、学習装置、異常検知方法、学習方法、異常検知プログラム、および学習プログラム |
| JP2018147172A (ja) * | 2017-03-03 | 2018-09-20 | 日本電信電話株式会社 | 異常検知装置、異常検知方法及びプログラム |
-
2018
- 2018-10-10 KR KR1020180120425A patent/KR102285987B1/ko active Active
Patent Citations (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2016085704A (ja) * | 2014-10-29 | 2016-05-19 | 株式会社リコー | 情報処理システム、情報処理装置、情報処理方法、及びプログラム |
| KR101563511B1 (ko) * | 2015-07-10 | 2015-10-27 | (주)유엠로직스 | 시계열 기반 서포트 벡터의 추세분석기법을 이용한 보안사고 이상 징후 탐지 시스템 및 그 방법 |
| JP2018049355A (ja) * | 2016-09-20 | 2018-03-29 | 株式会社東芝 | 異常検知装置、学習装置、異常検知方法、学習方法、異常検知プログラム、および学習プログラム |
| JP2018147172A (ja) * | 2017-03-03 | 2018-09-20 | 日本電信電話株式会社 | 異常検知装置、異常検知方法及びプログラム |
Cited By (13)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2022548227A (ja) * | 2019-09-11 | 2022-11-17 | シー3.エーアイ, インコーポレイテッド | 製造プロセスリスクを予測するためのシステムおよび方法 |
| JP7682168B2 (ja) | 2019-09-11 | 2025-05-23 | シー3.エーアイ, インコーポレイテッド | 製造プロセスリスクを予測するためのシステムおよび方法 |
| KR20240071361A (ko) * | 2019-10-18 | 2024-05-22 | 주식회사 케이티 | 건물 내의 환경을 제어하는 서버, 방법 및 컴퓨터 프로그램 |
| KR20220013811A (ko) * | 2020-07-27 | 2022-02-04 | 가톨릭대학교 산학협력단 | Rnn 인코더-디코더를 이용하여 시계열에서의 이상상황을 탐지하는 방법 및 장치 |
| CN112488238A (zh) * | 2020-12-14 | 2021-03-12 | 桂林电子科技大学 | 一种基于对抗自编码器的混合异常检测方法 |
| KR20220090616A (ko) | 2020-12-22 | 2022-06-30 | 숙명여자대학교산학협력단 | 이상 시퀀스를 탐지하는 시스템 및 그 방법 |
| KR20220148411A (ko) * | 2021-04-29 | 2022-11-07 | 한전케이디엔주식회사 | Ami의 장애 관리 시스템 및 방법 |
| KR20230018228A (ko) * | 2021-07-29 | 2023-02-07 | (주)커넥탈리스트 | 신재생 에너지 운영 시스템의 이상 탐지 시스템 및 방법 |
| KR20230067423A (ko) * | 2021-11-09 | 2023-05-16 | 주식회사 스피랩 | 딥러닝 기반 IIoT 설비 이상탐지 방법 |
| WO2023090844A1 (ko) * | 2021-11-17 | 2023-05-25 | 다임리서치 주식회사 | 물류 로봇 이상 감지 방법, 장치 및 시스템 |
| WO2024106720A1 (ko) * | 2022-11-16 | 2024-05-23 | 다임리서치 주식회사 | 동작 이해 기반 물류 로봇 이상 감지 방법, 장치 및 시스템 |
| KR20240133818A (ko) * | 2023-02-27 | 2024-09-05 | 한국전자통신연구원 | 화면 출력 기반 이상 상태 감지 방법 및 장치 |
| US12530455B2 (en) | 2023-02-27 | 2026-01-20 | Electronics And Telecommunications Research Institute | Method and apparatus for detecting anomaly status based on system screen |
Also Published As
| Publication number | Publication date |
|---|---|
| KR102285987B1 (ko) | 2021-08-04 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| KR102285987B1 (ko) | 건물 내 설비의 이상을 탐지하는 방법, 시스템 및 컴퓨터 프로그램 | |
| TWI632443B (zh) | 異常資料的重要度判定裝置以及異常資料的重要度判定方法 | |
| CN105992977B (zh) | 成套设备的诊断装置和诊断方法 | |
| US10331510B2 (en) | Simulation based fault diagnosis using extended heat flow models | |
| US20150235141A1 (en) | Automatic fault detection and diagnosis in complex physical systems | |
| ES2878267T3 (es) | Dispositivo de evaluación de riesgos, sistema de evaluación de riesgos, método de evaluación de riesgos, y programa de evaluación de riesgos | |
| Alexandersen et al. | A stair-step probabilistic approach for automatic anomaly detection in building ventilation system operation | |
| KR102393602B1 (ko) | 공기조화기 시스템 및 그 제어방법 | |
| JP2021089116A (ja) | 情報処理装置、情報処理方法、プログラム及び学習済みモデルの生成方法 | |
| CN119189605B (zh) | 基于参数相关贝叶斯网络的空调系统故障诊断方法及装置 | |
| CN116490933A (zh) | 使用神经网络模型跟踪异常状态判断依据的装置和方法 | |
| Ghimire et al. | Fault diagnosis and augmented reality-based troubleshooting of HVAC systems | |
| CN120466794A (zh) | 基于物联网的空调工况监控方法及系统 | |
| JP2005301582A (ja) | プロセス管理装置 | |
| Barwig et al. | The national building controls information program | |
| O’Neill et al. | Real time model-based energy diagnostics in buildings | |
| CN117073129A (zh) | 一种暖通空调系统故障诊断方法及系统 | |
| Delgoshaei et al. | Framework for knowledge-based fault detection and diagnostics in multi-domain systems: Application to heating ventilation and air conditioning systems | |
| Mattera et al. | Fault detection and diagnostics in ventilation units using linear regression virtual sensors | |
| Najafi et al. | A statistical pattern analysis framework for rooftop unit diagnostics | |
| Borges et al. | Fault detection and diagnosis by machine learning methods in air-to-water heat pumps: Evaluation of evaporator fouling | |
| JP4434905B2 (ja) | プロセス管理装置 | |
| Kim et al. | Development and validation of aggregation method for fault detection and diagnostics in HVAC systems | |
| Brambley et al. | Final project report: Self-correcting controls for vav system faults filter/fan/coil and vav box sections | |
| Huang et al. | A feature extraction framework with entropy on graphs for cross-dataset building fault detection |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| PA0109 | Patent application |
Patent event code: PA01091R01D Comment text: Patent Application Patent event date: 20181010 |
|
| A201 | Request for examination | ||
| PA0201 | Request for examination |
Patent event code: PA02012R01D Patent event date: 20190916 Comment text: Request for Examination of Application Patent event code: PA02011R01I Patent event date: 20181010 Comment text: Patent Application |
|
| PG1501 | Laying open of application | ||
| E902 | Notification of reason for refusal | ||
| PE0902 | Notice of grounds for rejection |
Comment text: Notification of reason for refusal Patent event date: 20201111 Patent event code: PE09021S01D |
|
| AMND | Amendment | ||
| E601 | Decision to refuse application | ||
| PE0601 | Decision on rejection of patent |
Patent event date: 20210512 Comment text: Decision to Refuse Application Patent event code: PE06012S01D Patent event date: 20201111 Comment text: Notification of reason for refusal Patent event code: PE06011S01I |
|
| X091 | Application refused [patent] | ||
| AMND | Amendment | ||
| PX0901 | Re-examination |
Patent event code: PX09011S01I Patent event date: 20210512 Comment text: Decision to Refuse Application Patent event code: PX09012R01I Patent event date: 20210111 Comment text: Amendment to Specification, etc. |
|
| PX0701 | Decision of registration after re-examination |
Patent event date: 20210706 Comment text: Decision to Grant Registration Patent event code: PX07013S01D Patent event date: 20210614 Comment text: Amendment to Specification, etc. Patent event code: PX07012R01I Patent event date: 20210512 Comment text: Decision to Refuse Application Patent event code: PX07011S01I Patent event date: 20210111 Comment text: Amendment to Specification, etc. Patent event code: PX07012R01I |
|
| X701 | Decision to grant (after re-examination) | ||
| GRNT | Written decision to grant | ||
| PR0701 | Registration of establishment |
Comment text: Registration of Establishment Patent event date: 20210729 Patent event code: PR07011E01D |
|
| PR1002 | Payment of registration fee |
Payment date: 20210730 End annual number: 3 Start annual number: 1 |
|
| PG1601 | Publication of registration | ||
| PR1001 | Payment of annual fee |
Payment date: 20240625 Start annual number: 4 End annual number: 4 |
|
| PR1001 | Payment of annual fee |
Payment date: 20250625 Start annual number: 5 End annual number: 5 |
