Papers › Towards Effective Multiple-in-One Image Restoration: A Sequential and Prompt Learning Strategy

Towards Effective Multiple-in-One Image Restoration: A Sequential and Prompt Learning Strategy

7 Jan 2024arXiv:2401.03379archive 2025-07-28

Xiangtao Kong, Chao Dong, Lei Zhang

While single task image restoration (IR) has achieved significant successes, it remains a challenging issue to train a single model which can tackle multiple IR tasks. In this work, we investigate in-depth the multiple-in-one (MiO) IR problem, which comprises seven popular IR tasks. We point out that MiO IR faces two pivotal challenges: the optimization of diverse objectives and the adaptation to multiple tasks. To tackle these challenges, we present two simple yet effective strategies. The first strategy, referred to as sequential learning, attempts to address how to optimize the diverse objectives, which guides the network to incrementally learn individual IR tasks in a sequential manner rather than mixing them together. The second strategy, i.e., prompt learning, attempts to address how to adapt to the different IR tasks, which assists the network to understand the specific task and improves the generalization ability. By evaluating on 19 test sets, we demonstrate that the sequential and prompt learning strategies can significantly enhance the MiO performance of commonly used CNN and Transformer backbones. Our experiments also reveal that the two strategies can supplement each other to learn better degradation representations and enhance the model robustness. It is expected that our proposed MiO IR formulation and strategies could facilitate the research on how to train IR models with higher generalization capabilities.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2401.03379")

Code

Syntology Ran 7 of 13 code samples harvested from 1 repository linked to this paper; 6 have no recorded run. Of those that ran: 1 ran · violated contract; 6 ran with no contract checked.

By repository: official repository: 13 samples from 1 repository, 7 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

xiangtaokong/mioir officialmentioned in papermentioned on GitHubpytorch report
xiangtaokong/tgbd mentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

13 samples harvested; 7 ran; 0 honoured the contract we drafted; 6 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · violated contract
6ran
6unverified

Licence: 13 of the 13 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from xiangtaokong/mioir. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

down_tensor xiangtaokong/mioir/data_script/add_MiO_test_degradation.py official repository ran fingerprinted no licence file found · pointer only · e33f35a70fbf96fe · report
get_position_from_periods xiangtaokong/mioir/basicsr/models/lr_scheduler.py official repository ran fingerprinted no licence file found · pointer only · cd569444547de84f · report
is_image_file xiangtaokong/mioir/data_script/gen_sub.py official repository ran · violated contract no licence file found · pointer only · ab4109634b75ef8b · report
resize_tensor xiangtaokong/mioir/data_script/add_MiO_test_degradation.py official repository ran fingerprinted no licence file found · pointer only · b982e472c895e0a6 · report
resize_tensor xiangtaokong/mioir/data_script/add_MiO_train_degradation.py official repository ran fingerprinted no licence file found · pointer only · fc5ba23653333ada · report
worker xiangtaokong/mioir/data_script/gen_sub.py official repository ran no licence file found · pointer only · d322f4e33cbbbb9a · report
zero_mask xiangtaokong/mioir/data_script/add_MiO_test_degradation.py official repository ran no licence file found · pointer only · d33436d0b5032794 · report
g_path_regularize xiangtaokong/mioir/basicsr/losses/gan_loss.py official repository unverified no licence file found · pointer only · fe05416387de89c6 · report
gradient_penalty_loss xiangtaokong/mioir/basicsr/losses/gan_loss.py official repository unverified no licence file found · pointer only · 81eb425a41a7c2a1 · report
r1_penalty xiangtaokong/mioir/basicsr/losses/gan_loss.py official repository unverified no licence file found · pointer only · c7cba9053f3cadb5 · report
reduce_loss xiangtaokong/mioir/basicsr/losses/loss_util.py official repository unverified no licence file found · pointer only · a648a03a952822c0 · report
weight_reduce_loss xiangtaokong/mioir/basicsr/losses/loss_util.py official repository unverified no licence file found · pointer only · 1ba39317ea81871a · report
weighted_loss xiangtaokong/mioir/basicsr/losses/loss_util.py official repository unverified no licence file found · pointer only · cf63f8afc13f62a7 · report

Tasks

Image RestorationPrompt Learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Absolute Position EncodingsAdamAttentionBPEDense ConnectionsDropoutLabel SmoothingLayer NormalizationLinear LayerMulti-Head AttentionPosition-Wise Feed-Forward LayerResidual ConnectionSoftmaxTransformer

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections