paper-with-me

홈 › Papers

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

2026-03-29 · Guoli Jia, Yisheng Zhang, Haote Hu, Shanxu Zhao, Kaikai Zhao, Long Sun, Xinwei Long, Kai Tian, Che Jiang, Zhaoxiang Liu, Kai Wang, Shiguo Lian, Kaiyan Zhang, Bowen Zhou arxiv

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.

📄 PDF Abstract BibTeX arXiv:2603.27742

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningImage Restoration

Similar Papers 제목 키워드 기반

DiTTo: Scalable Order-aware All-in-One Image Restoration Agent

2026-05-29 · Seungho Choi, Jihyong Oh arxiv

Real-world images rarely suffer from a single degradation, and the order in which degradations are removed substantially affects the final restoration quality, motivating agent-based image restoration (IR), where a visio…

Image Restoration

Hybrid Agents for Image Restoration

2025-03-13 · Bingchen Li, Xin Li, Yiting Lu, Zhibo Chen

Existing Image Restoration (IR) studies typically focus on task-specific or universal modes individually, relying on the mode selection of users and lacking the cooperation between multiple task-specific/universal restor…

Image RestorationIn-Context LearningLanguage ModelingLanguage Modelling+3

Q-Agent: Quality-Driven Chain-of-Thought Image Restoration Agent through Robust Multimodal Large Language Model

2025-04-09 · Yingjie Zhou, JieZhang Cao, ZiCheng Zhang, Farong Wen 외

Image restoration (IR) often faces various complex and unknown degradations in real-world scenarios, such as noise, blurring, compression artifacts, and low resolution, etc. Training specific models for specific degradat…

Image Quality AssessmentImage RestorationLanguage ModelingLanguage Modelling+2

Causal-AgentIR: Self-Evolving Causal Memory for Adaptive Image Restoration Agents

2026-07-23 · Hu Gao, Yulong Chen, Lizhuang Ma arxiv

Image restoration agents have recently emerged as a flexible paradigm for handling diverse and unpredictable degradations in real-world scenarios. Existing agents typically formulate restoration as a tool-using process, …

Image Restoration

OPERA: An Agent for Image Restoration with End-to-End Joint Planning-Execution Optimization

2026-05-21 · Feng Zhu, Shuyang Xie, Yihan Zeng, Ming Liu 외 arxiv

Real-world image restoration is challenging due to complex and interacting mixed degradations. Recent agent-based approaches address this problem by composing multiple task-specific restoration tools. However, empirical …

Reinforcement LearningImage Restoration