2022
DOI: 10.3390/s22155817
|View full text |Cite
|
Sign up to set email alerts
|

SF-YOLOv5: A Lightweight Small Object Detection Algorithm Based on Improved Feature Fusion Mode

Abstract: In the research of computer vision, a very challenging problem is the detection of small objects. The existing detection algorithms often focus on detecting full-scale objects, without making proprietary optimization for detecting small-size objects. For small objects dense scenes, not only the accuracy is low, but also there is a certain waste of computing resources. An improved detection algorithm was proposed for small objects based on YOLOv5. By reasonably clipping the feature map output of the large objec… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

2
26
0

Year Published

2022
2022
2024
2024

Publication Types

Select...
5
3
1

Relationship

0
9

Authors

Journals

citations
Cited by 101 publications
(28 citation statements)
references
References 39 publications
2
26
0
Order By: Relevance
“…One-stage methods do not need to select the sample candidate frame. They can directly obtain the coordinates and type of the target, which not only has better real-time performance, but also has advantages in small-target detection [ 15 , 16 , 17 , 18 ].…”
Section: Methodsmentioning
confidence: 99%
“…One-stage methods do not need to select the sample candidate frame. They can directly obtain the coordinates and type of the target, which not only has better real-time performance, but also has advantages in small-target detection [ 15 , 16 , 17 , 18 ].…”
Section: Methodsmentioning
confidence: 99%
“…The Prediction Head uses a preset prior bounding box to perform confidence calculation and bounding box regression on each pixel in the three feature maps to obtain a multidimensional array including object class, class confidence, box coordinates, and width and height information. By setting the corresponding threshold to filter the useless information in the array and performing the non-maximum suppression (NMS) process, the final detection information can be output [21], [22].…”
Section: A Yolov5 Network Structure and Improvementsmentioning
confidence: 99%
“…Head outputs the prediction results, and the prediction includes the bounding box loss function and non-maximum suppression [27]. YOLOv5 uses the GIOU loss function as the bounding box loss function [28], and the GIOU is calculated as shown in equation ( 2 Then a confidence calculation and bounding box regression are performed for each pixel in the feature map using a predefined prior anchor. A non-maximum suppression process is performed by setting the corresponding thresholds.…”
Section: Adding a Small Object Detection Layermentioning
confidence: 99%
“…However, YOLO only solved the target of full size. When the project becomes a special scene with a special size, its performance is not as good as some current small-size object detection algorithms [25] [26]. In order to solve this problem, this paper proposed the DC-YOLOv8 algorithm.…”
Section: Of 12mentioning
confidence: 99%