Fast Image Scanning with Deep Max-Pooling Convolutional Neural Networks
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.
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!