English

TIR-Agent: Training an Explorative and Efficient Agent for Image Restoration

Computer Vision and Pattern Recognition 2026-03-31 v1

Abstract

Vision-language agents that orchestrate specialized tools for image restoration (IR) have emerged as a promising method, yet most existing frameworks operate in a training-free manner. They rely on heuristic task scheduling and exhaustive tool traversal, resulting in sub-optimal restoration paths and prohibitive computational cost. We argue that the core bottleneck lies in the absence of a learned policy to make decision, as a vision-language model cannot efficiently handle degradation-aware task ordering and tool composition. To this end, we propose TIR-Agent, a trainable image restoration agent that performs a direct tool-calling policy through a two-stage training pipeline of supervised fine-tuning (SFT) followed by reinforcement learning (RL). Two key designs underpin effective RL training: (i) a random perturbation strategy applied to the SFT data, which broadens the policy's exploration over task schedules and tool compositions, and (ii) a multi-dimensional adaptive reward mechanism that dynamically re-weights heterogeneous image quality metrics to mitigate reward hacking. To support high-throughput, asynchronous GPU-based tool invocation during training, we further develop a globally shared model-call pool. Experiments on both in-domain and out-of-domain degradations show that TIR-Agent outperforms 12 baselines, including 6 all-in-one models, 3 training-free agents, and 3 proprietary models, and achieves over 2.5×\times inference speedup by eliminating redundant tool executions.

Keywords

Cite

@article{arxiv.2603.27742,
  title  = {TIR-Agent: Training an Explorative and Efficient Agent for Image Restoration},
  author = {Yisheng Zhang and Guoli Jia and Haote Hu and Shanxu Zhao and Kaikai Zhao and Long Sun and Xinwei Long and Kai Tian and Che Jiang and Zhaoxiang Liu and Kai Wang and Shiguo Lian and Kaiyan Zhang and Bowen Zhou},
  journal= {arXiv preprint arXiv:2603.27742},
  year   = {2026}
}
R2 v1 2026-07-01T11:42:57.904Z