AeroLite: Tag-Guided Lightweight Generation of Aerial Image Captions
Xing Zi, Tengjun Ni, Xianjing Fan, Xian Tao, Jun Li, Ali Braytee, Mukesh Prasad
TL;DR
AeroLite tackles the challenge of high-quality aerial image captioning under resource constraints by integrating explicit semantic tagging with a lightweight visual encoder and a small language model. It generates a large pseudo-caption corpus via GPT-4o, extracts domain-relevant semantic tags, and fuses them with CLIP-derived visual features through a compact bridging MLP. The model is trained in two stages with LoRA-based fine-tuning, enabling effective domain grounding on 1–3B parameter LMs and outperforming many larger models on UCM and Sydney datasets. This approach offers a practical, interpretable, and on-device-friendly solution for remote sensing captioning, with potential applicability to multi-task aerial intelligence systems.
Abstract
Accurate and automated captioning of aerial imagery is crucial for applications like environmental monitoring, urban planning, and disaster management. However, this task remains challenging due to complex spatial semantics and domain variability. To address these issues, we introduce \textbf{AeroLite}, a lightweight, tag-guided captioning framework designed to equip small-scale language models (1--3B parameters) with robust and interpretable captioning capabilities specifically for remote sensing images. \textbf{AeroLite} leverages GPT-4o to generate a large-scale, semantically rich pseudo-caption dataset by integrating multiple remote sensing benchmarks, including DLRSD, iSAID, LoveDA, WHU, and RSSCN7. To explicitly capture key semantic elements such as orientation and land-use types, AeroLite employs natural language processing techniques to extract relevant semantic tags. These tags are then learned by a dedicated multi-label CLIP encoder, ensuring precise semantic predictions. To effectively fuse visual and semantic information, we propose a novel bridging multilayer perceptron (MLP) architecture, aligning semantic tags with visual embeddings while maintaining minimal computational overhead. AeroLite's flexible design also enables seamless integration with various pretrained large language models. We adopt a two-stage LoRA-based training approach: the initial stage leverages our pseudo-caption dataset to capture broad remote sensing semantics, followed by fine-tuning on smaller, curated datasets like UCM and Sydney Captions to refine domain-specific alignment. Experimental evaluations demonstrate that AeroLite surpasses significantly larger models (e.g., 13B parameters) in standard captioning metrics, including BLEU and METEOR, while maintaining substantially lower computational costs.
