A De-raining semantic segmentation network for real-time foreground segmentation
Fanyi Wang, Yihui Zhang

TL;DR
This paper introduces DRSNet, a lightweight real-time semantic segmentation network tailored for rainy environments, utilizing multi-scale dilated convolutions and asymmetric skip connections to enhance accuracy while maintaining efficiency.
Contribution
The paper proposes a novel lightweight network with MultiScaleSE Block and Asymmetric Skip for improved rainy environment segmentation, achieving state-of-the-art results with low computational cost.
Findings
Achieves state-of-the-art accuracy on UAS-add-rain and BPS-add-rain benchmarks.
Operates in real-time with only 0.54M parameters and 0.20 GFLOPs.
Outperforms similar networks in speed and accuracy at under 1 GFLOPs.
Abstract
Few researches have been proposed specifically for real-time semantic segmentation in rainy environments. However, the demand in this area is huge and it is challenging for lightweight networks. Therefore, this paper proposes a lightweight network which is specially designed for the foreground segmentation in rainy environments, named De-raining Semantic Segmentation Network (DRSNet). By analyzing the characteristics of raindrops, the MultiScaleSE Block is targetedly designed to encode the input image, it uses multi-scale dilated convolutions to increase the receptive field, and SE attention mechanism to learn the weights of each channels. In order to combine semantic information between different encoder and decoder layers, it is proposed to use Asymmetric Skip, that is, the higher semantic layer of encoder employs bilinear interpolation and the output passes through pointwise…
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
TopicsImage Enhancement Techniques · Fire Detection and Safety Systems · Video Surveillance and Tracking Methods
