Skip to main content
QUICK REVIEW

[论文解读] Wheat Crop Yield Prediction Using Deep LSTM Model

Sagarika Sharma, Sujit Rai|arXiv (Cornell University)|Nov 3, 2020
Remote Sensing in Agriculture参考文献 16被引用 32
一句话总结

论文提出一个 CNN-LSTM 模型,直接从原始多光谱卫星影像预测印度 tehsil 级别的小麦产量,结合上下文土地利用数据,并在基线方法上实现显著提升。

ABSTRACT

An in-season early crop yield forecast before harvest can benefit the farmers to improve the production and enable various agencies to devise plans accordingly. We introduce a reliable and inexpensive method to predict crop yields from publicly available satellite imagery. The proposed method works directly on raw satellite imagery without the need to extract any hand-crafted features or perform dimensionality reduction on the images. The approach implicitly models the relevance of the different steps in the growing season and the various bands in the satellite imagery. We evaluate the proposed approach on tehsil (block) level wheat predictions across several states in India and demonstrate that it outperforms existing methods by over 50\%. We also show that incorporating additional contextual information such as the location of farmlands, water bodies, and urban areas helps in improving the yield estimates.

研究动机与目标

  • 在季内、成本效益高的小麦产量预测,以帮助农民和机构。
  • 开发一个使用原始卫星影像、无需手工特征的管线。
  • 将上下文信息(水体、农业用地、城镇区域)整合到预测模型中。
  • 在印度七个州的 tehsil 级小麦数据上评估该方法,并与基线方法进行比较。

提出的方法

  • 使用三模块 CNN-LSTM 架构处理每个 tehsil 的 24 张月度多光谱影像序列。
  • CNN 特征提取器:五层卷积,Each 16 过滤器,3x3 内核,步幅 2,LeakyReLU,无池化,输出展平为 1024 特征。
  • LSTM 时序编码器:三层堆叠,每层 512 个节点,和 dropout (75% keep);随后是一个三层全连接的产量预测器。
  • 以在每个时间步计算的 L2 损失进行训练,通过对逐步输出取平均实现早季产量预测。
  • 可选地包含上下文波段(水体、农业用地、城镇)或仅用图像训练(CNN-LSTM-9)以评估上下文影响。

实验结果

研究问题

  • RQ1一个在原始卫星影像上训练的深度 CNN-LSTM 模型,是否能够在印度的 tehsil 级别预测小麦产量且不使用手工特征?
  • RQ2纳入土地利用上下文信息(水体、农用地、城镇区域)是否能提高预测准确性?
  • RQ3CNN-LSTM-12 模型与传统的 NDVI/VCI 基方法以及先前的深度学习方法相比如何?
  • RQ4使用部分季节影像序列是否可实现可接受精度的早季产量预测?
  • RQ5各州特定模型对印度其他州的泛化能力如何?

主要发现

  • CNN-LSTM-12 在使用手工特征的基线方法上领先超过 70%,并且在 LSTM+高斯过程 上领先超过 54%。
  • 纳入上下文信息(水体、农田、城镇区域)使 RMSE 在各州平均提高超过 17%。
  • 随着生长季更多影像可用,早期预测逐步提升,直至步骤 8(约两个月)时显著改善后趋于稳定。
  • 由于区域异质性,按州建模的性能优于单一多州模型。
  • 对大 tehsil,预测产量通常低估,预测与实际产量之间呈现主要线性相关。

更好的研究,从现在开始

从论文设计到论文写作,大幅缩短您的研究时间。

无需绑定信用卡

本解读由 AI 生成,并经人工编辑审核。