Background Modelling using Octree Color Quantization
Aditya A.V. Sastry

TL;DR
This paper introduces a fast background modeling algorithm using octree color quantization, which efficiently identifies foreground objects in videos by analyzing the most frequent colors with binary operations.
Contribution
The paper presents a novel application of octree data structures for background modeling in videos, reducing computational complexity compared to existing methods.
Findings
Uses octree to model background colors efficiently
Merges multiple trees to find most frequent background colors
Detects foreground objects based on color proximity
Abstract
By assuming that the most frequently occuring color in a video or a region of a video I propose a new algorithm for detecting foreground objects in a video. The process of detecting the foreground objects is complicated because of the fact that there may be swaying trees, objects of the background being moved around or lighting changes in the video. To deal with such complexities many have come up with solutions which heavily rely on expensive floating point operations. In this paper I used a data structure called Octree which is implemented only using binary operations. Traditionally octrees were used for color quantization but here in this paper I used it as a data structure to store the most frequently occuring colors in a video as well. For each of the starting few video frames, I constructed a Octree using all the colors of that frame. Next I pruned all the trees by removing nodes…
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
TopicsVideo Surveillance and Tracking Methods · Advanced Vision and Imaging · Advanced Image and Video Retrieval Techniques
