# Iterative Low-rank Network for Hyperspectral Image Denoising

**Authors:** Jin Ye, Fengchao Xiong, Jun Zhou, and Yuntao Qian

arXiv: 2509.00356 · 2025-09-03

## TL;DR

This paper presents ILRNet, an innovative neural network that combines model-driven and data-driven methods for hyperspectral image denoising, effectively leveraging low-rank properties and iterative refinement to outperform existing techniques.

## Contribution

The paper introduces ILRNet, a novel low-rank network that embeds a rank minimization module within a U-Net architecture, adaptively learns parameters, and employs iterative refinement for superior denoising performance.

## Key findings

- ILRNet achieves state-of-the-art results on synthetic and real-world hyperspectral noise removal.
- The adaptive parameter learning enhances the model's flexibility across different scenarios.
- Iterative refinement improves image detail preservation and denoising quality.

## Abstract

Hyperspectral image (HSI) denoising is a crucial preprocessing step for subsequent tasks. The clean HSI usually reside in a low-dimensional subspace, which can be captured by low-rank and sparse representation, known as the physical prior of HSI. It is generally challenging to adequately use such physical properties for effective denoising while preserving image details. This paper introduces a novel iterative low-rank network (ILRNet) to address these challenges. ILRNet integrates the strengths of model-driven and data-driven approaches by embedding a rank minimization module (RMM) within a U-Net architecture. This module transforms feature maps into the wavelet domain and applies singular value thresholding (SVT) to the low-frequency components during the forward pass, leveraging the spectral low-rankness of HSIs in the feature domain. The parameter, closely related to the hyperparameter of the singular vector thresholding algorithm, is adaptively learned from the data, allowing for flexible and effective capture of low-rankness across different scenarios. Additionally, ILRNet features an iterative refinement process that adaptively combines intermediate denoised HSIs with noisy inputs. This manner ensures progressive enhancement and superior preservation of image details. Experimental results demonstrate that ILRNet achieves state-of-the-art performance in both synthetic and real-world noise removal tasks.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/2509.00356/full.md

## Figures

151 figures with captions in the complete paper: https://tomesphere.com/paper/2509.00356/full.md

## References

65 references — full list in the complete paper: https://tomesphere.com/paper/2509.00356/full.md

---
Source: https://tomesphere.com/paper/2509.00356