CVAILGPFIVApr 14, 2017

CBinfer: Change-Based Inference for Convolutional Neural Networks on Video Data

arXiv:1704.04313v253 citations
AI Analysis

This enables on-site video processing for applications like smart surveillance cameras, offering a domain-specific incremental improvement.

The paper tackles the problem of real-time video processing on resource-constrained devices by proposing a change-based inference algorithm for CNNs, achieving an 8.6x speed-up with less than 0.1% accuracy loss and 10x higher energy efficiency.

Extracting per-frame features using convolutional neural networks for real-time processing of video data is currently mainly performed on powerful GPU-accelerated workstations and compute clusters. However, there are many applications such as smart surveillance cameras that require or would benefit from on-site processing. To this end, we propose and evaluate a novel algorithm for change-based evaluation of CNNs for video data recorded with a static camera setting, exploiting the spatio-temporal sparsity of pixel changes. We achieve an average speed-up of 8.6x over a cuDNN baseline on a realistic benchmark with a negligible accuracy loss of less than 0.1% and no retraining of the network. The resulting energy efficiency is 10x higher than that of per-frame evaluation and reaches an equivalent of 328 GOp/s/W on the Tegra X1 platform.

Code Implementations1 repo
Foundations

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

Your Notes