菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-21
📄 Abstract - IR-Flow: Bridging Discriminative and Generative Image Restoration via Rectified Flow

In image restoration, single-step discriminative mappings often lack fine details via expectation learning, whereas generative paradigms suffer from inefficient multi-step sampling and noise-residual coupling. To address this dilemma, we propose IR-Flow, a novel image restoration method based on Rectified Flow that serves as a unified framework bridging the gap between discriminative and generative paradigms. Specifically, we first construct multilevel data distribution flows, which expand the ability of models to learn from and adapt to various levels of degradation. Subsequently, cumulative velocity fields are proposed to learn transport trajectories across varying degradation levels, guiding intermediate states toward the clean target, while a multi-step consistency constraint is presented to enforce trajectory coherence and boost few-step restoration performance. We show that directly establishing a linear transport flow between degraded and clean image domains not only enables fast inference but also improves adaptability to out-of-distribution degradations. Extensive evaluations on deraining, denoising and raindrop removal tasks demonstrate that IR-Flow achieves competitive quantitative results with only a few sampling steps, offering an efficient and flexible framework that maintains an excellent distortion-perception balance. Our code is available at this https URL.

顶级标签: computer vision machine learning
详细标签: image restoration rectified flow generative models discriminative models few-step sampling 或 搜索:

IR-Flow:通过矫正流连接判别式与生成式图像复原 / IR-Flow: Bridging Discriminative and Generative Image Restoration via Rectified Flow


1️⃣ 一句话总结

本文提出了一种名为IR-Flow的图像修复方法,它利用矫正流技术,将传统的快速但细节不足的判别式方法和细节丰富但速度慢的生成式方法统一起来,通过多级数据流和累积速度场,仅需少量几步就能高效、高质量地完成去雨、去噪等图像修复任务。

源自 arXiv: 2604.19680