超越模型设计:面向高斯彩色图像去噪的数据中心化训练与自集成方法 / Beyond Model Design: Data-Centric Training and Self-Ensemble for Gaussian Color Image Denoising
1️⃣ 一句话总结
这篇论文没有设计新模型,而是通过使用更大规模的多样化数据集进行两阶段训练,并在测试时采用几何自集成技术,显著提升了现有成熟图像去噪模型的性能。
This paper presents our solution to the NTIRE 2026 Image Denoising Challenge (Gaussian color image denoising at fixed noise level $\sigma = 50$). Rather than proposing a new restoration backbone, we revisit the performance boundary of the mature Restormer architecture from two complementary directions: stronger data-centric training and more complete Test-Time capability release. Starting from the public Restormer $\sigma\!=\!50$ baseline, we expand the standard multi-dataset training recipe with larger and more diverse public image corpora and organize optimization into two stages. At inference, we apply $\times 8$ geometric self-ensemble to further release model capacity. A TLC-style local inference wrapper is retained for implementation consistency; however, systematic ablation reveals its quantitative contribution to be negligible in this setting. On the challenge validation set of 100 images, our final submission achieves 30.762 dB PSNR and 0.861 SSIM, improving over the public Restormer $\sigma\!=\!50$ pretrained baseline by up to 3.366 dB PSNR. Ablation studies show that the dominant gain originates from the expanded training corpus and the two-stage optimization schedule, and self-ensemble provides marginal but consistent improvement.
超越模型设计:面向高斯彩色图像去噪的数据中心化训练与自集成方法 / Beyond Model Design: Data-Centric Training and Self-Ensemble for Gaussian Color Image Denoising
这篇论文没有设计新模型,而是通过使用更大规模的多样化数据集进行两阶段训练,并在测试时采用几何自集成技术,显著提升了现有成熟图像去噪模型的性能。
源自 arXiv: 2604.11468