CVMay 1, 2018

Robust Face Recognition with Deeply Normalized Depth Images

arXiv:1805.00406v18 citations
Originality Incremental advance
AI Analysis

This addresses face recognition challenges in biometrics or security applications, but appears incremental as it builds on existing depth-based methods with normalization improvements.

The paper tackles the problem of noisy depth values and varying poses/expressions in depth-image-based face recognition by proposing a method that normalizes facial depth images to frontal pose and neutral expression and extracts robust features, with preliminary evaluation showing superiority in recognizing faces of arbitrary poses and expressions.

Depth information has been proven useful for face recognition. However, existing depth-image-based face recognition methods still suffer from noisy depth values and varying poses and expressions. In this paper, we propose a novel method for normalizing facial depth images to frontal pose and neutral expression and extracting robust features from the normalized depth images. The method is implemented via two deep convolutional neural networks (DCNN), normalization network ($Net_{N}$) and feature extraction network ($Net_{F}$). Given a facial depth image, $Net_{N}$ first converts it to an HHA image, from which the 3D face is reconstructed via a DCNN. $Net_{N}$ then generates a pose-and-expression normalized (PEN) depth image from the reconstructed 3D face. The PEN depth image is finally passed to $Net_{F}$, which extracts a robust feature representation via another DCNN for face recognition. Our preliminary evaluation results demonstrate the superiority of the proposed method in recognizing faces of arbitrary poses and expressions with depth images.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes