Skip to content

Rayford-AI/Bi-Temporal-StreetView

 
 

Repository files navigation

Bi-Temporal-StreetView-Damage

Hyperlocal disaster damage assessment using bi-temporal street-view imagery and pre-trained vision models

CEUS DOI arXiv Dataset HuggingFace


Overview

This repository presents a bi-temporal street-view image analysis framework for hyperlocal disaster damage assessment. By fusing pre- and post-disaster imagery through a dual-channel architecture with Swin Transformer and ConvNeXt backbones, the framework improves both classification accuracy and spatial interpretability of damage detection.

Key results:

  • 2,249 labeled street-view image pairs with severity annotations
  • Accuracy: 66.14% (post-only) → 77.11% (bi-temporal fusion)
  • Grad-CAM visualization confirms improved attention focus with pre-disaster context

Methodology

Pipeline: paired image normalization → feature extraction (Swin Transformer / ConvNeXt) → dual-channel fusion → severity classification (mild / moderate / severe) → Grad-CAM interpretation.


Study Area

Focused on Horseshoe Beach, Florida, severely impacted by Hurricane Milton (2024).

Study Area Damage Heatmap

Dataset

Pre- and post-disaster street-view image pairs with georeferenced annotations and severity labels.


Recognition

Presented at AAG Annual Meeting 2025 — GISS Specialty Group Paper Competition, Honorable Mention Session: 360, Level 3, Huntington Place — March 25, 2025, 10:10–11:30 AM

This work forms the foundational framework later extended into DamageArbiter (AAG 2026).


Citation

@article{YANG2025102335,
  title   = {Hyperlocal disaster damage assessment using bi-temporal street-view imagery
             and pre-trained vision models},
  journal = {Computers, Environment and Urban Systems},
  volume  = {121},
  pages   = {102335},
  year    = {2025},
  doi     = {10.1016/j.compenvurbsys.2025.102335},
  author  = {Yifan Yang and Lei Zou and Bing Zhou and Daoyang Li and
             Binbin Lin and Joynal Abedin and Mingzheng Yang}
}

Contact

Yifan Yang — Department of Geography, Texas A&M University yyang295@tamu.edu · rayford295.github.io

About

Hyperlocal disaster damage assessment using bi-temporal street-view imagery and pre-trained vision models https://doi.org/10.1016/j.compenvurbsys.2025.102335

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 61.4%
  • Jupyter Notebook 38.6%