arXiv:2604.17453eess.IVcs.CV2026-04

将经典去噪思想融入可学习网络,实现高效低参的RAW图像去噪。

Learned Nonlocal Feature Matching and Filtering for RAW Image Denoising

论文配图:Learned Nonlocal Feature Matching and Filtering for RAW Image Denoising
图 1 · 摘自论文原文
  • 设计新型非局部块,模仿邻域匹配与协同过滤流程
  • 仅用少量邻居和单个模块每尺度即达顶尖去噪效果
  • 支持多种设备、参数少且结果可解释,适合实际部署

作为图像处理中历史最悠久的基本问题之一,图像去噪在深度学习迅速发展下迎来新活力。然而,多数现代去噪架构对经典去噪方法积累的技术知识利用有限,过度依赖网络深度与参数量,这不仅阻碍理解网络特性,也限制了在资源受限设备上的部署,尤其面对多样噪声分布时。为解决此问题,本文提出专用于RAW-to-RAW去噪的架构,将经典自相似性去噪器的可解释结构融入全可学习神经网络。核心是新型非局部块,其并行于经典的邻域匹配、协同滤波与聚合流程,作用于学习到的多尺度特征表示。该内置非局部结构能高效扩展感受野,每个尺度仅需一个模块和适度邻居数即可获得高质量结果。在包含真实干净RAW数据与模拟合成噪声的定制数据集上训练,并以噪声水平图作为条件,模型实现传感器无关的去噪,有效泛化至未见设备。在基准测试及真实场景照片上的定量与视觉结果表明,本方法在性能上媲美当前最先进的卷积与变压器去噪器,同时显著减少参数量,是一种实用且可解释的现实世界RAW去噪方案。代码已开源:https://github.com/MIA-UIB/nonlocal-matchfilter。

原文摘要 · Abstract (English)

Being one of the oldest and most basic problems in image processing, image denoising has seen a resurgence spurred by rapid advances in deep learning. Yet, most modern denoising architectures make limited use of the technical knowledge acquired researching the classical denoisers that came before the mainstream use of neural networks, instead relying on depth and large parameter counts. This poses a challenge not only for understanding the properties of such networks, but also for deploying them on real devices which may present resource constraints and diverse noise profiles. Tackling both issues, we propose an architecture dedicated to RAW-to-RAW denoising that incorporates the interpretable structure of classical self-similarity-based denoisers into a fully learnable neural network. Our design centers on a novel nonlocal block that parallels the established pipeline of neighbor matching, collaborative filtering and aggregation popularized by nonlocal patch-based methods, operating on learned multiscale feature representations. This built-in nonlocality efficiently expands the receptive field, sufficing a single block per scale with a moderate number of neighbors to obtain high-quality results. Training the network on a curated dataset with clean real RAW data and modeled synthetic noise while conditioning it on a noise level map yields a sensor-agnostic denoiser that generalizes effectively to unseen devices. Both quantitative and visual results on benchmarks and in-the-wild photographs position our method as a practical and interpretable solution for real-world RAW denoising, achieving results competitive with state-of-the-art convolutional and transformer-based denoisers while using significantly fewer parameters. The code is available at https://github.com/MIA-UIB/nonlocal-matchfilter .

图像去噪RAW处理非局部结构轻量化模型

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。