← Papers

Paper record

Cotton Disease Recognition Method in Natural Environment Based on Convolutional Neural Network

Yi Shao · Wenzhong Yang · Jiajia Wang · Zhifeng Lu · Meng Zhang · Danny Chen

Agriculture · 11 Sept 2024 · 10.3390/agriculture14091577

Abstract

As an essential component of the global economic crop, cotton is highly susceptible to the impact of diseases on its yield and quality. In recent years, artificial intelligence technology has been widely used in cotton crop disease recognition, but in complex backgrounds, existing technologies have certain limitations in accuracy and efficiency. To overcome these challenges, this study proposes an innovative cotton disease recognition method called CANnet, and we independently collected and constructed an image dataset containing multiple cotton diseases. Firstly, we introduced the innovatively designed Reception Field Space Channel (RFSC) module to replace traditional convolution kernels. This module combines dynamic receptive field features with traditional convolutional features to effectively utilize spatial channel attention, helping CANnet capture local and global features of images more comprehensively, thereby enhancing the expressive power of features. At the same time, the module also solves the problem of parameter sharing. To further optimize feature extraction and reduce the impact of spatial channel attention redundancy in the RFSC module, we connected a self-designed Precise Coordinate Attention (PCA) module after the RFSC module to achieve redundancy reduction. In the design of the classifier, CANnet abandoned the commonly used MLP in traditional models and instead adopted improved Kolmogorov Arnold Networks-s (KANs) for classification operations. KANs technology helps CANnet to more finely utilize extracted features for classification tasks through learnable activation functions. This is the first application of the KAN concept in crop disease recognition and has achieved excellent results. To comprehensively evaluate the performance of CANnet, we conducted extensive experiments on our cotton disease dataset and a publicly available cotton disease dataset. Numerous experimental results have shown that CANnet outperforms other advanced methods in the accuracy of cotton disease identification. Specifically, on the self-built dataset, the accuracy reached 96.3%; On the public dataset, the accuracy reached 98.6%. These results fully demonstrate the excellent performance of CANnet in cotton disease identification tasks.

Code and data availability

The paper evaluates CANnet on a self-built Xinjiang cotton disease dataset (no public availability statement) and on a public Kaggle cotton disease dataset explicitly cited with a URL. No author code, models, or supplementary data deposits are mentioned.

Datasetpublic

29. Dhamodharan. Cotton Plant Disease. 2023. Available online: https://www.kaggle.com/datasets/dhamur/cotton-plant-disease (accessed on 6 May 2024).

Open resource ↗Kaggle · dhamur/cotton-plant-disease · pdf-page:21 lines:1-56