人脸识别技术资料整理

2019/04/06

ISRN: Improved Selective Refinement Network for Face Detection

DSFD: Dual Shot Face Detector

PyramidBox++: High Performance Detector for Finding Tiny Face

VIM-FD: Robust and High Performance Face Detector

SHF: Robust Face Detection via Learning Small Faces on Hard Images

SRN: Selective Refinement Network for High Performance Face Detection

SFDet: Single-Shot Scale-Aware Network for Real-Time Face Detection Robust
Face Detection via Learning Small Faces on Hard Images

JFDFMR: Joint Face Detection and Facial Motion Retargeting for Multiple Faces

PFLD: A Practical Facial Landmark Detector

LinkageFace: Linkage Based Face Clustering via Graph Convolution Network

MLT: Face Recognition: A Novel Multi-Level Taxonomy based Survey

GhostVLAD: GhostVLAD for set-based face recognition

DocFace+: ID Document to Selfie Matching

DiF: Diversity in Faces

2018Survey: Face Recognition: From Traditional to Deep Learning Methods

2019/01/12

2018Survey: Deep Facial Expression Recognition: A Survey
2018Survey: Deep Face Recognition: A Survey
SphereFace+(MHE): Learning towards Minimum Hyperspherical Energy
HyperFace: A Deep Multi-task Learning Framework for Face Detection, Landmark Localization, Pose Estimation, and Gender Recognition

2018/12/01

FRVT: Face Recognition Vendor Test
GANimation: Anatomically-aware Facial Animation from a Single Image
StarGAN: Unified Generative Adversarial Networks for Multi-Domain Image-to-Image Translation
Faceswap: A tool that utilizes deep learning to recognize and swap faces in pictures and videos
HF-PIM: Learning a High Fidelity Pose Invariant Model for High-resolution Face Frontalization
PRNet: Joint 3D Face Reconstruction and Dense Alignment with Position Map Regression Network
LAB: Look at Boundary: A Boundary-Aware Face Alignment Algorithm
Super-FAN: Integrated facial landmark localization and super-resolution of real-world low resolution faces in arbitrary poses with GANs
Face-Alignment: How far are we from solving the 2D & 3D Face Alignment problem? (and a dataset of 230,000 3D facial landmarks)
Face3D: Python tools for processing 3D face
IMDb-Face: The Devil of Face Recognition is in the Noise
AAM-Softmax(CCL): Face Recognition via Centralized Coordinate Learning
AM-Softmax: Additive Margin Softmax for Face Verification
FeatureIncay: Feature Incay for Representation Regularization
NormFace: L2 hypersphere embedding for face Verification
CocoLoss: Rethinking Feature Discrimination and Polymerization for Large-scale Recognition
L-Softmax: Large-Margin Softmax Loss for Convolutional Neural Networks

2018/07/21

MobileFace: A face recognition solution on mobile device
Trillion Pairs: Challenge 3: Face Feature Test/Trillion Pairs
MobileFaceNets: Efficient CNNs for Accurate Real-Time Face Verification on Mobile Devices

2018/04/20

PyramidBox: A Context-assisted Single Shot Face Detector
PCN: Real-Time Rotation-Invariant Face Detection with Progressive Calibration Networks
S³FD: Single Shot Scale-invariant Face Detector
SSH: Single Stage Headless Face Detector
NPD: A Fast and Accurate Unconstrained Face Detector
PICO: Object Detection with Pixel Intensity Comparisons Organized in Decision Trees
libfacedetection: A fast binary library for face detection and face landmark detection in images.
SeetaFaceEngine: SeetaFace Detection, SeetaFace Alignment and SeetaFace Identification.
FaceID: An implementation of iPhone X’s FaceID using face embeddings and siamese networks on RGBD images.

2018/03/28

InsightFace(ArcFace): 2D and 3D Face Analysis Project
CosFace: Large Margin Cosine Loss for Deep Face Recognition
?Face Benchmark and Dataset
Face Recognition
DiF: Diversity in Faces [project] [blog]
FRVT: Face Recognition Vendor Test [project] [leaderboard]
IMDb-Face: The Devil of Face Recognition is in the Noise(59k people in 1.7M images) [paper] [dataset]
Trillion Pairs: Challenge 3: Face Feature Test/Trillion Pairs(MS-Celeb-1M-v1c with 86,876 ids/3,923,399 aligned images + Asian-Celeb 93,979 ids/2,830,146 aligned images) [benckmark] [dataset] [result]
MF2: Level Playing Field for Million Scale Face Recognition(672K people in 4.7M images) [paper] [dataset] [result] [benckmark]
MegaFace: The MegaFace Benchmark: 1 Million Faces for Recognition at Scale(690k people in 1M images) [paper] [dataset] [result] [benckmark]
UMDFaces: An Annotated Face Dataset for Training Deep Networks(8k people in 367k images with pose, 21 key-points and gender) [paper] [dataset]
MS-Celeb-1M: A Dataset and Benchmark for Large Scale Face Recognition(100K people in 10M images) [paper] [dataset] [result] [benchmark] [project]
VGGFace2: A dataset for recognising faces across pose and age(9k people in 3.3M images) [paper] [dataset]
VGGFace: Deep Face Recognition(2.6k people in 2.6M images) [paper] [dataset]
CASIA-WebFace: Learning Face Representation from Scratch(10k people in 500k images) [paper] [dataset]
LFW: Labeled Faces in the Wild: A Database for Studying Face Recognition in Unconstrained Environments(5.7k people in 13k images) [report] [dataset] [result] [benchmark]
Face Detection
WiderFace: WIDER FACE: A Face Detection Benchmark(400k people in 32k images with a high degree of variability in scale, pose and occlusion) [paper] [dataset] [result] [benchmark]
FDDB: A Benchmark for Face Detection in Unconstrained Settings(5k faces in 2.8k images) [report] [dataset] [result] [benchmark]
Face Landmark
LS3D-W: A large-scale 3D face alignment dataset constructed by annotating the images from AFLW, 300VW, 300W and FDDB in a consistent manner with 68 points using the automatic method [paper] [dataset]
AFLW: Annotated Facial Landmarks in the Wild: A Large-scale, Real-world Database for Facial Landmark Localization(25k faces with 21 landmarks) [paper] [benchmark]
Face Attribute
CelebA: Deep Learning Face Attributes in the Wild(10k people in 202k images with 5 landmarks and 40 binary attributes per image) [paper] [dataset]
?Face Recognition
LinkageFace: Linkage Based Face Clustering via Graph Convolution Network [paper]
MLT: Face Recognition: A Novel Multi-Level Taxonomy based Survey [paper]
GhostVLAD: GhostVLAD for set-based face recognition [paper]
DocFace+: ID Document to Selfie Matching [paper] [code]
2018Survey: Face Recognition: From Traditional to Deep Learning Methods [paper]
2018Survey: Deep Facial Expression Recognition: A Survey [paper]
2018Survey: Deep Face Recognition: A Survey [paper]
SphereFace+(MHE): Learning towards Minimum Hyperspherical Energy [paper] [code]
MobileFace: A face recognition solution on mobile device [code]
MobileFaceNets: Efficient CNNs for Accurate Real-Time Face Verification on Mobile Devices [paper] [code1] [code2] [code3] [code4]
FaceID: An implementation of iPhone X’s FaceID using face embeddings and siamese networks on RGBD images. [code] [blog]
InsightFace(ArcFace): 2D and 3D Face Analysis Project [paper] [code1] [code2]
AAM-Softmax(CCL): Face Recognition via Centralized Coordinate Learning [paper]
AM-Softmax: Additive Margin Softmax for Face Verification [paper] [code1] [code2]
CosFace: Large Margin Cosine Loss for Deep Face Recognition [paper] [code1] [code2]
FeatureIncay: Feature Incay for Representation Regularization [paper]
CocoLoss: Rethinking Feature Discrimination and Polymerization for Large-scale Recognition [paper] [code]
NormFace: L2 hypersphere embedding for face Verification [paper] [code]
SphereFace(A-Softmax): Deep Hypersphere Embedding for Face Recognition [paper] [code]
L-Softmax: Large-Margin Softmax Loss for Convolutional Neural Networks [paper] [code1] [code2] [code3] [code4] [code5] [code6] [code7]
CenterLoss: A Discriminative Feature Learning Approach for Deep Face Recognition [paper] [code1] [code2] [code3] [code4]
OpenFace: A general-purpose face recognition library with mobile applications [report] [project] [code1] [code2]
FaceNet: A Unified Embedding for Face Recognition and Clustering [paper] [code]
DeepID3: DeepID3: Face Recognition with Very Deep Neural Networks [paper]
DeepID2+: Deeply learned face representations are sparse, selective, and robust [paper]
DeepID2: Deep Learning Face Representation by Joint Identification-Verification [paper]
DeepID: Deep Learning Face Representation from Predicting 10,000 Classes [paper]
DeepFace: Closing the gap to human-level performance in face verification [paper]
LBP+Joint Bayes: Bayesian Face Revisited: A Joint Formulation [paper] [code1] [code2] [code3]
LBPFace: Face recognition with local binary patterns [paper] [code]
FisherFace(LDA): Eigenfaces vs. Fisherfaces: Recognition Using Class Specific Linear Projection [paper] [code]
EigenFace(PCA): Face recognition using eigenfaces [paper] [code]
?Face Detection
ISRN: Improved Selective Refinement Network for Face Detection [paper]
DSFD: Dual Shot Face Detector [paper] [code]
PyramidBox++: High Performance Detector for Finding Tiny Face [paper]
VIM-FD: Robust and High Performance Face Detector [paper]
SHF: Robust Face Detection via Learning Small Faces on Hard Images [paper] [code]
SRN: Selective Refinement Network for High Performance Face Detection [paper]
SFDet: Single-Shot Scale-Aware Network for Real-Time Face Detection [paper]
HyperFace: A Deep Multi-task Learning Framework for Face Detection, Landmark Localization, Pose Estimation, and Gender Recognition [paper] [code]
PyramidBox: A Context-assisted Single Shot Face Detector [paper] [code]
PCN: Real-Time Rotation-Invariant Face Detection with Progressive Calibration Networks [paper] [code]
S³FD: Single Shot Scale-invariant Face Detector [paper] [code]
SSH: Single Stage Headless Face Detector [paper] [code]
FaceBoxes: A CPU Real-time Face Detector with High Accuracy [paper][code1] [code2]
TinyFace: Finding Tiny Faces [paper] [project] [code1] [code2] [code3]
MTCNN: Joint Face Detection and Alignment using Multi-task Cascaded Convolutional Networks [paper] [project] [code1] [code2] [code3] [code4] [code5] [code6] [code7]
NPD: A Fast and Accurate Unconstrained Face Detector [paper] [code] [project]
PICO: Object Detection with Pixel Intensity Comparisons Organized in Decision Trees [paper] [code]
libfacedetection: A fast binary library for face detection and face landmark detection in images. [code]
SeetaFaceEngine: SeetaFace Detection, SeetaFace Alignment and SeetaFace Identification [code]
?Face Landmark
PFLD: A Practical Facial Landmark Detector [paper] [project] [code]
PRNet: Joint 3D Face Reconstruction and Dense Alignment with Position Map Regression Network [paper] [code]
LAB: Look at Boundary: A Boundary-Aware Face Alignment Algorithm [paper] [project] [code]
Face-Alignment: How far are we from solving the 2D & 3D Face Alignment problem? (and a dataset of 230,000 3D facial landmarks) [paper] [project] [code1] [code2]
ERT: One Millisecond Face Alignment with an Ensemble of Regression Trees [paper] [code]
?Face 3D
JFDFMR: Joint Face Detection and Facial Motion Retargeting for Multiple Faces [paper]
?Face GAN
HF-PIM: Learning a High Fidelity Pose Invariant Model for High-resolution Face Frontalization [paper]
Super-FAN: Integrated facial landmark localization and super-resolution of real-world low resolution faces in arbitrary poses with GANs [paper]
GANimation: Anatomically-aware Facial Animation from a Single Image [paper] [project] [code]
StarGAN: Unified Generative Adversarial Networks for Multi-Domain Image-to-Image Translation [paper] [code]
PGAN: Progressive Growing of GANs for Improved Quality, Stability, and Variation [paper] [code1] [code2]
Faceswap: A tool that utilizes deep learning to recognize and swap faces in pictures and videos [code1] [code2]
Face Lib&Tool
Dlib [url] [github]
OpenCV [docs] [github]
Face3D [github]

转自 https://github.com/becauseofAI/HelloFace

人脸识别 | 论文参考相关推荐

  1. 人脸识别论文:Partial FC: Training 10 Million Identities on a Single Machine

    1. 背景介绍 在当前的分类任务研究中,大多数损失函数都是基于Softmax Loss或者其变体(如NormFace.ArcFace.Circle Loss.AdaCos等改进),训练效果也很好,但是 ...

  2. 人脸识别 论文阅读(1)- DeepFace: Closing the Gap to Human-Level Performance in Face Verification

    文章目录 face detection LBP特征 SVR为什么可以学习到fiducial point face alignment 2D对齐(a~b) 堆叠4个HG层 2D-TO-3D对齐: 基于H ...

  3. 人脸识别论文整理——深度人脸识别的大边缘余弦损失

    论文简介 论文中文翻译:<深度人脸识别的大边缘余弦损失> 论文名称:<CosFace: Large Margin Cosine Loss for Deep Face Recognit ...

  4. 人脸识别 论文阅读(4)

    1.人脸识别的瓶颈在于噪声 名称:The Devil of Face Recognition is in the Noise,商汤科技,ECCV 2018 用我的话说,这篇文章通过实验数据弄清了噪声的 ...

  5. 基于matlab人脸识别论文,毕业论文--基于MATLAB的人脸识别系统设计

    毕业论文--基于MATLAB的人脸识别系统设计 毕毕 业业 设设 计计 论论 文文 题 目 基于 MATLAB 的人脸识别系统设计 学 院 电气与信息工程学院 专 业 自动化 I 摘要 人脸识别是模式 ...

  6. 人脸识别论文——发现微小的脸

    论文简介 论文中文翻译:<发现微小的脸> 论文名称:<Finding Tiny Faces> 录用日期:2017年4月15日 摘要 尽管在物体识别方面已经取得了巨大的进步,但仍 ...

  7. 人脸识别 论文阅读 (3)- DeeplD1:Deep Learning Face Representation from Predicting 10,000 Classes]

    理解参考:张雨石博客 DeepID1 (Linkface 孙祎) 文章目录 DeepID1 @[TOC](文章目录) 前言 一.pandas是什么? 二.使用步骤 1.引入库 2.读入数据 总结 为什 ...

  8. dlib 人脸识别论文 One Millisecond Face Alignment with an Ensemble of Regression Trees

    论文连接:One Millisecond Face Alignment with an Ensemble of Regression Trees 1.简介 本文也采用级联回归树. 本论文主要解决两个问 ...

  9. 人脸识别 | 你的论文离CVPR , 还有多远?

    最近,一则人脸识别安全性问题的新闻上了热搜. (图片来自网络) 虽然让不少人产生了"人在家中坐,债从天上来"的担忧,但也不由感叹人脸识别的发展与普及. 人脸识别发展至今,已经在众多 ...

最新文章

  1. 函数式编程之-bind函数
  2. markdown文件便捷说明
  3. .Net下的XML序列化(一)
  4. bugzilla dbd-mysql_Windows上配置bugzilla.doc
  5. 2月中国万网域名总量净增2.1万个 份额突破24%
  6. Asp.net Core 一个实用的自定义TagHelpers
  7. win10添加开机启动项_Windows系统注册表添加开机启动项
  8. java smtp pop3_Java基于smtp与pop3实现收发邮件的功能
  9. Skyline系列软件的安装和使用
  10. matlab lbp特征,lbp特征(lbp纹理特征提取)
  11. MessageBox用法详解(c++)
  12. 【夏令营】 My 计算机 夏令营 预推免 记录
  13. 用acts_as_paranoid 做假删除
  14. 能源物联网及其关键技术
  15. android自动调节屏幕亮度自动调节流程解析
  16. 水温控制系统设计(AVRmega16单片机)代码编写(包含显示器、单片机、温度传感器)
  17. android 7.0下载地址,android 7.0 Downloadprovider 下载流程
  18. matlab中组合数函数,MATLAB中常用的排列、组合、阶乘函数
  19. 递归:汉罗塔问题的程序实现
  20. 【手机投影】安卓手机投影到WIN10

热门文章

  1. 晶体结构与对称群Lecture2
  2. java 迭代json_如何迭代JSONObject?
  3. IPv6模拟实验配置(带你详细理解IPv6地址的添加与作用)
  4. 最新!“2020年中国大学百强榜”出炉,排名前10的是这些高校
  5. 每日英语——大老师のaphorism
  6. 变频器由计算机控制,变频器练习题
  7. 算法工程-kafka架构理解
  8. C语言(较深入原理):%s通过字符串首元素地址输出,用指针数组来作示例
  9. Python3.10环境安装
  10. [Win32]一个调试器的实现(九)符号模型