CVMar 25, 2024

Distilling Semantic Priors from SAM to Efficient Image Restoration Models

arXiv:2403.16368v246 citationsh-index: 27CVPR
Originality Incremental advance
AI Analysis

This addresses efficiency issues for image restoration practitioners by enabling semantic prior use without computational penalties, though it is incremental as it builds on existing distillation and prior fusion methods.

The paper tackles the problem of high computational cost when using the Segment Anything Model (SAM) for semantic priors in image restoration, proposing a distillation framework that boosts existing models without inference overhead, achieving performance gains across tasks like deraining, deblurring, and denoising.

In image restoration (IR), leveraging semantic priors from segmentation models has been a common approach to improve performance. The recent segment anything model (SAM) has emerged as a powerful tool for extracting advanced semantic priors to enhance IR tasks. However, the computational cost of SAM is prohibitive for IR, compared to existing smaller IR models. The incorporation of SAM for extracting semantic priors considerably hampers the model inference efficiency. To address this issue, we propose a general framework to distill SAM's semantic knowledge to boost exiting IR models without interfering with their inference process. Specifically, our proposed framework consists of the semantic priors fusion (SPF) scheme and the semantic priors distillation (SPD) scheme. SPF fuses two kinds of information between the restored image predicted by the original IR model and the semantic mask predicted by SAM for the refined restored image. SPD leverages a self-distillation manner to distill the fused semantic priors to boost the performance of original IR models. Additionally, we design a semantic-guided relation (SGR) module for SPD, which ensures semantic feature representation space consistency to fully distill the priors. We demonstrate the effectiveness of our framework across multiple IR models and tasks, including deraining, deblurring, and denoising.

Foundations

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

Your Notes