Small traffic sign detection from large image
Automatic traffic sign detection has great potential for intelligent vehicles. The ability to detect small traffic signs in large traffic scenes enhances the safety of intelligent devices. However, small object detection is a challenging problem in computer vision; the main problem involved in accurate traffic sign detection is the small size of the signs. In this paper, we present a deconvolution region-based convolutional neural network (DR-CNN) to cope with this problem. This method first adds a deconvolution layer and a normalization layer to the output of the convolution layer. It concatenates the features of the different layers into a fused feature map to provide sufficient information for small traffic sign detection. To improve training effectiveness and distinguish hard negative samples from easy positive ones, we propose a two-stage adaptive classification loss function for region proposal networks (RPN) and fully connected neural networks within DR-CNN. Finally, we evaluate our proposed method on the new and challenging Tsinghua-Tencent 100K dataset. We further conduct ablation experiments and analyse the effectiveness of the fused feature map and the two-stage classification loss function. The final experimental results demonstrate the superiority of the proposed method for detecting small traffic signs.
Code (0)
등록된 구현이 없습니다.
Tasks
object-detectionObject DetectionRegion ProposalSmall Object DetectionTraffic Sign DetectionSimilar Papers 제목 키워드 기반
Detecting Small Signs from Large Images
In the past decade, Convolutional Neural Networks (CNNs) have been demonstrated successful for object detections. However, the size of network input is limited by the amount of memory available on GPUs. Moreover, perform…
Objectobject-detectionObject DetectionTowards Real-time Traffic Sign and Traffic Light Detection on Embedded Systems
Recent work done on traffic sign and traffic light detection focus on improving detection accuracy in complex scenarios, yet many fail to deliver real-time performance, specifically with limited computational resources. …
Traffic Sign Detection and Recognition for Autonomous Driving in Virtual Simulation Environment
This study developed a traffic sign detection and recognition algorithm based on the RetinaNet. Two main aspects were revised to improve the detection of traffic signs: image cropping to address the issue of large image …
Autonomous DrivingImage CroppingTraffic Sign DetectionTraffic-Sign Detection and Classification in the Wild
Although promising results have been achieved in the areas of traffic-sign detection and classification, few works have provided simultaneous solutions to these two tasks for realistic real world images. We make two cont…
ClassificationGeneral ClassificationTraffic Sign DetectionConditional Transfer with Dense Residual Attention: Synthesizing traffic signs from street-view imagery
Object detection and classification of traffic signs in street-view imagery is an essential element for asset management, map making and autonomous driving. However, some traffic signs occur rarely and consequently, they…
Asset ManagementAutonomous DrivingClassificationGeneral Classification+3