Title
Workload analysis and efficient OpenCL-based implementation of SIFT algorithm on a smartphone.
Abstract
Feature detection and extraction are essential in computer vision applications such as image matching and object recognition. The Scale-Invariant Feature Transform (SIFT) algorithm is one of the most robust approaches to detect and extract distinctive invariant features from images. However, high computational complexity makes it difficult to apply the SIFT algorithm to mobile applications. Recent developments in mobile processors have enabled heterogeneous computing on mobile devices, such as smartphones and tablets. In this paper, we present an OpenCL-based implementation of the SIFT algorithm on a smartphone, taking advantage of the mobile GPU. We carefully analyze the SIFT workloads and identify the parallelism. We implemented major steps of the SIFT algorithm using both serial C++ code and OpenCL kernels targeting mobile processors, to compare the performance of different workflows. Based on the profiling results, we partition the SIFT algorithm between the CPU and GPU in a way that best exploits the parallelism and minimizes the buffer transferring time to achieve better performance. The experimental results show that we are able to achieve 8.5 FPS for keypoints detection and 19 FPS for descriptor generation without reducing the number and the quality of the keypoints. Moreover, the heterogeneous implementation can reduce energy consumption by 41% compared to an optimized CPU-only implementation.
Year
Venue
Keywords
2013
IEEE Global Conference on Signal and Information Processing
SIFT,GPU,mobile SoC,CPU-GPU algorithm partitioning,OpenCL
DocType
ISSN
Citations 
Conference
2376-4066
15
PageRank 
References 
Authors
0.95
6
3
Name
Order
Citations
PageRank
Guohui Wang1108860.78
Blaine Rister2554.15
Joseph R. Cavallaro31175115.35