2017 36th Chinese Control Conference (CCC) 2017
DOI: 10.23919/chicc.2017.8027997
|View full text |Cite
|
Sign up to set email alerts
|

Face recognition based on convolution neural network

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
16
0
1

Year Published

2018
2018
2021
2021

Publication Types

Select...
5
5

Relationship

0
10

Authors

Journals

citations
Cited by 64 publications
(17 citation statements)
references
References 12 publications
0
16
0
1
Order By: Relevance
“…YOLOv2 with anchor boxes predicts around 1000 boxes per image whereas YOLO predicts only 98 boxes per image. Without anchor boxes, YOLO gets a recall of 81% with 69.5% map but with anchor boxes, YOLOv2 gets a recall of 88% with 69.2% map [23].…”
Section: Yolo Vs Yolov2mentioning
confidence: 99%
“…YOLOv2 with anchor boxes predicts around 1000 boxes per image whereas YOLO predicts only 98 boxes per image. Without anchor boxes, YOLO gets a recall of 81% with 69.5% map but with anchor boxes, YOLOv2 gets a recall of 88% with 69.2% map [23].…”
Section: Yolo Vs Yolov2mentioning
confidence: 99%
“…But initially, we need to detect the face in the image in order to perform mask detection. For this, we have used Caffe-based face detector [17], which is available in the face detector subdirectory of Deep Neural Network samples. We set a parameter called confidence which is a selectable probability threshold that can be fixed to override 50 % for filtering weak face detections.…”
Section: Perform Face Detectionmentioning
confidence: 99%
“…The output feature maps obtained after the calculation of the ConvL are generally not much reduced in dimension. If the dimension does not change, there will be a great amount of computation need to do, and the network learning process will become very difficult, more likely to get a reasonable result [26]. The pooling layer is another important concept of CNN's simplifies the output by performing non-linear downsampling, reducing the number of parameters that the network needs to learn, and don't change the number of feature graphs; the pooling layer is sampled with the maximum value, the sampling size is 2x2.…”
Section: Maxpooling Layermentioning
confidence: 99%