paper-with-me

Papers

SHMT: Self-supervised Hierarchical Makeup Transfer via Latent Diffusion Models

2024-12-15 · Zhaoyang Sun, Shengwu Xiong, Yaxiong Chen, Fei Du, Weihua Chen, Fan Wang, Yi Rong

This paper studies the challenging task of makeup transfer, which aims to apply diverse makeup styles precisely and naturally to a given facial image. Due to the absence of paired data, current methods typically synthesize sub-optimal pseudo ground truths to guide the model training, resulting in low makeup fidelity. Additionally, different makeup styles generally have varying effects on the person face, but existing methods struggle to deal with this diversity. To address these issues, we propose a novel Self-supervised Hierarchical Makeup Transfer (SHMT) method via latent diffusion models. Following a "decoupling-and-reconstruction" paradigm, SHMT works in a self-supervised manner, freeing itself from the misguidance of imprecise pseudo-paired data. Furthermore, to accommodate a variety of makeup styles, hierarchical texture details are decomposed via a Laplacian pyramid and selectively introduced to the content representation. Finally, we design a novel Iterative Dual Alignment (IDA) module that dynamically adjusts the injection condition of the diffusion model, allowing the alignment errors caused by the domain gap between content and makeup representations to be corrected. Extensive quantitative and qualitative analyses demonstrate the effectiveness of our method. Our code is available at \url{https://github.com/Snowfallingplum/SHMT}.

📄 PDF Abstract BibTeX arXiv:2412.11058

Code (2)

snowfallingplum/shmt 공식 구현 pytorch
snowfallingplum/csd-mt pytorch

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
Laplacian Pyramid 설명 없음

Similar Papers 제목 키워드 기반

Diffusion-Based Makeup Transfer with Facial Region-Aware Makeup Features

2026-03-20 · Zheng Gao, Debin Meng, Yunqi Miao, Zhensong Zhang 외 arxiv

Current diffusion-based makeup transfer methods commonly use the makeup information encoded by off-the-shelf foundation models (e.g., CLIP) as condition to preserve the makeup style of reference image in the generation. …

Contrastive LearningImage Editing

MakeupMirror: Improving Facial Attribute Preservation in Diffusion Models for Makeup Transfer

2026-06-18 · Nefeli Andreou, Angel Martínez-González, Sabine Sternig, Matthieu Guillaumin 외 arxiv

Makeup transfer models enable fun augmented reality (AR) experiences as well as virtual try-on (VTO) for online makeup shopping. While recent state-of-the-art diffusion based solutions such as Stable-Makeup dramatically …

Virtual Try-on

CA-GAN: Weakly Supervised Color Aware GAN for Controllable Makeup Transfer

2020-08-24 · Robin Kips, Pietro Gori, Matthieu Perrot, Isabelle Bloch

While existing makeup style transfer models perform an image synthesis whose results cannot be explicitly controlled, the ability to modify makeup color continuously is a desirable property for virtual try-on application…

AttributeImage GenerationStyle TransferVirtual Try-on+1

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 …

Semantic correspondence

Content-Style Decoupling for Unsupervised Makeup Transfer without Generating Pseudo Ground Truth

2024-05-27 · CVPR 2024 1 · Zhaoyang Sun, Shengwu Xiong, Yaxiong Chen, Yi Rong

The absence of real targets to guide the model training is one of the main problems with the makeup transfer task. Most existing methods tackle this problem by synthesizing pseudo ground truths (PGTs). However, the gener…