Deep Smoke Segmentation
Feiniu Yuan, Lin Zhang, Xue Xia, Boyang Wan, Qinghua Huang, Xuelong Li

TL;DR
This paper introduces a deep smoke segmentation network that combines coarse and fine paths for accurate smoke mask inference from blurry images, utilizing synthetic data generation and end-to-end training.
Contribution
It presents a novel dual-path FCN architecture with a fusion network for improved smoke segmentation and a synthetic data generation method for training.
Findings
Outperforms state-of-the-art segmentation algorithms on synthetic datasets
Achieves accurate smoke detection in videos
Effective in handling variations in smoke appearance
Abstract
Inspired by the recent success of fully convolutional networks (FCN) in semantic segmentation, we propose a deep smoke segmentation network to infer high quality segmentation masks from blurry smoke images. To overcome large variations in texture, color and shape of smoke appearance, we divide the proposed network into a coarse path and a fine path. The first path is an encoder-decoder FCN with skip structures, which extracts global context information of smoke and accordingly generates a coarse segmentation mask. To retain fine spatial details of smoke, the second path is also designed as an encoder-decoder FCN with skip structures, but it is shallower than the first path network. Finally, we propose a very small network containing only add, convolution and activation layers to fuse the results of the two paths. Thus, we can easily train the proposed network end to end for simultaneous…
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
TopicsFire Detection and Safety Systems · Fire dynamics and safety research · Aerosol Filtration and Electrostatic Precipitation
MethodsMax Pooling · Convolution · Fully Convolutional Network
