CVJan 26, 2024

Masked Pre-training Enables Universal Zero-shot Denoiser

arXiv:2401.14966v211 citationsHas CodeNIPS
AI Analysis

This addresses the problem of efficient and versatile image denoising for computer vision applications, though it appears incremental as it builds on existing pre-training and iterative techniques.

The paper tackles the problem of image denoising by proposing a zero-shot method called Masked Pre-train then Iterative fill (MPI), which uses masked pre-training on general images to enable denoising without additional training, resulting in notable advances over previous approaches with reduced inference time.

In this work, we observe that model trained on vast general images via masking strategy, has been naturally embedded with their distribution knowledge, thus spontaneously attains the underlying potential for strong image denoising. Based on this observation, we propose a novel zero-shot denoising paradigm, i.e., Masked Pre-train then Iterative fill (MPI). MPI first trains model via masking and then employs pre-trained weight for high-quality zero-shot image denoising on a single noisy image. Concretely, MPI comprises two key procedures: 1) Masked Pre-training involves training model to reconstruct massive natural images with random masking for generalizable representations, gathering the potential for valid zero-shot denoising on images with varying noise degradation and even in distinct image types. 2) Iterative filling exploits pre-trained knowledge for effective zero-shot denoising. It iteratively optimizes the image by leveraging pre-trained weights, focusing on alternate reconstruction of different image parts, and gradually assembles fully denoised image within limited number of iterations. Comprehensive experiments across various noisy scenarios underscore the notable advances of MPI over previous approaches with a marked reduction in inference time. Code available at https://github.com/krennic999/MPI.

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