欢迎您访问《智慧农业(中英文)》官方网站! English

Smart Agriculture

• •    

基于残差注意力图卷积神经网络的稻瘟病防治知识图谱构建与应用

林少丹1,3, 黄文健1, 林钰晖1, 翁海勇2,3, 张玲1, 杨德卫4, 田利平1, 何旎清5, 黄珺涵1, 陈健男1, 叶大鹏2,3()   

  1. 1. 福建船政交通职业学院信息与智慧交通学院,福建 福州 350007,中国
    2. 福建农林大学机电工程学院,福建 福州 350002,中国
    3. 福建省农业信息感知技术重点实验室,福州 350002,中国
    4. 福建省三明市农业科学研究院,福建 三明 350018,中国
    5. 福建省农业科学院水稻研究所,福建 福州 350007,中国
  • 收稿日期:2026-01-10 出版日期:2026-05-22
  • 基金项目:
    国家自然科学基金(32402387); 福建省自然科学基金(2024J01163)
  • 作者简介:

    林少丹,博士,教授,研究方向为农业电气化与自动化研究。E-mail:

  • 通信作者:
    叶大鹏,博士,教授,研究方向为智能农业装备工程研究。E-mail:

Construction and Application of a Rice Blast Disease Prevention Knowledge Graph Based on Residual-Attention Graph Convolutional Networks

LIN Shaodan1,3, HUANG Wenjian1, LIN Yuhui1, WENG Haiyong2,3, ZHANG Ling1, YANG Dewei4, TIAN Liping1, HE Niqing5, HUANG Junhan1, CHEN Jiannan1, YE Dapeng2,3()   

  1. 1. School of Information and Intelligent Transportation, Fujian Chuanzheng Communications College, Fuzhou 350007, China
    2. College of Mechanical and Electrical Engineering, Fujian Agriculture and Forestry University, Fuzhou 350002, China
    3. Fujian Key Laboratory of Agricultural Information Sensing Technology, Fuzhou 350002, China
    4. Sanming Academy of Agricultural Sciences, Sanming 350018, China
    5. Rice Research Institute of Fujian Academy of Agricultural Sciences, Fuzhou 350007, China
  • Received:2026-01-10 Online:2026-05-22
  • Foundation items:National Natural Science Foundation of China(32402387); Fujian Provincial Natural Science Foundation(2024J01163)
  • About author:

    LIN Shaodan, E-mail:

  • Corresponding author:
    YE Dapeng, E-mail:

摘要:

【目的/意义】 为解决稻瘟病防治过程中存在的知识分散、语义关系复杂,以及决策依赖经验等问题,结合田间试验数据、气象观测数据及病害评估结果,设计了一种融合残差结构与注意力机制的关系推理模型(Residual-Attention Graph Convolutional Network, Residual-AttentionGCN),依托模型构建了一个面向稻瘟病防治的农业知识图谱, 【方法】 模型在图卷积网络基础上引入显式节点相似度建模,并结合残差结构与注意力机制,以增强对异构农业知识中复杂语义依赖关系的刻画能力。知识图谱包含11 521个实例化节点和45 291条关系,训练数据来源于水稻品种信息、田间试验记录,以及来自4个试验点的长期气象观测数据。 【结果和讨论】 结果表明,Residual-AttentionGCN 在训练收敛性、准确率、召回率及F1分数等指标上均优于BasicGCN、ResidualGCN和EnsembleGCN等对比模型。其中,当结合欧几里得距离作为边权策略时,该模型在100次重复训练迭代中实现了最低平均损失值1.176,最高准确率0.933,最高召回率0.936,以及最高F1分数0.921。在此基础上,进一步构建了稻瘟病防治专家系统原型,实现了病害诊断、关系推理与防治建议推荐等功能。稻瘟病防治专家系统在普通计算环境下即可实现亚秒级响应,具有良好的工程可行性和应用潜力。 【结论】 研究结果为稻瘟病智能防治及农业知识图谱推理提供了一种有效的技术路径。

关键词: 稻瘟病, 图神经网络, 知识图谱, 注意力机制, 残差连接

Abstract:

[Objective] Rice blast, caused by the fungus Magnaporthe oryzae, is among the most devastating diseases affecting rice production and global food security. Its occurrence and development are affected by rice varieties, meteorological conditions, geographical environments and field management, resulting in complex and unstable epidemic patterns. Traditional prevention and control methods rely on empirical experience and expert judgment, which are limited by scattered knowledge, inconsistent expression and insufficient intelligent decision-making ability. Knowledge graphs can organize agricultural knowledge effectively, but existing reasoning methods cannot handle complex semantic relationships and heterogeneous data well, and often suffer from insufficient feature extraction and oversmoothing problems. To overcome these limitations, a special knowledge graph is constructed for rice blast management and a Residual-AttentionGCN model is proposed. [Methods] Core agricultural entities closely related to rice blast management were focused on in the knowledge graph construction, including rice cultivars, planting regions, meteorological conditions, disease grading levels and field control measures. All entity extraction and normalization procedures were implemented based on the semantic attributes of diverse data sources. Rice cultivar data was mainly sourced from China Rice Data Center, while regional entities were defined based on four permanent experimental rice fields in South China. Meteorological entities were derived from five consecutive years of field observation records during rice growing seasons, including temperature and humidity fluctuation data. Disease severity grading strictly followed the 0–9 standard issued by the International Rice Research Institute (IRRI). Prevention measure entities were summarized and sorted out based on published agricultural research findings and practical guidance from plant protection professionals. The four experimental fields served not only as basic spatial entities but also as comprehensive data carriers, covering planted rice cultivars, daily field management, long-term meteorological records and historical rice blast incidence data. Multiple types of heterogeneous data were interconnected through predefined semantic rules, including cultivation matching, environmental adaptation, disease infection and prevention correlation relations. Such multi-dimensional associations eventually formed a hierarchical semantic network centered on the logical chain of "cultivar–region–climate–disease severity–prevention measure". The final constructed knowledge graph contained 11 521 instantiated nodes and 45 291 relational edges, presenting typical sparse and heterogeneous characteristics of practical agricultural graph data. Aiming at accurate relational reasoning, this research developed the Residual-AttentionGCN model based on classic graph convolutional network architecture. Residual feature propagation and adaptive attention aggregation mechanisms were innovatively combined to enhance the semantic learning ability for agricultural knowledge graphs. Residual connections were embedded to retain effective layer-wise feature information and alleviate gradient attenuation and oversmoothing problems in deep graph learning. Meanwhile, the attention mechanism dynamically optimized the weight distribution of adjacent nodes, enabling the model to focus on valid semantic associations and suppress interference from invalid noisy edges. Four mainstream similarity calculation methods, namely cosine similarity, Jaccard coefficient, Pearson correlation coefficient and Euclidean distance, were separately adopted to optimize edge weight assignment and characterize entity structural differences. Several classical graph neural network models, including BasicGCN, ResidualGCN, EnsembleGCN, GAT and AirGNN, were selected for comparative analysis. [Results and Discussions] Experimental results demonstrated that the proposed Residual-AttentionGCN model achieved superior convergence performance and relational prediction accuracy compared with all baseline models. Among all adopted edge weighting strategies, Euclidean distance delivered the best comprehensive performance. Under this optimal configuration, the model achieved a minimum average loss of 1.176, with optimal accuracy, recall and an F1-Score of 0.933, 0.936 and 0.921, respectively. The average values of the three indicators across repeated experiments reached 0.796, 0.808 and 0.789. These results verified that the Euclidean distance-based weighting strategy was more applicable for measuring semantic differences between agricultural entities in this study's graph structure. Moreover, the integration of residual propagation and attention aggregation significantly enhanced the model's capability to capture multi-hop implicit semantic dependencies in rice blast knowledge graphs. On this basis, a prototype expert system was developed for intelligent rice blast prevention based on the Residual-AttentionGCN algorithm. The system supported core functions including disease risk assessment, implicit relation inference and targeted prevention measure recommendation. By inputting basic information such as rice cultivar, planting location and real-time climatic conditions, users could obtain quantitative disease risk evaluation and customized prevention strategies. The system maintained a rapid response time of 0.5–0.8 seconds under conventional computing environments, fully meeting the real-time interaction demands of field agricultural production with reliable practical applicability and engineering value. [Conclusions] In summary, the proposed Residual-AttentionGCN effectively mined latent semantic relations in agricultural knowledge graphs, providing a feasible technical reference for intelligent rice blast management, agricultural knowledge reasoning and refined smart farming applications.

Key words: rice blast, knowledge graph, graph neural networks, attention mechanism, residual learning

中图分类号: