Efficient On-Board Processing of Oblique UAV Video for Rapid Flood Extent Mapping
Vishisht Sharma, Sam Leroux, Lisa Landuyt, Nick Witvrouwen, Pieter Simoens
TL;DR
The paper tackles the challenge of real-time, on-board semantic segmentation of high-resolution oblique UAV video under SWaP constraints. It introduces Temporal Token Reuse (TTR), a framework that treats image patches as tokens and caches deep features for temporally static regions to avoid recomputing them, coupled with SegBlocks for patch-based adaptive CNN processing. The approach leverages a lightweight cosine-similarity-based change detector and a per-layer feature cache, enabling significant speedups (up to ~30% latency reduction) with negligible accuracy loss on edge hardware across multiple UAV benchmarks, including a newly curated Floodwater dataset designed for real-time flood mapping. This work shifts the accuracy–efficiency Pareto frontier for onboard flood extent mapping and demonstrates practical applicability for time-critical remote sensing missions.
Abstract
Effective disaster response relies on rapid disaster response, where oblique aerial video is the primary modality for initial scouting due to its ability to maximize spatial coverage and situational awareness in limited flight time. However, the on-board processing of high-resolution oblique streams is severely bottlenecked by the strict Size, Weight, and Power (SWaP) constraints of Unmanned Aerial Vehicles (UAVs). The computational density required to process these wide-field-of-view streams precludes low-latency inference on standard edge hardware. To address this, we propose Temporal Token Reuse (TTR), an adaptive inference framework capable of accelerating video segmentation on embedded devices. TTR exploits the intrinsic spatiotemporal redundancy of aerial video by formulating image patches as tokens; it utilizes a lightweight similarity metric to dynamically identify static regions and propagate their precomputed deep features, thereby bypassing redundant backbone computations. We validate the framework on standard benchmarks and a newly curated Oblique Floodwater Dataset designed for hydrological monitoring. Experimental results on edge-grade hardware demonstrate that TTR achieves a 30% reduction in inference latency with negligible degradation in segmentation accuracy (< 0.5% mIoU). These findings confirm that TTR effectively shifts the operational Pareto frontier, enabling high-fidelity, real-time oblique video understanding for time-critical remote sensing missions
