PokeFusion Attention: Enhancing Reference-Free Style-Conditioned Generation
Jingbang Tang
TL;DR
This work targets reference-free style-conditioned character generation with diffusion models, where maintaining stable character geometry and consistent fine-grained style is challenging under text-only prompts. It introduces PokeFusion Attention, a lightweight decoder-level cross-attention mechanism that decouples text and learned style conditioning, training only the decoder attention and a compact style projection while keeping the backbone frozen. On a Pokemon-style dataset, it achieves higher style fidelity and semantic alignment than representative adapter-based baselines, without requiring reference images at inference and with a small parameter footprint. The method treats style as a distributional prior embedded in decoder attention, enabling portable, plug-and-play control across backbones and opening avenues for multi-style and broader-domain extensions.
Abstract
This paper studies reference-free style-conditioned character generation in text-to-image diffusion models, where high-quality synthesis requires both stable character structure and consistent, fine-grained style expression across diverse prompts. Existing approaches primarily rely on text-only prompting, which is often under-specified for visual style and tends to produce noticeable style drift and geometric inconsistency, or introduce reference-based adapters that depend on external images at inference time, increasing architectural complexity and limiting deployment flexibility.We propose PokeFusion Attention, a lightweight decoder-level cross-attention mechanism that fuses textual semantics with learned style embeddings directly inside the diffusion decoder. By decoupling text and style conditioning at the attention level, our method enables effective reference-free stylized generation while keeping the pretrained diffusion backbone fully frozen.PokeFusion Attention trains only decoder cross-attention layers together with a compact style projection module, resulting in a parameter-efficient and plug-and-play control component that can be easily integrated into existing diffusion pipelines and transferred across different backbones.Experiments on a stylized character generation benchmark (Pokemon-style) demonstrate that our method consistently improves style fidelity, semantic alignment, and character shape consistency compared with representative adapter-based baselines, while maintaining low parameter overhead and inference-time simplicity.
