MMMay 27, 2017

Fast MPEG-CDVS Encoder with GPU-CPU Hybrid Computing

arXiv:1705.09776v2
Originality Incremental advance
AI Analysis

This work addresses a bottleneck for industry applications needing efficient image retrieval, but it appears incremental as it optimizes an existing standard with hybrid computing.

The paper tackles the high computational cost of the MPEG-CDVS encoder, which hinders large-scale visual search deployment, by proposing a GPU-CPU hybrid computing approach that significantly speeds up the encoder, though no concrete speed-up numbers are provided in the abstract.

The compact descriptors for visual search (CDVS) standard from ISO/IEC moving pictures experts group (MPEG) has succeeded in enabling the interoperability for efficient and effective image retrieval by standardizing the bitstream syntax of compact feature descriptors. However, the intensive computation of CDVS encoder unfortunately hinders its widely deployment in industry for large-scale visual search. In this paper, we revisit the merits of low complexity design of CDVS core techniques and present a very fast CDVS encoder by leveraging the massive parallel execution resources of GPU. We elegantly shift the computation-intensive and parallel-friendly modules to the state-of-the-arts GPU platforms, in which the thread block allocation and the memory access are jointly optimized to eliminate performance loss. In addition, those operations with heavy data dependence are allocated to CPU to resolve the extra but non-necessary computation burden for GPU. Furthermore, we have demonstrated the proposed fast CDVS encoder can work well with those convolution neural network approaches which has harmoniously leveraged the advantages of GPU platforms, and yielded significant performance improvements. Comprehensive experimental results over benchmarks are evaluated, which has shown that the fast CDVS encoder using GPU-CPU hybrid computing is promising for scalable visual search.

Foundations

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

Your Notes