2018

AutoFocus: Efficient Multi-Scale Inference

Najibi, Mahyar, Singh, Bharat, Davis, Larry S.

Understand

This paper describes AutoFocus, an efficient multi-scale inference algorithm for deep-learning based object detectors.

  • Instead of processing an entire image pyramid, AutoFocus adopts a coarse to fine approach and only processes regions which are likely to contain small objects at finer scales.
  • This is achieved by predicting category agnostic segmentation maps for small objects at coarser scales, called FocusPixels.
  • FocusPixels can be predicted with high recall, and in many cases, they only cover a small fraction of the entire image.

Reading the bibliography…