Li Yanan, Tang Yuling, Liu Yifei, Zheng Dingrun
School of Computer Science and Engineering, School of Artificial Intelligence, Wuhan Institute of Technology, Wuhan 430205, China.
Hubei Key Laboratory of Intelligent Robot, Wuhan Institute of Technology, Wuhan 430073, China.
Plant Phenomics. 2023 Nov 28;5:0115. doi: 10.34133/plantphenomics.0115. eCollection 2023.
Automated counting of grape berries has become one of the most important tasks in grape yield prediction. However, dense distribution of berries and the severe occlusion between berries bring great challenges to counting algorithm based on deep learning. The collection of data required for model training is also a tedious and expensive work. To address these issues and cost-effectively count grape berries, a semi-supervised counting of grape berries in the field based on density mutual exclusion (CDMENet) is proposed. The algorithm uses VGG16 as the backbone to extract image features. Auxiliary tasks based on density mutual exclusion are introduced. The tasks exploit the spatial distribution pattern of grape berries in density levels to make full use of unlabeled data. In addition, a density difference loss is designed. The feature representation is enhanced by amplifying the difference of features between different density levels. The experimental results on the field grape berry dataset show that CDMENet achieves less counting errors. Compared with the state of the arts, coefficient of determination () is improved by 6.10%, and mean absolute error and root mean square error are reduced by 49.36% and 54.08%, respectively. The code is available at https://github.com/youth-tang/CDMENet-main.
葡萄浆果的自动计数已成为葡萄产量预测中最重要的任务之一。然而,浆果的密集分布以及浆果之间严重的遮挡给基于深度学习的计数算法带来了巨大挑战。模型训练所需数据的收集也是一项繁琐且昂贵的工作。为了解决这些问题并经济高效地对葡萄浆果进行计数,提出了一种基于密度互斥的田间葡萄浆果半监督计数方法(CDMENet)。该算法以VGG16作为主干网络来提取图像特征。引入了基于密度互斥的辅助任务。这些任务利用葡萄浆果在密度级别上的空间分布模式,以充分利用未标记数据。此外,还设计了密度差异损失。通过放大不同密度级别特征之间的差异来增强特征表示。在田间葡萄浆果数据集上的实验结果表明,CDMENet的计数误差更小。与现有技术相比,决定系数()提高了6.10%,平均绝对误差和均方根误差分别降低了49.36%和54.08%。代码可在https://github.com/youth-tang/CDMENet-main获取。