StyO: Stylize Your Face in Only One-Shot

Abstract

This paper focuses on face stylization with a single artistic target. Existing works for this task often fail to retain the source content while achieving geometry variation. Here, we present a novel StyO model, i.e., Stylize the face in only One-shot, to solve the above problem. In particular, StyO exploits a disentanglement and recombination strategy. It first disentangles the content and style of source and target images into identifiers, which are then recombined in a cross manner to derive the stylized face image. In this way, StyO decomposes complex images into independent and specific attributes, and simplifies one-shot face stylization as the combination of different attributes from input images, thus producing results better matching face geometry of target image and content of source one. StyO is implemented with latent diffusion models (LDM) and composed of two key modules: 1) Identifier Disentanglement Learner (IDL) for disentanglement phase. It represents identifiers as contrastive text prompts, i.e. positive and negative descriptions. And it introduces a novel triple reconstruction loss to fine-tune the pre-trained LDM for encoding style and content into corresponding identifiers; 2) Fine-graind Content Controller (FCC) for recombination phase. It recombines disentangled identifiers from IDL to form an augmented text prompt for generating stylized faces. In addition, FCC also constrains the cross-attention maps of latent and text features to preserve source face details in results. The extensive evaluation shows that StyO produces high-quality images on numerous paintings of various styles and outperforms the current state-of-the-art.

Cite

Text

Li et al. "StyO: Stylize Your Face in Only One-Shot." AAAI Conference on Artificial Intelligence, 2025. doi:10.1609/AAAI.V39I5.32488

Markdown

[Li et al. "StyO: Stylize Your Face in Only One-Shot." AAAI Conference on Artificial Intelligence, 2025.](https://mlanthology.org/aaai/2025/li2025aaai-styo/) doi:10.1609/AAAI.V39I5.32488

BibTeX

@inproceedings{li2025aaai-styo,
  title     = {{StyO: Stylize Your Face in Only One-Shot}},
  author    = {Li, Bonan and Zhang, Zicheng and Nie, Xuecheng and Han, Congying and Hu, Yinhan and Qiu, Xinmin and Guo, Tiande},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2025},
  pages     = {4625-4633},
  doi       = {10.1609/AAAI.V39I5.32488},
  url       = {https://mlanthology.org/aaai/2025/li2025aaai-styo/}
}