← Latest papers
💻 computer science

HASTE: A Platform for Rapid Post-Disaster Building Damage Assessment

HASTE is an open-source, no-code web platform that enables non-expert analysts to rapidly generate per-building damage maps from post-disaster satellite imagery using either single-scene semantic segmentation or few-shot foundation model embeddings, successfully supporting over thirty real-world disaster responses since 2023.

Original authors: Caleb Robinson, Anthony Ortiz, Simone Fobi Nsutezo, Cameron Birge, Meygha Machado, Marcelo Duarte, Joaquin Rivero Rodriguez, Anthony Cintron Roman, Kevin White, Inbal Becker-Reshef, Juan M. Lavista Fe
Published 2026-07-14
📖 5 min read🧠 Deep dive

Original authors: Caleb Robinson, Anthony Ortiz, Simone Fobi Nsutezo, Cameron Birge, Meygha Machado, Marcelo Duarte, Joaquin Rivero Rodriguez, Anthony Cintron Roman, Kevin White, Inbal Becker-Reshef, Juan M. Lavista Ferres

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine a massive disaster strikes—a hurricane, an earthquake, or a wildfire. In the first few hours, rescue teams are scrambling to figure out where to send help. They need to know: Which buildings are standing, and which are crushed? Usually, the only way to find out is to send people on the ground to count them one by one. But that takes days, and the clock is ticking.

Enter HASTE (High-speed Assessment and Satellite Tracking for Emergencies). Think of HASTE as a "magic paintbrush" for disaster zones. It's a website that lets regular analysts (who aren't coding wizards) turn fresh satellite photos into a map of damaged buildings in just a few hours.

The Problem with Old "AI"

Most computer programs that try to do this are like students who only study for one specific test. They are trained on pairs of "before" and "after" photos of the same place. But in a real emergency, you often don't have a clean "before" photo (it might be years old or missing), and the new disaster looks nothing like the ones the AI studied before. The paper argues that these old, rigid models often fail when the real world gets messy. They need a "perfect match" that rarely exists in a crisis.

How HASTE Works: Two Ways to Paint the Picture

HASTE offers two different tools to solve this, depending on how much time you have and how many photos you can look at.

Method 1: The "Per-Scene" Artist
Imagine you have a new, messy photo of a city after a storm. An analyst draws a few lines around some buildings, saying, "This one is broken," and "This one is fine."

  • The Magic: HASTE takes those few lines and instantly trains a tiny, custom AI just for that specific photo. It learns the unique look of the debris and the lighting of that day.
  • The Result: It scans the whole image, painting every pixel as "damaged" or "intact," and then matches those pixels to a map of building outlines.
  • The Catch: It takes about an hour or two to train and run. It's like hiring a specialist who learns the job on the fly but needs a little time to get started.

Method 2: The "Instant" Detective
This method is even faster and doesn't need a powerful computer in the background.

  • The Magic: HASTE uses a super-smart, pre-trained "vision brain" (a foundation model) that has already seen millions of images. It turns every building outline into a unique digital fingerprint (an "embedding").
  • The Action: The analyst clicks on just a handful of buildings in their browser, labeling them as "broken" or "okay."
  • The Result: In seconds, a tiny math formula (logistic regression) runs right in the browser, connecting the dots between the fingerprints and the labels. It instantly scores every single building in the view.
  • The Speed: If you have a laptop, it can score 100,000 buildings per second. It's like having a detective who looks at a few clues and instantly guesses the status of the whole neighborhood.

The Proof: Does it Actually Work?

The authors tested these ideas using a famous dataset called xBD, which contains photos from 19 different disasters.

  • The Finding: They found that Method 2 is incredibly efficient. Using just 1% of the labeled data (a tiny fraction of the buildings), the "instant detective" method scored a 0.84 on a scale of accuracy (called ROC-AUC).
  • The Comparison: A traditional, heavy-duty AI model (ResNet-50) trained on the same tiny 1% of data only scored 0.77. Even more surprising, the "instant detective" method using just 10% of the labels actually beat the traditional model when that traditional model was trained on 100% of the labels (scoring 0.91 vs. 0.88).
  • The Caveat: The paper is careful to say these are preliminary experiments. They suggest that this approach is promising, but they haven't "solved" the problem of damage assessment yet. The results are a strong hint that we can get great results with very little data.

Real-World Heroics

This isn't just a theory. Since 2023, HASTE and its earlier versions have helped in 31 real disasters, including the Turkey earthquakes, the Maui wildfires, and hurricanes in Jamaica.

  • Maui Wildfire: After the Lahaina fire, the team got satellite photos at 9 AM and delivered the damage map by 1 PM. They identified 1,700 damaged buildings, with 97% accuracy in their validation samples.
  • Hurricane Melissa: In Jamaica, they mapped over 2,300 square kilometers, estimating 31,000 damaged buildings in one area, complete with a "confidence interval" (a statistical range) to show how sure they were.

What It Can't Do (The Limits)

The paper is very honest about what HASTE cannot do.

  • It's not a replacement for boots on the ground. It can only see what is visible from space. If a roof is intact but the inside is destroyed, HASTE won't know.
  • It's conservative. Because it relies on building outlines, if a building is crushed and the rubble spills outside the outline, the map might miss it. This means the maps are good at saying "This is definitely safe" (high specificity) but might miss some damaged buildings (lower sensitivity).
  • Clouds are the enemy. If clouds cover the area, the map marks those buildings as "unknown." In Jamaica, clouds hid 65,000 buildings in one area.

The Future

The authors suggest that the next steps involve teaching the AI to "talk" (using vision-language models to explain why a building is damaged), asking the analyst for the most helpful labels (active learning), and expanding the tool to check roads and bridges, not just houses.

In short, HASTE is a fast, flexible, and surprisingly accurate way to get a "big picture" of disaster damage when time is running out, turning a few clicks into a life-saving map.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →