Unmanned Aerial Vehicles (UAVs)
You want to send a fleet of UAVs to do some collective surveillance of an ongoing fire. You want to collect as much relevant data as possible without taking a high risk with your vehicles. Also you want to minimise the number of vehicles sent while at the same time maximize the relevant areas covered.
How we solve it
- Solution
- 1. You use machine learning for scene classification to assess where the fire is, what the dangers of the fire are and maybe even discover navigable paths for the UAVs. 2. You use operation research to first navigate to the most relevant parts of the areas while minimizing the fleet and mitigating the risks.
- Machine learning
- Machine learning is able to extract representative features from the raw measurements provided by sensors on board of the UAVs. It can assess the presence and dangers of fire.
- Operations research
- Operations research will optimize and plan the search by dividing the areas among the UAVs and mitigate the risk of loosing some vehicles by first accessing less dangerous parts of the areas and then only the most dangerous parts if needed.