CVNov 16, 2024

GeoGround: A Unified Large Vision-Language Model for Remote Sensing Visual Grounding

arXiv:2411.11904v343 citationsh-index: 9Has Code
Originality Incremental advance
AI Analysis

This work addresses the need for flexible and generalizable object localization in remote sensing for applications like intelligent interpretation systems, though it is incremental as it builds on existing vision-language models with novel techniques.

The paper tackles the problem of remote sensing visual grounding, where natural language is used to locate objects in remote sensing images, by proposing GeoGround, a unified large vision-language model that supports horizontal bounding boxes, oriented bounding boxes, and segmentation masks, achieving performance comparable to specialized methods on multiple benchmarks.

Remote sensing (RS) visual grounding aims to use natural language expression to locate specific objects (in the form of the bounding box or segmentation mask) in RS images, enhancing human interaction with intelligent RS interpretation systems. Early research in this area was primarily based on horizontal bounding boxes (HBBs), but as more diverse RS datasets have become available, tasks involving oriented bounding boxes (OBBs) and segmentation masks have emerged. In practical applications, different targets require different grounding types: HBB can localize an object's position, OBB provides its orientation, and mask depicts its shape. However, existing specialized methods are typically tailored to a single type of RS visual grounding task and are hard to generalize across tasks. In contrast, large vision-language models (VLMs) exhibit powerful multi-task learning capabilities but struggle to handle dense prediction tasks like segmentation. This paper proposes GeoGround, a novel framework that unifies support for HBB, OBB, and mask RS visual grounding tasks, allowing flexible output selection. Rather than customizing the architecture of VLM, our work aims to elegantly support pixel-level visual grounding output through the Text-Mask technique. We define prompt-assisted and geometry-guided learning to enhance consistency across different signals. Experimental results show that GeoGround demonstrates strong performance across four RS visual grounding tasks, matching the performance of specialized methods on multiple benchmarks. Code available at https://github.com/zytx121/GeoGround

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes