Papers for

disaster 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.

Earth surface immune system quickly detects unknown land anomalies

Earth Surface Immune System for Rapid Monitoring of Unknown Anomalies

Abstract: Earth surface anomalies, driven by escalating climate change, and expanding human activities, are increasing in both frequency and diversity, yet their limited historical data and unpredictability make them fundamentally different from conventional remote sensing targets. Existing methods address specific anomaly categories or stop at localization, leaving a gap between detection and actionable information. Here we present ESIA, an Earth Surface Immune System whose architecture is constrained by three principles from the biological immune system, refined over millions of years against equally diverse and uncertain threats. A non-specific innate immune stage treats anomalies as unobserved changes in time-series satellite imagery, generating binary localization maps at 14.51 km2/s without assuming any anomaly category, surpassing the strongest general baseline by 37% in F1. A specific adaptive immune stage applies negative selection to filter text prompts and matches surviving prompts with localized image patches through a multi-modal foundation model, enabling open-vocabulary recognition of unknown anomaly attributes including category, affected area, and damage severity, with recognition F1 exceeding 80%. A mutation mechanism tunes minimal embeddings at test time, adapting to each scene in 3.26s using a single reference image pair. We validate ESIA on a global-scale dataset covering 19,801.60 km2 across six anomaly categories, comparing against 22 models, and further apply it to quantify degraded farmland in the Dnipro Delta following the Kakhovka Dam collapse and assess burn severity from 2025 Palisades Fire in Los Angeles. This unprecedented flexibility in handling unknown anomalies opens new avenues for real-time disaster response and environmental surveillance.

Thu 17 SeptComputer Vision and Pattern Recognition
The gist
Changing environmental conditions and human actions create many new, unpredictable problems on Earth's surface. The authors developed ESIA, a detection system inspired by the biological immune system, to spot these unknown changes using satellite images. It first finds areas that look different from before, then identifies what kind of problem it might be without predefined categories. This system adapts quickly to new locations and helps monitor disasters and environmental damage in real time.
Open 2609.20662v1

Flood segmentation model shrinks for fast use on edge devices

Cross-Architecture Foundation-Model Distillation for Edge Flood Segmentation

Abstract: Geospatial foundation models can provide strong flood-segmentation performance, but their size limits deployment on memory-constrained edge hardware. We distill a 300-million-parameter Prithvi-EO-2.0 teacher, fine-tuned on the 252 manually labeled Sen1Floods11 training scenes, into a 0.7-million-parameter EfficientViT-B0 student. The teacher supervises additional unlabeled Sentinel-2 imagery, allowing the student training set to grow without new manual annotations. At the matched budget of 252 scenes, teacher-supervised training is competitive with direct training and improves STURM-Flood performance across tested configurations; a geometry-matched control shows that label source alone does not explain the difference. Scaling the teacher-supervised pool to 2,500 scenes narrows the remaining student--teacher gap: the float student reaches 0.787 water intersection over union on the Sen1Floods11 test split against 0.822 for the teacher, matches the teacher on STURM-Flood under our evaluation protocol, and remains below it on WorldFloods-v2. After activation replacement and quantization-aware training, the student runs as a 1.5-megabyte 8-bit integer (INT8) TensorRT engine on a Jetson Xavier NX at 5.57 milliseconds of graphics processing unit (GPU) compute per 512-by-512 image, with approximately 14 megabytes of runtime device memory. A fixed modified normalized difference water index (MNDWI) threshold is competitive with both models on the two clean external benchmarks, so we interpret those benchmarks as generalization tests rather than as evidence of learned-model superiority over a spectral rule. The results support the conclusion: foundation-model supervision can amplify a fixed manual annotation budget into a substantially larger training set and yield a compact, deployable edge model.

Thu 17 SeptComputer Vision and Pattern RecognitionMachine Learning
The gist
Detecting floods from satellite images usually needs big computer models that are too large for small devices. The authors took a very large flood detection model and trained a much smaller model to copy it, allowing the smaller one to learn from many unlabeled images too. This smaller model works nearly as well but can run quickly and use little memory on edge devices like drones or small computers. The paper shows how this method lets you get the best from limited manual labeling and still have a practical flood detection tool.
Open 2609.20441v1

Emergency vertex cover helps plan city disaster response coverage

Emergency Vertex Cover

Abstract: The Minimum Vertex Cover problem is a fundamental combinatorial optimization problem, aiming to identify a minimum subset of vertices in a graph such that every edge is incident to at least one vertex in this subset. Among its variants, the Min-Power-Cover problem stands out due to its practical applications, such as camera placement at intersections: in an edge-weighted graph, an edge is covered if one of its endpoints is assigned a power value at least as large as the edge's weight. In this paper, we introduce the Emergency Vertex Cover (Em-VC) problem where an edge may be covered not only by its endpoints, but also by a distant vertex, provided the vertex is given sufficient power to "cover" the cumulative weight of the edges along a shortest path to one of the edge's endpoints plus the weight of the edge. Em-VC is motivated by different practical scenarios, e.g. the need for urban disaster response, where ensuring accessibility to all road segments (edges of the graph) is crucial for effective aid delivery. We prove that Em-VC is NP-hard, derive lower bounds, and design a polynomial-time algorithm for its continuous version. Moreover, we present a 4/3-approximation algorithm for the discrete case and identify several special graph classes for which the problem can be solved in polynomial time.

Thu 17 SeptData Structures and Algorithms
The gist
Covering all roads for emergency access is important but challenging. The authors expand on a known math problem by allowing coverage not just from nearby points but also from farther away if enough 'power' is assigned to the covering point. They show this new problem is hard to solve but provide both exact and approximate ways to tackle it. Their work helps in scenarios like disaster response where it’s crucial to ensure all roads are accessible.
Open 2609.20061v1

Neuro-symbolic AI enhances decision making for networked UAVs

Neuro-Symbolic Agentic AI for Networked Low-Altitude UAVs

Abstract: Networked low-altitude unmanned aerial vehicles (UAVs) need reliable and adaptive decision-making capabilities to operate under uncertain observations, dynamic environments, and intermittent connectivity, while many existing agentic systems remain limited by hallucination risks, data dependence, and weak generalization. This article investigates neuro-symbolic agentic AI (NSAAI) as a framework for combining neural grounding, symbolic reasoning, and closed-loop agentic interaction to support more reliable and adaptive UAV autonomy. We first examine its capability foundations in data efficiency, compositional generalization, continual learning, and zero-shot transfer, and then develop a reference architecture integrating task and goal management, neuro-symbolic planning, verification and metacognition, skill execution and network interaction, and shared knowledge and memory. An urban fire-inspection case implemented in LAESim illustrates how a UAV can coordinate sensing and cloud access under intermittent connectivity, reuse a verified image-delivery skill, and satisfy explicit evidence conditions before completing the mission. The results illustrate the potential of NSAAI to support reusable skills, evidence-grounded decision-making, and adaptive mission execution in networked UAV systems. We further discuss key research directions in uncertainty-aware reasoning, knowledge and skill expansion, adaptive self-monitoring, and standardized evaluation.

Thu 17 SeptArtificial Intelligence
The gist
Many low-flying drones have trouble making good decisions when conditions keep changing and connections are unreliable. The authors studied a method called neuro-symbolic agentic AI that mixes neural networks with symbolic reasoning to help drones think more reliably and adapt better. They built a system showing how a drone can complete a fire inspection in a city by combining learned skills, logical checks, and managing limited connectivity. Their work highlights how this approach helps drones reuse skills and make decisions based on clear evidence.
Open 2609.19961v1

Heterogeneous robot team improves target search with natural language

HEROIC: Heterogeneous Evidential Reasoning for Open-Vocabulary Identification and Cross-Robot Collaboration

Abstract: Multi-agent heterogeneous air-ground robot teams are attractive for open world search, with applications for reconnaissance, urban search and rescue missions (USAR), disaster response and recovery, and hazardous environments. These two platforms have different failure modes: aerial robots cover ground quickly but cannot resolve small or occluded targets from altitude, while ground robots can identify objects-of-interest, such as people or hazardous objects, at close range but cover less area. Existing language-tasked teams either have roles fixed prior, or have a language model assign them from hand-written capability tags, so the team is unable to know when within a mission an asset is no longer useful. We present HEROIC, a decentralized heterogeneous multi-agent open-vocabulary search coordination framework that requires agents to communicate in natural language only. HEROIC's initial agent role assignment is derived from sensor properties and a scale law to determine whether targets can be detected with a high confidence. From the mission's natural language prompt alone, this law assigns aerial flight altitudes and sweep spacing. When this calculated height falls below the altitude for safe flight, aerial agents re-task themselves from searcher to aerial triage, escort, and route guide for ground agents. Both robots maintain an evidential belief over the search area (bearing rays for positive evidence, a log-odds posterior for negative evidence) and gate any arrival on close-range verification. In full-stack experiments, HEROIC reaches the target 84% of the time across all 6 scenes, compares to 35-54% for vision-language frontier baselines, frontier-based search, lawnmower, and random-walk running the same perception, all while being 2-4x sooner to arrive at the target.

Thu 17 SeptRobotics
The gist
Finding people or objects in a tricky environment can be hard for robots because drones see from above but can't see details, and ground robots see well up close but move slowly. The authors created HEROIC, a system where flying and ground robots talk in natural language to decide who does what. This system lets drones adjust their flying height and switch roles when needed, helping the team work better together. Their tests show HEROIC locates targets more often and faster than other methods.
Open 2609.19803v1

Robot body and movement co-designed for better walking in rough places

GLAMDRING: Gait Learning And Morphology co-Design via Reinforcement LearnING of CPGs

Abstract: Robots are moving out of the structured factory floor and into unstructured environments such as disaster sites, planetary surfaces, and agricultural fields, for which the right robot often does not yet exist. We present GLAMDRING, a framework that synthesizes the optimal robot for a locomotion task and, jointly, learns the controller that drives it. For the given specifications of forward-velocity bounds, a per-actuator power budget, an actuator library, and a payload requirement, GLAMDRING returns a matched quadruped morphology (link geometry and per-joint actuators) and a Hopf-oscillator Central Pattern Generator (CPG) gait policy. We rank feasible designs against a target design objective, viz., maximum speed, minimum Cost of Transport (CoT), or max Payload Margin. Because body and locomotion are coupled, the optimal morphology dictates how a robot is driven, while optimal gait depends on the physical body. We train a small number of CPG policies by reinforcement learning across the space of candidate morphologies, co-learning the gait with the underlying robot hardware. Link lengths and actuators are then resolved post-hoc from the policy's logged operating envelope, reducing synthesis cost to a small, fixed number of reinforcement-learning runs instead of one per candidate. Our experiments show three key findings: co-designing body and gait is necessary to satisfy locomotion constraints; actuator-envelope feasibility, rather than locomotion success alone, determines realizable payload capacity; and canonical animal gaits emerge naturally in most designs from morphology and constraints alone. A real-world demonstration further highlights the efficacy of our work.

Wed 16 SeptRoboticsMachine Learning
The gist
Robots need to move well in tough environments like disaster zones or farms, but it's hard to design both their bodies and how they walk at the same time. This work presents GLAMDRING, a system that designs a robot’s shape and figures out how it should walk together, making them work best for each other. The authors show that designing a robot’s body and movement together is important to meet goals like speed and carrying stuff, and that common animal walking patterns naturally emerge from this process. They also tested a real robot to prove the idea works outside of computer simulations.
Open 2609.19452v1

Distributed robots detect wildfires fast in risky environments

D3ARC: Time-Critical Distributed Disaster Detection for Asynchronous Cooperative Multi-Robot Systems

Abstract: Climate change is increasing the severity and unpredictability of natural disasters. In time-critical crises such as wildfires, traditional monitoring practices remain limited by coverage, cost, and personnel risk, paving the way for autonomous and adaptive monitoring solutions. Within this context, this paper introduces D3ARC, an asynchronous distributed hierarchical framework for time-aware and reliable wildfire detection. D3ARC integrates multiple robotic agents that cooperate under uncertainty through distributed perception, shared situational awareness and coordinated actions. A remote controller asynchronously decides upon each robot's motion, while each robotic agent senses the environment and decides where and how to execute the wildfire detection. All robotic operations require time, and as time progresses, wildfires continue to spread, reducing the opportunity for early intervention. As such, all agents share a common objective: to detect a wildfire with a certain performance threshold as fast as possible and within a time limit. D3ARC integrates mechanisms for safe navigation, coverage efficiency, cooperation and reliability. It introduces a forward-looking capability that allows agents to anticipate the future by evaluating candidate strategies before execution. The framework is evaluated through realistic robotics simulations, ablation studies, and baseline comparisons, achieving an overall mission success up to 94% with 89.4% detection confidence.

Mon 7 SeptRoboticsArtificial IntelligenceComputer Vision and Pattern Recognition
The gist
Wildfires can spread quickly and be very dangerous, but spotting them early is hard and risky for people. The authors created D3ARC, a system where multiple robots work together to find wildfires as fast as possible. These robots share information and plan their movements so they cover more area safely and efficiently, even when communication delays happen. Tests show this approach can detect wildfires reliably and quickly.
Open 2609.07350v1