TL;DR
This paper introduces three efficient CNN architectures for pixelwise image classification, optimized for heterogeneous hardware, with significant speedups and an open-source implementation extending the Caffe library.
Contribution
The work presents novel fully convolutional CNN models and a versatile utility for efficient pixel classification on diverse hardware, enhancing speed and usability.
Findings
Speedups of up to 437x on AMD GPUs
Achieved up to one megapixel per second processing
Validated on neural tissue datasets including ISBI 2012
Abstract
This work presents and analyzes three convolutional neural network (CNN) models for efficient pixelwise classification of images. When using convolutional neural networks to classify single pixels in patches of a whole image, a lot of redundant computations are carried out when using sliding window networks. This set of new architectures solve this issue by either removing redundant computations or using fully convolutional architectures that inherently predict many pixels at once. The implementations of the three models are accessible through a new utility on top of the Caffe library. The utility provides support for a wide range of image input and output formats, pre-processing parameters and methods to equalize the label histogram during training. The Caffe library has been extended by new layers and a new backend for availability on a wider range of hardware such as CPUs and GPUs…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsSoftmax
