CVApr 16, 2021

Universal Background Subtraction based on Arithmetic Distribution Neural Network

arXiv:2104.08390v227 citations
AI Analysis

This work addresses the problem of background subtraction in computer vision, offering a novel approach that could benefit video analysis applications, though it appears incremental as it builds on existing neural network techniques.

The paper tackles background subtraction by proposing a universal framework using an Arithmetic Distribution Neural Network (ADNN) to learn temporal pixel distributions, achieving superior results compared to state-of-the-art methods on standard benchmarks.

We propose a universal background subtraction framework based on the Arithmetic Distribution Neural Network (ADNN) for learning the distributions of temporal pixels. In our ADNN model, the arithmetic distribution operations are utilized to introduce the arithmetic distribution layers, including the product distribution layer and the sum distribution layer. Furthermore, in order to improve the accuracy of the proposed approach, an improved Bayesian refinement model based on neighboring information, with a GPU implementation, is incorporated. In the forward pass and backpropagation of the proposed arithmetic distribution layers, histograms are considered as probability density functions rather than matrices. Thus, the proposed approach is able to utilize the probability information of the histogram and achieve promising results with a very simple architecture compared to traditional convolutional neural networks. Evaluations using standard benchmarks demonstrate the superiority of the proposed approach compared to state-of-the-art traditional and deep learning methods. To the best of our knowledge, this is the first method to propose network layers based on arithmetic distribution operations for learning distributions during background subtraction.

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