2021
DOI: 10.1109/access.2021.3097969
|View full text |Cite
|
Sign up to set email alerts
|

Evaluation Method of Deep Learning-Based Embedded Systems for Traffic Sign Detection

Abstract: Traffic Sign Detection (TSD) is a complex and fundamental task for developing autonomous vehicles; it is one of the most critical visual perception problems since failing in this task may cause accidents. This task is fundamental in decision-making and involves different internal conditions such as the internal processing system or external conditions such as weather, illumination, and complex backgrounds. At present, several works are focused on the development of algorithms based on deep learning; however, t… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
7
0

Year Published

2021
2021
2024
2024

Publication Types

Select...
5
3
2

Relationship

1
9

Authors

Journals

citations
Cited by 31 publications
(11 citation statements)
references
References 63 publications
0
7
0
Order By: Relevance
“…The Xavier AGX hardware accelerator selection depends on the data characteristics such as size, quantity, and application. This information provides assistance in selecting the right combination based on the data Properties in [40]. for the training set that will negatively impact the samples for each class.…”
Section: Methodsmentioning
confidence: 99%
“…The Xavier AGX hardware accelerator selection depends on the data characteristics such as size, quantity, and application. This information provides assistance in selecting the right combination based on the data Properties in [40]. for the training set that will negatively impact the samples for each class.…”
Section: Methodsmentioning
confidence: 99%
“…This is because its main tool, convolution, applies a mask to an image, where each output pixel is a linear combination of the input defined by the kernel size, which serves as a layer model to extract features from the image by applying different filters or affine transformations to the image. 7 Convolution takes advantage of three important ideas that can help improve a machine learning system: sparse interactions, parameter sharing, and equivariant representations.…”
Section: Convolutional Neural Networkmentioning
confidence: 99%
“…The weights of the network are represented via kernels, these are subsets of neurons which can be seen as a matrix that slides across the image, which can extract features from the input image, the kernel itself overlaps a square amount of neurons, each pixel is multiplied by the value of the kernel, and the sum of the results would give the value of the middle pixel. 7 This process is repeated until our 2D matrix of neurons becomes into a smaller matrix of features, this process is called a 2D convolution.…”
Section: Convolution Layermentioning
confidence: 99%