Updating the VESICLE-CNN Synapse Detector
Andrew Warrington, Frank Wood

TL;DR
This paper updates the VESICLE-CNN synapse detector to a fully convolutional, dilated convolution version, achieving the same accuracy as the original but with a 600-fold speed increase, and releases the code publicly.
Contribution
The paper introduces a fully convolutional, dilated convolution implementation of VESICLE-CNN, significantly improving speed without sacrificing accuracy.
Findings
600x faster test-time performance
Maintains original detection accuracy
Open-source release of code and data
Abstract
We present an updated version of the VESICLE-CNN algorithm presented by Roncal et al. (2014). The original implementation makes use of a patch-based approach. This methodology is known to be slow due to repeated computations. We update this implementation to be fully convolutional through the use of dilated convolutions, recovering the expanded field of view achieved through the use of strided maxpools, but without a degradation of spatial resolution. This updated implementation performs as well as the original implementation, but with a speedup at test time. We release source code and data into the public domain.
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
TopicsCell Image Analysis Techniques · Medical Imaging Techniques and Applications · CCD and CMOS Imaging Sensors
