ResSR: A Computationally Efficient Residual Approach to Super-Resolving Multispectral Images
Haley Duba-Sullivan, Emma J. Reid, Sophie Voisin, Charles A. Bouman, Gregery T. Buzzard
TL;DR
The paper tackles the high computational cost of multispectral image super-resolution (MSI-SR) by introducing ResSR, a model-based framework that decouples spectral and spatial processing into parallel branches and combines them with a lightweight residual correction. The spectral branch uses a low-rank subspace representation via SVD, while the spatial branch relies on bicubic upsampling; a residual correction merges these to recover accurate spectral and spatial features. A key contribution is a closed-form, pixel-linear solution with complexity $O(N_p K^3)$, enabled by a spatially-decoupled forward model and a small spectral subspace dimension $K$ (typical $K=2$). Experimental results on simulated and real Sentinel-2 data show that ResSR matches or exceeds the quality of existing MSI-SR methods while being 2×–10× faster and capable of handling much larger images. This makes high-fidelity MSI-SR practical for large-scale or time-critical remote sensing applications, addressing both accuracy and efficiency barriers in current approaches.
Abstract
Multispectral imaging (MSI) plays a critical role in material classification, environmental monitoring, and remote sensing. However, MSI sensors typically have wavelength-dependent resolution, which limits downstream analysis. MSI super-resolution (MSI-SR) methods address this limitation by reconstructing all bands at a common high spatial resolution. Existing methods can achieve high reconstruction quality but often rely on spatially-coupled optimization or large learning-based models, leading to significant computational cost and limiting their use in large-scale or time-critical settings. In this paper, we introduce ResSR, a computationally efficient, model-based MSI-SR method that achieves high-quality reconstruction without supervised training or spatially-coupled optimization. Notably, ResSR decouples spectral and spatial processing into separate branches, which are then combined in a residual correction step. The spectral branch uses singular value decomposition plus a spatially-decoupled approximate forward model to upsample the MSI, while the spatial branch uses bicubic upsampling. The residual correction step combines these branches to recover accurate spectral and spatial MSI features. ResSR achieves comparable or improved reconstruction quality relative to existing MSI-SR methods while being 2$\times$ to 10$\times$ faster. Code is available at https://github.com/hdsullivan/ResSR.
