paper-with-me

홈 › Papers

SSAT: A Symmetric Semantic-Aware Transformer Network for Makeup Transfer and Removal

2021-12-07 · Zhaoyang Sun, Yaxiong Chen, Shengwu Xiong

Makeup transfer is not only to extract the makeup style of the reference image, but also to render the makeup style to the semantic corresponding position of the target image. However, most existing methods focus on the former and ignore the latter, resulting in a failure to achieve desired results. To solve the above problems, we propose a unified Symmetric Semantic-Aware Transformer (SSAT) network, which incorporates semantic correspondence learning to realize makeup transfer and removal simultaneously. In SSAT, a novel Symmetric Semantic Corresponding Feature Transfer (SSCFT) module and a weakly supervised semantic loss are proposed to model and facilitate the establishment of accurate semantic correspondence. In the generation process, the extracted makeup features are spatially distorted by SSCFT to achieve semantic alignment with the target image, then the distorted makeup features are combined with unmodified makeup irrelevant features to produce the final result. Experiments show that our method obtains more visually accurate makeup transfer results, and user study in comparison with other state-of-the-art makeup transfer methods reflects the superiority of our method. Besides, we verify the robustness of the proposed method in the difference of expression and pose, object occlusion scenes, and extend it to video makeup transfer. Code will be available at https://gitee.com/sunzhaoyang0304/ssat-msp.

📄 PDF Abstract BibTeX arXiv:2112.03631

Code (2)

snowfallingplum/csd-mt pytorch
snowfallingplum/shmt pytorch

Tasks

Semantic correspondence

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Position-Wise Feed-Forward Layer 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

BeautyREC: Robust, Efficient, and Content-preserving Makeup Transfer

2022-12-12 · Qixin Yan, Chunle Guo, Jixin Zhao, Yuekun Dai 외

In this work, we propose a Robust, Efficient, and Component-specific makeup transfer method (abbreviated as BeautyREC). A unique departure from prior methods that leverage global attention, simply concatenate features, o…

SOGAN: 3D-Aware Shadow and Occlusion Robust GAN for Makeup Transfer

2021-04-21 · Yueming Lyu, Jing Dong, Bo Peng, Wei Wang 외

In recent years, virtual makeup applications have become more and more popular. However, it is still challenging to propose a robust makeup transfer method in the real-world environment. Current makeup transfer methods m…

Face ModelFacial Makeup Transfer

3D-Aware Adversarial Makeup Generation for Facial Privacy Protection

2023-06-26 · Yueming Lyu, Yue Jiang, Ziwen He, Bo Peng 외

The privacy and security of face data on social media are facing unprecedented challenges as it is vulnerable to unauthorized access and identification. A common practice for solving this problem is to modify the origina…

Face RecognitionFace Verification

Cosmetic-Aware Makeup Cleanser

2020-04-20 · Yi Li, Huaibo Huang, Junchi Yu, Ran He 외

Face verification aims at determining whether a pair of face images belongs to the same identity. Recent studies have revealed the negative impact of facial makeup on the verification performance. With the rapid developm…

Face ParsingFace VerificationImage Generation

PairedCycleGAN: Asymmetric Style Transfer for Applying and Removing Makeup

2018-06-01 · CVPR 2018 6 · Huiwen Chang, Jingwan Lu, Fisher Yu, Adam Finkelstein

This paper introduces an automatic method for editing a portrait photo so that the subject appears to be wearing makeup in the style of another person in a reference photo. Our unsupervised learning approach relies on a …

Style Transfer