GeoLLaVA: Efficient Fine-Tuned Vision-Language Models for Temporal Change Detection in Remote Sensing
Hosam Elgendy, Ahmed Sharshar, Ahmed Aboeitta, Yasser Ashraf, Mohsen Guizani
TL;DR
This work tackles temporal change detection in remote sensing by coupling an annotated video-frame-pair dataset derived from fMoW with parameter-efficient fine-tuning of vision-language models. By applying LoRA and QLoRA alongside pruning to Video-LLaVA and LLaVA-NeXT-Video, the authors achieve strong descriptive accuracy of land-use transformations (e.g., a BERT score of $0.864$ and ROUGE-1 of $0.576$ on 100K samples) while improving computational efficiency for potential real-time deployment. The dataset-rich approach, combined with ablation studies on LoRA configurations and quantization strategies, demonstrates practical pathways to scale temporal VLM capabilities in remote sensing. The findings suggest that carefully balanced PEFT and compression techniques can deliver accurate, efficient temporal descriptions suitable for environmental monitoring and urban planning tasks.
Abstract
Detecting temporal changes in geographical landscapes is critical for applications like environmental monitoring and urban planning. While remote sensing data is abundant, existing vision-language models (VLMs) often fail to capture temporal dynamics effectively. This paper addresses these limitations by introducing an annotated dataset of video frame pairs to track evolving geographical patterns over time. Using fine-tuning techniques like Low-Rank Adaptation (LoRA), quantized LoRA (QLoRA), and model pruning on models such as Video-LLaVA and LLaVA-NeXT-Video, we significantly enhance VLM performance in processing remote sensing temporal changes. Results show significant improvements, with the best performance achieving a BERT score of 0.864 and ROUGE-1 score of 0.576, demonstrating superior accuracy in describing land-use transformations.
