An Accurate Car Counting in Aerial Images Based on Convolutional Neural Networks

This paper proposes a simple and effective single-shot detector model to detect and count cars in aerial images. The proposed model, called heatmap learner convolutional neural network (HLCNN), is used to predict the heatmap of target car instances. In order to learn the heatmap of the target cars, we have improved CNN architecture by adding three convolutional layers as adaptation layers instead of fully connected layers. The VGG-16 has been used as a backbone convolutional neural network in the proposed model. The proposed method successfully determines the number of cars and precisely detects the center of target cars. Experiments on the two different car datasets (PUCPR+ and CARPK) show the state-of-the-art counting and localizing performance of the proposed method in comparison with existing methods. Also, experiments have been conducted to examine the effect of data augmentation and batch normalization on the success of the proposed method. The code and data will be made available here [https://www.github.com/ekilic/Heatmap-Learner-CNN-for-Object-Counting].

PDF

Datasets


Results from the Paper


Task Dataset Model Metric Name Metric Value Global Rank Benchmark
Object Counting CARPK HLCNN MAE 2.12 # 1
RMSE 3.02 # 1

Methods