Key points are not available for this paper at this time.
When collecting disease images in tea gardens, the collected images often include complex backgrounds. The complex backgrounds affect the recognition accuracy of traditional deep learning techniques. To improve the recognition accuracy, the traditional classic convolutional neural network (CNN) models require higher model complexity. This leads to a significant increase in computational cost and affects the running speed on edge computing devices. On the other hand, the popular vision transformer(ViT) model has a higher recognition accuracy as it has better global feature expression ability than CNN model. Since ViT models has a higher model complexity than CNN models, leading running slow on edge computing devices. In view of this, we propose a lightweight model named Lightweight Tea Diseases Detection Network (LTDDN). The LTDDN has higher recognition accuracy under the interference of complex backgrounds. Specifically, first, we propose the lightweight channel focus attention mechanism (CFA). The CFA focus the key features of the disease, improving the recognition accuracy. Second, we propose the feature reuse module (FRM). The FRM significantly reduces the parameters and computational costs of the model, making the model more lightweight. Finally, we propose a feature enhancement mobile inverted bottleneck convolution module(FEMBCM). The FEMBCM solves the problem of detail feature loss caused by traditional convolution downsampling. It improves recognition performance without increasing the complexity of the model. The analyses show that the parameter of LTDDN is only 1/30 of ResNet50 and 1/50 of ViTB16, which is more suitable for running in edge computing devices. Experimental results across self-built tea disease datasets, Mini-ImageNet, and PlantVillage datasets show LTDDN outperforms classic CNN, lightweight CNN, and popular ViT models in recognition accuracy. Based on the proposed model, an Android app has been developed to realize real-time, offline recognition of tea diseases in the field.
Liang et al. (Wed,) studied this question.