Chain-of-Restoration: Multi-Task Image Restoration Models are Zero-Shot Step-by-Step Universal Image Restorers
Jin Cao, Deyu Meng, Xiangyong Cao
TL;DR
This work introduces Universal Image Restoration (UIR), a zero-shot framework that handles both isolated and composite degradations by training on a base set of degradations rather than all combinations. The Chain-of-Restoration (CoR) mechanism augments pre-trained multi-task image restoration models with a Degradation Discriminator to iteratively remove degradation bases, enabling step-by-step restoration of unknown composites. The authors also provide the first UIR dataset UIRD-12 and demonstrate through extensive experiments that CoR substantially improves composite-degradation removal, often matching or surpassing state-of-the-art methods trained on full degradation sets while reducing training burden. The approach highlights practical gains in efficiency and generalization for universal restoration, with insights into degradation coupling, base selection, and sequence control for future improvements.
Abstract
Despite previous image restoration (IR) methods have often concentrated on isolated degradations, recent research has increasingly focused on addressing composite degradations involving a complex combination of multiple isolated degradations. However, current IR methods for composite degradations require building training data that contain an exponential number of possible degradation combinations, which brings in a significant burden. To alleviate this issue, this paper proposes a new task setting, i.e. Universal Image Restoration (UIR). Specifically, UIR doesn't require training on all the degradation combinations but only on a set of degradation bases and then removing any degradation that these bases can potentially compose in a zero-shot manner. Inspired by the Chain-of-Thought that prompts large language models (LLMs) to address problems step-by-step, we propose Chain-of-Restoration (CoR) mechanism, which instructs models to remove unknown composite degradations step-by-step. By integrating a simple Degradation Discriminator into pre-trained multi-task models, CoR facilitates the process where models remove one degradation basis per step, continuing this process until the image is fully restored from the unknown composite degradation. Extensive experiments show that CoR can significantly improve model performance in removing composite degradations, achieving comparable or better results than those state-of-the-art (SoTA) methods trained on all degradations.
