Paper Overview
Research area: Computer Vision Authors: Olivier Dietrich, Krishna Sapkota, Konrad Schindler, Genady Beryozkin arXiv: 2608.28567
Abstract
Conventionally, Building Damage Assessment (BDA) is tackled either with dedicated network architectures or by fine-tuning geospatial image foundation models. In this work, the authors ask whether a general-purpose Vision-Language Model (VLM) can localize buildings and grade their damage through autoregressive sequence generation alone. BDA is cast as predicting a variable-length set of bounding boxes, each specified by its coordinates and a damage label. A preliminary implementation, based on the open Gemma model, achieves promising damage mapping results from only bi-temporal satellite images and a suitable text prompt.
Key Points
- Replaces specialized BDA pipelines with a general-purpose VLM using text-based autoregressive generation.
- Task formulation: predict a variable-length set of bounding boxes as text, each with coordinates and a damage label.
- Prototype built on the open Gemma model.
- Input requires only bi-temporal satellite images plus a text prompt — no task-specific fine-tuning in the preliminary version.