Towards Building a Real Time Mobile Device Bird Counting System Through Synthetic Data Training and Model Compression
Abstract
Counting the number of birds in an open sky setting has been an challenging problem due to the large number of bird flocks and the birds can overlap. Another difficulty is the lack of accurate training samples since the cost of labeling images of bird flocks can be extremely high and each sample picture can contain thousands of birds in a high resolution image. Inspired by recent work on training with synthetic data to perform crowd counting, we design a mechanism to generate synthetic bird dataset with precise bird count and the corresponding density maps. We then train a Unet model on the synthetic dataset to perform density map estimation that produces the count for each input. Our method is able to achieve MSE of approximately 12.4 on real dataset. In order to build a scalable system for fast bird counting under storage and computational constraints, we use model compression techniques and efficient model structures to increase the inference speed and save storage cost. We are able to reduce storage cost from 55MB to less than 5MB for the model with minimum loss of accuracy. This paper describes the pipelines of building an efficient bird counting system.
Keywords
Cite
@article{arxiv.1912.07106,
title = {Towards Building a Real Time Mobile Device Bird Counting System Through Synthetic Data Training and Model Compression},
author = {Runde Yang},
journal= {arXiv preprint arXiv:1912.07106},
year = {2020}
}
Comments
The paper is in a wrong format for ICML. I really need to withdraw the paper to modify the content and submit it to other computer vision conferences. Some sections need to be completely rewritten and I recognize certain parts that are not consistent with the major theme of the paper