CVDec 14, 2020

FasteNet: A Fast Railway Fastener Detector

arXiv:2012.07968v13 citationsHas Code
AI Analysis

This work provides a faster and more accurate method for railway fastener detection, which is crucial for railway maintenance and safety.

This paper introduces FasteNet, a fully convolutional network for detecting railway fasteners without bounding boxes, directly from a saliency map. It achieves 110 FPS on an Nvidia GTX 1080 with 1600x512 inputs, processing images with an average of 14 fasteners.

In this work, a novel high-speed railway fastener detector is introduced. This fully convolutional network, dubbed FasteNet, foregoes the notion of bounding boxes and performs detection directly on a predicted saliency map. Fastenet uses transposed convolutions and skip connections, the effective receptive field of the network is 1.5$\times$ larger than the average size of a fastener, enabling the network to make predictions with high confidence, without sacrificing output resolution. In addition, due to the saliency map approach, the network is able to vote for the presence of a fastener up to 30 times per fastener, boosting prediction accuracy. Fastenet is capable of running at 110 FPS on an Nvidia GTX 1080, while taking in inputs of 1600$\times$512 with an average of 14 fasteners per image. Our source is open here: https://github.com/jjshoots/DL\_FasteNet.git

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes