📄
Abstract - RealRestorer: Towards Generalizable Real-World Image Restoration with Large-Scale Image Editing Models
Image restoration under real-world degradations is critical for downstream tasks such as autonomous driving and object detection. However, existing restoration models are often limited by the scale and distribution of their training data, resulting in poor generalization to real-world scenarios. Recently, large-scale image editing models have shown strong generalization ability in restoration tasks, especially for closed-source models like Nano Banana Pro, which can restore images while preserving consistency. Nevertheless, achieving such performance with those large universal models requires substantial data and computational costs. To address this issue, we construct a large-scale dataset covering nine common real-world degradation types and train a state-of-the-art open-source model to narrow the gap with closed-source alternatives. Furthermore, we introduce RealIR-Bench, which contains 464 real-world degraded images and tailored evaluation metrics focusing on degradation removal and consistency preservation. Extensive experiments demonstrate our model ranks first among open-source methods, achieving state-of-the-art performance.
RealRestorer:利用大规模图像编辑模型实现可泛化的真实世界图像恢复 /
RealRestorer: Towards Generalizable Real-World Image Restoration with Large-Scale Image Editing Models
1️⃣ 一句话总结
这篇论文通过构建一个包含九种常见真实世界图像退化类型的大规模数据集,并训练一个开源模型,有效缩小了与闭源模型在图像恢复性能上的差距,同时还提出了一个包含464张真实退化图像和针对性评估指标的基准测试集。