Wing Loss for Robust Facial Landmark Localisation with Convolutional Neural Networks
Zhen-Hua Feng, Josef Kittler, Muhammad Awais, Patrik Huber, Xiao-Jun, Wu

TL;DR
This paper introduces Wing loss, a novel loss function designed to improve facial landmark localization with CNNs by emphasizing small and medium errors, combined with a pose-based data balancing strategy, resulting in superior performance.
Contribution
The paper proposes Wing loss, a new piece-wise loss function, and a pose-based data balancing method to enhance CNN-based facial landmark localization accuracy.
Findings
Wing loss outperforms traditional loss functions like L2, L1, and smooth L1.
The pose-based data balancing improves robustness to out-of-plane head rotations.
The combined approach achieves state-of-the-art results on AFLW and 300W datasets.
Abstract
We present a new loss function, namely Wing loss, for robust facial landmark localisation with Convolutional Neural Networks (CNNs). We first compare and analyse different loss functions including L2, L1 and smooth L1. The analysis of these loss functions suggests that, for the training of a CNN-based localisation model, more attention should be paid to small and medium range errors. To this end, we design a piece-wise loss function. The new loss amplifies the impact of errors from the interval (-w, w) by switching from L1 loss to a modified logarithm function. To address the problem of under-representation of samples with large out-of-plane head rotations in the training set, we propose a simple but effective boosting strategy, referred to as pose-based data balancing. In particular, we deal with the data imbalance problem by duplicating the minority training samples and perturbing…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsFace recognition and analysis · Face and Expression Recognition · Speech and Audio Processing
