-
-
-
Real time infrared gas detection based on a modified EMD algorithm
-
Propane gas leak detection by infrared absorption using carbon infraredemitter and infrared camera
-
An Effective Method for Gas-Leak Area Detection and Gas Identification with Mid-Infrared Image
-
Detection and tracking of gas plumes in LWIR hyperspectral video sequence data
-
-
-
-
Machine vision for natural gas methane emissions detection using an infrared camera
-
VideoGasNet: Deep learning for natural gas methane leak classification using an infrared camera
-
Invisible Gas Detection: An RGB-Thermal Cross Attention Network and A New Benchmark
-
Improved Background Estimation for Gas Plume Identification in Hyperspectral Images
-
[Gaseous Object Detection](#Gaseous Object Detection2024)
-
GasSeg: A lightweight real-time infrared gas segmentation network for edge devices
-
Contrast Gas Detection: Improving Infrared Gas Semantic Segmentation with Static Background
-
-
-
-
overview:
This paper introduces a novel algorithm for real-time infrared (IR) gas detection based on a modified Empirical Mode Decomposition (EMD) method. The authors propose a modified EMD (m-EMD) algorithm that selectively extracts the intrinsic mode function (IMF) component related to gas concentration, rather than decomposing the entire signal into all possible IMFs. This approach reduces computational complexity and improves detection precision. Additionally, a mean-envelope filtering (MEF) method is introduced to further suppress noise in the amplitude envelope obtained by the m-EMD. The combination of m-EMD and MEF demonstrates higher sensitivity and eliminates the "lagging" effect commonly associated with digital lock-in amplifiers (DLIA), making it suitable for real-time gas detection. -
code: not available
-
datasets: not available
Propane gas leak detection by infrared absorption using carbon infraredemitter and infrared camera(2011)
-
overview:
This study introduces a propane gas leak detection system based on infrared absorption using a carbon infrared emitter (CIE) and an infrared camera.- The hardware includes a CIE transmitting infrared wavelengths of 1–5 μm, a parabolic reflector for uniform infrared radiation, and a Raytheon-Amber Radiance HS infrared camera equipped with an indium antimonide (InSb) detector. The study uses a bandpass filter centered at 3.37 μm to isolate the absorption band of propane gas.
- Infrared intensity changes due to propane absorption are analyzed to create real-time images of gas leaks. The algorithm correlates the intensity and concentration-pathlength product to evaluate hazards.
-
code: not available
-
datasets: not available
An Effective Method for Gas-Leak Area Detection and Gas Identification with Mid-Infrared Image(2022)
-
overview:
This study presents an effective method for gas-leak area detection and gas identification using a mid-infrared imaging system.- The hardware employs a broadband uncooled infrared focal-plane detector, covering both mid-wave and long-wave bands, equipped with a rotating filter wheel and image-processing module for multi-spectral imaging.
- The system is capable of capturing real-time gas leakages under various conditions. The proposed algorithm combines an advanced image-enhancement technique using Gaussian filtering and adaptive histogram segmentation with an improved ViBe background subtraction method to detect gas leakage areas dynamically.
-
code: not available
-
datasets: not available
-
overview:
This paper presents a method for detecting and segmenting chemical gas plumes in LWIR hyperspectral video sequences. It addresses challenges in plume segmentation due to its diffusive nature and invisibility in standard RGB imagery. The proposed approach combines Principal Component Analysis (PCA) for dimensionality reduction, Midway histogram equalization for frame smoothing, and clustering techniques (K-means, spectral clustering, and a modified MBO scheme) for segmentation. Results demonstrate the effectiveness of these methods in isolating gas plumes, with the modified MBO scheme achieving the best performance.-
Data Processing Pipeline:
- Dimensionality Reduction (PCA): Principal Component Analysis (PCA) is used to reduce the high-dimensional hyperspectral data, focusing on the most informative components to create a false-color RGB representation.
- Histogram Equalization (Midway Method): Midway histogram equalization smooths intensity variations across video frames, reducing flicker and improving frame-to-frame continuity.
-
Clustering Techniques for Segmentation:
- K-means Clustering: Applied with Euclidean and cosine distance metrics, K-means effectively separates plume regions but can suffer from initialization sensitivity.
- Spectral Clustering: Utilizes eigenvalues of the graph Laplacian to form clusters. Feature vectors enhance segmentation quality.
- Modified MBO Scheme: A semi-supervised method based on minimizing the Ginzburg-Landau functional for refined segmentation of gas plumes.
-
-
code: not available
-
datasets: not available
- overview:
This paper introduces a novel approach for detecting methane emissions using an infrared camera and a deep learning-based system, GasNet.- The hardware includes the FLIR GF320 infrared camera and a controlled experimental facility with various leak sources. The study leverages a labeled video dataset, GasVid, which captures methane leaks at different flow rates and imaging distances.
- The algorithm uses convolutional neural networks (CNNs) to identify methane plumes through background subtraction and feature extraction.
- paper
- code: not available
- datasets: not available
VideoGasNet: Deep learning for natural gas methane leak classification using an infrared camera(2022)
-
overview:
This study introduces VideoGasNet, a 3D CNN-based deep learning model for methane leak classification using infrared video data.- The hardware includes a FLIR GF320 infrared camera capturing the GasVid dataset, which contains labeled methane leak videos under controlled release conditions.
- The system integrates video pre-processing techniques like background subtraction and leverages temporal information across frames for enhanced accuracy.
- The model achieves nearly 100% binary classification accuracy and 78.2% for small-medium-large leak size classification, showcasing its capability to extend OGI systems from detection to automated classification.
-
code: not available
-
datasets: not available
Gasformer: A Transformer-based Architecture for Segmenting Methane Emissions from Livestock in Optical Gas Imaging(2024)
-
overview:
This study presents Gasformer, a novel Transformer-based architecture for semantic segmentation of methane emissions in optical gas imaging.- The hardware employs the FLIR GF77 optical gas imaging camera to capture two unique datasets: a controlled methane release dataset and a dairy cow rumen gas dataset.
- The research integrates a Mix Vision Transformer encoder to extract multi-scale features and a Light-Ham decoder for refining segmentation maps. The algorithm leverages advanced self-attention mechanisms and matrix decomposition to achieve accurate segmentation.
-
datasets: not available
-
overview:
This study introduces RT-CAN (RGB-Thermal Cross Attention Network), a novel two-stream architecture designed for detecting vision-invisible gases.- The hardware includes an RGB camera and a thermal infrared camera with pixel-level alignment for capturing the Gas-DB dataset, comprising 1,293 well-annotated RGB-thermal image pairs across eight diverse scenarios.
- This study leverages the RGB-assisted Cross Attention (RCA) module to enhance thermal feature learning by fusing RGB and thermal modalities, while the cascaded decoder with Global Textural Attention (GTA) modules ensures precise pixel-level segmentation.
- RT-CAN achieves state-of-the-art performance, improving IoU, accuracy, and F2 scores over existing models by 5.65%, 4.86%, and 4.88%, respectively, demonstrating its effectiveness for gas detection in complex environments.
-
overview
This paper explores the improvement of background estimation methods to enhance the recognition performance of gas plumes in long-wave infrared hyperspectral images.- The purpose of the study is to determine which method can most accurately estimate the background radiation below the plume and improve the confidence level of the neural network in recognizing the gas.
- The paper proposes two new methods, K-Nearest Segments (KNS) and K-Nearest Neighbors (KNN), and compares them with three existing methods: PCA, KMeans, and the ring-band method.
- It was found that PCA performed the best in background estimation. However, KNS performed best in improving the confidence of the neural network in recognizing gases that are difficult to identify, such as C2H2 and N2O. The paper also explores the sensitivity of the different methods to hyperparameters and finds that KNN and PCA are insensitive to hyperparameters, while KNS and the ring-band method require more tuning.
- The paper tests these methods by simulating 640 plumes with different gases and signal strengths, and shows that PCA, while having the best background estimation, does not directly translate into better identification confidence, possibly because it is a global method that does not handle local variations well. Future work may need to explore local covariance estimation and test the performance of these methods on real data.
-
code: not available
-
datasets: not available
Black carbon plumes from gas flaring in North Africa identified from multi-spectral imagery with deep learning(2024)
-
overview
This study introduces a deep learning framework for detecting and quantifying black carbon (BC) plumes from gas flaring using Sentinel-2 multi-spectral satellite imagery.- The hardware includes the Sentinel-2 satellite, which provides high-resolution multi-spectral imagery, including RGB and infrared bands, used to identify gas flares and BC plumes.
- This study integrates traditional flare-identification algorithms (e.g., Normalized Hotspot Indices and Thermal Anomaly Index) with a ConvLSTM deep learning model to detect BC plumes. Synthetic BC plumes are generated using a custom 2D LES plume model for training the deep learning model.
- The model achieves high accuracy in detecting BC plumes, particularly for large plumes, and estimates BC emissions using the Integrated Mass Enhancement (IME) method. The study estimates that BC emissions from gas flaring in North Africa in 2022 amounted to 6.2 Gg, with Algeria contributing 75% of the total.
-
code: not available
-
datasets: not available
A lightweight network based on local-global feature fusion for real-time industrial invisible gas detection with infrared thermography (2024)
-
overview
-
This research introduces GasViT, a novel lightweight network specialized for detecting industrial invisible gases in thermal images by fusing local and global features. The model is designed to overcome challenges posed by indistinct gas features and the high computational cost of existing methods.
-
The paper presents the Industrial Invisible Gas (IIG) Dataset, a self-made collection of 5,569 thermal images containing 11,186 gas leakage instances across five different industrial scenarios.
-
The architecture features two new modules: the Multi-scale Fusion Feature Attention (MsFFA), which enhances local feature extraction , and the Multi-head Linear Self-attention (MhLSa), which efficiently encodes global information at a low computational cost.
-
GasViT achieves 82.7% mAP50 on the IIG dataset, outperforming other state-of-the-art lightweight networks. It can be deployed on edge devices, reaching 33 FPS with a memory footprint of only 47.2 MB, making it highly suitable for portable and embedded detection systems.
-
-
code: Not publicly available.
-
datasets: Not publicly available; the paper states, "Data will be made available on request".
-
overview
-
This paper pioneers the task of Gaseous Object Detection (GOD), exploring whether deep learning–based object detection techniques can extend from solid to gaseous substances. It identifies key challenges such as saliency deficiency, arbitrary and ever-changing shapes, and lack of distinct boundaries that make gas objects fundamentally different from conventional ones.
-
To support this study, the authors construct the GOD-Video dataset, consisting of 600 videos (141,017 frames) captured in both 3–5 μm and 8–12 μm infrared bands. It covers diverse gases, distances, visibility levels, and camera motions, providing the first large-scale benchmark for gaseous object detection.
-
A physics-inspired Voxel Shift Field (VSF) is proposed, derived from the Gaussian dispersion model, to model 3D spatial-temporal irregularities of gas diffusion. Integrated into Faster RCNN, the resulting VSF RCNN effectively captures dynamic gas motion in the potential 3D space.
-
On the GOD-Video benchmark, VSF RCNN improves AP₅₀ from 37.34 % to 51.08 % and demonstrates strong generalizability to other detectors (e.g., FCOS, RetinaNet, DETR). This establishes a solid baseline and encourages further research into gas-centric visual tasks such as classification, tracking, and segmentation.
-
LangGas: Introducing Language in Selective Zero-Shot Background Subtraction for Semi-Transparent Gas Leak Detection with a New Dataset (2025)
-
overview
- Used Background Subtraction with Vision Langugae Model to detect leakage
- Used SAM 2 to segment the leakage
- Tested on a computer-rendered dataset
-
overview
-
This paper proposes GasSeg, a lightweight, dual-branch neural network designed for real-time infrared gas segmentation (IGS) on edge computing devices. Its purpose is to identify gas regions within infrared images to aid in leakage prevention and detection.
-
To facilitate research, the authors introduce a high-quality, real-world IGS dataset containing 6,426 images and 7,390 gas segmentation annotations collected from authentic industrial scenarios.
-
Key technical innovations include a Boundary-Aware Stem (BA Stem) to improve sensitivity to gas shapes , a dual-branch architecture where a boundary guidance branch refines a context branch , and a Contextual Attention Pyramid Pooling Module (CAPPM) to capture essential global features.
-
GasSeg demonstrates state-of-the-art performance, achieving 90.68% mIoU and 95.02% mF1, with inference speeds of 215 FPS on a GPU and 62 FPS on an edge platform, making it suitable for real-world industrial applications.
-
-
overview
-
This paper introduces a novel approach for infrared gas semantic segmentation by leveraging static background information to improve accuracy. The proposed model, CGNet, is designed specifically for gas leakage scenarios.
-
A new annotation methodology is presented, which involves differencing gas leakage images from their corresponding static backgrounds to precisely delineate leakage areas.
-
Based on this method, the Contrast Gas Detection (CGD) dataset was created, containing 926 static background-gas image pairs from 38 video sequences. The dataset is categorized by release distance, amount, and gas type (SF6, CF4, and Water).
-
The proposed model, CGNet, uses a Gas Contrast Attention (GCA) mechanism to compare features from the static background and the gas scene, which are processed by a ResNet backbone. It outperforms other widely used semantic segmentation models on the CGD dataset, with improvements of 5.83% in Accuracy, 5.57% in IoU, and 5.00% in FScore.
-
-
overview
This study investigates the detection limits of Optical Gas Imaging (OGI) technology for detecting natural gas leaks in realistic controlled conditions.- Conducted at Colorado State University's Methane Emissions Technology Evaluation Center (METEC), the research examines the impact of hardware performance, environmental factors, and human factors on the efficiency of OGI leak detection.
- The study utilizes the FLIR GF320 infrared camera, operating in the 3.2–3.4 μm spectral band, to capture methane emissions from controlled leakage points at varying flow rates.
- Surveyor experience significantly influences detection rates, with highly experienced surveyors detecting 1.7 times more leaks than those with less experience. The findings underscore the importance of background contrast, wind speed, and survey protocol in optimizing detection performance.
Detection limits of optical gas imagers as a function of temperature differential and distance(2019)
-
overview:
This paper investigates the detection limits of Optical Gas Imaging (OGI) as a function of temperature differential ($\Delta T$ ) and distance, providing quantitative models to predict OGI detection limits under varying temperature differentials and distances.-
Optical Gas Imaging (OGI) Contrast Equation:
$$\Delta I = \left[ B(T_B, \lambda) - B(T_G, \lambda) \right] \cdot \left[ 1 - \exp(-\alpha(\lambda)CL) \right] \cdot t(\lambda)$$ -
Detection Limit versus Temperature Difference:
$$DL_{\text{ppm-m}} = \alpha \cdot |\Delta T|^{\beta}$$ -
Detection limit (g/h) versus distance and temperature difference:
$$DL_{\text{gph}} = c \cdot DL_{\text{ppm-m}} \cdot d^2 \cdot w \cdot \frac{P}{T} \cdot \frac{\text{MW}}{R}$$ -
Simplified mass flow rate detection limit equation:
When using a FLIR GF320 camera with a 23 mm lens and assuming normal diffusion conditions, the mass flow rate detection limit can be simplified to:$$DL_{\text{gph}} = 18.41 \cdot |\Delta T|^{-1.094} \cdot d^2$$ -
Comparison of detection limits for absorptive and radiative plumes:
Ratio of detection limits for absorptive and radiative plumes at the same absolute temperature difference ($\Delta T$ ):
for methane:$$\frac{DL_{\text{ppm-m, absorption}}}{DL_{\text{ppm-m, radiant}}} \approx 1.19 , \text{to} , 2.55$$ for propane:
$$\frac{DL_{\text{ppm-m, absorption}}}{DL_{\text{ppm-m, radiant}}} \approx 1.11 , \text{to} , 2.35$$ -
Calculation of the maximum permissible detection distance:
If the target detection limit is set (e.g. 30 g/h), the maximum permissible detection distance is calculated according to the temperature difference$\Delta T$ , the maximum permissible detection distance is calculated:$$d_{\text{max}} = \sqrt{\frac{DL_{\text{gph}}}{c_1 \cdot |\Delta T|^{-1.094}}}$$
-
Detection Limits of Optical Gas Imaging for Natural Gas Leak Detection in Realistic Controlled Conditions(2020)
-
overview:
The study identifies the critical roles of hardware, environmental conditions, and human factors in influencing detection efficiency.- The hardware employs the FLIR GF320 optical gas imaging camera, which operates in the 3.2–3.4 μm infrared spectral band, to capture controlled methane gas emissions under realistic outdoor conditions.
- The system includes a multi-faceted testing setup at the METEC facility, featuring three simulated well pads. Controlled solenoid valves and Omega FMA-1700 thermal mass flow meters precisely regulate and measure gas emission rates. Environmental variables, such as wind speed, temperature, and background types (e.g., ground, equipment, and sky), are integrated into the system to assess detection performance under varying conditions.
continue updating...
