Tiny Object Detection Using Multi-Feature Fusion

Peng Yang,Yuejin Zhao,Ming Liu,Liquan Dong,Xiaohua Liu,Mei Hui
DOI: https://doi.org/10.1117/12.2541898
2020-01-01
Abstract:Vehicle identification is widely used in route planning, safety supervision and military reconnaissance. It is one of the research hotspots of space-based remote sensing applications. Traditional HOG, Gabor features and Hough transform and other manual design features are not suitable for modern city satellite data analysis. With the rapid development of CNN, object detection has made remarkable progress in accuracy and speed. However, in satellite map analysis, many targets are usually small and dense, which results in the accuracy of target detection often being half or even lower than the big target. Small targets have lower resolution, blurred images, and very rare information. After multi-layer convolution, it is difficult to extract effective information. In the satellite map data set we produced, the target vehicles are not only small but also very dense, and it is impossible to achieve high detection accuracy when using YOLO for training directly. In order to solve this problem, we propose a multi-feature fusion target detection method, which combines satellite image and electronic image to achieve the fusion of target vehicle and surrounding semantic information. We conducted a comparative experiment to demonstrate the applicability of multi-feature fusion methods in different detection models such as YOLO and R-CNN. By comparing with the traditional target detection model, the results show that the proposed method has higher detection accuracy.
What problem does this paper attempt to address?