English

Creating Lightweight Object Detectors with Model Compression for Deployment on Edge Devices

Computer Vision and Pattern Recognition 2019-05-07 v1 Image and Video Processing

Abstract

To achieve lightweight object detectors for deployment on the edge devices, an effective model compression pipeline is proposed in this paper. The compression pipeline consists of automatic channel pruning for the backbone, fixed channel deletion for the branch layers and knowledge distillation for the guidance learning. As results, the Resnet50-v1d is auto-pruned and fine-tuned on ImageNet to attain a compact base model as the backbone of object detector. Then, lightweight object detectors are implemented with proposed compression pipeline. For instance, the SSD-300 with model size=16.3MB, FLOPS=2.31G, and mAP=71.2 is created, revealing a better result than SSD-300-MobileNet.

Keywords

Cite

@article{arxiv.1905.01787,
  title  = {Creating Lightweight Object Detectors with Model Compression for Deployment on Edge Devices},
  author = {Yiwu Yao and Weiqiang Yang and Haoqi Zhu},
  journal= {arXiv preprint arXiv:1905.01787},
  year   = {2019}
}

Comments

lightweight detector, automatic channel pruning, fixed channel deletion, knowledge distillation

R2 v1 2026-06-23T08:57:36.784Z