paper-with-me

Papers

Robust Facial Landmark Detection via a Fully-Convolutional Local-Global Context Network

2018-06-01 · CVPR 2018 6 · Daniel Merget, Matthias Rock, Gerhard Rigoll

While fully-convolutional neural networks are very strong at modeling local features, they fail to aggregate global context due to their constrained receptive field. Modern methods typically address the lack of global context by introducing cascades, pooling, or by fitting a statistical model. In this work, we propose a new approach that introduces global context into a fully-convolutional neural network directly. The key concept is an implicit kernel convolution within the network. The kernel convolution blurs the output of a local-context subnet, which is then refined by a global-context subnet using dilated convolutions. The kernel convolution is crucial for the convergence of the network because it smoothens the gradients and reduces overfitting. In a postprocessing step, a simple PCA-based 2D shape model is fitted to the network output in order to filter outliers. Our experiments demonstrate the effectiveness of our approach, outperforming several state-of-the-art methods in facial landmark detection.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Facial Landmark Detection

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Facial Landmark Machines: A Backbone-Branches Architecture with Progressive Representation Learning

2018-12-10 · Lingbo Liu, Guanbin Li, Yuan Xie, Yizhou Yu 외

Facial landmark localization plays a critical role in face recognition and analysis. In this paper, we propose a novel cascaded backbone-branches fully convolutional neural network~(BB-FCN) for rapidly and accurately loc…

Face AlignmentFace DetectionFace RecognitionRepresentation Learning

Convolutional Experts Constrained Local Model for Facial Landmark Detection

2016-11-26 · Amir Zadeh, Tadas Baltrušaitis, Louis-Philippe Morency

Constrained Local Models (CLMs) are a well-established family of methods for facial landmark detection. However, they have recently fallen out of favor to cascaded regression-based approaches. This is in part due to the …

Facial Landmark Detection

Robust Facial Landmark Detection by Cross-order Cross-semantic Deep Network

2020-11-16 · Jun Wan, Zhihui Lai, Linlin Shen, Jie zhou 외

Recently, convolutional neural networks (CNNs)-based facial landmark detection methods have achieved great success. However, most of existing CNN-based facial landmark detection methods have not attempted to activate mul…

Facial Landmark Detection

KeyPosS: Plug-and-Play Facial Landmark Detection through GPS-Inspired True-Range Multilateration

2023-05-25 · Xu Bao, Zhi-Qi Cheng, Jun-Yan He, Chenyang Li 외

Accurate facial landmark detection is critical for facial analysis tasks, yet prevailing heatmap and coordinate regression methods grapple with prohibitive computational costs and quantization errors. Through comprehensi…

BenchmarkingFace RecognitionFacial Landmark DetectionQuantization+1

Unconstrained Facial Landmark Localization with Backbone-Branches Fully-Convolutional Networks

2015-07-13 · Zhujin Liang, Shengyong Ding, Liang Lin

This paper investigates how to rapidly and accurately localize facial landmarks in unconstrained, cluttered environments rather than in the well segmented face images. We present a novel Backbone-Branches Fully-Convoluti…

Face Alignment