🤖 AI Summary
This study addresses the critical need for all-weather, instance-level building damage mapping in post-disaster response, where optical imagery is often hindered by cloud cover or nighttime conditions. To this end, the authors construct the first instance-level multimodal dataset encompassing 16 disaster events and 291,000 buildings, integrating pre-event optical imagery with synthetic aperture radar (SAR) data. They propose several innovations, including modality-specific encoding, an optical-dominant architecture that decouples localization from damage assessment, late-stage multimodal fusion, and scene-aware threshold adjustment. Their winning solution achieves a mean average precision (mAP) of 0.182 on unseen disaster events—8.7 times higher than the baseline—yet exhibits limited cross-event generalization (0.181 versus 0.513 in-domain), highlighting the instability of severity discrimination as a key challenge.
📝 Abstract
Rapid post-disaster response requires timely, building-level information on whether structures remain intact, are damaged, or are destroyed. Post-event optical imagery, however, may be unavailable because of cloud, smoke, or darkness. The Bright Challenge evaluated all-weather building damage mapping from a submeter-resolution pre-event optical image and a post-event SAR image. Participants were required to detect and delineate each building and assign exactly one of three mutually exclusive damage labels. The challenge extended the globally distributed \textsc{Bright} dataset with instance-level annotations for about 291,000 buildings across 16 disaster events spanning seven disaster types. The final phase was evaluated exclusively on two 2025 events absent from training: a wildfire event in California and a hurricane in Jamaica. A total of 157 participants made 1,289 submissions, and 46 teams entered the final phase. The two winning solutions achieved test mAPs of 0.182 and 0.181, approximately 8.7 times the public baseline of 0.021, but remained far below the best in-domain holdout score of 0.513. Across teams ranked in both phases, performance declined sharply and the rank order changed substantially. The two leading solutions independently favored modality-specific encoding, staged or late optical--SAR fusion, and an optical-dominant separation of building localization from damage recognition. The winning method additionally used scene-aware threshold adjustment and pseudo-label adaptation. These results identify cross-event generalization and stable severity discrimination as the principal remaining challenges. All data, annotations, baseline code, and winning solutions are publicly available at https://github.com/ChenHongruixuan/BRIGHT.