English

On-the-fly Network Pruning for Object Detection

Computer Vision and Pattern Recognition 2016-05-12 v1

Abstract

Object detection with deep neural networks is often performed by passing a few thousand candidate bounding boxes through a deep neural network for each image. These bounding boxes are highly correlated since they originate from the same image. In this paper we investigate how to exploit feature occurrence at the image scale to prune the neural network which is subsequently applied to all bounding boxes. We show that removing units which have near-zero activation in the image allows us to significantly reduce the number of parameters in the network. Results on the PASCAL 2007 Object Detection Challenge demonstrate that up to 40% of units in some fully-connected layers can be entirely eliminated with little change in the detection result.

Keywords

Cite

@article{arxiv.1605.03477,
  title  = {On-the-fly Network Pruning for Object Detection},
  author = {Marc Masana and Joost van de Weijer and Andrew D. Bagdanov},
  journal= {arXiv preprint arXiv:1605.03477},
  year   = {2016}
}

Comments

Accepted at ICLR 2016 workshop track as a poster presentation

R2 v1 2026-06-22T13:58:34.784Z