Face recognition using Histograms of Oriented Gradients
Face recognition using Histograms of Oriented Gradients
这篇论文的主要内容是将Hog算子应用到人脸识别上。
转载请注明:http://blog.csdn.net/stdcoutzyx/article/details/40757997
1. Main Contribution
Extract Hog descriptors from a regular grid.
Fusion of HOG descriptors at different scales allows to capture important structure
- Dimensionality reduction is necessary to make the classification less prone to over-fitting.
2. Feature Conclusion
Features includes geometric or photometric, latter seems to have prevailed in the literature:
- Eigenfaces( Principal Component Analysis)
- Gabor wavelets
- Local Binary Patterns
- Error-Correcting Output Codes
- Independent Component Analysis
3. Improved Hog
Improved Hog for invariance to scale and rotation may be also achieved by extracting descriptors from only salient points (key points) in the scale space following a rotation normalization. The steps involved are:
- Scale-space extrema detection. (achieve scale invariance)
- Orientation assignment. (find the dominant gradient orientation)
- Descriptor extraction.
4. Previous Hog representation for faces
In (Albiol et al., 2008), the authors successfully applied Hog to the face recognition.
- In the 2008 paper, faces are previous normalized in scale and orientation, So the step for scale-space extrema detection were not necessary.
- A set of 25 facial landmarks were localizaed using Active Apperence Models(AAMs).
- Hog descriptors are extracted from the vicinity of each of these 25 landmarks.
- Using nearest neighbor and Enclidean distance to classify.
Drawback of this method:
- Final error may crucially depend on the reliability of the landmark localizations, and the landmarks are not precisely due to occlusions, strong illuminations or pose changes.
5. Improved Method by this paper
- First normalize the face and then extract HOG features from a regular grid. The grid is formed by placing equal side patches around a first cell centered in the image, until the whole image is covered.
- The paper hypothesize that a better result could be obtained by combining information from different patch sizes. And the paper considered a new fusion strategy that is the product combination of the classifiers at patch sizes.
- Several overlapping patches are used, so the final feature representation will be highly redundant, So dimensionality reduction is necessary.
5.1 Detail of the fusion strategy
- R individual classifications c_k (k=1,…,R), each one trained using Hog features with different patch sizes. Each classifier gives one input sample x_k a posterior probability vector:

- The product rule cosists of fusing the final decision as:

6. Experiments
- Effect of the facial feature localization error on the final recognition performance. Large error on the localization of facial features leads to bad classification performance.
- Evaluate the performance of the method in 4.
- Calculate the dispersion of coordinates(ellpse fitting) and the total sum of variances of the localized landmarks. Bigger variance, bad performance.
- Extracting regular grids and patch size combination
- Hog features are processed by PCA and LDA.
- Nearest classifier with Enclidean and cosine distances is used.
- Combination of 8×8, 12×12, 16×16, 20×20, 24×24, 28×28 patches.
- Compare of computation time of the landmark method and the regular grid method.
7. Reference
- [1]. Déniz O, Bueno G, Salido J, et al. Face recognition using histograms of oriented gradients[J]. Pattern Recognition Letters, 2011, 32(12): 1598-1603.
Face recognition using Histograms of Oriented Gradients的更多相关文章
- 行人检測之HOG特征(Histograms of Oriented Gradients)
之前的文章行人计数.计次提到HOG特征这个概念,这两天看了一下原版的论文,了解了一下HOG特征的原理,并依据自己的理解将这种方法的流程写了下来,假设有不正确的地方欢迎指正. HOG(Histogram ...
- (转)梯度方向直方图HOG(Histograms of Oriented Gradients )
HOG(Histograms of Oriented Gradients )梯度方向直方图 方向梯度直方图(Histogram of Oriented Gradient, HOG)特征是一种在计算机视 ...
- 机器视觉 Histogram of oriented gradients
Histogram of oriented gradients 简称 HoG, 是计算机视觉和图像处理领域一种非常重要的特征,被广泛地应用于物体检测,人脸检测,人脸表情检测等. HoG 最早是在200 ...
- 【翻译】HOG, Histogram of Oriented Gradients / 方向梯度直方图 介绍
本文翻译自 SATYA MALLICK 的 "Histogram of Oriented Gradients" 原文链接: https://www.learnopencv.com/ ...
- SIFT(Scale-invariant feature transform) & HOG(histogram of oriented gradients)
SIFT :scale invariant feature transform HOG:histogram of oriented gradients 这两种方法都是基于图像中梯度的方向直方图的特征提 ...
- 【笔记】HOG (Histogram of Oriented Gradients, 方向梯度直方图)的开源实现
wiki上的介绍 OpenCV的实现 cv::HOGDescriptor Struct Reference opencv cv::HOGDescriptor 的调用例子 HOGDescriptor h ...
- 【计算机视觉】Selective Search for Object Recognition论文阅读3
Selective Search for Object Recoginition surgewong@gmail.com http://blog.csdn.net/surgewong 在前 ...
- Histogram of Oriented Gridients(HOG) 方向梯度直方图
Histogram of Oriented Gridients,缩写为HOG,是目前计算机视觉.模式识别领域很常用的一种描述图像局部纹理的特征.这个特征名字起的也很直白,就是说先计算图片某一区域中不同 ...
- 【计算机视觉】Histogram of Oriented Gridients(HOG) 方向梯度直方图
Histogram of Oriented Gridients(HOG) 方向梯度直方图 Histogram of Oriented Gridients,缩写为HOG,是目前计算机视觉.模式识别领域很 ...
随机推荐
- css书写步骤
CSS整体书写步骤1:CSS RESET 重置2:CSS GLABAL 全局属性3: CSS分模块属性,(先写默认样式和设计图相差最大的部分,先大块布局,后细致调整) <style>/*C ...
- JQuery简单实现图片轮播效果
很多页面都需要用到界面轮播,但是用原生js相对来说比较复杂,用jQuery实现效果比较迅速,写个简单的demo 1.首先在HTML页面要放置轮播图案位置插入div,这里写了轮播图片数量为3张,所以定义 ...
- 没有找到iertutil.dll怎么办?快速解决iertutil.dll丢失
iertutil.dll 是存放在 C:\Windows\System32 目录下的一个动态链接库文件,它提供函数给其他程序所调用.iertutil.dll 能够实现接到互联网,纪录输入,监控应用程序 ...
- ASP.NET 文本编辑器使用(CKEditor)与上传图片
CKEditor是什么 CKEidtor是一个在线富文本编辑器,可以将让用户所见即所得的获得编辑在线文本,编辑器或自动将用户编辑的文字格式转换成html代码. 方法一.在ASP.NET工程中添加CKE ...
- css动态样式
一种 var style=document.createElement("style"); style.type="text/css"; style.appen ...
- c#0银行存款计算器
简介: 为银行存款客户提供一个超级计算器,简单直观操作界面,提供一个银行本意到期金额结算查询程序,方便用户选择存款方式. 功能截图: 实验步骤:利用工具栏建造窗体设计如图: 1.建立2个GroupBo ...
- QT学习篇: 入门(二)
库存订单界面: (1)包括序号.订单代码.订单名称.产品代码.产品类型.计划加工数量.最晚完工日期. (2)model增加临时map,用于存储库存订单. (3)后台计算完成后,会将库存订单推送给前台, ...
- google protocol buffer -2-.proto 定义规则
essage为主要关键字,类似于java中的class.定义简单message类型 SearchRequest.proto定义了每个查询请求的消息格式,每个请求都会有查询关键词query,查询结果的页 ...
- Oracle 11g安装攻略
Oracle 11g安装攻略 本攻略是以Win7-32位系统中安装Oracle 11g为示例,安装前大家需要确认以下几点: 你的内存足够大且没有问题,因为Oracle非常吃内存. 你的系统已经激活. ...
- linux笔记2.21
命令dmesg显示本次内核启动信息 init是系统运行的第一个进程 Linux运行级别: 0 关机 1 单用户模式 2 不带网络的多用户模式 3 命令行多用户模式 4 未使用 5 ...