All Projects → dineshresearch → Novel Deep Learning Model For Traffic Sign Detection Using Capsule Networks

dineshresearch / Novel Deep Learning Model For Traffic Sign Detection Using Capsule Networks

Licence: mit
capsule networks that achieves outstanding performance on the German traffic sign dataset

Projects that are alternatives of or similar to Novel Deep Learning Model For Traffic Sign Detection Using Capsule Networks

Learnopencv
Learn OpenCV : C++ and Python Examples
Stars: ✭ 15,385 (+17382.95%)
Mutual labels:  jupyter-notebook, deeplearning, computervision
Pythonrobotics
Python sample codes for robotics algorithms.
Stars: ✭ 13,934 (+15734.09%)
Mutual labels:  autonomous-driving, autonomous-vehicles, jupyter-notebook
Ngsim env
Learning human driver models from NGSIM data with imitation learning.
Stars: ✭ 96 (+9.09%)
Mutual labels:  autonomous-vehicles, jupyter-notebook, deeplearning
Monk object detection
A one-stop repository for low-code easily-installable object detection pipelines.
Stars: ✭ 437 (+396.59%)
Mutual labels:  jupyter-notebook, deeplearning, computervision
Autonomousdrivingcookbook
Scenarios, tutorials and demos for Autonomous Driving
Stars: ✭ 1,939 (+2103.41%)
Mutual labels:  autonomous-driving, autonomous-vehicles, jupyter-notebook
Monk v1
Monk is a low code Deep Learning tool and a unified wrapper for Computer Vision.
Stars: ✭ 480 (+445.45%)
Mutual labels:  jupyter-notebook, deeplearning, computervision
Minecraft Reinforcement Learning
Deep Recurrent Q-Learning vs Deep Q Learning on a simple Partially Observable Markov Decision Process with Minecraft
Stars: ✭ 33 (-62.5%)
Mutual labels:  jupyter-notebook, deeplearning
Constrained attention filter
(ECCV 2020) Tensorflow implementation of A Generic Visualization Approach for Convolutional Neural Networks
Stars: ✭ 36 (-59.09%)
Mutual labels:  autonomous-driving, autonomous-vehicles
Opencv Tutorials
Tutorials for learning OpenCV in Python from Scratch
Stars: ✭ 36 (-59.09%)
Mutual labels:  jupyter-notebook, computervision
Adaptive Multispeaker Separation
Adaptive and Focusing Neural Layers for Multi-Speaker Separation Problem
Stars: ✭ 42 (-52.27%)
Mutual labels:  jupyter-notebook, deeplearning
Dig Into Apollo
Apollo notes (Apollo学习笔记) - Apollo learning notes for beginners.
Stars: ✭ 903 (+926.14%)
Mutual labels:  autonomous-driving, autonomous-vehicles
Coursera Natural Language Processing Specialization
Programming assignments from all courses in the Coursera Natural Language Processing Specialization offered by deeplearning.ai.
Stars: ✭ 39 (-55.68%)
Mutual labels:  jupyter-notebook, deeplearning
Algorithmmap
建立你的算法地图:如何高效学习算法;算法工程师:从小白到专家
Stars: ✭ 47 (-46.59%)
Mutual labels:  jupyter-notebook, deeplearning
Advanced Gradient Obfuscating
Take further steps in the arms race of adversarial examples with only preprocessing.
Stars: ✭ 28 (-68.18%)
Mutual labels:  jupyter-notebook, deeplearning
Servenet
Service Classification based on Service Description
Stars: ✭ 21 (-76.14%)
Mutual labels:  jupyter-notebook, deeplearning
Relativistic Average Gan Keras
The implementation of Relativistic average GAN with Keras
Stars: ✭ 36 (-59.09%)
Mutual labels:  jupyter-notebook, deeplearning
Concise Ipython Notebooks For Deep Learning
Ipython Notebooks for solving problems like classification, segmentation, generation using latest Deep learning algorithms on different publicly available text and image data-sets.
Stars: ✭ 23 (-73.86%)
Mutual labels:  jupyter-notebook, deeplearning
Keras basic
keras를 이용한 딥러닝 기초 학습
Stars: ✭ 39 (-55.68%)
Mutual labels:  jupyter-notebook, deeplearning
Polyaxon Examples
Code for polyaxon tutorials and examples
Stars: ✭ 57 (-35.23%)
Mutual labels:  jupyter-notebook, deeplearning
Python Tutorial Notebooks
Python tutorials as Jupyter Notebooks for NLP, ML, AI
Stars: ✭ 52 (-40.91%)
Mutual labels:  jupyter-notebook, deeplearning

Novel-Deep-Learning-Model-for-Traffic-Sign-Detection-Using-Capsule-Networks

capsule networks that achieves outstanding performance on the German traffic sign dataset

paper link https://arxiv.org/abs/1805.04424

Abstract

Convolutional neural networks are the most widely used deep learning algorithms for traffic signal classification till date but they fail to capture pose, view, orientation of the images because of the intrinsic inability of max pooling layer.This paper proposes a novel method for Traffic sign detection using deep learning architecture called capsule networks that achieves outstanding performance on the German traffic sign dataset.Capsule network consists of capsules which are a group of neurons representing the instantiating parameters of an object like the pose and orientation by using the dynamic routing and route by agreement algorithms.unlike the previous approaches of manual feature extraction,multiple deep neural networks with many parameters,our method eliminates the manual effort and provides resistance to the spatial variances.CNNs can be fooled easily using various adversary attacks and capsule networks can overcome such attacks from the intruders and can offer more reliability in traffic sign detection for autonomous vehicles.Capsule network have achieved the state-of-the-art accuracy of 97.6% on German Traffic Sign Recognition Benchmark dataset (GTSRB).

you can download the dataset from the below link

https://drive.google.com/open?id=1zzOP3Kg4SIOyYmh89yOF9PeEEpALxh_k

steps to run

1)Install all the dependencies
Tensorflow,Keras,Numpy,Pandas,Pickle,Matplotlib
2)Run the ipython notebook file Traffic_Sign_Classifier-Copy1.ipynb using jupyter notebook

you can cite this paper if you are using this code for your research

@article{kumar2018novel,
title={Novel Deep Learning Model for Traffic Sign Detection Using Capsule Networks},
author={Kumar, Amara Dinesh},
journal={arXiv preprint arXiv:1805.04424},
year={2018}
}

MIT License

Copyright (c) 2018 Dinesh Kumar Amara

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].