CVOct 10, 2022

LMQFormer: A Laplace-Prior-Guided Mask Query Transformer for Lightweight Snow Removal

arXiv:2210.04787v437 citationsh-index: 24
AI Analysis

This addresses the challenge of efficiently removing complex snow occlusions in images for applications like autonomous driving or photography, though it appears incremental as it builds on prior snow removal methods.

The paper tackles the problem of snow removal from images by proposing LMQFormer, a lightweight network that achieves state-of-the-art removal quality with significantly reduced parameters and the lowest running time.

Snow removal aims to locate snow areas and recover clean images without repairing traces. Unlike the regularity and semitransparency of rain, snow with various patterns and degradations seriously occludes the background. As a result, the state-of-the-art snow removal methods usually retains a large parameter size. In this paper, we propose a lightweight but high-efficient snow removal network called Laplace Mask Query Transformer (LMQFormer). Firstly, we present a Laplace-VQVAE to generate a coarse mask as prior knowledge of snow. Instead of using the mask in dataset, we aim at reducing both the information entropy of snow and the computational cost of recovery. Secondly, we design a Mask Query Transformer (MQFormer) to remove snow with the coarse mask, where we use two parallel encoders and a hybrid decoder to learn extensive snow features under lightweight requirements. Thirdly, we develop a Duplicated Mask Query Attention (DMQA) that converts the coarse mask into a specific number of queries, which constraint the attention areas of MQFormer with reduced parameters. Experimental results in popular datasets have demonstrated the efficiency of our proposed model, which achieves the state-of-the-art snow removal quality with significantly reduced parameters and the lowest running time.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes