Small Aerial Target Detection for Airborne Infrared Detection Systems using LightGBM and Trajectory Constraints

Xiaoliang Sun,Liangchao Guo,Wenlong Zhang,Zi Wang,Qifeng Yu
DOI: https://doi.org/10.1109/JSTARS.2021.3115637
2024-07-01
Abstract:Factors, such as rapid relative motion, clutter background, etc., make robust small aerial target detection for airborne infrared detection systems a challenge. Existing methods are facing difficulties when dealing with such cases. We consider that a continuous and smooth trajectory is critical in boosting small infrared aerial target detection performance. A simple and effective small aerial target detection method for airborne infrared detection system using light gradient boosting model (LightGBM) and trajectory constraints is proposed in this article. First, we simply formulate target candidate detection as a binary classification problem. Target candidates in every individual frame are detected via interesting pixel detection and a trained LightGBM model. Then, the local smoothness and global continuous characteristic of the target trajectory are modeled as short-strict and long-loose constraints. The trajectory constraints are used efficiently for detecting the true small infrared aerial targets from numerous target candidates. Experiments on public datasets demonstrate that the proposed method performs better than other existing methods. Furthermore, a public dataset for small aerial target detection in airborne infrared detection systems is constructed. To the best of our knowledge, this dataset has the largest data scale and richest scene types within this field.
Computer Vision and Pattern Recognition
What problem does this paper attempt to address?
The problem that this paper attempts to solve is the challenge of robust detection of small aerial targets in aerial infrared detection systems under complex backgrounds, especially under the conditions of rapid relative motion and cluttered backgrounds. Existing methods face difficulties in dealing with these situations. This paper proposes a new method using the Light Gradient Boosting Machine (LightGBM) and trajectory constraints to improve the performance of small infrared aerial target detection. ### Specific problem description: 1. **Rapid relative motion**: Due to the high - speed movement of aerial platforms, the background changes rapidly, which brings challenges to target detection. 2. **Cluttered background**: Complex elements in the background such as clouds, vegetation, water bodies and buildings increase the difficulty of detection. 3. **Limitations of existing methods**: - **Single - frame method**: It mainly relies on the difference between the target and the background, but a single frame provides insufficient clues, especially when the target is very weak and the background is cluttered. - **Multi - frame method**: Although it introduces temporal cues and improves the detection performance, the computational complexity increases, and it is difficult to handle rapidly changing backgrounds. ### Solutions: 1. **Target candidate detection**: Simplify the target candidate detection problem into a binary classification problem, and detect target candidates in each frame through interest pixel detection and the trained LightGBM model. 2. **Trajectory constraints**: - **Local smoothness**: Keep the local linearity of the target trajectory through short - strict constraints. - **Global continuity**: Extend the target trajectory through long - loose constraints to form a continuous and smooth long trajectory. 3. **Experimental verification**: Experiments were carried out on public datasets, and the results show that this method has better performance in small - target detection in cluttered backgrounds than existing methods. 4. **Dataset construction**: A large - scale public dataset was constructed, containing the richest scene types, for small - target detection research. ### Main contributions: 1. **Innovative trajectory - constraint model**: Proposed short - strict and long - loose constraints for detecting real small infrared aerial targets. 2. **High - quality public dataset**: Constructed a large - scale public dataset, providing rich resources for small - target detection research. Through these methods, the paper aims to improve the small - target detection performance of aerial infrared detection systems under complex conditions.