paper-with-me

Papers

Portrait Diffusion: Training-free Face Stylization with Chain-of-Painting

2023-12-03 · Jin Liu, Huaibo Huang, Chao Jin, Ran He

Face stylization refers to the transformation of a face into a specific portrait style. However, current methods require the use of example-based adaptation approaches to fine-tune pre-trained generative models so that they demand lots of time and storage space and fail to achieve detailed style transformation. This paper proposes a training-free face stylization framework, named Portrait Diffusion. This framework leverages off-the-shelf text-to-image diffusion models, eliminating the need for fine-tuning specific examples. Specifically, the content and style images are first inverted into latent codes. Then, during image reconstruction using the corresponding latent code, the content and style features in the attention space are delicately blended through a modified self-attention operation called Style Attention Control. Additionally, a Chain-of-Painting method is proposed for the gradual redrawing of unsatisfactory areas from rough adjustments to fine-tuning. Extensive experiments validate the effectiveness of our Portrait Diffusion method and demonstrate the superiority of Chain-of-Painting in achieving precise face stylization. Code will be released at \url{https://github.com/liujin112/PortraitDiffusion}.

📄 PDF Abstract BibTeX arXiv:2312.02212

Code (1)

liujin112/portraitdiffusion 공식 구현 pytorch

Tasks

Image Reconstruction

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…

Similar Papers 제목 키워드 기반

WebtoonMe: A Data-Centric Approach for Full-Body Portrait Stylization

2022-10-19 · Jihye Back, Seungkwon Kim, Namhyuk Ahn

Full-body portrait stylization, which aims to translate portrait photography into a cartoon style, has drawn attention recently. However, most methods have focused only on converting face regions, restraining the feasibi…

ZePo: Zero-Shot Portrait Stylization with Faster Sampling

2024-08-10 · Jin Liu, Huaibo Huang, Jie Cao, Ran He

Diffusion-based text-to-image generation models have significantly advanced the field of art content synthesis. However, current portrait stylization methods generally require either model fine-tuning based on examples o…

Image GenerationText to Image GenerationText-to-Image Generation

A Framework for Portrait Stylization with Skin-Tone Awareness and Nudity Identification

2024-03-21 · Seungkwon Kim, Sangyeon Kim, Seung-Hun Nam

Portrait stylization is a challenging task involving the transformation of an input portrait image into a specific style while preserving its inherent characteristics. The recent introduction of Stable Diffusion (SD) has…

AgileGAN3D: Few-Shot 3D Portrait Stylization by Augmented Transfer Learning

2023-03-24 · Guoxian Song, Hongyi Xu, Jing Liu, Tiancheng Zhi 외

While substantial progresses have been made in automated 2D portrait stylization, admirable 3D portrait stylization from a single user photo remains to be an unresolved challenge. One primary obstacle here is the lack of…

Transfer Learning

MagicStyle: Portrait Stylization Based on Reference Image

2024-09-12 · Zhaoli Deng, Kaibin Zhou, Fanyi Wang, Zhenpeng Mi

The development of diffusion models has significantly advanced the research on image stylization, particularly in the area of stylizing a content image based on a given style image, which has attracted many scholars. The…

DenoisingImage Stylization