论文背景:

IEEE International Conference on Computer Vision 2015

Ziwei Liu1, Ping Luo1, Xiaogang Wang2, Xiaoou Tang1
1Department of Information Engineering, The Chinese University of Hong Kong
2Department of Electronic Engineering, The Chinese University of Hong Kong

论文贡献:

1.背景独立的情况下提升识别人脸的准确率,如下图与state_of_art的方案对比

2.识别人脸细节属性

3.开发者福音:提供了一个包含20万张标记了40个常用属性的人像数据库celebA(基于celebFace[1])和LFWA(基于LFW[2])

模型架构:

1.Lneto定位头部和肩部

2.Lnets进一步定位脸

3.Anet最后接全连接层进行属性预测

4.用SVM做多个全连接层的属性分类

具体网络结构,使用了参数局部共享和全局共享混合的策略:

More specifically, the network structures of LNeto and
LNets are the same as shown in Fig.3 (a) and (b), which
stack two max-pooling and five convolutional layers (C1 to

C5) with globally shared filters. These filters are recurrently

applied at every location of the image and are able to
account for large face translation and scaling. ANet stacks
four convolutional layers (C1 to C4), three max-pooling
layers, and one fully-connected layer (FC), where the filters
at C1 and C2 are globally shared, while the filters at C3
and C4 are locally shared. As shown in Fig.3 (c), the
response maps at C2 and C3 are divided into grids with
non-overlapping cells, each of which learns different filters.
The locally shared filters have been proved effective for
face related problems [24, 23], because they can capture
different information from different face parts. The network
structures are specified in Fig.3. For instance, the filters
at C1 of LNeto has 96 channels and the filter size in each
channel is 11113, as the input image xo contains three
color channels.

crop头像时可能会遭遇多目标检测问题,文章使用了每个位置求响应密度的空间距离的方法来解决

【1】Y. Sun, X. Wang, and X. Tang. Deep learning face
representation by joint identification-verification. In NIPS,
2014.

【2】G. B. Huang, M. Ramesh, T. Berg, and E. Learned-Miller.
Labeled faces in the wild: A database for studying face
recognition in unconstrained environments. Technical Report
07-49, University of Massachusetts, Amherst, October
2007.

一点随想:这个结合生成模型,比如gan,可能可以做一件有趣的事:根据语义生成带属性的角色

最新文章

  1. github for windows 安装 使用
  2. iOS_Quartz2D之涂鸦板
  3. 在serviceImpl里使用自身的方法
  4. 2016 Multi-University Training Contest 5 Two
  5. MSP430F149学习之路——时钟2
  6. 教你50招提升ASP.NET性能(二十):7条便利的ViewState技巧
  7. ios-异步消息同步问题-典型使用场景: 微信私信界面
  8. 字符串(多串后缀自动机):HDU 4436 str2int
  9. Cloneable接口分析
  10. .net Web.Config配置文件 转
  11. STL 源代码分析 算法 stl_heap.h
  12. doubango(5)--SIP协议栈传输层的启动
  13. Uva 11029 Leading and Trailing (求n^k前3位和后3位)
  14. HDU 1005 Number Sequence【多解,暴力打表,鸽巢原理】
  15. today-Extension widget 扩展开发
  16. 模板 RMQ问题ST表实现/单调队列
  17. sed用法去除行首和行末的中括号
  18. C语言 · 空白格式化
  19. WPF——UI布局
  20. HTML5之新增的属性和废除的属性 (声明:内容节选自《HTML 5从入门到精通》)

热门文章

  1. Java多线程干货系列—(二)synchronized
  2. xth 砍树(codevs 1369)
  3. HTTP错误:java.lang.IllegalArgumentException: Illegal character in scheme at index 0: http://xxxxxx
  4. HDU 1074 Doing Homework【状态压缩DP】
  5. 进入一个jsp直接跳到另一个jsp
  6. Fibonacci--poj3070(矩阵快速幂)
  7. 寒武纪camp Day3
  8. codeforces 873F(后缀数组)
  9. Atom安装Markdown编辑器
  10. foobar2000 iOS使用,并连接PC的歌曲进行播放