A novel pLSA based Traffic Signs Classification System
In this work we developed a novel and fast traffic sign recognition system, a very important part for advanced driver assistance system and for autonomous driving. Traffic signs play a very vital role in safe driving and avoiding accident. We have used image processing and topic discovery model pLSA to tackle this challenging multiclass classification problem. Our algorithm is consist of two parts, shape classification and sign classification for improved accuracy. For processing and representation of image we have used bag of features model with SIFT local descriptor. Where a visual vocabulary of size 300 words are formed using k-means codebook formation algorithm. We exploited the concept that every image is a collection of visual topics and images having same topics will belong to same category. Our algorithm is tested on German traffic sign recognition benchmark (GTSRB) and gives very promising result near to existing state of the art techniques.
Code (0)
등록된 구현이 없습니다.
Tasks
Autonomous DrivingClassificationGeneral ClassificationTraffic Sign RecognitionSimilar Papers 제목 키워드 기반
Efficient Traffic-Sign Recognition with Scale-aware CNN
The paper presents a Traffic Sign Recognition (TSR) system, which can fast and accurately recognize traffic signs of different sizes in images. The system consists of two well-designed Convolutional Neural Networks (CNNs…
General ClassificationTraffic Sign RecognitionData augmentation with Symbolic-to-Real Image Translation GANs for Traffic Sign Recognition
Traffic sign recognition is an important component of many advanced driving assistance systems, and it is required for full autonomous driving. Computational performance is usually the bottleneck in using large scale neu…
Autonomous DrivingData Augmentationimage-classificationImage Classification+2GAN-Based Single-Stage Defense for Traffic Sign Classification Under Adversarial Patch Attack
Computer Vision plays a critical role in ensuring the safe navigation of autonomous vehicles (AVs). An AV perception module is responsible for capturing and interpreting the surrounding environment to facilitate safe nav…
Autonomous VehiclesGenerative Adversarial NetworkThe Outline of Deception: Physical Adversarial Attacks on Traffic Signs Using Edge Patches
Intelligent driving systems are vulnerable to physical adversarial attacks on traffic signs. These attacks can cause misclassification, leading to erroneous driving decisions that compromise road safety. Moreover, within…
Instance SegmentationfPLSA: Learning Semantic Structures in Document Collections Using Foundation Models
Humans have the ability to learn new tasks by inferring high-level concepts from existing solution, then manipulating these concepts in lieu of the raw data. Can we automate this process by deriving latent semantic struc…
Math