Fast-Coding Robust Motion Estimation Model in a GPU
Complutense University of Madrid, Spain
Real-Time Image and Video Processing, 2015
@article{garcia2015fast,
title={Fast-Coding Robust Motion Estimation Model in a GPU},
author={Garc{‘i}a S{‘a}nchez, Carlos and Botella Juan, Guillermo and Sande, Francisco de and Prieto Mat{‘i}as, Manuel},
year={2015}
}
Nowadays vision systems are used with countless purposes. Moreover, the motion estimation is a discipline that allow to extract relevant information as pattern segmentation, 3D structure or tracking objects. However, the real-time requirements in most applications has limited its consolidation, considering the adoption of high performance systems to meet response times. With the emergence of so-called highly parallel devices known as accelerators this gap has narrowed. Two extreme endpoints in the spectrum of most common accelerators are Field Programmable Gate Array (FPGA) and Graphics Processing Systems (GPU), which usually offer higher performance rates than general propose processors. Moreover, the use of GPUs as accelerators involves the efficient exploitation of any parallelism in the target application. This task is not easy because performance rates are affected by many aspects that programmers should overcome. In this paper, we evaluate OpenACC standard, a programming model with directives which favors porting any code to a GPU in the context of motion estimation application. The results confirm that this programming paradigm is suitable for this image processing applications achieving a very satisfactory acceleration in convolution based problems as in the well-known Lucas & Kanade method.
July 27, 2015 by hgpu