Exploring Diffusion with Test-Time Training on Efficient Image Restoration
Rongchang Lu, Tianduo Luo, Yunzhi Jiang, Conghan Yue, Pei Yang, Guibao Liu, Changyang Gu

TL;DR
This paper introduces DiffRWKVIR, a novel framework combining Test-Time Training with efficient diffusion for image restoration, featuring innovations that improve global context understanding, speed, and computational efficiency, outperforming existing methods on multiple benchmarks.
Contribution
The paper presents a unified framework with three key innovations: omni-scale 2D state evolution, chunk-optimized flash processing, and prior-guided diffusion, enhancing efficiency and effectiveness in image restoration.
Findings
Outperforms SwinIR, HAT, and MambaIR/v2 in PSNR, SSIM, LPIPS
Achieves 45% faster training/inference than DiffIR
Solves computational inefficiency in denoising with fewer steps
Abstract
Image restoration faces challenges including ineffective feature fusion, computational bottlenecks and inefficient diffusion processes. To address these, we propose DiffRWKVIR, a novel framework unifying Test-Time Training (TTT) with efficient diffusion. Our approach introduces three key innovations: (1) Omni-Scale 2D State Evolution extends RWKV's location-dependent parameterization to hierarchical multi-directional 2D scanning, enabling global contextual awareness with linear complexity O(L); (2) Chunk-Optimized Flash Processing accelerates intra-chunk parallelism by 3.2x via contiguous chunk processing (O(LCd) complexity), reducing sequential dependencies and computational overhead; (3) Prior-Guided Efficient Diffusion extracts a compact Image Prior Representation (IPR) in only 5-20 steps, proving 45% faster training/inference than DiffIR while solving computational inefficiency in…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsImage Processing Techniques and Applications
MethodsInpainting · Diffusion
