CVSep 21, 2023

A Real-Time Multi-Task Learning System for Joint Detection of Face, Facial Landmark and Head Pose

arXiv:2309.11773v15 citationsh-index: 20
Originality Synthesis-oriented
AI Analysis

This work addresses a domain-specific problem for facial analysis applications, offering an incremental improvement by extending YOLOv8 with optimizations.

The paper tackled the challenge of extreme head postures in facial analysis by proposing a real-time multi-task system for joint detection of faces, facial landmarks, and head poses, achieving real-time performance on datasets like 300W-LP and AFLW2000-3D.

Extreme head postures pose a common challenge across a spectrum of facial analysis tasks, including face detection, facial landmark detection (FLD), and head pose estimation (HPE). These tasks are interdependent, where accurate FLD relies on robust face detection, and HPE is intricately associated with these key points. This paper focuses on the integration of these tasks, particularly when addressing the complexities posed by large-angle face poses. The primary contribution of this study is the proposal of a real-time multi-task detection system capable of simultaneously performing joint detection of faces, facial landmarks, and head poses. This system builds upon the widely adopted YOLOv8 detection framework. It extends the original object detection head by incorporating additional landmark regression head, enabling efficient localization of crucial facial landmarks. Furthermore, we conduct optimizations and enhancements on various modules within the original YOLOv8 framework. To validate the effectiveness and real-time performance of our proposed model, we conduct extensive experiments on 300W-LP and AFLW2000-3D datasets. The results obtained verify the capability of our model to tackle large-angle face pose challenges while delivering real-time performance across these interconnected tasks.

Foundations

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

Your Notes