An Efficient and Effective Encoder Model for Vision and Language Tasks in the Remote Sensing Domain
João Daniel Silva, Joao Magalhaes, Devis Tuia, Bruno Martins
TL;DR
The paper introduces GeoMELT, a compact 271M-parameter multimodal encoder for remote sensing that jointly handles text generation and cross-modal retrieval. Built on a BEiT-3 foundation with Multiway Transformer blocks, it supports vision, language, and joint representations within a single architecture, enabling it to function as a vision encoder, a dual encoder for retrieval, or a cross-encoder for generation. It achieves competitive or state-of-the-art results across captioning, VQA, grounding, retrieval, and zero-shot classification on RS benchmarks while requiring far less compute than large LVLMs, aided by a two-stage training regimen and dynamic loss balancing. The work highlights practical efficiency gains for edge deployment and broad accessibility to RS-VL capabilities, with future directions including multisensor fusion, composed retrieval, and integration with LVLMs for retrieval-augmented generation and reasoning.
Abstract
The remote sensing community has recently seen the emergence of methods based on Large Vision and Language Models (LVLMs) that can address multiple tasks at the intersection of computer vision and natural language processing. To fully exploit the potential of such models, a significant focus has been given to the collection of large amounts of training data that cover multiple remote sensing-specific tasks, such as image captioning or visual question answering. However, the cost of using and training LVLMs is high, due to the large number of parameters. While multiple parameter-efficient adaptation techniques have been explored, the computational costs of training and inference with these models can remain prohibitive for most institutions. In this work, we explore the use of encoder-only architectures and propose a model that can effectively address multi-task learning while remaining compact in terms of the number of parameters. In particular, our model tackles combinations of tasks that are not typically explored in a unified model: the generation of text from remote sensing images and cross-modal retrieval. The results of our GeoMELT model - named from Multi-task Efficient Learning Transformer - in established benchmarks confirm the efficacy and efficiency of the proposed approach.
