paper-with-me

Papers

Facial Landmark Points Detection Using Knowledge Distillation-Based Neural Networks

2021-11-13 · Ali Pourramezan Fard, Mohammad H. Mahoor

Facial landmark detection is a vital step for numerous facial image analysis applications. Although some deep learning-based methods have achieved good performances in this task, they are often not suitable for running on mobile devices. Such methods rely on networks with many parameters, which makes the training and inference time-consuming. Training lightweight neural networks such as MobileNets are often challenging, and the models might have low accuracy. Inspired by knowledge distillation (KD), this paper presents a novel loss function to train a lightweight Student network (e.g., MobileNetV2) for facial landmark detection. We use two Teacher networks, a Tolerant-Teacher and a Tough-Teacher in conjunction with the Student network. The Tolerant-Teacher is trained using Soft-landmarks created by active shape models, while the Tough-Teacher is trained using the ground truth (aka Hard-landmarks) landmark points. To utilize the facial landmark points predicted by the Teacher networks, we define an Assistive Loss (ALoss) for each Teacher network. Moreover, we define a loss function called KD-Loss that utilizes the facial landmark points predicted by the two pre-trained Teacher networks (EfficientNet-b3) to guide the lightweight Student network towards predicting the Hard-landmarks. Our experimental results on three challenging facial datasets show that the proposed architecture will result in a better-trained Student network that can extract facial landmark points with high accuracy.

📄 PDF Abstract BibTeX arXiv:2111.07047

Code (1)

aliprf/kd-loss 공식 구현 tf

Tasks

Face AlignmentFacial Landmark DetectionKnowledge Distillation

Methods 이 논문이 사용한 방법론

Pointwise Convolution Pointwise Convolution is a type of convolution that uses a 1x1 kernel: a kernel that iterates through every single point. This…
Depthwise Convolution Depthwise Convolution is a type of convolution where we apply a single convolutional filter for each input channel. In the regular 2D…
Depthwise Separable Convolution While standard convolution performs the channelwise and spatial-wise computation in one step, Depthwise Separable Convolution
Batch Normalization 설명 없음
Inverted Residual Block 설명 없음
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…
Average Pooling 설명 없음
Tether Customer Service Number +1-833-534-1729 설명 없음

Similar Papers 제목 키워드 기반

Improving Facial Landmark Detection Accuracy and Efficiency with Knowledge Distillation

2024-04-09 · Zong-Wei Hong, Yu-Chen Lin

The domain of computer vision has experienced significant advancements in facial-landmark detection, becoming increasingly essential across various applications such as augmented reality, facial recognition, and emotion …

Emotion RecognitionFacial Landmark DetectionKnowledge Distillationobject-detection+2

Deep Structured Prediction for Facial Landmark Detection

2020-10-18 · NeurIPS 2019 12 · Lisha Chen, Hui Su, Qiang Ji

Existing deep learning based facial landmark detection methods have achieved excellent performance. These methods, however, do not explicitly embed the structural dependencies among landmark points. They hence cannot pre…

Face AlignmentFacial Landmark DetectionPredictionStructured Prediction

3D Face Alignment Through Fusion of Head Pose Information and Features

2023-08-25 · Jaehyun So, Youngjoon Han

The ability of humans to infer head poses from face shapes, and vice versa, indicates a strong correlation between the two. Accordingly, recent studies on face alignment have employed head pose information to predict fac…

3D Face AlignmentFace AlignmentKnowledge DistillationRobust Face Alignment

ArtFacePoints: High-resolution Facial Landmark Detection in Paintings and Prints

2022-10-17 · Aline Sindel, Andreas Maier, Vincent Christlein

Facial landmark detection plays an important role for the similarity analysis in artworks to compare portraits of the same or similar artists. With facial landmarks, portraits of different genres, such as paintings and p…

Facial Landmark DetectionImage RegistrationStyle TransferVocal Bursts Intensity Prediction

Dense Face Alignment

2017-09-05 · Yaojie Liu, Amin Jourabloo, William Ren, Xiaoming Liu

Face alignment is a classic problem in the computer vision field. Previous works mostly focus on sparse alignment with a limited number of facial landmark points, i.e., facial landmark detection. In this paper, for the f…

3D Face ReconstructionFace AlignmentFacial Landmark Detection