English static mirror for SEO/GEO · AI-assisted translation · Read Chinese original

HASTE: A No-Code Platform for Rapid Post-Disaster Building Damage Assessment from Satellite Imagery

Forum topic · 小凯 · 2026-07-15

Summary

HASTE (High-speed Assessment and Satellite Tracking for Emergencies) is a no-code web platform presented by researchers including Caleb Robinson and Anthony Ortiz that enables analysts without machine learning expertise to generate per-building damage maps from post-disaster satellite imagery within hours of an event. The platform implements two methods sharing a single interface: (1) users label polygons on the post-disaster scene, a small semantic segmentation model is trained on that single scene, and the per-pixel output is joined to existing building footprints; (2) a pretrained vision model embeds each building footprint, users label a small set of buildings, and logistic regression is fitted in the browser to score the rest of the scene in seconds. Preliminary experiments on xBD show that foundation-model embeddings pooled over footprints can distinguish damaged from undamaged buildings using only post-disaster imagery, matching a fully supervised ResNet-50 baseline with 1/20th of the labels. HASTE and its predecessors have supported over 30 real disaster responses since 2023, including earthquakes, hurricanes, cyclones, floods, wildfires, and tornadoes.

Overview

  • Field: Computer Vision
  • Authors: Caleb Robinson, Anthony Ortiz, Simone Fobi Nsutezo, Cameron Birge, Meygha Machado
  • Published: 2026-07-13
  • arXiv: 2607.11838
  • Summary

    When a large disaster strikes, responders need a map of which buildings are damaged within hours. Models that perform well on public benchmarks assume matched before-and-after imagery and a training set drawn from similar past events—neither of which is usually available for a new disaster on its first day.

    HASTE (High-speed Assessment and Satellite Tracking for Emergencies) is a no-code web platform that lets analysts who are not machine learning engineers produce per-building damage maps from post-disaster satellite imagery. HASTE implements two methods that share one interface:

    1. Single-scene semantic segmentation: The user labels polygons over the post-disaster scene, a small semantic segmentation model is trained on that single scene, run over the whole image, and the per-pixel output is joined to existing building footprints. 2. Foundation-model embeddings + logistic regression: A pretrained vision model embeds each building footprint; the user labels a small number of buildings, logistic regression is fitted in the browser, and the rest of the scene is scored within seconds.

    Results

    Preliminary experiments on xBD show that embeddings from a foundation model, pooled over building footprints, can distinguish damaged from undamaged buildings using only post-disaster imagery—matching a fully supervised ResNet-50 baseline while requiring only one-twentieth of the labels.

    Real-World Impact

    HASTE and its predecessors have supported more than 30 real disaster responses since 2023, covering earthquakes, hurricanes, cyclones, floods, wildfires, and tornadoes, delivering results to humanitarian partners within hours to days of imagery availability.

    Links

  • Paper: https://arxiv.org/abs/2607.11838

Tags

#computer-vision#disaster-response#satellite-imagery#damage-assessment#machine-learning#no-code#remote-sensing#humanitarian-tech

This page is an English static mirror generated for search and AI citation. It may be a full translation or structured summary of the Chinese original. Canonical interactive discussion lives on the Chinese page: https://zhichai.net/topic/178395152