CVApr 14, 2022

Deep Vehicle Detection in Satellite Video

arXiv:2204.06828v25 citationsh-index: 20
Originality Incremental advance
AI Analysis

It addresses the problem of detecting tiny vehicles in satellite imagery for applications like traffic monitoring, but is incremental as it builds on existing video-based approaches.

This work tackles vehicle detection in satellite video by proposing a spatiotemporal deep learning model, achieving an F1 score of 0.87 on the Las Vegas benchmark and 0.81 on a more complex video with only five annotated frames.

This work presents a deep learning approach for vehicle detection in satellite video. Vehicle detection is perhaps impossible in single EO satellite images due to the tininess of vehicles (4-10 pixel) and their similarity to the background. Instead, we consider satellite video which overcomes the lack of spatial information by temporal consistency of vehicle movement. A new spatiotemporal model of a compact $3 \times 3$ convolutional, neural network is proposed which neglects pooling layers and uses leaky ReLUs. Then we use a reformulation of the output heatmap including Non-Maximum-Suppression (NMS) for the final segmentation. Empirical results on two new annotated satellite videos reconfirm the applicability of this approach for vehicle detection. They more importantly indicate that pre-training on WAMI data and then fine-tuning on few annotated video frames for a new video is sufficient. In our experiment only five annotated images yield a $F_1$ score of 0.81 on a new video showing more complex traffic patterns than the Las Vegas video. Our best result on Las Vegas is a $F_1$ score of 0.87 which makes the proposed approach a leading method for this benchmark.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes