Staying True to the Origin

Continuous Image Stylization with Smooth Transitions

Rui Xu Hanmo Zhang Songhua Liu*

Shanghai Jiao Tong University

Abstract

Recent advances in generative models have achieved remarkable performance in text- and image-conditioned editing. However, preserving the content of a given image while referencing style patterns from another remains challenging, often leading to uncontrollable stylization results. In this paper, we approach image stylization from the perspective of continuous control, aiming to enable modern Diffusion Transformer (DiT)-based multi-reference editing models to faithfully preserve the semantic structure of the content image, render strong stylization effects, and smoothly transition between the two.

We propose a simple yet effective two-stage training strategy together with a style-strength-aware spline formulation. The model first learns a strongly stylized endpoint while preserving content semantics. With the base model frozen, lightweight anchor projectors then map discrete stylization strengths into a low-rank parameter space. At inference time, strength-aware spline interpolation enables precise, continuous control over stylization strength while maintaining high-fidelity results.

Experiments

We evaluate stylization quality with content FID, style FID, LPIPS, ArtFID, CLIP image similarity, and style loss. Lower values are better for every metric except CLIP-I. Experiments use QwenImage unless otherwise specified.

Quantitative comparison of stylization performance.
Method c-FID ↓ s-FID ↓ LPIPS ↓ ArtFID ↓ CLIP-I ↑ SL ↓
StyleID118.91188.480.4517275.060.86716.0182
StyleSSP109.10186.640.4787277.470.85536.0903
CSGO140.77174.500.6008280.940.79549.0661
InstantStyle-Plus86.43202.210.3486274.050.91157.4530
FLUX + OmniStyle123.35181.900.5404281.740.85466.9905
FLUX + Ours91.32188.090.3448254.290.90304.6925
QwenImage125.91165.740.5881264.810.78837.4404
QwenImage + Ours65.95165.670.3246220.790.92414.9693

Stylization Quality

At both moderate strength (s = 0.4) and stronger stylization (s = 0.9), our method better preserves content structure while transferring global color palettes and fine local patterns from the style reference.

Stylization comparisons between StyCtrl and baseline methods across six content and style pairs.
Stylization comparisons with OmniStyle, StyleID, InstantStyle-Plus, StyleSSP, and CSGO.

Smooth Transition Paths

Morphing baselines require a ground-truth stylized endpoint. Our method instead generates a continuous path directly from the content and style references, progressively injecting style while retaining more stable content semantics.

Continuous stylization paths compared with FreeMorph and DiffMorpher.
Continuous stylization compared with FreeMorph and DiffMorpher.

Citation

@article{xu2026staying,
  title={Staying True to the Origin: Continuous Image Stylization with Smooth Transitions},
  author={Xu, Rui and Zhang, Hanmo and Liu, Songhua},
  journal={arXiv preprint},
  year={2026}
}