Traffic Sign Recognition

37 papers with code • 10 benchmarks • 7 datasets

Traffic sign recognition is the task of recognising traffic signs in an image or video.

( Image credit: Novel Deep Learning Model for Traffic Sign Detection Using Capsule Networks )

Libraries

Use these libraries to find Traffic Sign Recognition models and implementations

Most implemented papers

MicronNet: A Highly Compact Deep Convolutional Neural Network Architecture for Real-time Embedded Traffic Sign Classification

ppriyank/MicronNet 28 Mar 2018

The resulting MicronNet possesses a model size of just ~1MB and ~510, 000 parameters (~27x fewer parameters than state-of-the-art) while still achieving a human performance level top-1 accuracy of 98. 9% on the German traffic sign recognition benchmark.

A Game-Based Approximate Verification of Deep Neural Networks with Provable Guarantees

TrustAI/DeepGame 10 Jul 2018

In this paper, we study two variants of pointwise robustness, the maximum safe radius problem, which for a given input sample computes the minimum distance to an adversarial example, and the feature robustness problem, which aims to quantify the robustness of individual features to adversarial perturbations.

Metric Learning for Novelty and Anomaly Detection

mmasana/OoD_Mining 16 Aug 2018

When neural networks process images which do not resemble the distribution seen during training, so called out-of-distribution images, they often make wrong predictions, and do so too confidently.

Total Recall: Understanding Traffic Signs using Deep Hierarchical Convolutional Neural Networks

Sourajit2110/DilatedSkipTotalRecall 30 Aug 2018

Recognizing Traffic Signs using intelligent systems can drastically reduce the number of accidents happening world-wide.

RED-Attack: Resource Efficient Decision based Attack for Machine Learning

fklodhi/FaDec 29 Jan 2019

To address this limitation, decision-based attacks have been proposed which can estimate the model but they require several thousand queries to generate a single untargeted attack image.

Deep Learning for Large-Scale Traffic-Sign Detection and Recognition

skokec/detectron-traffic-signs 1 Apr 2019

Automatic detection and recognition of traffic signs plays a crucial role in management of the traffic-sign inventory.

Gotta Catch 'Em All: Using Honeypots to Catch Adversarial Attacks on Neural Networks

Shawn-Shan/trapdoor 18 Apr 2019

Attackers' optimization algorithms gravitate towards trapdoors, leading them to produce attacks similar to trapdoors in the feature space.

Universal Litmus Patterns: Revealing Backdoor Attacks in CNNs

UMBCvision/Universal-Litmus-Patterns CVPR 2020

In this paper, we introduce a benchmark technique for detecting backdoor attacks (aka Trojan attacks) on deep convolutional neural networks (CNNs).

NetTailor: Tuning the Architecture, Not Just the Weights

pedro-morgado/nettailor CVPR 2019

Under the standard paradigm of network fine-tuning, an entirely new CNN is learned per task, and the final network size is independent of task complexity.