码农知识堂 - 1000bd
  •   Python
  •   PHP
  •   JS/TS
  •   JAVA
  •   C/C++
  •   C#
  •   GO
  •   Kotlin
  •   Swift
  • 【YOLO5Face】《YOLO5Face:Why Reinventing a Face Detector》


    在这里插入图片描述

    arXiv-2021


    文章目录

    • 1 Background and Motivation
    • 2 Related Work
    • 3 Advantages / Contributions
    • 4 Method
    • 5 Experiments
      • 5.1 Datasets
      • 5.2 Ablation Study
      • 5.3 YOLO5Face for Face Recognition
      • 5.4 YOLO5Face on WiderFace Dataset
      • 5.5 YOLO5Face on FDDB Dataset
    • 6 Conclusion(own) / Future work


    1 Background and Motivation

    人脸检测是非常基础的 CV 应用之一,作为人脸识别、验证、跟踪、对齐、表情分析等诸多任务的第一步,吸引了学术界和业界的许多研究和发展

    作者 treat face detection as a general object detection task(face detection is just a sub task of general object detection),在 yolov5 目标检测的工程基础上,改进提出人脸检测器 YOLO5Face

    2 Related Work

    • Object Detection

      • traditional
      • two-stage
      • one-stage
    • Face Detection
      解决 scale, pose, occlusion, expression, makeup, illumination, blur and etc 问题

    • YOLO

    3 Advantages / Contributions

    • 设计 YOLO5Face 人脸检测器
    • 针对不用应用需求,提出不同大小的人脸检测器
    • 在 WiderFace 上评估,实现了 SOTA(validation)

    4 Method

    1)Network Architecture

    在这里插入图片描述
    在这里插入图片描述
    相比于 yolov5 的改进

    • add a landmark regression head to the YOLOv5 network. 采用的是 Wing Loss
    • replace the Focus with a Stem block structure(图 1 的(d))
    • change the SPP block and use a smaller kernel(13x13-9x9-5x5 改成了 7x7-5x7-3x3)
    • add a P6 output block with stride of 64(增加大脸检出率)
    • 调增了 DA 策略,取消了上下翻转,Mosaic 和小目标兼容性不好,random cropping 效果不错
    • design two super light-weight models based on ShuffleNetV2(YOLOv5n / YOLOv5n-0.5)

    2)Landmark Regression

    L1 L2 和 smooth L1,these loss functions are not sensitive to small errors.

    采用的 wing loss 对小 error 更敏感
    在这里插入图片描述
    在这里插入图片描述
    最终的 loss 由 objection loss 和 landmark loss 构成

    5 Experiments

    5.1 Datasets

    • WiderFace
      • contains 32,203 images and 393,703 faces
      • train/validation/test sets by ratio 50%/10%/40%
      • three levels of difficulty: Easy, Medium, and Hard.
    • FDDB
      • 5171 faces annotated in 2845 images.

    5.2 Ablation Study

    模型结构细节
    在这里插入图片描述
    消融实验

    在这里插入图片描述

    • Stem Block vs. Focus Layer
    • SPP with Smaller Size Kernels
    • P6 Output Block
    • Data Augmentation
      • Mosaic helps the mAP in the Hard dataset.
      • the Mosaic has to work with the ignoring small faces, otherwise the performance degrades dramatically

    5.3 YOLO5Face for Face Recognition

    在这里插入图片描述
    关键点的对比,vs RetinaFace
    在这里插入图片描述
    在这里插入图片描述
    大角度作者的方法会更准确一点

    5.4 YOLO5Face on WiderFace Dataset

    在这里插入图片描述SCRFD 感觉好猛

    看看 PR 曲线
    在这里插入图片描述
    在这里插入图片描述

    validation dataset:YOLOv5x6-Face detector achieves 96.9%, 96.0%, 91.6% mAP on the Easy, Medium, and Hard subset(比SOTA 猛)

    test dataset:YOLOv5x6-Face detector achieves 95.8%, 94.9%, 90.5% mAP on the Easy, Medium, and Hard subset(没 SOTA猛)

    we only use multiple scales and left-right flipping without using other test-time augmentation (TTA) methods.

    5.5 YOLO5Face on FDDB Dataset

    在这里插入图片描述

    6 Conclusion(own) / Future work

    • https://github.com/deepcam-cn/yolov5-face
    • VGA resolution input images

    在这里插入图片描述

  • 相关阅读:
    php对字符串中的特殊符号进行过滤的方法
    华为机试:粮油买卖
    如何统一项目中包管理器的使用?
    按摩软件仿东郊到家系统开发,上门预约系统;
    基于springboot实现基于Java的超市进销存系统项目【项目源码+论文说明】
    提高数据科学工作效率的 8 个Python库!
    ElasticSearch 学习(docker,传统方式安装、安装遇到的问题解决,)
    ACM. HJ16 购物单 ●●
    【计算机网络】虚拟路由冗余(VRRP)协议原理与配置
    A*算法-Python实现
  • 原文地址:https://blog.csdn.net/bryant_meng/article/details/126602517
  • 最新文章
  • 沪漂五周年了:我越来越迷茫了
    Agentic Skill Routing 实战:别再把所有 Skill 塞进 AI Agent 上下文
    MySQL-Seconds_behind_master的精度误差
    [MAF预定义ChatClient中间件-03]CachingChatClient——利用缓存省钱省时间
    AI的至暗历史:从万众期待到被政府撤资,AI的两次死亡徘徊
    Agent OS :五种驯服不确定性的范式
    PortSwigger SQL注入LAB11
    数据库即时编译JIT
    [Begin]AI Learn Data Day 0
    深度学习进阶(二十七)现代 LLM 的核心架构设计其二:SwiGLU
  • 热门文章
  • 十款代码表白小特效 一个比一个浪漫 赶紧收藏起来吧!!!
    奉劝各位学弟学妹们,该打造你的技术影响力了!
    五年了,我在 CSDN 的两个一百万。
    Java俄罗斯方块,老程序员花了一个周末,连接中学年代!
    面试官都震惊,你这网络基础可以啊!
    你真的会用百度吗?我不信 — 那些不为人知的搜索引擎语法
    心情不好的时候,用 Python 画棵樱花树送给自己吧
    通宵一晚做出来的一款类似CS的第一人称射击游戏Demo!原来做游戏也不是很难,连憨憨学妹都学会了!
    13 万字 C 语言从入门到精通保姆级教程2021 年版
    10行代码集2000张美女图,Python爬虫120例,再上征途
小工具 小游戏
Copyright © 2022 侵权请联系2656653265@qq.com    京ICP备2022015340号-1

京公网安备 11010502049817号