← Latest papers
🤖 machine learning

Restoring Without Forgetting: Continual Learning Across Image Degradations

This paper introduces Restoring without Forgetting (RwF), a continual learning framework that employs lightweight adapters and unsupervised routing to enable image restoration models to sequentially learn new degradation types without catastrophic forgetting or access to historical data, significantly outperforming standard fine-tuning approaches.

Original authors: Alif Ashrafee, Bartosz Krawczyk

Published 2026-08-26
📖 4 min read☕ Coffee break read

Original authors: Alif Ashrafee, Bartosz Krawczyk

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine a camera sensor that has spent its entire life in a sunny, clear desert. It has learned perfectly how to see the world under that specific light. Now, picture that same camera being moved to a rainy city, then a foggy mountain, and finally a dark cave. In the real world, sensors face these changing conditions one after another, often without access to the old data from previous locations due to privacy rules or storage limits. For a computer to learn how to fix images from a new environment, it usually has to be retrained from scratch. If you try to teach it the new conditions without wiping its memory of the old ones, it often forgets how to handle the first environment entirely. This is a major hurdle for building intelligent systems that can adapt over time. The field of image restoration, which aims to clean up blurry, noisy, or dark photos, has largely relied on specialized tools for each specific problem, or on massive "all-in-one" systems that require access to every type of problem at the same time to learn. Neither approach works well when a system must learn sequentially, encountering new challenges one by one while keeping its old skills intact.

Researchers at the Rochester Institute of Technology have developed a new method called "Restoring Without Forgetting" to solve this exact problem. Instead of training a massive new network for every new type of image damage, or trying to cram all the learning into one giant model that eventually gets confused, they built a system that learns to adapt without losing its past. The core of their approach is a pre-trained "backbone" network that is already very good at seeing clean images. This backbone is frozen, meaning its internal settings are locked and never changed. When the system encounters a new type of degradation, such as rain or fog, it does not retrain the whole brain. Instead, it attaches a tiny, lightweight add-on module specifically designed to handle that new condition. This add-on learns only the specific patterns of the new problem, leaving the original knowledge of the backbone and the previous add-ons completely untouched. Because each new skill gets its own dedicated, isolated space, the system never overwrites what it learned before.

To make this work in the real world, where the computer doesn't know which type of damage it is looking at, the researchers added a smart routing mechanism. When a new, damaged image arrives, the system briefly scans it to create a simple signature based on the visual clues. It then compares this signature against a small library of stored examples for each known degradation type. Based on which example it matches most closely, the system automatically selects the correct add-on to fix the image. This happens without any human telling the system what the problem is. The researchers tested this on a sequence of five different image problems: noise, motion blur, rain, haze, and low-light conditions. They found that a standard method of simply retraining the network on new data caused the system to forget previous skills so badly that its performance on earlier tasks dropped by more than 15 points on a standard quality scale. In contrast, their new method maintained high performance across all five tasks, effectively eliminating the forgetting problem entirely.

The study also demonstrated that this approach works on real-world images, not just synthetic ones created in a lab. The team tested their system on eleven different real-world datasets containing thousands of images with natural blurs, rain, and other imperfections. The system correctly identified which repair tool to use for nearly 90 percent of the images, and the final picture quality was almost as good as if a human had told the system exactly which problem it was facing. This suggests that the system can generalize its learning to new, unseen content as long as the type of damage is similar to what it has seen before. The researchers argue that this is a significant step forward because it establishes a practical way for image restoration systems to grow and adapt over time without needing to store massive amounts of old data or retrain from scratch. By isolating the learning of new skills from the core knowledge of the system, they have created a framework that allows artificial intelligence to accumulate capabilities sequentially, much like a human learning new skills without forgetting the old ones.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →