Fast Image Scanning with Deep Max-Pooling Convolutional Neural Networks

Alessandro Giusti, Dan C. Cireşan, Jonathan Masci, Luca M. Gambardella, Jürgen Schmidhuber
2013
1 reference

Abstract

Deep Neural Networks now excel at image classification, detection and segmentation. When used to scan images by means of a sliding window, however, their high computational complexity can bring even the most powerful hardware to its knees. We show how dynamic programming can speedup the process by orders of magnitude, even when max-pooling layers are present.

1 repository
1 reference

Code References

tensorflow/tensorflow
1 file
tensorflow/python/ops/nn_ops.py
1
L1931 ([pdf](https://arxiv.org/pdf/1302.1700.pdf))
Link copied to clipboard!