paper-with-me

홈 › Papers

Face Parsing with RoI Tanh-Warping

2019-06-04 · CVPR 2019 6 · Jinpeng Lin, Hao Yang, Dong Chen, Ming Zeng, Fang Wen, Lu Yuan

Face parsing computes pixel-wise label maps for different semantic components (e.g., hair, mouth, eyes) from face images. Existing face parsing literature have illustrated significant advantages by focusing on individual regions of interest (RoIs) for faces and facial components. However, the traditional crop-and-resize focusing mechanism ignores all contextual area outside the RoIs, and thus is not suitable when the component area is unpredictable, e.g. hair. Inspired by the physiological vision system of human, we propose a novel RoI Tanh-warping operator that combines the central vision and the peripheral vision together. It addresses the dilemma between a limited sized RoI for focusing and an unpredictable area of surrounding context for peripheral information. To this end, we propose a novel hybrid convolutional neural network for face parsing. It uses hierarchical local based method for inner facial components and global methods for outer facial components. The whole framework is simple and principled, and can be trained end-to-end. To facilitate future research of face parsing, we also manually relabel the training data of the HELEN dataset and will make it public. Experiments on both HELEN and LFW-PL benchmarks demonstrate that our method surpasses state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:1906.01342

Code (2)

aod321/Face-parsing-via-tanh-warping pytorch
sicxu/Deep3dPortrait tf

Tasks

Face Parsing

Similar Papers 제목 키워드 기반

Occlusion-Aware Deep Convolutional Neural Network via Homogeneous Tanh-transforms for Face Parsing

2023-08-29 · Jianhua Qiua, Weihua Liu, Chaochao Lin, Jiaojiao Li 외

Face parsing infers a pixel-wise label map for each semantic facial component. Previous methods generally work well for uncovered faces, however, they overlook facial occlusion and ignore some contextual areas outside a …

Face Parsing

RoI Tanh-polar Transformer Network for Face Parsing in the Wild

2021-02-04 · Yiming Lin, Jie Shen, Yujiang Wang, Maja Pantic

Face parsing aims to predict pixel-wise labels for facial components of a target face in an image. Existing approaches usually crop the target face from the input image with respect to a bounding box calculated during pr…

Face Parsing

A Novel Garment Transfer Method Supervised by Distilled Knowledge of Virtual Try-on Model

2024-01-23 · Naiyu Fang, Lemiao Qiu, Shuyou Zhang, Zili Wang 외

This paper proposes a novel garment transfer method supervised with knowledge distillation from virtual try-on. Our method first reasons the transfer parsing to provide shape prior to downstream tasks. We employ a multi-…

DisentanglementKnowledge DistillationPose TransferSelf-Supervised Learning+1

PG-VTON: A Novel Image-Based Virtual Try-On Method via Progressive Inference Paradigm

2023-04-18 · Naiyu Fang, Lemiao Qiu, Shuyou Zhang, Zili Wang 외

Virtual try-on is a promising computer vision topic with a high commercial value wherein a new garment is visually worn on a person with a photo-realistic effect. Previous studies conduct their shape and content inferenc…

Virtual Try-on

PLU: The Piecewise Linear Unit Activation Function

2018-09-03 · Andrei Nicolae

Successive linear transforms followed by nonlinear "activation" functions can approximate nonlinear functions to arbitrary precision given sufficient layers. The number of necessary layers is dependent on, in part, by th…