← Latest papers
🤖 AI

FloodReasonBench: Benchmarking VLM Reasoning Segmentation for Embodied Flood Response at the Edge

This paper introduces FloodReasonBench, a specialized benchmark and dataset designed to evaluate the accuracy, latency, energy efficiency, and communication trade-offs of vision-language model reasoning segmentation for embodied flood response systems operating under resource constraints at the edge.

Original authors: Rajat Bhattacharjya, Yoomee Jung, Minwoo Kim, Sing-Yao Wu, Eli Bozorgzadeh, Nalini Venkatasubramanian, Nikil Dutt

Published 2026-08-18
📖 5 min read🧠 Deep dive

Original authors: Rajat Bhattacharjya, Yoomee Jung, Minwoo Kim, Sing-Yao Wu, Eli Bozorgzadeh, Nalini Venkatasubramanian, Nikil Dutt

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

When a flood strikes, the ground beneath a rescue team's feet may be gone, and the air above may be choked with debris. In these moments, human eyes and radios are often not enough. Rescue teams increasingly turn to machines—drones and robots—that can fly or drive into danger zones to see what humans cannot. But for these machines to be truly helpful, they must do more than just take pictures. They must understand a simple spoken request, like "find the person trapped on the roof" or "locate the car half-submerged in the water," and then point a digital finger exactly at that spot in the image. This ability to connect a human's words to a specific part of a visual scene is the work of a new kind of artificial intelligence. However, these intelligent machines usually require massive computers to run, and a drone flying over a disaster zone cannot carry a supercomputer. It must operate with limited battery power and a weak internet connection, forcing a difficult choice between how smart the machine is and how fast it can work.

Researchers at the University of California, Irvine, and Kookmin University have created a new way to test and improve these machines specifically for flood rescue. They built a specialized benchmark called FloodReasonBench, which acts as a rigorous training ground for artificial intelligence designed to work on the edge of a disaster zone. To do this, they first had to teach the machines what a flood looks like. Standard AI models are trained on generic photos of cities and parks, which do not prepare them for the muddy, chaotic reality of a flood. The team created a new dataset called FloodResponseSeg, containing real images of flooded areas, along with natural language questions a rescuer might ask and the precise outlines of the objects the AI needs to find. They found that without this specific training, the AI struggled, correctly identifying only about 72 percent of the requested targets. But once they fine-tuned the model on their flood-specific data, its accuracy jumped to over 84 percent, proving that the machine needed to learn the language of floods, not just the language of general vision.

The next challenge was fitting this smart system onto a small drone. The most powerful AI models are too heavy for a drone to carry and run on its own battery. The researchers tested a lighter version of the AI that could run on the drone itself, but they also explored a clever middle ground called split computing. Imagine a relay race where the drone runs the first part of the track, then passes a baton to a powerful computer waiting on the ground to finish the race. In this system, the drone processes the first part of the image analysis, compresses the result into a small data packet, and sends it to a remote server. The server finishes the thinking and sends back the answer. The team tested many different points where this handoff could happen, checking how much of the work the drone should do versus how much the remote server should do.

What they discovered was surprising. In generic, non-flood situations, moving the handoff point even slightly changed the accuracy of the results dramatically, like shifting a gear in a car and suddenly losing power. But in the flood-specific setting, the system was much more stable. No matter where they chose to split the work between the drone and the remote server, the accuracy remained consistently high, hovering in a tight range. This stability is a gift for engineers. It means they do not have to sacrifice the quality of the rescue mission to save battery or speed up the response. Instead, they can choose the split point that uses the least energy or sends the smallest amount of data, knowing the AI will still find the people and vehicles they need to save.

The researchers tested these ideas on a real embedded computer, the NVIDIA Jetson AGX Xavier, which is the kind of chip found in modern autonomous drones. They measured how long it took to process an image, how much energy it consumed, and how large the data packet was that had to be sent over the network. They found that by choosing the right split point, a drone could cut its energy use by more than half and reduce the time it took to get an answer by half, all while maintaining nearly the same level of accuracy as the most powerful setup. This work provides a clear map for engineers building rescue robots. It shows that by training AI specifically for the disaster it will face and by carefully balancing the work between the robot and the cloud, we can create systems that are both smart enough to understand a crisis and light enough to fly into it.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →