학술논문

Comparative Study on Serial and Parallel Implementation of Face Detection
Document Type
Conference
Source
2024 International Conference on Intelligent and Innovative Technologies in Computing, Electrical and Electronics (IITCEE) Intelligent and Innovative Technologies in Computing, Electrical and Electronics (IITCEE), 2024 International Conference on. :1-6 Jan, 2024
Subject
Communication, Networking and Broadcast Technologies
Components, Circuits, Devices and Systems
Computing and Processing
Fields, Waves and Electromagnetics
Robotics and Control Systems
Signal Processing and Analysis
Training
Face recognition
Graphics processing units
Streaming media
Parallel processing
Real-time systems
Face detection
face detection algorithms
OpenMP
parallelization
Language
Abstract
Large-data set artificial neural network training takes a lot of time. Many ways for reducing effort have been proposed, many of which make use of parallelization techniques. This paper explores the implementation of face detection algorithms utilizing OPENMP to achieve greater efficiency through parallelization. We focus on specific OpenMP parallelization setups that run on a typical multi-threaded CPU. These frameworks are also available for CUDA, however utilizing CUDA is only possible if you have an NVIDIA graphics card, which is clearly not the case for everyone. OpenMP's release of a stable version in late 2015 facilitated parallel processing and broadened its development base.