ACM TOMM 2025

FAST: Flexibly Controllable Arbitrary Style Transfer via Latent Diffusion Models

Your content. Any style. Flexible control.

1Harbin Institute of Technology, Harbin, China 2BGI Research, Beijing, China 3ETH Zurich, Zürich, Switzerland 4AGI Lab, Beijing Institute of Mathematical Sciences and Applications, Beijing, China

Volume 21 · Issue 9 · Article 268 · September 2025

Hugging Face: checkpoints, pretrained models, and annotators. Baidu Netdisk: models, datasets, and the Linux environment. Access code: hcsc.

Earlier work: HiCAST on arXiv (2024).

Comparison of FAST stylization with depth, segmentation, edge, and combined control against previous methods.
One content image, multiple ways to stylize. FAST combines a style reference with depth, segmentation, and edge guidance. Figure 1 from the paper.
01 / OVERVIEW

Style transfer, with finer control.

Arbitrary styles

Condition a latent diffusion model on a content image and a style reference to create a new stylization.

Composable control

Combine depth, segmentation, and edge guidance with Style-Adapters to preserve the details that matter.

Consistent video

Extend stylization across frames with temporal layers and a Harmonious Consistency training objective.

Abstract

The goal of Arbitrary Style Transfer (AST) is injecting the artistic features of a style reference into a given image/video. Existing methods usually pursue the balance between style and content by adjusting general coarse-level stylized strength, thereby leading to unsatisfactory results and hindering their practical application. To address this critical issue, a novel AST approach namely Flexibly Controllable Arbitrary Style Transfer (FAST) is proposed, which is capable of explicitly customizing the stylization results according to various sources of semantic clues. In the specific, our model is constructed based on Latent Diffusion Model (LDM) and elaborately designed to absorb content and style instances as conditions of LDM. It is characterized by introducing Style-Adapter, which allows users to flexibly manipulate the stylization results via aligning multi-level style control information and intrinsic knowledge in LDM, meanwhile enhancing the model with improved capacity to harmonize content detail retention and stylization strength. Lastly, our model is extended to handle video AST task. A novel learning objective is leveraged for video diffusion model training, which considerably improves cross-frame temporal consistency on the premise of maintaining stylization strength. Qualitative and quantitative comparisons as well as user studies demonstrate our presented approach outperforms the existing SoTA methods in generating visually plausible stylization results.

02 / METHOD

A diffusion backbone. Composable adapters.

Content and style encoders condition the diffusion U-Net. Style-Adapters inject structural guidance, while temporal layers extend the framework from images to videos.

FAST architecture with content and style encoders, Style-Adapters, a diffusion U-Net, temporal layers, and a decoder.
Framework overview. Style-Adapters align control signals with the diffusion backbone; temporal layers support video stylization. Figure 2 from the paper.
03 / RESULTS

From artistic images to stylized video.

Selected qualitative results from the published paper. Follow each figure link to inspect the details at full size.

Image style transfer

FAST transfers the appearance of a style reference while retaining the structure of the content image.

Qualitative comparison of FAST and other arbitrary image style transfer methods across content and style pairs.
Image comparisons. Content images and style references are shown alongside competing methods and FAST. Figure 4 from the paper.

Control what stays. Choose what changes.

Depth, semantic segmentation, and edge maps provide complementary guidance. Their adapters can be combined to customize the result.

FAST image style transfer examples using different structural control maps.
Controllable stylization. Different control maps guide the structure of the generated image. Figure 7 from the paper.
Explore guidance strength and adapter weights

Classifier-free guidance factors and adapter weights offer further control over content preservation and stylization.

FAST stylization results with different classifier-free guidance factors and Style-Adapter weights.
Adjustable guidance. Varying guidance factors and adapter weights changes the stylization. Figure 8 from the paper.

Video style transfer

Temporal layers and Harmonious Consistency loss encourage coherence between frames while preserving the transferred style.

Sequences of stylized video frames produced by FAST with multiple artistic styles.
Video results. Selected frames illustrate stylization across time. Figure 6 from the paper.

Figures 1, 2, 4, 6, 7, and 8 from Wang et al., ACM TOMM (2025). See the paper for evaluation settings and quantitative comparisons.

04 / CITATION

Cite this work

If you find FAST useful in your research, please cite our paper.

@article{wang2025fast,
  title = {{FAST}: Flexibly Controllable Arbitrary Style Transfer via Latent Diffusion Models},
  author = {Wang, Hanzhang and Wang, Haoran and Yu, Zhongrui and Sun, Mingming and Jiang, Junjun and Liu, Xianming and Zhai, Deming},
  journal = {ACM Transactions on Multimedia Computing, Communications, and Applications},
  volume = {21},
  number = {9},
  articleno = {268},
  numpages = {20},
  year = {2025},
  month = sep,
  publisher = {Association for Computing Machinery},
  doi = {10.1145/3748655},
  url = {https://doi.org/10.1145/3748655}
}