CVLGMLMar 15, 2019

SCNN: A General Distribution based Statistical Convolutional Neural Network with Application to Video Object Detection

arXiv:1903.07663v125 citations
Originality Highly original
AI Analysis

This addresses the problem of inefficient temporal correlation utilization in video processing for computer vision applications, offering a novel method with significant speed improvements.

The paper tackles the limitation of CNNs in processing correlated data across multiple frames by proposing a statistical convolutional neural network (SCNN) that operates on distributions instead of deterministic numbers, achieving a 178% speedup over existing CNNs with slight accuracy degradation in video object detection.

Various convolutional neural networks (CNNs) were developed recently that achieved accuracy comparable with that of human beings in computer vision tasks such as image recognition, object detection and tracking, etc. Most of these networks, however, process one single frame of image at a time, and may not fully utilize the temporal and contextual correlation typically present in multiple channels of the same image or adjacent frames from a video, thus limiting the achievable throughput. This limitation stems from the fact that existing CNNs operate on deterministic numbers. In this paper, we propose a novel statistical convolutional neural network (SCNN), which extends existing CNN architectures but operates directly on correlated distributions rather than deterministic numbers. By introducing a parameterized canonical model to model correlated data and defining corresponding operations as required for CNN training and inference, we show that SCNN can process multiple frames of correlated images effectively, hence achieving significant speedup over existing CNN models. We use a CNN based video object detection as an example to illustrate the usefulness of the proposed SCNN as a general network model. Experimental results show that even a non-optimized implementation of SCNN can still achieve 178% speedup over existing CNNs with slight accuracy degradation.

Foundations

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

Your Notes