$\require{mediawiki-texvc}$

연합인증

연합인증 가입 기관의 연구자들은 소속기관의 인증정보(ID와 암호)를 이용해 다른 대학, 연구기관, 서비스 공급자의 다양한 온라인 자원과 연구 데이터를 이용할 수 있습니다.

이는 여행자가 자국에서 발행 받은 여권으로 세계 각국을 자유롭게 여행할 수 있는 것과 같습니다.

연합인증으로 이용이 가능한 서비스는 NTIS, DataON, Edison, Kafe, Webinar 등이 있습니다.

한번의 인증절차만으로 연합인증 가입 서비스에 추가 로그인 없이 이용이 가능합니다.

다만, 연합인증을 위해서는 최초 1회만 인증 절차가 필요합니다. (회원이 아닐 경우 회원 가입이 필요합니다.)

연합인증 절차는 다음과 같습니다.

최초이용시에는
ScienceON에 로그인 → 연합인증 서비스 접속 → 로그인 (본인 확인 또는 회원가입) → 서비스 이용

그 이후에는
ScienceON 로그인 → 연합인증 서비스 접속 → 서비스 이용

연합인증을 활용하시면 KISTI가 제공하는 다양한 서비스를 편리하게 이용하실 수 있습니다.

도시가스 배관압력 예측모델
City Gas Pipeline Pressure Prediction Model 원문보기

한국전자거래학회지 = The Journal of Society for e-Business Studies, v.23 no.2, 2018년, pp.33 - 47  

정원희 (Department of Computer Engineering, Sejong University) ,  박길주 (Metarights Inc.) ,  구영현 (Department of Computer Engineering, Sejong University) ,  김성현 (National Information Society Agency) ,  유성준 (Department of Computer Engineering, Sejong University) ,  조영도 (Korea Gas Safety Corporation)

초록
AI-Helper 아이콘AI-Helper

도시가스 배관은 지중에 매설되어 있기 때문에 세부 관리가 어렵고 다양한 위험에 노출되어 있다. 본 연구에서는 도시가스 배관압력 실시간 데이터를 분석해 배관압력 이상을 예측하고 전문가의 의사결정을 돕는 모델을 제안한다. 국내 도시가스 공급업체들 중 하나인 중부도시가스사의 정압기에서 수집하는 실시간 배관압력 데이터와 시간변수, 외부환경변수를 통합해 분석 데이터로 사용한다. 아산시와 천안시에 위치하는 11개 정압기를 분석 대상으로 하며 분 단위 배관압력 예측모델을 구현한다. Random forest, support vector regression(SVR), long-short term memory(LSTM) 알고리즘을 사용해 회귀모델을 구현한 결과 LSTM 모델에서 우수한 성능을 보인다. 아산시 배관압력 예측모델의 경우 LSTM 모델에서 RMSE가 0.011, MAPE가 0.494이며, 천안시 배관압력 예측모델의 경우 LSTM 모델에서 평균제곱근오차(root mean square error, RMSE)가 0.015, 절대평균백분율오차(mean absolute percentage error, MAPE)가 0.668로 가장 낮은 오류율을 보인다.

Abstract AI-Helper 아이콘AI-Helper

City gas pipelines are buried underground. Because of this, pipeline is hard to manage, and can be easily damaged. This research proposes a real time prediction system that helps experts can make decision about pressure anomalies. The gas pipline pressure data of Jungbu City Gas Company, which is on...

주제어

AI 본문요약
AI-Helper 아이콘 AI-Helper

* AI 자동 식별 결과로 적합하지 않은 문장이 있을 수 있으니, 이용에 유의하시기 바랍니다.

문제 정의

  • 본 연구에서는 배관상태에 영향을 미치는 배관압력 예측모델을 통해 전문가의 배관관리를 돕는 모델을 제안한다. Zhang et al.
  • 본 연구에서는 중부도시가스사의 공급권역 중 아산시와 천안시에 위치하는 정압기를 대상으로 배관압력 예측모델을 제안한다.
  • 본 연구에서는 현재 운영하는 전기방식 시스템의 단점을 극복하기 위해 도시가스사에서 실시간으로 수집, 관리하는 배관압력 데이터를 사용해 분 단위로 배관압력을 예측하는 모델을 제안한다. Min et al.
본문요약 정보가 도움이 되었나요?

질의응답

핵심어 질문 논문에서 추출한 답변
분석 데이터 중 배관압력 데이터는 어떻게 수집되는가? 분석 데이터는 배관압력과 시간변수, 외부환경변수로 이루어진다. 배관압력 데이터는 정압기에서 수집하는 1차 압력과 2차 압력으로 4~6초 간격으로 실시간 수집된다. 중부도시가스의 공급권역 중 아산시와 천안시의 11개 정압기데이터를 사용한다.
Random forest의 장점은 무엇인가? Random forest는 여러 개의 의사결정 트리를 사용하는 앙상블 알고리즘으로, 회귀모델의 경우 각 의사결정 트리에서 도출한 예측 수치들의 평균을 최종 결과로 결정한다. 앙상블 방법을 사용하기 때문에 일반화가 우수하며 노이즈에 강하다는 장점이 있다.
도시가스 배관이 위험에 노출되어 있는 이유는 무엇인가? 도시가스 배관은 지중에 매설되어 있기 때문에 세부 관리가 어렵고 다양한 위험에 노출되어 있다. 본 연구에서는 도시가스 배관압력 실시간 데이터를 분석해 배관압력 이상을 예측하고 전문가의 의사결정을 돕는 모델을 제안한다.
질의응답 정보가 도움이 되었나요?

참고문헌 (21)

  1. Akram, N. A., Isa, D., Rajkumar, R., and Lee, L. H., "Active incremental Support Vector Machine for oil and gas pipeline defects prediction system using long range ultrasonic transducers," Ultrasonics, Vol. 54, No. 6, pp. 1534-1544, 2014. 

  2. El-Abbasy, M. S., Senouci, A., Zayed, T., Mirahadi, F., and Parvizsedghy, L., "Artificial neural network models for predicting condition of offshore oil and gas pipelines," Automation in Construction, Vol. 45, pp. 50-65, 2014. 

  3. Hochreiter, S. and Schmidhuber, J., "Long short-term memory," Neural computation, Vol. 9, No. 8, pp. 1735-1780, 1997. 

  4. Hwang, K., Mandayam, S., Udpa, S. S., Udpa, L., Lord, W., and Atzal, M., "Characterization of gas pipeline inspection signals using wavelet basis function neural networks," NDT & E International., Vol. 33, pp. 531-545, 2000. 

  5. Korean Oil Corporation's Petronet: http://www.petronet.co.kr/v3/index.jsp. 

  6. Layouni, M., Hamdi, M. S., and Tahar, S., "Detection and sizing of metal-loss defects in oil and gas pipelines using pattern-adapted wavelets and machine learning" Applied Soft Computing, Vol. 52, pp. 247-261, 2017. 

  7. Lee, J. Y., Afzal, M., Udpa, S., Udpa, L., and Massopust, P., "Hierarchical rule based classification of MFL signals obtained from natural gas pipeline inspection," Neural Networks. IJCNN 2000, Proceedings of the IEEE-INNS-ENNS International Joint Conference on IEEE., Vol. 5, pp. 71-76, 2000. 

  8. Lee, L. H., Rajkumar, R., Lo, L. H., Wan, C. H., and Isa, D., "Oil and gas pipeline failure prediction system using long range ultrasonic transducers and Euclidean-Support Vector Machines classification approach," Expert Systems with Applications, Vol. 40 No. 6, pp. 1925-1934, 2013. 

  9. Li, J., Fan, X., Chen, G., Gao, Z., Chen, M., and Li, L., "A DNN for small leakage detection of positive pressure gas pipelines in the semiconductor manufacturing," In Online Analysis and Computing Science (ICOACS), IEEE International Conference, IEEE, pp. 384-388, 2016. 

  10. Liu, H., Liu, D., Zheng, G., Liang, Y., and Ni, Y., "Research on natural gas load forecasting based on support vector regression," In Intelligent Control and Automation, WCICA 2004, Fifth World Congress on IEEE, Vol. 4, pp. 3591A-3595, 2004. 

  11. Mandal, S. K., Chan, F. T., and Tiwari, M. K., "Leak detection of pipeline: An integrated approach of rough set theory and artificial bee colony trained SVM," Expert Systems with Applications, Vol. 39, No. 3, pp. 3071-3080, 2012. 

  12. Min, G. Y. and Jeong, D. H., "Research on assessment of impact of big data attributes to disaster response decision-making process," Journal of Society for e-Business Studies, Vol. 18, No. 3, pp. 17-43, 2013. 

  13. Mohamed, A., Hamdi, M. S., and Tahar, S., "A Hybrid Intelligent Approach for Metal-Loss Defect Depth Prediction in Oil and Gas Pipelines," In Intelligent Systems and Applications. Springer International Publishing, pp. 1-18, 2016. 

  14. Mohamed, A., Hamdi, M. S., and Tahar, S., "A machine learning approach for big data in oil and gas pipelines," In Future Internet of Things and Cloud (FiCloud), 2015 3rd International Conference on IEEE, pp. 585-590, 2015. 

  15. National Statistics Portal: http://kosis.kr/index/index.jsp. 

  16. National Weather Service Station: https://data.kma.go.kr/cmmn/main.do. 

  17. Nejatian, I., Kanani, M., Arabloo, M., Bahadori, A., and Zendehboudi, S., "Prediction of natural gas flow through chokes using support vector machine algorithm," Journal of Natural Gas Science and Engineering, Vol. 18, pp. 155-163, 2014. 

  18. Noh, S. C., "Analysis of factors affecting energy consumption and $CO_2$ emissions structure in household sector," Doctoral dissertation, Seoul National University, 2013. 

  19. T developers: https://developers.sktelecom.com/. 

  20. Witten, I. H. and Frank, E., "Data Mining: Practical machine learning tools and techniques," Morgan Kaufmann, 2005. 

  21. Zhang, S. and Zhou, W., "System reliability of corroding pipelines considering stochastic process-based models for defect growth and internal pressure," International Journal of Pressure Vessels and Piping, Vol. 111, pp. 120-130, 2013. 

저자의 다른 논문 :

관련 콘텐츠

오픈액세스(OA) 유형

GOLD

오픈액세스 학술지에 출판된 논문

섹션별 컨텐츠 바로가기

AI-Helper ※ AI-Helper는 오픈소스 모델을 사용합니다.

AI-Helper 아이콘
AI-Helper
안녕하세요, AI-Helper입니다. 좌측 "선택된 텍스트"에서 텍스트를 선택하여 요약, 번역, 용어설명을 실행하세요.
※ AI-Helper는 부적절한 답변을 할 수 있습니다.

선택된 텍스트

맨위로