CVOct 4, 2018

GPU based Parallel Optimization for Real Time Panoramic Video Stitching

arXiv:1810.03988v225 citations
Originality Highly original
AI Analysis

This addresses the need for efficient real-time panoramic video processing in smart city surveillance, offering significant speed and power improvements over traditional methods.

The paper tackles real-time panoramic video stitching by proposing a GPU-accelerated framework with LORB feature extraction, LSH-based matching, and CUDA-based parallel stitching, achieving 11x speedup over ORB and 639x over SIFT, plus a stream parallel strategy that improves efficiency by 1.6-2.5x and reduces power to 10W.

Panoramic video is a sort of video recorded at the same point of view to record the full scene. With the development of video surveillance and the requirement for 3D converged video surveillance in smart cities, CPU and GPU are required to possess strong processing abilities to make panoramic video. The traditional panoramic products depend on post processing, which results in high power consumption, low stability and unsatisfying performance in real time. In order to solve these problems,we propose a real-time panoramic video stitching framework.The framework we propose mainly consists of three algorithms, LORB image feature extraction algorithm, feature point matching algorithm based on LSH and GPU parallel video stitching algorithm based on CUDA.The experiment results show that the algorithm mentioned can improve the performance in the stages of feature extraction of images stitching and matching, the running speed of which is 11 times than that of the traditional ORB algorithm and 639 times than that of the traditional SIFT algorithm. Based on analyzing the GPU resources occupancy rate of each resolution image stitching, we further propose a stream parallel strategy to maximize the utilization of GPU resources. Compared with the L-ORB algorithm, the efficiency of this strategy is improved by 1.6-2.5 times, and it can make full use of GPU resources. The performance of the system accomplished in the paper is 29.2 times than that of the former embedded one, while the power dissipation is reduced to 10W.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes