Wildfire Smoke Detection System: Model Architecture, Training Mechanism, and Dataset
Chong Wang, Cheng Xu, Adeel Akram, Zhong Wang, Zhilin Shan, Qixing Zhang

TL;DR
This paper introduces a novel smoke detection system combining a specialized transformer architecture with a new training mechanism and a large real-world wildfire dataset, significantly improving detection accuracy.
Contribution
It proposes the Cross Contrast Patch Embedding module and Separable Negative Sampling Mechanism, enhancing low-level feature extraction and training supervision in wildfire smoke detection.
Findings
Significant performance improvements over baseline models.
Introduction of the largest wildfire test dataset to date.
Enhanced detection accuracy on benchmark datasets.
Abstract
Vanilla Transformers focus on semantic relevance between mid- to high-level features and are not good at extracting smoke features as they overlook subtle changes in low-level features like color, transparency, and texture which are essential for smoke recognition. To address this, we propose the Cross Contrast Patch Embedding (CCPE) module based on the Swin Transformer. This module leverages multi-scale spatial contrast information in both vertical and horizontal directions to enhance the network's discrimination of underlying details. By combining Cross Contrast with Transformer, we exploit the advantages of Transformer in global receptive field and context modeling while compensating for its inability to capture very low-level details, resulting in a more powerful backbone network tailored for smoke recognition tasks. Additionally, we introduce the Separable Negative Sampling…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsFire Detection and Safety Systems · Video Surveillance and Tracking Methods · Fire effects on ecosystems
MethodsSparse Evolutionary Training · Multi-Head Attention · Attention Is All You Need · Adam · Dropout · Absolute Position Encodings · Position-Wise Feed-Forward Layer · Label Smoothing · Residual Connection · Byte Pair Encoding
