2020 International Conference on Machine Vision and Image Processing (MVIP) 2020
DOI: 10.1109/mvip49855.2020.9116883
|View full text |Cite
|
Sign up to set email alerts
|

Performance Improvement of Gaussian Filter using SIMD Technology

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1
1

Citation Types

0
5
0

Year Published

2022
2022
2023
2023

Publication Types

Select...
3
2

Relationship

0
5

Authors

Journals

citations
Cited by 9 publications
(5 citation statements)
references
References 9 publications
0
5
0
Order By: Relevance
“…The first strategy (aka coefficient propagation) broadcasts each kernel's scalar coefficient to a separate vector variable [12] [13] [14] (each vector variable has multiple copies of just one scalar coefficient). In the second strategy, all the scalar coefficients which are located in a kernel's row are copied into a vector 1. https://github.com/kelefouras/2D Convolution variable, multiple times [12] [13]. According to [12], the first method above is faster than the second (when using 16/32-bit instructions), as it achieves fewer arithmetical instructions.…”
Section: Related Workmentioning
confidence: 99%
See 1 more Smart Citation
“…The first strategy (aka coefficient propagation) broadcasts each kernel's scalar coefficient to a separate vector variable [12] [13] [14] (each vector variable has multiple copies of just one scalar coefficient). In the second strategy, all the scalar coefficients which are located in a kernel's row are copied into a vector 1. https://github.com/kelefouras/2D Convolution variable, multiple times [12] [13]. According to [12], the first method above is faster than the second (when using 16/32-bit instructions), as it achieves fewer arithmetical instructions.…”
Section: Related Workmentioning
confidence: 99%
“…out_even contains 15 8-bit final results of output pixels 0, 2,4,6,8,10,12,14,1 6,18,20, 22,24,26,28 Vector Division (lines 48-50). out_even contains 15 8-bit final results of output pixels 1, 3,5,7,9,11,13,15,17,19,21,23,25,27,29 Blend the 30 8-bit final results to out_even and store into memory (lines 52-57). Fig.…”
Section: Vectorizationmentioning
confidence: 99%
“…A picture is convolved with a Gaussian kernel when it passes through the Gaussian filter, a type of spatial filter [7]. The two characteristics that affect the effectiveness of the Gaussian filter are the kernel's magnitude and the Gaussian distribution's standard deviation.…”
Section: Introductionmentioning
confidence: 99%
“…In recent years [12][5], instances of performing simultaneous processing using SBCs have been on the rise. SBCs are perfect for concurrent processing applications due to their cheap cost, low power consumption, and compact dimensions.…”
Section: Introductionmentioning
confidence: 99%
See 1 more Smart Citation