2023
DOI: 10.3390/agronomy13071824
|View full text |Cite
|
Sign up to set email alerts
|

A Lightweight YOLOv8 Tomato Detection Algorithm Combining Feature Enhancement and Attention

Abstract: A tomato automatic detection method based on an improved YOLOv8s model is proposed to address the low automation level in tomato harvesting in agriculture. The proposed method provides technical support for the automatic harvesting and classification of tomatoes in agricultural production activities. The proposed method has three key components. Firstly, the depthwise separable convolution (DSConv) technique replaces the ordinary convolution, which reduces the computational complexity by generating a large num… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

1
26
0

Year Published

2024
2024
2024
2024

Publication Types

Select...
7
2
1

Relationship

0
10

Authors

Journals

citations
Cited by 84 publications
(27 citation statements)
references
References 31 publications
1
26
0
Order By: Relevance
“…Additionally, the model adopted an anchor-free strategy, which eliminates the need for predefined anchor boxes by directly predicting the bounding box coordinates, leading to a simpler and more flexible detection framework. In terms of loss functions, YOLOv8 uses binary cross entropy loss function in the classification branch, and distribution focus loss function and CloU Loss Function in the regression branch [37].…”
Section: High-precision Rail Flaw Detection Methods Based On Yolov8mentioning
confidence: 99%
“…Additionally, the model adopted an anchor-free strategy, which eliminates the need for predefined anchor boxes by directly predicting the bounding box coordinates, leading to a simpler and more flexible detection framework. In terms of loss functions, YOLOv8 uses binary cross entropy loss function in the classification branch, and distribution focus loss function and CloU Loss Function in the regression branch [37].…”
Section: High-precision Rail Flaw Detection Methods Based On Yolov8mentioning
confidence: 99%
“…To further validate the efficacy of YOLOv5s-MGNS, we conducted comparative experiments involving the latest YOLOv8 network, a lightweight variant of YOLOv8, and an improved YOLOv8s network proposed by Yang Guoliang et al 24 (YOLOv8s + DSConv + DPAG + FEM, abbreviated as YOLOv8s_DDF). The comparative results are outlined in Table 6.…”
Section: Comparison Test Of Different Network Modelsmentioning
confidence: 99%
“…Depthwise Separable Convolution (DSConv) is a convolution operation within Convolutional Neural Networks (CNN), and its core idea involves decomposing the traditional convolution into two steps: depthwise convolution and pointwise convolution (Yang et al, 2023). This decomposition process aids in reducing computational and parameter requirements, thereby lowering the model's complexity and improving computational e ciency.…”
Section: Depthwise Separable Convolutionmentioning
confidence: 99%