CVJul 18, 2024

Restore Anything Model via Efficient Degradation Adaptation

arXiv:2407.13372v2h-index: 99
AI Analysis

This addresses the need for efficient image restoration on mobile devices, offering a novel approach that is not incremental but provides substantial improvements over existing methods.

The paper tackles the problem of efficiently restoring any degraded image by proposing a unified model that leverages similarities across degradations, achieving state-of-the-art performance while reducing model complexity by approximately 82% in parameters and 85% in FLOPs.

With the proliferation of mobile devices, the need for an efficient model to restore any degraded image has become increasingly significant and impactful. Traditional approaches typically involve training dedicated models for each specific degradation, resulting in inefficiency and redundancy. More recent solutions either introduce additional modules to learn visual prompts significantly increasing model size or incorporate cross-modal transfer from large language models trained on vast datasets, adding complexity to the system architecture. In contrast, our approach, termed RAM, takes a unified path that leverages inherent similarities across various degradations to enable both efficient and comprehensive restoration through a joint embedding mechanism without scaling up the model or relying on large multimodal models. Specifically, we examine the sub-latent space of each input, identifying key components and reweighting them in a gated manner. This intrinsic degradation awareness is further combined with contextualized attention in an X-shaped framework, enhancing local-global interactions. Extensive benchmarking in an all-in-one restoration setting confirms RAM's SOTA performance, reducing model complexity by approximately 82% in trainable parameters and 85% in FLOPs. Our code and models will be publicly available.

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