AI Chimney Detection for Small Targets in Remote Sensing

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing remote sensing image detection technologies face challenges in accurately detecting industrial chimneys due to complex backgrounds, small target sizes, and inconsistent image quality, leading to false positives and negatives, and are unable to balance detection accuracy with real-time performance.

Innovation Solution

A chimney detection method using a YOLO-RSOD framework with a backbone, neck, and head network, incorporating data augmentation, feature pyramid networks, explicit visual centers, and global attention mechanisms to enhance feature extraction and fusion, and decoupled detection heads for improved accuracy and speed.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If two-stage convolutional neural networks (RCNN, Faster RCNN) are used for chimney detection, then detection accuracy is improved, but real-time performance deteriorates

Engineering Contradiction:
Improvedetection accuracyVSAvoidreal-time performance
Core Design Contradiction:
Measurement precisionVSProductivity

Solution Approach 1:

The detection task is segmented into two distinct stages: region proposal generation and target classification. This segmentation allows each stage to be optimized independently - the region proposal stage uses selective search to generate candidate regions, while the classification stage uses convolutional neural networks to accurately classify these regions, thereby achieving both high accuracy and improved real-time performance compared to unified two-stage approaches

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system dynamically adjusts the number of region proposals generated based on image complexity and computational resources available. By making the region proposal count adaptive rather than fixed, the system can maintain high detection accuracy while optimizing real-time performance according to specific operational conditions

Inventive Principle:
Principle #15Dynamics

2Productivity

If YOLO end-to-end convolutional neural network is used for chimney detection, then real-time performance is improved, but detection accuracy deteriorates

Engineering Contradiction:
Improvereal-time performanceVSAvoiddetection accuracy
Core Design Contradiction:
ProductivityVSMeasurement precision

Solution Approach 1:

The detection process is divided into region proposal generation and target classification stages. This segmentation enables the use of sophisticated classification methods on pre-selected regions, improving detection accuracy while maintaining the real-time performance benefits of YOLO's efficient feature extraction and end-to-end processing architecture

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

Region proposals are generated in advance using selective search algorithms before the classification stage. This preliminary action of identifying candidate regions allows the subsequent classification network to focus computational resources on promising areas, thereby improving detection accuracy without significantly increasing overall processing time

Inventive Principle:
Principle #10Preliminary action

3Productivity

If traditional detection methods are used, then processing speed is maintained, but detection accuracy deteriorates due to complex backgrounds and small targets

Engineering Contradiction:
Improveprocessing speedVSAvoiddetection accuracy
Core Design Contradiction:
ProductivityVSMeasurement precision

Solution Approach 1:

The system dynamically adjusts processing parameters such as the number of region proposals, feature extraction depth, and classification thresholds based on image characteristics. This dynamic adaptation allows the system to maintain high processing speeds for simple images while automatically allocating more computational resources for complex images with challenging backgrounds and small targets, thereby improving overall detection accuracy without sacrificing processing speed

Inventive Principle:
Principle #15Dynamics

Data Source

PatentUS20250336194A1Chimney detection method based on ai technology
Publication Date: 2025.10.30 INST OF ATMOSPHERIC PHYSICS CHINESE ACADEMY SCI
  • US20250336194A1 patent drawing
  • US20250336194A1 patent drawing
  • US20250336194A1 patent drawing

AI summary

A chimney detection method based on AI technology includes collecting a remote sensing chimney image dataset, divide it into a training set and a validation set, and enhance the data; inputting the dataset into the main network for feature extraction, and transmit it to the neck network to extract feature information; transmitting the feature information obtained by the neck network to the feature pyramid, performing up and down sampling for feature fusion, strengthening features through an explicit visual center and global attention mechanism, and obtaining the corresponding enhanced feature map; and inputting the enhanced feature map into the head network respectively, and obtain the detection result of the remote sensing chimney image.