SCNN: A General Distribution based Statistical Convolutional Neural Network with Application to Video Object Detection
Tianchen Wang, Jinjun Xiong, Xiaowei Xu, Yiyu Shi

TL;DR
This paper introduces SCNN, a novel statistical CNN that operates on correlated distributions instead of deterministic numbers, enabling faster processing of video frames with minimal accuracy loss.
Contribution
The paper presents a new statistical CNN architecture that models data as distributions, allowing efficient processing of correlated video frames and significant speed improvements.
Findings
Achieves 178% speedup over traditional CNNs
Operates effectively on correlated distributions for video data
Maintains comparable accuracy with slight degradation
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Video Surveillance and Tracking Methods · Adversarial Robustness in Machine Learning
