paper-with-me

홈 › Papers

Soulstyler: Using Large Language Model to Guide Image Style Transfer for Target Object

2023-11-22 · JunHao Chen, Peng Rong, Jingbo Sun, Chao Li, Xiang Li, Hongwu Lv

Image style transfer occupies an important place in both computer graphics and computer vision. However, most current methods require reference to stylized images and cannot individually stylize specific objects. To overcome this limitation, we propose the "Soulstyler" framework, which allows users to guide the stylization of specific objects in an image through simple textual descriptions. We introduce a large language model to parse the text and identify stylization goals and specific styles. Combined with a CLIP-based semantic visual embedding encoder, the model understands and matches text and image content. We also introduce a novel localized text-image block matching loss that ensures that style transfer is performed only on specified target objects, while non-target regions remain in their original style. Experimental results demonstrate that our model is able to accurately perform style transfer on target objects according to textual descriptions without affecting the style of background regions. Our code will be available at https://github.com/yisuanwang/Soulstyler.

📄 PDF Abstract BibTeX arXiv:2311.13562

Code (1)

yisuanwang/soulstyler 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingLarge Language ModelStyle Transfer

Similar Papers 제목 키워드 기반

StylerDALLE: Language-Guided Style Transfer Using a Vector-Quantized Tokenizer of a Large-Scale Generative Model

2023-03-16 · ICCV 2023 1 · Zipeng Xu, Enver Sangineto, Nicu Sebe

Despite the progress made in the style transfer task, most previous work focus on transferring only relatively simple features like color or texture, while missing more abstract concepts such as overall art expression or…

Style Transfer

Using Prompts to Guide Large Language Models in Imitating a Real Person's Language Style

2024-10-04 · Ziyang Chen, Stylios Moscholios

Large language models (LLMs), such as GPT series and Llama series have demonstrated strong capabilities in natural language processing, contextual understanding, and text generation. In recent years, researchers are tryi…

Language ModellingLarge Language ModelText Generation

Multimodality-guided Image Style Transfer using Cross-modal GAN Inversion

2023-12-04 · Hanyu Wang, Pengxiang Wu, Kevin Dela Rosa, Chen Wang 외

Image Style Transfer (IST) is an interdisciplinary topic of computer vision and art that continuously attracts researchers' interests. Different from traditional Image-guided Image Style Transfer (IIST) methods that requ…

Style Transfer

CLIP3Dstyler: Language Guided 3D Arbitrary Neural Style Transfer

2023-05-25 · Ming Gao, Yanwu Xu, Yang Zhao, Tingbo Hou 외

In this paper, we propose a novel language-guided 3D arbitrary neural style transfer method (CLIP3Dstyler). We aim at stylizing any 3D scene with an arbitrary style from a text description, and synthesizing the novel sty…

Style Transfer

SpectralCLIP: Preventing Artifacts in Text-Guided Style Transfer from a Spectral Perspective

2023-03-16 · Zipeng Xu, Songlong Xing, Enver Sangineto, Nicu Sebe

Owing to the power of vision-language foundation models, e.g., CLIP, the area of image synthesis has seen recent important advances. Particularly, for style transfer, CLIP enables transferring more general and abstract s…

Image GenerationStyle Transfer