菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-03-30
📄 Abstract - Divide and Restore: A Modular Task-Decoupled Framework for Universal Image Restoration

Restoring images affected by various types of degradation, such as noise, blur, or improper exposure, remains a significant challenge in computer vision. While recent trends favor complex monolithic all-in-one architectures, these models often suffer from negative task interference and require extensive joint training cycles on high-end computing clusters. In this paper, we propose a modular, task-decoupled image restoration framework based on an explicit diagnostic routing mechanism. The architecture consists of a lightweight Convolutional Neural Network (CNN) classifier that evaluates the input image and dynamically directs it to a specialized restoration node. A key advantage of this framework is its model-agnostic extensibility: while we demonstrate it using three independent U-Net experts, the system allows for the integration of any restoration method tailored to specific tasks. By isolating reconstruction paths, the framework prevents feature conflicts and significantly reduces training overhead. Unlike monolithic models, adding new degradation types in our framework only requires training a single expert and updating the router, rather than a full system retraining. Experimental results demonstrate that this computationally accessible approach offers a scalable and efficient solution for multi-degradation restoration on standard local hardware. The code will be published upon paper acceptance.

顶级标签: computer vision systems model training
详细标签: image restoration modular architecture task routing multi-degradation u-net 或 搜索:

分而治之:一种用于通用图像修复的模块化任务解耦框架 / Divide and Restore: A Modular Task-Decoupled Framework for Universal Image Restoration


1️⃣ 一句话总结

这篇论文提出了一种像‘分诊台’一样的模块化图像修复框架,它先用一个轻量级分类器判断图像问题类型,再将其引导至对应的专业修复模块进行处理,从而避免了不同修复任务间的相互干扰,并能灵活地添加新功能而无需重新训练整个系统。

源自 arXiv: 2603.28658