Real-time leak detection using an infrared camera and Faster R-CNN technique

https://doi.org/10.1016/j.compchemeng.2020.106780Get rights and content

Highlights

  • A novel approach for real-time leak detection method using Infrared camera.

  • Transfer learning approach is employed considering the limited training dataset.

  • Sensitivity analysis to extract features from pre-trained model.

  • The Faster R-CNN model exhibits the better performance compared to SSD models.

Abstract

Real-time hydrocarbon leak detection is an essential part of process safety and loss prevention program. Optical gas imaging (OGI) is one of the attractive methods to monitor hydrocarbon leak in the processing system. The manual analysis of a video frame to detect a potential leak is cumbersome and error-prone. The purpose of this study is to develop the automated hydrocarbon leak detection using appropriate technology and numerical technique. This is achieved by integrating Faster Region-Convolutional Neural Network (Faster R-CNN) technique with the OGI technology. The application of the procedure is demonstrated using the videos of the hydrocarbon leaks from an Ethane cracker plant. The videos are used to train the Faster R-CNN and subsequently used for the testing. The performance of the proposed integrated approach is compared with the Single Shot MultiBox Detector (SSD) models. The results confirm the proposed optimal model is superior compared to the SSD models.

Introduction

Hydrocarbon fire and explosion accidents are outcomes of leak incidents. Detecting the hydrocarbon leaks at the early stage is critical to prevent the causation of fire and explosion accident. Leak detection generally has two tasks, identifying the leak (often termed as classification task) and localization of the leak (often called localization task). The classification task also checks the hydrocarbon leak type, while the localization task also establishes the hydrocarbon leak sources. Both tasks are critical for a quick accident prevention decision.

Numerous studies have been conducted to realize the leak detection tasks of varied objectives. Some of the previous works combined the traditional sensors with the mobile robots (Ishida et al., 2004; Russell, 2004a,b; Lochmatter et al., 2008; Ferri et al., 2009). However, such integrated approaches exhibit poor performance in the complicated terrain of the chemical plant (Cho et al., 2018). In addition, some works integrated the traditional sensors with varied analytical approaches(Nofsinger et al., 2004; Huseynov et al., 2009; Li et al., 2011; Neumann et al., 2013; Chraim et al., 2015). More recently, the high focus has been given to application of the deep learning approaches for the chemical process area (Lee et al., 2018; Wu and Zhang, 2018; Ning and You, 2019; Shin et al., 2019). Kim et al. (2019) integrated the Computational fluid dynamics (CFD)-based sensor data with the deep-learning-based analytical approach, which plays a competitive role in the chemical leak detection.

In addition to the above traditional sensor-based approaches, Optical gas imaging (OGI) becomes the promising alternative to visually detect hydrocarbon leaks of the chemical plant (Ravikumar et al., 2016, 2018; Golston et al., 2018). The OGI's advantage lies in that it can realize the real-time hydrocarbon leaks detection from several meters away without the need to shut down the chemical process. However, some drawbacks still exist (Ravikumar et al., 2016). For example, manually investigating the camera is much labor-intensity since the camera cannot provide the real-time feedback of the detection results without operators' judgment (Wang et al., 2019). As such, Wang et al. (2019) proposed the machine vision-based approach to detect the natural gas methane emission to reduce the labor cost as well as the operator-related uncertainty. This recently developed CNN-based approach only realizes the classification task of the detection for the specific equipment, however, could not visually localize the hydrocarbon leaks, which could not provide the quick guide to trace the leaking sources among several chemical equipment.

Recently, several advanced object detection approaches have been developed to handle both classification and localization tasks for real-time object detection. These modern approaches can be generally classified into two types namely one-stage object detection methods such as You Only Look Once (YOLO) (Redmon et al., 2016), Single Shot MultiBox Detector (SSD) (Liu et al., 2016), and two-stage object detection methods such as Faster R-CNN (Ren et al., 2015). Among the modern approaches, Faster R-CNN approach exhibits competitive performance. In addition, several types of research have been recently performed to investigate the Faster R-CNN approach's capacity for varied real-time object detection applications (Sun et al., 2018; Pham et al., 2018; Zhang et al., 2018; Chen et al., 2018a,b; Xu et al., 2018; Chang et al., 2018; Hong et al., 2019). Generally, the researches demonstrated the approach's accuracy is relatively larger for all sizes of objects. However, its detection speed is slower compared to the one-stage object detection methods. Furthermore, for the generic datasets, Huang et al. (2017a,b) concluded that the detection speed could be effectively increased without harming the detection accuracy by changing the CNN architectures of the Faster R-CNN approach. This motivates us to determine the trade-off Faster R-CNN model between the detection speed and accuracy for real-time automated hydrocarbon leaks detection by altering the CNN architectures.

This study aims to handle both the classification and localization tasks of the real-time hydrocarbon leaks detection with no need of the operator's intervention. The Faster R-CNN approach and the OGI are accordingly integrated. Additionally, a procedure is proposed to develop the optimal trade-off Faster R-CNN model between the detection accuracy and speed for the first purpose. The OGI camera takes videos of the hydrocarbon leaks from the breather values in an Ethane cracker plant. Pre-trained model approach as one of the commonly used transfer learning approaches is employed considering the limited number of videos for the Faster R-CNN model development. Sensitivity analysis of varied pre-trained models and CNN architectures (both are denoted as pre-trained model configurations in the context below) on the integrated approach's performance is conducted. Optimality frontier presenting the optimal model is constructed. Comparison among the trade-off model and SSD models is performed. This study can contribute to selecting an appropriate model when employing the Faster R-CNN approach for the real-time automated hydrocarbon leaks detection.

Section snippets

The Faster R-CNN theory

The Faster R-CNN approach is 3rd generation of the R-CNN family (Ren et al., 2015).

Compared to the first and second generations, the Faster R-CNN proposes the CNN-based alternative namely the Region Proposal Network (RPN) which shares the weights and biases with the CNN-based detection network (Ren et al., 2015). This immediate integration could ensure its real-time object detection capacity with respect to the detection speed and accuracy. Fig. 1 demonstrates the architecture of the Faster

Methodology to develop an optimal model for automated leak detection

This part is to propose the methodology to determine the optimal Faster R-CNN model for the real-time hydrocarbon leak detection by iteratively varying the pre-trained model configuration. The pre-trained model configuration contains three aspects which are the pre-trained model based on the specific dataset, the pre-defined feature extractor network and the number of proposals in the feature extractor network. Fig. 2 demonstrates the proposed procedure, which is briefly described as follows.

The case study of an ethane cracker plant

To demonstrate the feasibility of the proposed procedure as well as determine the optimal Faster R-CNN model in terms of accuracy and detection speed, a case study of an Ethane cracker plant is conducted. Result analysis includes the effect of varied pre-trained configurations on the performance of the Faster R-CNN approach and the final construction of the optimality frontier. Comparison of our optimal model and the Single Shot Multibox Detector (SSD) models is eventually given.

Conclusions

The present work has integrated the Faster R-CNN approach with an infrared camera for the real-time automated hydrocarbon leak detection. The conclusions are summarized as follows.

  • (1)

    Increasing the depth and parameters of the feature extractor does not considerably improve the accuracy of the Faster R-CNN approach; however, it can significantly slow down its detection speed.

  • (2)

    The difference of influencing the approach's real-time detection performance among the pre-trained models based on the

CRediT authorship contribution statement

Jihao Shi: Conceptualization, Methodology, Software, Investigation, Writing - original draft, Writing - review & editing. Yuanjiang Chang: Conceptualization, Methodology, Formal analysis, Writing - review & editing, Supervision, Project administration, Funding acquisition. Changhang Xu: Methodology, Writing - review & editing, Supervision, Funding acquisition. Faisal Khan: Conceptualization, Methodology, Investigation, Formal analysis, Writing - review & editing, Supervision. Guoming Chen:

Declaration of Competing Interest

The authors declare that they have no known competing financial interests or personal relationships that could have appeared to influence the work reported in this paper.

Acknowledgments

This study was supported by National Key R&D Program of China (2017YFC0804501). China Postdoctoral Science Foundation Funded Project (Project No.: 2019M662469). National Natural Science Foundation of China (Project No.: 51879272. Qingdao Science and Technology Plan. Author Faisal Khan thankfully acknowledges the financial support provided by the Natural Sciences Engineering Council of Canada (NSERC) and Canada Research Chair (Tier I) Program to help participate in this work.

References (39)

  • Y.C. Chang et al.

    Pedestrian detection in aerial images using vanishing point transformation and deep learning

  • F. Chen et al.

    Fast automatic airport detection in remote sensing images using convolutional neural networks

    Remote Sens.

    (2018)
  • F. Chen et al.

    Fast automatic airport detection in remote sensing images using convolutional neural networks

    Remote Sens.

    (2018)
  • R. Girshick

    Fast R-CNN

  • L.M. Golston et al.

    Natural gas fugitive leak detection using an unmanned aerial vehicle: localization and quantification of emission rate

    Atmosphere

    (2018)
  • J. Huseynov et al.

    Gas-leak localization using distributed ultrasonic sensors

  • K. He et al.

    Deep residual learning for image recognition

  • J. Huang et al.

    Speed/accuracy trade-offs for modern convolutional object detectors

  • G. Huang et al.

    Densely connected convolutional networks

  • Cited by (63)

    View all citing articles on Scopus
    View full text