arXiv:2608.01751cs.CVcs.AI2026-08

解决遥感模型跨传感器微调中的波段不匹配与成本高问题

SPECTRA: Band-Routed Embedding and Stage-Wise LoRA for Cross-Sensor Fine-Tuning of Geospatial Foundation Models

论文配图:SPECTRA: Band-Routed Embedding and Stage-Wise LoRA for Cross-Sensor Fine-Tuning of Geospatial Foundation Models
图 1 · 摘自论文原文
  • 通过波段路由嵌入,自动适配不同传感器的波段输入
  • 分阶段自适应LoRA使参数量减少40%以上,精度不降
  • 适合遥感图像分割、跨传感器迁移任务的研究者

地理空间基础模型(GeoFMs)在大规模遥感、气候和气象数据上预训练后,可在多种下游任务中表现出色。然而,将其应用于实际下游数据集仍面临两大挑战:一是波段不匹配——预训练嵌入期望固定波段输入,而下游传感器可能提供不同通道;二是微调成本过高。现有工作分别应对这两个问题,但同时提升性能并降低代价的研究仍不足。本文提出SPECTRA框架,联合解决波段不匹配与微调成本问题。首先引入波段路由嵌入(BRE),将所有可用的下游波段映射到预训练模型期望的波段空间,无需修改原有嵌入接口即可充分利用全部波段。其次提出分阶段可迁移性感知的LoRA(ST-LoRA),在微调前估计各阶段可迁移性,动态分配不同阶段的LoRA秩,将参数集中在可迁移性强的层。在三个预训练GeoFMs和四个下游分割数据集上的实验表明,BRE显著提升性能,而ST-LoRA相比全量微调和标准LoRA减少超过40%的可训练参数,且保持高精度。代码已开源。

原文摘要 · Abstract (English)

Geospatial foundation models (GeoFMs), pretrained on large-scale geospatial data such as Earth observation (EO), climate, and weather data, have shown promising performance when fine-tuned on diverse downstream tasks. However, there are two challenges of adapting EO-pretrained GeoFMs to practical downstream datasets. The first challenge is how to handle spectral mismatch: pretrained patch embeddings expect a fixed set of input bands, whereas downstream sensors may provide different channels. The second challenge is how to reduce fine-tuning cost and make it efficient. While existing work has made efforts on these challenges individually, jointly improving fine-tuning performance under spectral mismatch while reducing adaptation cost remains underexplored. We propose SPECTRA, a parameter-efficient fine-tuning framework that addresses both spectral mismatch and adaptation cost. To handle spectral mismatch, SPECTRA introduces Band-Routed Embedding (BRE), which maps all available downstream bands into the band space expected by the pretrained GeoFM. By using BRE, all available bands in the downstream dataset are utilized to improve the selected-band input without changing the pretrained patch embedding interface. To reduce adaptation cost, SPECTRA further introduces a Stage-wise Transferability-aware LoRA (ST-LoRA) fine-tuning. ST-LoRA estimates stage-wise transferability before fine-tuning and assigns stage-specific LoRA ranks, concentrating trainable parameters on the stages with high transferability for the target task. Across three EO-pretrained GeoFMs and four downstream segmentation datasets, experiments show that BRE improves performance by utilizing all spectral bands, while ST-LoRA reduces trainable parameters compared with full fine-tuning and standard LoRA. Code is available at https://github.com/big-data-lab-umbc/SPECTRA.

遥感微调参数高效多源数据

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。