2020
DOI: 10.1088/1742-6596/1684/1/012028
|View full text |Cite
|
Sign up to set email alerts
|

A review of research on object detection based on deep learning

Abstract: As one of the important tasks in computer vision, target detection has become an important research hotspot in the past 20 years and has been widely used. It aims to quickly and accurately identify and locate a large number of objects of predefined categories in a given image. According to the model training method, the algorithms can be divided into two types: single-stage detection algorithm and two-stage detection algorithm. In this paper, the representative algorithms of each stage are introduced in detail… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1
1

Citation Types

0
41
0
1

Year Published

2022
2022
2024
2024

Publication Types

Select...
4
4

Relationship

0
8

Authors

Journals

citations
Cited by 67 publications
(42 citation statements)
references
References 5 publications
0
41
0
1
Order By: Relevance
“…Unlike the two-stage detection models, the YOLOv1 detection model has a simple CNN network structure without the extraction process of region proposal. It uses the entire graph as input of the network that outputs the location and category of the bounding box [ 37 ]. YOLOv2 uses Darknet-19 for fully convolutional feature extraction and anchor box mechanism, k-means clustering and multi-scale training, which improves recall and accuracy.…”
Section: Literature Reviewmentioning
confidence: 99%
See 1 more Smart Citation
“…Unlike the two-stage detection models, the YOLOv1 detection model has a simple CNN network structure without the extraction process of region proposal. It uses the entire graph as input of the network that outputs the location and category of the bounding box [ 37 ]. YOLOv2 uses Darknet-19 for fully convolutional feature extraction and anchor box mechanism, k-means clustering and multi-scale training, which improves recall and accuracy.…”
Section: Literature Reviewmentioning
confidence: 99%
“…SSD combines the concept of regression in the YOLO algorithm and anchor box in Faster R-CNN [ 35 ]. YOLOv4 uses CSPDarknet53 as the backbone network and adds weighted residual connection, cross stage partial connection, cross mini batch normalization, self-adversarial training, mish activation, mosaic data augmentation, dropblock and complete intersection over union (CIoU) to the original YOLO framework [ 37 ]. In the YOLO series, YOLOv5 is the latest and improved version in terms of speed, size and accuracy.…”
Section: Literature Reviewmentioning
confidence: 99%
“…The target detection algorithm [ 39 ] is suitable to solve these problems. Regression‐based target detection algorithms are called one‐stage models because they omit the candidate region generation step and directly implement feature extraction, target classification, and target regression in the same convolutional neural network.…”
Section: Literature Reviewmentioning
confidence: 99%
“…Object detection is a fundamental study area in computer vision, artificial intelligence, and other related domains. The main goal of object detection is to find the target of interest in an image, establish the category, and provide the bounding box for each target (Deng et al 2020). In our study, we have primarily transformed our predicted output image into a grayscale image and then thresholded it to identify the region of interest.…”
Section: Image Processing Using Computer Vision Approachmentioning
confidence: 99%