ICML2026

Hyperspectral Image Fusion with Spectral-Band and Fusion-Scale Agnosticism

Yujie Liang, ZiHan Cao, Liang-Jian Deng, Yang Yang, Malu Zhang

摘要

Current deep learning models for Multispectral and Hyperspectral Image Fusion (MS/HS fusion) are typically designed for fixed spectral bands and spatial scales, which limits their transferability across diverse sensors. To address this, we propose SSA, a unified framework for MS/HS fusion with spectral-band and fusion-scale agnosticism. Specifically, we introduce Matryoshka Kernel (MK), a novel operator that enables a single model to process varying ordered spectral band counts within a supported range. Meanwhile, we build SSA upon an Implicit Neural Representation (INR) backbone that models the HS signal as a continuous function, enabling reconstruction at arbitrary spatial resolutions. Together, these two mechanisms support a single MS/HS fusion model for heterogeneous sensors and arbitrary query scales. Extensive experiments demonstrate that our single jointly trained model achieves state-of-the-art performance, generalizes to unseen spatial scales, and transfers to unseen sensors with few-step adaptation. The code can be obtained at https://github.com/vg219/SSA.