LMQFormer: A Laplace-Prior-Guided Mask Query Transformer for Lightweight Snow Removal
Junhong Lin, Nanfeng Jiang, Zhentao Zhang, Weiling Chen, Tiesong, Zhao

TL;DR
This paper introduces LMQFormer, a lightweight transformer-based model for snow removal that effectively uses a Laplace-VQVAE generated mask to reduce parameters and computational costs while achieving state-of-the-art results.
Contribution
The paper proposes a novel Laplace-VQVAE and Mask Query Transformer architecture that significantly reduces model size and computation in snow removal tasks while maintaining high performance.
Findings
Achieves state-of-the-art snow removal quality.
Reduces model parameters and runtime significantly.
Effectively utilizes coarse masks for efficient learning.
Abstract
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…
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
TopicsCryospheric studies and observations · Image Enhancement Techniques
MethodsMulti-Head Attention · Attention Is All You Need · Linear Layer · Position-Wise Feed-Forward Layer · Dropout · Softmax · Label Smoothing · Adam · Dense Connections · Residual Connection
