人工智能火灾报警器

Forest wildfire risk is increasing in the western United States. In the past five decades, large wildfire frequency and the area destroyed have risen by more than four and six times, respectively. The increased risk posed by wildfires has prompted scientists to try to assess wildfire risk to help inform whether to move people to safety before disastrous wildfires occur.

在美国西部, 森林野火的风险正在增加 。 在过去的五十年中,大火的频率和被破坏的面积分别增加了四倍和六倍 。 野火带来的风险增加,促使科学家尝试评估野火风险,以帮助告知是否在灾难性野火发生之前将人们转移到安全地带。

To overcome this challenge, I used vast amounts of data with deep learning to produce dynamic forest dryness maps of the western US for the first time ever. These maps may eventually lead to improved wildfire risk assessments.

为了克服这一挑战,我首次使用海量数据进行深度学习,制作了美国西部的动态森林干燥度图。 这些地图可能最终导致改进的野火风险评估。

野火风险和森林干燥的作用 (Wildfire risk and the role of forest dryness)

In wildfire risk assessments, forest dryness — an important predictor of wildfire ignition and spread — is estimated using meteorological indicators such as prior precipitation and temperature. Researchers refer to forest dryness as live fuel moisture content (LFMC) because it indicates the amount of water in fuels, like trees and shrubs, relative to their dry biomass. Lower the live fuel moisture content, drier the fuels, greater the risk of wildfires, and vice-versa.

在野火风险评估中,森林干燥是野火着火和蔓延的重要预测指标,它是使用气象指标(例如先前的降水和温度)进行估算的。 研究人员将森林干燥称为活燃料含水量(LFMC),因为它指示相对于其干燥生物量的燃料(如树木和灌木)中的水量。 降低新鲜燃料的水分含量,使燃料更干燥,增加发生野火的风险,反之亦然。

However, meteorological indicators do not always represent true forest dryness. Just like the plants on your balcony, different plants have unique strategies to respond to drought. Some might be able to conserve water by closing their stomata (pores on leaves) while others might not. Some might be able to gain more water by growing deeper roots, while others might not. However, mapping what species grow where and how each of them respond to water stress is difficult. Thus, fire models often ignore these effects. This may lead to incorrect estimations of forest dryness, ultimately introducing errors in our wildfire risk assessments. How can we do better?

但是,气象指标并不总是代表真正的森林干燥度。 就像阳台上的植物一样,不同的植物也有应对干旱的独特策略。 有些可能通过关闭其气Kong(叶子上的Kong)来节水,而另一些则不能。 有些植物可能能够通过长出更深的根来获得更多的水分,而另一些则不能。 但是,很难绘制出什么物种生长在何处以及它们如何对水分胁迫做出React。 因此,火灾模型通常会忽略这些影响。 这可能导致对森林干燥度的错误估计,最终在我们的野火风险评估中引入错误。 我们如何做得更好?

Forest dryness measurements conducted by the United States Forest Service between 2016–2019. Image by author.
美国森林服务局在2016–2019年之间进行的森林干燥度测量。 图片由作者提供。

When I saw the US Forest Service collecting thousands of forest dryness measurements across the western US, I saw an opportunity. Using those measurements, I directly estimated forest dryness using a neural network.

当我看到美国森林服务局收集美国西部成千上万的森林干燥度数据时,我看到了一个机会。 通过这些测量,我使用神经网络直接估算了森林的干燥度。

从空间感测到的森林干燥 (Forest dryness sensed from space)

Although observing forest browning and greening is common, observing forest dryness (and wetness) is challenging because we cannot see the water inside the trees. While some models exist to estimate forest dryness, they fail to scale because they need to know the geometry of vegetation canopies. As a result, scientists have been able to estimate forest dryness of only 5–17 species of vegetation. By letting a neural network figure out the effects of canopy geometry using various remotely-sensed inputs, I was able to map forest dryness over the entire western US by validating 56 different species.

尽管观察森林的褐变和绿化很普遍,但是观察森林的干燥度(和湿度)却是一个挑战,因为我们看不到树木内部的水。 尽管存在一些模型来估计森林干燥度,但是它们无法缩放,因为它们需要了解植被冠层的几何形状。 结果,科学家已经能够估计仅5-17种植被的森林干燥度。 通过使用各种遥感输入让神经网络找出树冠几何形状的影响,我可以通过验证56个不同物种来绘制整个美国西部的森林干旱情况。

On cross-validation, I found that my landscape-scale forest dryness mapping effort was as accurate as other smaller scale analyses. The vast amounts of ground-data available for model training, combined with the modifications performed to the neural network based on domain-knowledge yielded this result (mentioned below).

在交叉验证中,我发现我的景观级森林干燥度制图工作与其他较小规模的分析一样准确。 可用于模型训练的大量地面数据,再加上基于领域知识对神经网络进行的修改,产生了此结果(如下所述)。

物理辅助神经网络 (Physics-assisted neural network)

Conceptual model linking forest dryness (indicated as “LFMC”) to input variables. Image by author.
将森林干燥度(表示为“ LFMC”)与输入变量相关联的概念模型。 图片由作者提供。

Since forest dryness is a time-dependent variable that is dependent on temporal observations from the whole preceding season (in this case 3 months), I used a recurrent neural network based on a long-short term memory (LSTM) model. This decision was taken after initial results indicated that predicting forest dryness just from a snapshot (in time) of satellite observations led to very poor temporal predictability.

由于森林干燥度是一个随时间变化的变量,取决于整个前一个季节(在这种情况下为3个月)的时间观测,因此我使用了基于长期短期记忆(LSTM)模型的循环神经网络。 在初步结果表明仅根据卫星观测的快照(及时)预测森林干燥会导致非常差的时间可预测性之后,才做出此决定。

The LSTM model was trained using microwave backscatter from Sentinel-1 satellite and optical reflectance from Landsat-8 satellite.

使用Sentinel-1卫星的微波反向散射和Landsat-8卫星的光反射率对LSTM模型进行了训练。

I adapted the model to be physics-assisted through the use of carefully designed inputs based on our conceptual understanding of the physical processes linking the inputs to forest dryness. This was done in 2 ways:

我根据我们对将输入与森林干旱联系在一起的物理过程的概念理解,通过使用精心设计的输入将模型调整为物理辅助的。 这通过两种方式完成:

  1. Through use of the microwave and optical ratios, which were chosen based on the form of mechanistic models relating satellite. With higher sensitivities of microwave backscatter to vegetation water and optical reflectance to dry biomass, the ratio of microwave backscatter and optical reflectance mimics the structure of the definition of forest dryness. I thus included ratios of microwave backscatter of both polarizations and optical reflectances and indices.通过使用微波和光学比率,这些比率是根据与卫星相关的机械模型的形式选择的。 微波反向散射对植物水分的敏感性更高,对干生物质的反射率更高,因此微波反向散射与光学反射率的比值模仿了森林干燥度的定义结构。 因此,我包括了偏振与光反射率和折射率的微波反向散射比。
  2. Through the choice of ancillary static inputs, which provide information about the effect of soil type, vegetation structure, and topography on the remote sensing observations.通过选择辅助静态输入,这些输入可提供有关土壤类型,植被结构和地形对遥感观测的影响的信息。

The complete code repository for the implementation of the physic-assisted recurrent neural network can be found here and further details of the algorithm is included in this open access publication in the journal Remote Sensing of Environment.

可以在此处找到用于实施物理辅助递归神经网络的完整代码库,该算法的更多详细信息包含在《 环境遥感 》杂志中的该开放获取出版物中。

结论 (Conclusion)

With dynamic, wall-to-wall maps of forest dryness now available, I plan to test the sensitivity of wildfire occurrence and size to forest dryness. In the process, I will quantify the value of these forest dryness maps for wildfire risk forecasting.

现在有了动态的森林干旱墙对墙地图,我计划测试野火的发生和大小对森林干旱的敏感性。 在此过程中,我将量化这些森林干燥度图对野火风险预测的价值。

Forest dryness mapped using my LSTM model. Forest dryness is displayed as a percentage of water in trees relative to their dry biomass. From the map, it seems like 2020 is going to see increased fire activity due to drier fuels as compared to 2019. Image by author.
使用我的LSTM模型绘制的森林干燥度图。 森林干燥度显示为树木中水相对于其干燥生物量的百分比。 从地图上看,与2019年相比,由于较干燥的燃料,2020年的火灾活动似乎将增加。

Explore the dynamics of forest dryness in your local neighborhood in the western US using my web app.

使用我的 Web应用程序, 探索美国西部当地社区的森林干旱动态

A modified version of this article originally appeared in the AWS Public Sector Blog.

本文的修改版本最初出现在AWS Public Sector Blog中 。

翻译自: https://towardsdatascience.com/towards-more-accurate-fire-predictions-using-ai-ee6d5c26955c

人工智能火灾报警器


http://www.taodudu.cc/news/show-1873827.html

相关文章:

  • ai/ml_您应该在本周(7月11日)阅读有趣的AI / ML文章
  • 西蒙决策_西蒙的象棋因子
  • ai的利与弊 辩论_为什么AI辩论失败了
  • k8s apollo_AI增强的Apollo 16素材让您以4K登上月球
  • ai疾病风险因素识别_克服AI的“蠕动因素”
  • 人工智能的未来是强化学习_多主体强化学习与AI的未来
  • ai人工智能的本质和未来_什么是人工智能,它将如何塑造我们的未来?
  • 日本初创公司Elix正在使用AI研究COVID-19药物
  • ai里怎样取消扩展外观_扩展AI:困难的5个原因
  • 自动化机器人 rpa_机器人过程自动化和机器人的出现
  • 月球 dem_通过“月球灾害”应对错误信息的流行
  • openai-gpt_GPT-3对非技术专业人员意味着什么
  • 自学人工智能途径_成为数据科学家,AI或ML工程师的自学途径
  • 为什么谋生是不道德的
  • 软件蓝图设计_智能企业的设计蓝图
  • 获得学士学位的机器学习工程工作
  • 无人驾驶 ai算法_质疑AI是否具有意图以及这对无人驾驶汽车意味着什么
  • openai-gpt_GPT-3:大惊小怪的是什么?
  • interpretable_Interpretable-AI:监督学习可能失败的地方
  • 生物物种数据库_一个半机械人的物种
  • pytorch使用模型预测_使用PyTorch从零开始对边界框进行预测
  • NLP对放射科医生的评价
  • 中国ai人工智能发展太快_新的AI计算遥远行星的速度快100,000倍
  • 均衡器算法_必须像算法一样对算法进行仔细调整。 怎么样? 算法均衡器
  • ai决策_基于经验的决策与基于事实的决策:AI / ML如何改变工程师的工作方式
  • 您实际上可以通过这些YouTube视频了解GPT-3
  • openai-gpt_GPT-3不会承担您的编程工作
  • ai带来的革命_Covid-19将加速AI医疗保健革命
  • ai人工智能的数据服务_可解释的AI-它对数据科学家有何影响?
  • 若泽数据 巨人_面部识别巨人拒绝分享有关其算法数据集的详细信息

人工智能火灾报警器_使用AI进行准确的火灾预测相关推荐

  1. ai人工智能收入_人工智能促进收入增长:使用ML推动更有价值的定价

    ai人工智能收入 介绍 (Introduction) Pricing optimization is a powerful lever for revenue growth, yet it's too ...

  2. 工厂制造业ai人工智能应用_人工智能与金融服务业转型的未来

    工厂制造业ai人工智能应用 As artificial intelligence is becoming core to traditional financial services organiza ...

  3. ai人工智能开发_人工智能使Web开发的面貌发生变化

    ai人工智能开发 Long ago online developers created websites using HTML and a few lines of code as websites ...

  4. ai人工智能算法工程师_与AI时代息息相关:阿里巴巴算法工程师指南

    ai人工智能算法工程师 随着AI越来越擅长处理越来越多的计算任务,致力于开发AI的人们可能很快就会失业. 随着人工智能进入当今越来越多的技术中,有抱负的算法工程师面临着独特的困境. 一方面,他们必须竞 ...

  5. 90后斯坦福博士论文登Science封面!AI算法准确预测RNA三维结构

    来源:七月在线实验室本文约1200字,建议阅读5分钟 本文介绍了Science 封面的这项研究的最新成果,利用目前先进的神经网络技术,成功开发出了一种全新 RNA 三维结构预测模型--ARES. 前言 ...

  6. python实现文本审核_百度AI文本审核API使用说明

    虽然,虽然,虽然,今天: 百度发布了2019年第一季度未经审计的财务报告.本季度百度营收241亿元人民币(约合35.9亿美元),同比增长15%,移除业务拆分收入影响,同比增长21%.低于市场预期242 ...

  7. AAAI和李飞飞等推出K12人工智能教育项目,AI教育低龄化真的好吗?

    转自:https://mp.weixin.qq.com/s/oYtTxI8r4Ee_rBybt-hUIA AAAI和李飞飞等推出K12人工智能教育项目,AI教育低龄化真的好吗? 原创: AI前线小组 ...

  8. 2023 全球人工智能开发者先锋大会—AI 人才学习赛rank1方案分享

    简介 笔者thefan,目前为一所双非学校的大三在读本科生,对数据挖掘以及计算机视觉感兴趣,曾获得过讯飞房屋租金预测竞赛的top2,本次主要分享为2023 全球人工智能开发者先锋大会-AI 人才学习赛 ...

  9. AI公开课:19.04.17杨松帆—好未来AI Lab负责人《为人工智能时代打造一个AI老师》课堂笔记以及个人感悟

    AI公开课:19.04.17杨松帆-好未来AI Lab负责人<为人工智能时代打造一个AI老师>课堂笔记以及个人感悟 导读 杨松帆,现为好未来教育集团人工智能实验室负责人.曾任FaceThi ...

  10. 弱人工智能才是未来AI研究的主流方向

    关于人工智能,长期存在两种不同的目标或者理念.一种是希望借鉴人类的智能行为,研制出更好的工具以减轻人类智力劳动,一般称为"弱人工智能",类似于"高级仿生学".另 ...

最新文章

  1. R2LIVE: 一个鲁棒实时的雷达-惯导-视觉紧耦合的位姿估计和建图系统
  2. 2017 湘潭邀请赛JSCPC GJ
  3. 初中python编程教学的困难与解决研究_初中信息技术课程中存在的问题与解决方案研究...
  4. linux怎么命令设置网络连接,Linux网络操作命令
  5. 数据结构与算法 | 插值查找
  6. LeetCode 1067. 范围内的数字计数
  7. python实现xmind_Python xmind库(生成框架图)
  8. python画字母代码_字母大小写如何python3中用代码表示?
  9. 10年腾讯技术专家有话对你说
  10. Java 避免创建不必要的对象
  11. matlab复杂网络上的博弈演化,复杂网络上的演化博弈.pdf
  12. matlab程序 潮流计算,潮流计算matlab程序
  13. 阿里系盒子英菲克i6八核 科学使用 笔记 (2015年12月26日成功)
  14. Windows7系统提示当前页面的脚本发生错误怎么办
  15. springboot配置redis(单节点)
  16. PHY--PUSCH
  17. 【蓝桥杯省赛真题2】Scratch射击螃蟹 少儿编程scratch蓝桥杯选拔赛真题讲解
  18. 软件测试的目的和意义
  19. 语义网、本体、OWL基础知识梳理
  20. Why and How zk-SNARK Works 1: Introduction the Medium of a Proof

热门文章

  1. 解析大型.NET ERP系统 分布式应用模式设计与实现
  2. tinyxml读xml文件
  3. Atitit 大数据体系图 大数据 技术 数据采集 gui自动化 爬虫 Nui自动化  Ocr技术 Tts语音处理 文档处理(office zip等) html文档处理解析 转
  4. Atitit java js groupby 分组操作法
  5. Atitit 上传进度的实现与原理 目录 1.1. 前端 1 1.2. 读取进度 1 1.3. 后端 定时注入进度 1 1.1.前端                         wind
  6. Atitit java支持php运行环境 Quercus jar 1.1. Quercus 1 1.2. Web.xml 增加php servlet拦截 1 1.3. Phpinfo。php测试 1
  7. Atitit 提取sfit特征点,并绘制到原图上
  8. atitit.数据验证--db数据库数据验证约束
  9. Rust 中 Trait 的使用及实现分析
  10. 关于Libra的6个核心问题及其监管原则