Welcome to Chinese Agricultural Science Bulletin,

Chinese Agricultural Science Bulletin ›› 2025, Vol. 41 ›› Issue (23): 145-154.doi: 10.11924/j.issn.1000-6850.casb2024-0773

Previous Articles    

Maize Leaf Disease Recognition Based on Transferred and Improved MobileNetV3

JIN Yuchun(), ZHEN Yuanyuan, LIU Ping()   

  1. School of Electronics and Electrical Engineering, Ningxia University, Yinchuan 750021
  • Received:2024-12-19 Revised:2025-08-06 Online:2025-08-19 Published:2025-08-19

Abstract:

In recent years, the application of deep learning algorithms in the field of image recognition has gradually expanded into agricultural production, particularly in the area of crop disease detection. Leveraging transfer learning techniques within deep learning, a method for identifying corn leaf diseases based on an improved MobileNetV3 model has been proposed. Pre-trained weights from the ImageNet dataset were transferred to the target dataset, and the model was further optimized. During the optimization process, the original SE (Squeeze-and-Excitation) module was replaced with a CBAM (Convolutional Block Attention Module) attention module, and dilated convolutions were introduced into the convolutional layers to increase the receptive field. After training, an optimal model for corn leaf disease identification was obtained. After applying transfer learning, the model's accuracy on the training set increased from 96.30% to 98.20%, with an improvement of 1.9 percentage points. With further optimization, the accuracy reached 99.09%, demonstrating improved classification performance. This enhancement not only retains the lightweight characteristics of MobileNetV3 but also significantly boosts the performance of corn leaf disease identification.

Key words: corn disease identification, transfer learning, MobileNetV3, attention mechanism