paper-with-me

Papers

Adaptive Wing Loss for Robust Face Alignment via Heatmap Regression

2019-04-16 · ICCV 2019 10 · Xinyao Wang, Liefeng Bo, Li Fuxin

Heatmap regression with a deep network has become one of the mainstream approaches to localize facial landmarks. However, the loss function for heatmap regression is rarely studied. In this paper, we analyze the ideal loss function properties for heatmap regression in face alignment problems. Then we propose a novel loss function, named Adaptive Wing loss, that is able to adapt its shape to different types of ground truth heatmap pixels. This adaptability penalizes loss more on foreground pixels while less on background pixels. To address the imbalance between foreground and background pixels, we also propose Weighted Loss Map, which assigns high weights on foreground and difficult background pixels to help training process focus more on pixels that are crucial to landmark localization. To further improve face alignment accuracy, we introduce boundary prediction and CoordConv with boundary coordinates. Extensive experiments on different benchmarks, including COFW, 300W and WFLW, show our approach outperforms the state-of-the-art by a significant margin on various evaluation metrics. Besides, the Adaptive Wing loss also helps other heatmap regression tasks. Code will be made publicly available at https://github.com/protossw512/AdaptiveWingLoss.

📄 PDF Abstract BibTeX arXiv:1904.07399

Code (7)

protossw512/AdaptiveWingLoss 공식 구현 pytorch
SeungyounShin/Adaptive-Wing-Loss-for-Robust-Face-Alignment-via-Heatmap-Regression pytorch
affromero/SMILE pytorch
emilianavt/OpenSeeFace tf
mikgur/MADE_CV_1000_facial_landmarks pytorch
ttruty/facial-feature-mouse-control pytorch
zs7779/FAN_AdaptiveWingLoss pytorch

Tasks

Face AlignmentregressionRobust Face Alignment

Methods 이 논문이 사용한 방법론

Heatmap 설명 없음
CoordConv A CoordConv layer is a simple extension to the standard convolutional layer. It has the same functional signature as a convolutional layer, but accomplishes the mapping by…

Similar Papers 제목 키워드 기반

PropagationNet: Propagate Points to Curve to Learn Structure Information

2020-06-25 · CVPR 2020 6 · Xiehe Huang, Weihong Deng, Haifeng Shen, Xiubao Zhang 외

Deep learning technique has dramatically boosted the performance of face alignment algorithms. However, due to large variability and lack of samples, the alignment problem in unconstrained situations, \emph{e.g}\onedot l…

Face Alignment

ACR Loss: Adaptive Coordinate-based Regression Loss for Face Alignment

2022-03-29 · Ali Pourramezan Fard, Mohammad H. Mahoor

Although deep neural networks have achieved reasonable accuracy in solving face alignment, it is still a challenging task, specifically when we deal with facial images, under occlusion, or extreme head poses. Heatmap-bas…

Face AlignmentFacial Landmark Detectionregression

Towards Highly Accurate and Stable Face Alignment for High-Resolution Videos

2018-11-01 · Ying Tai, Yicong Liang, Xiaoming Liu, Lei Duan 외

In recent years, heatmap regression based models have shown their effectiveness in face alignment and pose estimation. However, Conventional Heatmap Regression (CHR) is not accurate nor stable when dealing with high-reso…

Face AlignmentPose EstimationQuantizationregression+1

Robust Face Alignment by Multi-order High-precision Hourglass Network

2020-10-17 · Jun Wan, Zhihui Lai, Jun Liu, Jie zhou 외

Heatmap regression (HR) has become one of the mainstream approaches for face alignment and has obtained promising results under constrained environments. However, when a face image suffers from large pose variations, hea…

Face AlignmentregressionRobust Face AlignmentVocal Bursts Intensity Prediction

HIH: Towards More Accurate Face Alignment via Heatmap in Heatmap

2021-04-07 · Xing Lan, Qinghao Hu, Qiang Chen, Jian Xue 외

Heatmap-based regression overcomes the lack of spatial and contextual information of direct coordinate regression, and has revolutionized the task of face alignment. Yet it suffers from quantization errors caused by negl…

Face Alignmentregression