Search arXivSearch

arXiv · 2509.04757

MCANet: A Multi-Scale Class-Specific Attention Network for Multi-Label Post-Hurricane Damage Assessment Using UAV Imagery

Abstract

Hurricanes cause widespread damage to buildings, roads, and other infrastructure, making timely post-disaster damage assessment critical for emergency response and recovery planning. Unmanned aerial vehicle (UAV) imagery provides high-resolution observations of affected areas, but post-hurricane scenes are difficult to classify because multiple damage categories often co-occur within the same image, appear at different spatial scales, and include visually similar severity levels as well as rare but operationally important classes. To address these challenges, this study presents MCANet, a multi-label classification framework for post-hurricane UAV damage assessment. MCANet integrates a Res2Net-based backbone for multi-scale representation with class-specific residual attention to aggregate spatial evidence separately for each damage category. Evaluation on the RescueNet dataset, which includes 4,494 UAV images collected after Hurricane Michael and annotated with 10 damage categories, shows that MCANet achieves the highest mean average precision (mAP) among the evaluated models, with an mAP of 91.37%. Compared with Vision Transformer (ViT-B/16), MCANet improves mAP by 1.90 percentage points while using approximately 50% fewer parameters and 52% fewer giga floating-point operations (GFLOPs). Class-specific residual attention contributed an mAP increase of 1.52 percentage points over class-agnostic attention (CA); the Res2Net backbone alone produced concentrated gains on scale-heterogeneous or underrepresented classes such as Road Blocked and Pool. The single-head configuration achieved the highest overall mAP, whereas the two-head configuration provided targeted gains for Road Blocked and Building Major Damage. MCANet supports rapid post-disaster image screening and provides structured outputs for downstream emergency-management workflows.

Explore related subjects

Keep this discovery

BibTeXRIS

Zhangding Liu, Neda Mohammadi, John E. Taylor. 2026-09-04. MCANet: A Multi-Scale Class-Specific Attention Network for Multi-Label Post-Hurricane Damage Assessment Using UAV Imagery. https://arxiv.org/abs/2509.04757

Cite the original work for its findings. Save a collection to share your selection of sources.

Discover connections

Connections use source metadata and explicit phrase matches, not verified experimental comparisons.

KEEP EXPLORING

Related papers

A survey of AI-generated voices and their detection

The ability of artificial intelligence (AI) models to generate highly realistic human voices has advanced rapidly. These technologies power accessibility tools, virtual assistants and creative applications, but they also enable harmful uses, including impersonation, fraud and disinformation. Recent incidents of voice cloning scams targeting businesses and political leaders underscore the urgent need for robust safeguards. Unlike image and video deepfakes, the detection of synthetic voices poses unique challenges due to the complexity of phonetics, prosody and auditory perception. This survey offers a comprehensive overview of AI voice generation and detection methods, encompassing both the technical foundations and the latest state-of-the-art advances. This study also identifies key open challenges, benchmark resources and future directions to make this survey useful for future researchers.

cs.AI

When Saying No Makes Better Videos: Designing Dual Gatekeeping for Pedagogically Grounded AI Content Creation

To prevent the adoption of aesthetically polished but pedagogically flawed AI content, we study a video authoring pipeline featuring two layers of structured refusal. The first layer empowers educators to iteratively reshape AI scripts based on multimedia learning theory, while the second employs automated metrics to flag violations in instructional coherence and narrative-visual synchronization. While neither layer is exhaustive, their synergy ensures that principled resistance--the act of deferring AI output until it meets rigorous standards--becomes a catalyst for higher quality. Evaluation combining a study with 23 educators across 3 topics and automated metrics across 7 topics drawn from established science and philosophy curricula shows that both layers independently improve the same instructional dimensions, suggesting that thoughtful resistance and generative AI are not opposites but partners.

cs.AI

Can We Change the Stroke Size for Easier Diffusion?

Diffusion models can be challenged in the low signal-to-noise regime, where they have to make pixel-level predictions despite the presence of high noise. The geometric intuition is akin to using the finest stroke for oil painting throughout, which may be ineffective. We therefore study \emph{stroke-size control} as a controlled intervention that changes the roughness of the supervised target, predictions and perturbations across timesteps, in an attempt to ease the low signal-to-noise challenge via the prediction target simplification.

cs.CV