FantasyStyle: Controllable Stylized Distillation for 3D Gaussian Splatting
Yitong Yang, Yinglin Wang, Changshuo Wang, Huajie Wang, Shuting He
TL;DR
FantasyStyle tackles multi-view inconsistency and content leakage in 3D Gaussian Splatting style transfer by shifting from VGG-based guidance to diffusion-prior distillation. It introduces Multi-View Frequency Consistency to preserve high-frequency textures while stabilizing across views, and Controllable Stylized Distillation with negative guidance to suppress content leakage. By removing the reconstruction term and using discrete timesteps, it achieves sharper brushstroke isolation and faster optimization. Across diverse scenes and styles, it outperforms state-of-the-art 3DGS style-transfer methods in stylization quality and content preservation. This work enables diffusion-based 3D style transfer and facilitates extending 2D diffusion techniques to 3D content.
Abstract
The success of 3DGS in generative and editing applications has sparked growing interest in 3DGS-based style transfer. However, current methods still face two major challenges: (1) multi-view inconsistency often leads to style conflicts, resulting in appearance smoothing and distortion; and (2) heavy reliance on VGG features, which struggle to disentangle style and content from style images, often causing content leakage and excessive stylization. To tackle these issues, we introduce \textbf{FantasyStyle}, a 3DGS-based style transfer framework, and the first to rely entirely on diffusion model distillation. It comprises two key components: (1) \textbf{Multi-View Frequency Consistency}. We enhance cross-view consistency by applying a 3D filter to multi-view noisy latent, selectively reducing low-frequency components to mitigate stylized prior conflicts. (2) \textbf{Controllable Stylized Distillation}. To suppress content leakage from style images, we introduce negative guidance to exclude undesired content. In addition, we identify the limitations of Score Distillation Sampling and Delta Denoising Score in 3D style transfer and remove the reconstruction term accordingly. Building on these insights, we propose a controllable stylized distillation that leverages negative guidance to more effectively optimize the 3D Gaussians. Extensive experiments demonstrate that our method consistently outperforms state-of-the-art approaches, achieving higher stylization quality and visual realism across various scenes and styles. The code is available at https://github.com/yangyt46/FantasyStyle.
