Face Parsing via a Fully-Convolutional Continuous CRF Neural Network
Lei Zhou, Zhi Liu, Xiangjian He

TL;DR
This paper introduces a fully convolutional neural network architecture with integrated continuous CRF for face parsing, achieving high accuracy and spatial consistency without region-based subnetworks.
Contribution
The novel FC-CNN framework combines unary, pairwise, and continuous CRF subnetworks into a unified, fully convolutional model for improved face parsing accuracy.
Findings
Outperforms state-of-the-art methods on LFW-PL and HELEN datasets.
Achieves high segmentation accuracy with spatial consistency.
Efficiently captures semantic and edge information across layers.
Abstract
In this work, we address the face parsing task with a Fully-Convolutional continuous CRF Neural Network (FC-CNN) architecture. In contrast to previous face parsing methods that apply region-based subnetwork hundreds of times, our FC-CNN is fully convolutional with high segmentation accuracy. To achieve this goal, FC-CNN integrates three subnetworks, a unary network, a pairwise network and a continuous Conditional Random Field (C-CRF) network into a unified framework. The high-level semantic information and low-level details across different convolutional layers are captured by the convolutional and deconvolutional structures in the unary network. The semantic edge context is learnt by the pairwise network branch to construct pixel-wise affinity. Based on a differentiable superpixel pooling layer and a differentiable C-CRF layer, the unary network and pairwise network are combined via a…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsFace recognition and analysis · Biometric Identification and Security · Face and Expression Recognition
MethodsConditional Random Field
