Review Learning: Advancing All-in-One Ultra-High-Definition Image Restoration Training Method
Xin Su, Zhuoran Zheng, Chen Wu
TL;DR
This work tackles the challenge of universal UHD image restoration by introducing Review Learning, a prompt-free continual-learning paradigm that sequentially trains on degraded datasets while periodically rehearsing challenging samples to mitigate forgetting. The authors pair this training strategy with SimpleIR, a lightweight all-in-one restoration network featuring Hybrid Attention Blocks, a Local Detail Attention Module, and Feature Iteration Blocks to enable full-resolution 4K inference on consumer GPUs. Across LLIE, deraining, desnowing, and deblurring tasks, SimpleIR achieves competitive or state-of-the-art results with fewer parameters, and maintains strong performance in multi-task settings, validated by ablations on review quantity and learning trajectories. The approach eliminates reliance on prompts or bespoke architectures, offering a practical, scalable solution for UHD restoration in real-world pipelines and downstream tasks such as object detection.
Abstract
All-in-one image restoration tasks are becoming increasingly important, especially for ultra-high-definition (UHD) images. Existing all-in-one UHD image restoration methods usually boost the model's performance by introducing prompt or customized dynamized networks for different degradation types. For the inference stage, it might be friendly, but in the training stage, since the model encounters multiple degraded images of different quality in an epoch, these cluttered learning objectives might be information pollution for the model. To address this problem, we propose a new training paradigm for general image restoration models, which we name \textbf{Review Learning}, which enables image restoration models to be capable enough to handle multiple types of degradation without prior knowledge and prompts. This approach begins with sequential training of an image restoration model on several degraded datasets, combined with a review mechanism that enhances the image restoration model's memory for several previous classes of degraded datasets. In addition, we design a lightweight all-purpose image restoration network that can efficiently reason about degraded images with 4K ($3840 \times 2160$) resolution on a single consumer-grade GPU.
