Papers for

emergency response teams

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Open source platform enables fast and agile drone swarms for navigation

SwarmNxt: Open-source Software-Hardware Platform for Fast and Agile Aerial Swarms

Abstract: Aerial robot swarms have the potential to transform time-critical safety, security, and search-and-rescue operations. By coordinating multiple robots, they can rapidly survey disaster sites, map collapsed or GPS-denied environments, and search cluttered areas faster than a single robot, reducing response times and minimizing risks to first responders. Realizing this potential, however, requires robust autonomous swarm navigation, which remains an active research challenge. Progress is further constrained by existing platforms, as commercial drones are often closed-source or lack the onboard computational resources needed for agile, vision-based collective flight. Moreover, developing, deploying, and maintaining software across multiple aerial robots requires significant engineering effort. To address these challenges, we present SwarmNxt, an open-source software platform built on the open-source OmniNxt drone hardware. SwarmNxt provides an end-to-end toolkit, including detailed hardware assembly instructions with a video tutorial, automation tools for parallel software deployment and swarm-wide updates, and a ROS 2-based framework for autonomous navigation. The platform integrates state-of-the-art control, planning, and depth estimation into a single ROS 2 multi-agent system, providing an open research infrastructure for physical swarm experimentation. We validate SwarmNxt through two real-world experiments: a six-drone swarm performing decentralized planning with high-speed inter-drone collision avoidance, and a four-drone swarm executing collective flight with onboard depth estimation in an obstacle-filled environment. Both experiments were run indoors with global position from external motion capture; perception, planning, and control run onboard.

Thu 10 SeptRobotics
The gist
Coordinating multiple flying robots, called drones, can help in emergencies by searching and mapping areas quickly and safely. Existing drones often don’t have open software or enough computing power onboard for advanced group navigation. The authors created SwarmNxt, a fully open-source system that combines drone hardware and software to let multiple drones fly together autonomously. Their system handles navigation, obstacle avoidance, and depth sensing all onboard, and they tested it successfully with groups of drones flying indoors. This platform aims to make drone swarm experiments easier and more accessible.
Open 2609.11382v1

Cell site outages during Hurricane Helene driven mainly by power and backhaul issues

The Towers Were Standing: A Cause Decomposition of Cellular Outages During Hurricane Helene

Abstract: Hurricane Helene produced the largest absolute cell-site outage in the public FCC record, peaking at 4562 sites. The conventional model is physical: towers destroyed. Helene did destroy over 1700 miles of fibre, but almost none of it was cell sites. We present the first cause-decomposed study of the FCC's Disaster Information Reporting System, reconstructing 80 state-days and 580 county-days from 24 daily filings by two reconciled independent extractions. Damage to cell sites is negligible: 1.1% of attributed cell-site-days across six states, at most 3.8% anywhere. The sites were standing. What took them out divides by terrain: pooled, power dominates at 63.2%, but in mountainous North Carolina severed transport (backhaul) reaches 52.2% against 47.3%, and in Tennessee 69.9%. North Carolina's transport share rises from 7.0% to 85.0% across the event (\r{ho} = 0.92). Seventeen days after landfall, on 15 October, 47 sites lost transport across six contiguous North Carolina counties with no rainfall, no power loss, no damage, and recovery by the next report. Independent active-probe measurement corroborates it: responsive /24s fall 1.02% for twelve hours while Tennessee stays flat. We release the dataset. Backup power is the standard resilience investment; here it addresses the smaller half of the problem.

Thu 10 SeptNetworking and Internet ArchitectureComputers and Society
The gist
Hurricane Helene caused thousands of cell towers to stop working, but most towers remained physically standing. The big problem was power outages and broken connections to the internet backbone, not destroyed towers. In mountainous areas, especially North Carolina and Tennessee, broken backhaul connections were the main cause of outages. The researchers analyzed government data and verified their findings with independent measurements, showing that battery backups only protect part of the network.
Open 2609.10944v1

Multimodal models tested on detailed fire and smoke safety tasks

SAFIRE: Safety-Critical Benchmark for Fine-grained Fire and Smoke Understanding in Multimodal LLMs

Abstract: Multimodal Large Language Models (MLLMs) show strong progress on vision-language tasks, yet their reliability in safety-critical settings remains underexplored. Fire-smoke understanding is central to public safety and disaster response, but most existing benchmarks lack diverse real-world scenarios and context-aware evaluation. We introduce SAFIRE, a large-scale benchmark for fire-smoke understanding in MLLMs, comprising 83K captioned images from 20 scenarios and 193K multiple-choice VQA (MCVQA) generated from a 9.7K-image subset, spanning 10 evaluation dimensions from basic perception to higher-order reasoning. A GPT-5.4-assisted multi-stage verification pipeline with MLLM majority voting ensures annotation quality. Evaluating ten open-source MLLMs (8B-38B) yields an average accuracy of 61.9%, exposing major gaps in safety-critical reasoning. We further show that adapting vision encoders with only 7% of our domain-specific data boosts fire-scene classification accuracy from 20.1% to 64.5%, indicating that carefully curated data can yield substantial gains even when data volume is limited. All datasets, models, and code are available at https://risys-lab.github.io/SAFIRE/.

Mon 7 SeptComputer Vision and Pattern RecognitionArtificial IntelligenceComputation and Language
The gist
Understanding fire and smoke from images is important for keeping people safe during disasters. The authors created a big collection of fire and smoke pictures with captions and questions to test how well AI models can understand them. They found that current models struggle with safety reasoning in these situations but improved a lot when trained on specific fire-scene data. This shows that having focused, high-quality data helps AI better handle important safety tasks.
Open 2609.07823v1