CVJun 17, 2025

Exploring Diffusion with Test-Time Training on Efficient Image Restoration

arXiv:2506.14541v2h-index: 2
Originality Highly original
AI Analysis

This addresses computational bottlenecks in image restoration for applications requiring real-time or resource-efficient processing, representing a new paradigm rather than an incremental improvement.

The paper tackles computational inefficiency in image restoration by proposing DiffRWKVIR, a framework that unifies test-time training with efficient diffusion, achieving 45% faster training/inference than DiffIR while outperforming state-of-the-art methods on super-resolution and inpainting benchmarks.

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 denoising. Evaluated across super-resolution and inpainting benchmarks (Set5, Set14, BSD100, Urban100, Places365), DiffRWKVIR outperforms SwinIR, HAT, and MambaIR/v2 in PSNR, SSIM, LPIPS, and efficiency metrics. Our method establishes a new paradigm for adaptive, high-efficiency image restoration with optimized hardware utilization.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes