Efficient Remote Sensing with Harmonized Transfer Learning and Modality Alignment
Tengjun Huang
TL;DR
The paper tackles efficient multimodal transfer learning for remote sensing by addressing intra-modality embedding clustering that impedes cross-modal alignment. It introduces HarMA, a Harmonized Transfer Learning and Modality Alignment framework that uses a MultiModal Gated Adapter and a shared MMS-Adapter to enable cross-modal interaction with minimal parameter updates, guided by a unified objective combining $L_{ini}$, $L_{uniform}$, and a constraint $D(\theta,\theta^*)\le\delta$. The method combines $L_{\mathrm{ada-triplet}}$ and $L_{\mathrm{contrastive}}$ to achieve fine-grained alignment while preventing modality-wise over-clustering, achieving state-of-the-art retrieval on RSICD and RSITMD without external data and with substantially fewer tunable parameters than full fine-tuning. HarMA’s simplicity and compatibility suggest broad applicability to existing multimodal pretraining models, offering a practical route to deploy large models across diverse remote sensing tasks with reduced computational resources.
Abstract
With the rise of Visual and Language Pretraining (VLP), an increasing number of downstream tasks are adopting the paradigm of pretraining followed by fine-tuning. Although this paradigm has demonstrated potential in various multimodal downstream tasks, its implementation in the remote sensing domain encounters some obstacles. Specifically, the tendency for same-modality embeddings to cluster together impedes efficient transfer learning. To tackle this issue, we review the aim of multimodal transfer learning for downstream tasks from a unified perspective, and rethink the optimization process based on three distinct objectives. We propose "Harmonized Transfer Learning and Modality Alignment (HarMA)", a method that simultaneously satisfies task constraints, modality alignment, and single-modality uniform alignment, while minimizing training overhead through parameter-efficient fine-tuning. Remarkably, without the need for external data for training, HarMA achieves state-of-the-art performance in two popular multimodal retrieval tasks in the field of remote sensing. Our experiments reveal that HarMA achieves competitive and even superior performance to fully fine-tuned models with only minimal adjustable parameters. Due to its simplicity, HarMA can be integrated into almost all existing multimodal pretraining models. We hope this method can facilitate the efficient application of large models to a wide range of downstream tasks while significantly reducing the resource consumption. Code is available at https://github.com/seekerhuang/HarMA.
