Disaster Damage Detection
A two-phase deep-learning pipeline that reads post-disaster satellite imagery: first localize every building, then classify how badly each one is damaged. I benchmarked seven geospatial foundation models for localization (the fine-tuned DeepLabV3+ won at Dice 0.877, beating Satlas and DINOv2), then designed JointDamageNet — a dual-branch network that beats the xView2 Challenge’s winning 42-model ensemble as a single model.
github.com/sakhi20/Disaster-Damage-Detection ↗