A high performance approach to detecting small targets in long range low quality infrared videos

Chiman Kwan,Bence Budavari
DOI: https://doi.org/10.48550/arXiv.2012.02579
2020-12-04
Abstract:Since targets are small in long range infrared (IR) videos, it is challenging to accurately detect targets in those videos. In this paper, we propose a high performance approach to detecting small targets in long range and low quality infrared videos. Our approach consists of a video resolution enhancement module, a proven small target detector based on local intensity and gradient (LIG), a connected component (CC) analysis module, and a track association module to connect detections from multiple frames. Extensive experiments using actual mid-wave infrared (MWIR) videos in ranges between 3500 m and 5000 m from a benchmark dataset clearly demonstrated the efficacy of the proposed approach.
Computer Vision and Pattern Recognition,Image and Video Processing
What problem does this paper attempt to address?
This paper attempts to address the problem of detecting small targets in long-distance low-quality infrared videos. Specifically, due to the small size of the targets and the high background noise in long-distance infrared videos, accurately detecting these small targets is very challenging. The paper proposes a high-performance method to tackle this challenge, which includes the following modules: 1. **Video Resolution Enhancement Module**: Utilizes video super-resolution algorithms to improve the spatial resolution of the video. 2. **Local Intensity and Gradient-based Small Target Detector (LIG)**: This is a proven effective unsupervised detection method for detecting small targets. 3. **Connected Component Analysis Module**: Reduces false positives by merging adjacent detection results. 4. **Trajectory Association Module**: Links detection results across multiple frames to further improve detection performance. The paper validates the effectiveness of the proposed method through extensive experiments on a real mid-wave infrared (MWIR) video dataset.