Wildfire Smoke Detection Using Spatiotemporal Bag-of-Features of Smoke

Abstract

This paper presents a wildfire smoke detection method based on a spatiotemporal bag-of-features (BoF) and a random forest classifier. First, candidate blocks are detected using key-frame differences and non-parametric color models to reduce the computation time. Subsequently, spatiotemporal three-dimensional (3D) volumes are built by combining the candidate blocks in the current key-frame and the corresponding blocks in previous frames. A histogram of gradient (HOG) is extracted as a spatial feature, and a histogram of optical flow (HOF) is extracted as a temporal feature based on the fact that the diffusion direction of smoke is upward owing to thermal convection. Using these spatiotemporal features, a codebook and a BoF histogram are generated from training data. For smoke verification, a random forest classifier is built during the training phase by using the BoF histogram. The random forest with BoF histogram can increase the detection accuracy and allow smoke detection to be carried out in near real-time.

Cite

Text

Park et al. "Wildfire Smoke Detection Using Spatiotemporal Bag-of-Features of Smoke." IEEE/CVF Winter Conference on Applications of Computer Vision, 2013. doi:10.1109/WACV.2013.6475019

Markdown

[Park et al. "Wildfire Smoke Detection Using Spatiotemporal Bag-of-Features of Smoke." IEEE/CVF Winter Conference on Applications of Computer Vision, 2013.](https://mlanthology.org/wacv/2013/park2013wacv-wildfire/) doi:10.1109/WACV.2013.6475019

BibTeX

@inproceedings{park2013wacv-wildfire,
  title     = {{Wildfire Smoke Detection Using Spatiotemporal Bag-of-Features of Smoke}},
  author    = {Park, JunOh and Ko, ByoungChul and Nam, Jae-Yeal and Kwak, Soo Yeong},
  booktitle = {IEEE/CVF Winter Conference on Applications of Computer Vision},
  year      = {2013},
  pages     = {200-205},
  doi       = {10.1109/WACV.2013.6475019},
  url       = {https://mlanthology.org/wacv/2013/park2013wacv-wildfire/}
}