中文
相关论文

相关论文: FoxNet: A Multi-face Alignment Method

200 篇论文

Facial landmarks are highly correlated with each other since a certain landmark can be estimated by its neighboring landmarks. Most of the existing deep learning methods only use one fully-connected layer called shape prediction layer to…

计算机视觉与模式识别 · 计算机科学 2019-04-26 Zhiwen Shao , Hengliang Zhu , Xin Tan , Yangyang Hao , Lizhuang Ma

We present an algorithm for simultaneous face detection, landmarks localization, pose estimation and gender recognition using deep convolutional neural networks (CNN). The proposed method called, HyperFace, fuses the intermediate layers of…

计算机视觉与模式识别 · 计算机科学 2017-12-07 Rajeev Ranjan , Vishal M. Patel , Rama Chellappa

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 prints, can be…

计算机视觉与模式识别 · 计算机科学 2022-10-18 Aline Sindel , Andreas Maier , Vincent Christlein

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 facial landmarks in…

计算机视觉与模式识别 · 计算机科学 2023-08-28 Jaehyun So , Youngjoon Han

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 first time, we aim at…

计算机视觉与模式识别 · 计算机科学 2017-09-06 Yaojie Liu , Amin Jourabloo , William Ren , Xiaoming Liu

A face model is a mathematical representation of the distinct features of a human face. Traditionally, face models were built using a set of fiducial points or landmarks, each point ideally located on a facial feature, i.e., corner of the…

计算机视觉与模式识别 · 计算机科学 2023-11-07 Jagmohan Meher , Hector Allende-Cid , Torbjörn E. M. Nordling

The de facto algorithm for facial landmark estimation involves running a face detector with a subsequent deformable model fitting on the bounding box. This encompasses two basic problems: i) the detection and deformable fitting steps are…

计算机视觉与模式识别 · 计算机科学 2017-08-22 Jiankang Deng , George Trigeorgis , Yuxiang Zhou , Stefanos Zafeiriou

Face alignment aims to estimate the locations of a set of landmarks for a given image. This problem has received much attention as evidenced by the recent advancement in both the methodology and performance. However, most of the existing…

计算机视觉与模式识别 · 计算机科学 2015-06-12 Amin Jourabloo , Xiaoming Liu

Accurate face landmark localization is an essential part of face recognition, reconstruction and morphing. To accurately localize face landmarks, we present our heatmap regression approach. Each model consists of a MobileNetV2 backbone…

计算机视觉与模式识别 · 计算机科学 2021-03-09 Samuel W. F. Earp , Aubin Samacoits , Sanjana Jain , Pavit Noinongyao , Siwa Boonpunmongkol

Accurate face detection and facial landmark localization are crucial to any face recognition system. We present a series of three single-stage RCNNs with different sized backbones (MobileNetV2-25, MobileNetV2-100, and ResNet101) and a…

计算机视觉与模式识别 · 计算机科学 2019-12-19 Samuel W. F. Earp , Pavit Noinongyao , Justin A. Cairns , Ankush Ganguly

Recently, it was shown that excellent results can be achieved in both face landmark localization and pose-invariant face recognition. These breakthroughs are attributed to the efforts of the community to manually annotate facial images in…

计算机视觉与模式识别 · 计算机科学 2015-02-04 Christos Sagonas , Yannis Panagakis , Stefanos Zafeiriou , Maja Pantic

Currently in the domain of facial analysis single task approaches for face detection and landmark localization dominate. In this paper we draw attention to multi-task models solving both tasks simultaneously. We present a highly accurate…

计算机视觉与模式识别 · 计算机科学 2020-05-20 Dmitry Yashunin , Tamir Baydasov , Roman Vlasov

In this paper, we present MultiPoseNet, a novel bottom-up multi-person pose estimation architecture that combines a multi-task model with a novel assignment method. MultiPoseNet can jointly handle person detection, keypoint detection,…

计算机视觉与模式识别 · 计算机科学 2018-07-12 Muhammed Kocabas , Salih Karagoz , Emre Akbas

In this study, we show that landmark detection or face alignment task is not a single and independent problem. Instead, its robustness can be greatly improved with auxiliary information. Specifically, we jointly optimize landmark detection…

计算机视觉与模式识别 · 计算机科学 2016-11-15 Zhanpeng Zhang , Ping Luo , Chen Change Loy , Xiaoou Tang

Facial alignment involves finding a set of landmark points on an image with a known semantic meaning. However, this semantic meaning of landmark points is often lost in 2D approaches where landmarks are either moved to visible boundaries or…

计算机视觉与模式识别 · 计算机科学 2017-09-11 Chandrasekhar Bhagavatula , Chenchen Zhu , Khoa Luu , Marios Savvides

Face detection and alignment in unconstrained environment are challenging due to various poses, illuminations and occlusions. Recent studies show that deep learning approaches can achieve impressive performance on these two tasks. In this…

计算机视觉与模式识别 · 计算机科学 2016-09-21 Kaipeng Zhang , Zhanpeng Zhang , Zhifeng Li , Yu Qiao

Face detection and alignment in unconstrained environment is always deployed on edge devices which have limited memory storage and low computing power. This paper proposes a one-stage method named CenterFace to simultaneously predict facial…

计算机视觉与模式识别 · 计算机科学 2019-11-12 Yuanyuan Xu , Wan Yan , Haixin Sun , Genke Yang , Jiliang Luo

Facial landmark localization aims to detect the predefined points of human faces, and the topic has been rapidly improved with the recent development of neural network based methods. However, it remains a challenging task when dealing with…

计算机视觉与模式识别 · 计算机科学 2021-02-09 Zixuan Xu , Banghuai Li , Miao Geng , Ye Yuan

A standard pipeline of current face recognition frameworks consists of four individual steps: locating a face with a rough bounding box and several fiducial landmarks, aligning the face image using a pre-defined template, extracting…

计算机视觉与模式识别 · 计算机科学 2021-03-18 Xiaqing Xu , Qiang Meng , Yunxiao Qin , Jianzhu Guo , Chenxu Zhao , Feng Zhou , Zhen Lei

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…

计算机视觉与模式识别 · 计算机科学 2023-09-22 Qingtian Wu , Liming Zhang
‹ 上一页 1 2 3 10 下一页 ›