Heterogeneous Mixture of Experts for Remote Sensing Image Super-Resolution
Bowen Chen, Keyan Chen, Mohan Yang, Zhengxia Zou, Zhenwei Shi
TL;DR
This work tackles the challenge of reconstructing high-resolution remote-sensing images by addressing the heterogeneous nature of ground objects. It introduces a Multi-level Feature Guided HMoE (MFG-HMoE) that employs heterogeneous expert groups, a multi-level feature aggregation (MFA) module to guide routing, and a dual-routing mechanism to assign each pixel to an optimal expert. The approach yields state-of-the-art SR performance on UCMerced and AID, with ablation studies confirming the effectiveness of the heterogeneous experts, MFA, and two-stage routing. The proposed framework enhances per-pixel reconstruction fidelity for diverse geospatial content, offering strong practical impact for downstream remote-sensing tasks.
Abstract
Remote sensing image super-resolution (SR) aims to reconstruct high-resolution remote sensing images from low-resolution inputs, thereby addressing limitations imposed by sensors and imaging conditions. However, the inherent characteristics of remote sensing images, including diverse ground object types and complex details, pose significant challenges to achieving high-quality reconstruction. Existing methods typically employ a uniform structure to process various types of ground objects without distinction, making it difficult to adapt to the complex characteristics of remote sensing images. To address this issue, we introduce a Mixture of Experts (MoE) model and design a set of heterogeneous experts. These experts are organized into multiple expert groups, where experts within each group are homogeneous while being heterogeneous across groups. This design ensures that specialized activation parameters can be employed to handle the diverse and intricate details of ground objects effectively. To better accommodate the heterogeneous experts, we propose a multi-level feature aggregation strategy to guide the routing process. Additionally, we develop a dual-routing mechanism to adaptively select the optimal expert for each pixel. Experiments conducted on the UCMerced and AID datasets demonstrate that our proposed method achieves superior SR reconstruction accuracy compared to state-of-the-art methods. The code will be available at https://github.com/Mr-Bamboo/MFG-HMoE.
