paper-with-me

Papers

StyleAdapter: A Unified Stylized Image Generation Model

2023-09-04 · Zhouxia Wang, Xintao Wang, Liangbin Xie, Zhongang Qi, Ying Shan, Wenping Wang, Ping Luo

This work focuses on generating high-quality images with specific style of reference images and content of provided textual descriptions. Current leading algorithms, i.e., DreamBooth and LoRA, require fine-tuning for each style, leading to time-consuming and computationally expensive processes. In this work, we propose StyleAdapter, a unified stylized image generation model capable of producing a variety of stylized images that match both the content of a given prompt and the style of reference images, without the need for per-style fine-tuning. It introduces a two-path cross-attention (TPCA) module to separately process style information and textual prompt, which cooperate with a semantic suppressing vision model (SSVM) to suppress the semantic content of style images. In this way, it can ensure that the prompt maintains control over the content of the generated images, while also mitigating the negative impact of semantic information in style references. This results in the content of the generated image adhering to the prompt, and its style aligning with the style references. Besides, our StyleAdapter can be integrated with existing controllable synthesis methods, such as T2I-adapter and ControlNet, to attain a more controllable and stable generation process. Extensive experiments demonstrate the superiority of our method over previous works.

📄 PDF Abstract BibTeX arXiv:2309.01770

Code (0)

등록된 구현이 없습니다.

Tasks

Image Generationmodel

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…

Similar Papers 제목 키워드 기반

UnMA-CapSumT: Unified and Multi-Head Attention-driven Caption Summarization Transformer

2024-12-16 · Dhruv Sharma, Chhavi Dhiman, Dinesh Kumar

Image captioning is the generation of natural language descriptions of images which have increased immense popularity in the recent past. With this different deep-learning techniques are devised for the development of fa…

Image Captioning

CSGO: Content-Style Composition in Text-to-Image Generation

2024-08-29 · Peng Xing, Haofan Wang, Yanpeng Sun, Qixun Wang 외

The diffusion model has shown exceptional capabilities in controlled image generation, which has further fueled interest in image style transfer. Existing works mainly focus on training free-based methods (e.g., image in…

Image GenerationStyle TransferText to Image GenerationText-to-Image Generation

BlendGAN: Implicitly GAN Blending for Arbitrary Stylized Face Generation

2021-10-22 · NeurIPS 2021 12 · Mingcong Liu, Qiang Li, Zekui Qin, Guoxin Zhang 외

Generative Adversarial Networks (GANs) have made a dramatic leap in high-fidelity image synthesis and stylized face generation. Recently, a layer-swapping mechanism has been developed to improve the stylization performan…

DiversityFace GenerationImage Generation

StableGarment: Garment-Centric Generation via Stable Diffusion

2024-03-16 · Rui Wang, Hailong Guo, Jiaming Liu, Huaxia Li 외

In this paper, we introduce StableGarment, a unified framework to tackle garment-centric(GC) generation tasks, including GC text-to-image, controllable GC text-to-image, stylized GC text-to-image, and robust virtual try-…

DenoisingImage GenerationVirtual Try-on

PaintFlow: A Unified Framework for Interactive Oil Paintings Editing and Generation

2025-12-09 · Zhangli Hu, Ye Chen, Jiajun Yao, Bingbing Ni arxiv

Oil painting, as a high-level medium that blends human abstract thinking with artistic expression, poses substantial challenges for digital generation and editing due to its intricate brushstroke dynamics and stylized ch…

Style Transfer