CVDec 5, 2024

Exploring Real&Synthetic Dataset and Linear Attention in Image Restoration

Tencent
arXiv:2412.03814v22 citationsh-index: 34
Originality Incremental advance
AI Analysis

This work addresses dataset and training inconsistencies in image restoration, offering a new benchmark and model for researchers, though it is incremental in building on existing transformer methods.

The paper tackles the lack of a unified training benchmark and dataset bias in image restoration by introducing the ReSyn dataset with balanced image complexity and a unified training standard, and proposes the RWKV-IR model with linear attention mechanisms, achieving improved performance validated through experiments.

Image restoration (IR) aims to recover high-quality images from degraded inputs, with recent deep learning advancements significantly enhancing performance. However, existing methods lack a unified training benchmark for iterations and configurations. We also identify a bias in image complexity distributions between commonly used IR training and testing datasets, resulting in suboptimal restoration outcomes. To address this, we introduce a large-scale IR dataset called ReSyn, which employs a novel image filtering method based on image complexity to ensure a balanced distribution and includes both real and AIGC synthetic images. We establish a unified training standard that specifies iterations and configurations for image restoration models, focusing on measuring model convergence and restoration capability. Additionally, we enhance transformer-based image restoration models using linear attention mechanisms by proposing RWKV-IR, which integrates linear complexity RWKV into the transformer structure, allowing for both global and local receptive fields. Instead of directly using Vision-RWKV, we replace the original Q-Shift in RWKV with a Depth-wise Convolution shift to better model local dependencies, combined with Bi-directional attention for comprehensive linear attention. We also introduce a Cross-Bi-WKV module that merges two Bi-WKV modules with different scanning orders for balanced horizontal and vertical attention. Extensive experiments validate the effectiveness of our RWKV-IR model.

Foundations

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

Your Notes