ST-DRC: Spatial-Temporal Decoupled Reference Conditioning for Identity-Preserving Text-to-Video Generation

Yuheng Chen1,*, Teng Hu1,*, Yuji Wang1, Qingdong He2, Lizhuang Ma1,†, Jiangning Zhang3,‡
1Shanghai Jiao Tong University 2University of Electronic Science and Technology of China 3Zhejiang University
ST-DRC teaser showing identity-preserving text-to-video generation results
ST-DRC performs latent in-context reference injection by encoding the reference image with the video VAE and concatenating it with noisy video latents, enabling rich low-level identity details without additional adapters.

Abstract

Identity-preserving video generation (IPVG) aims to synthesize high-fidelity videos that follow text prompts while faithfully preserving a reference identity. Despite recent progress, existing IPVG methods still struggle to balance high-level semantic control and low-level identity fidelity.

To bridge this gap, we propose ST-DRC, an effective Spatial-Temporal Decoupled Reference Conditioning framework for identity-preserving text-to-video generation. At the framework level, ST-DRC performs latent in-context feature injection by encoding the reference image with the video VAE and concatenating it with noisy video latents, enabling rich low-level identity details to be accessed without additional adapters. To separate identity-aware reference retrieval from appearance copying, we introduce TASS-RoPE, a Temporal-Adjacent Spatial-Shifted RoPE scheme that places reference tokens near the video sequence in time but shifts them in space, allowing reference information to flow through spatio-temporal attention while suppressing pixel-level copy-paste shortcuts.

To further prevent shortcut learning and strengthen the otherwise diluted identity supervision in the diffusion objective, we combine appearance-invariant reference augmentation with face-guided identity objectives, encouraging the model to preserve identity under variations in color, pose, and layout. At inference time, we introduce a three-stream reference classifier-free guidance strategy that independently controls text adherence and reference fidelity. Experiments demonstrate that ST-DRC achieves strong identity preservation, prompt alignment, temporal consistency, and video quality with a lightweight design built on LTX-2.3.

Method

ST-DRC method overview showing the spatial-temporal decoupled reference conditioning framework
ST-DRC framework. The reference image is encoded by the video VAE and concatenated with noisy video latents for latent in-context injection. TASS-RoPE temporally adjacent but spatially shifted positional encoding suppresses pixel-level copy-paste. Reference-robust identity enhancement with appearance-invariant augmentation and face-guided objectives strengthens identity supervision. Decoupled text-reference guidance enables independent control at inference.

Key Components

Latent In-Context Reference Injection Encodes the reference image with the video VAE and concatenates it with noisy video latents, providing low-level identity details without additional adapters.
TASS-RoPE Temporal-Adjacent Spatial-Shifted RoPE keeps reference tokens temporally accessible while spatially shifting them to suppress pixel-level copy-paste shortcuts.
Reference-Robust Identity Enhancement Combines appearance-invariant reference augmentation with face-guided identity objectives to prevent shortcut learning and strengthen identity supervision.
Decoupled Text-Reference Guidance A three-stream reference classifier-free guidance strategy that independently controls text adherence and reference fidelity at inference time.

BibTeX

@article{chen2026spatial,
  title={Spatial-Temporal Decoupled Reference Conditioning for Identity-Preserving Text-to-Video Generation},
  author={Chen, Yuheng and Hu, Teng and Wang, Yuji and He, Qingdong and Ma, Lizhuang and Zhang, Jiangning},
  journal={arXiv preprint arXiv:2606.02441},
  year={2026}
}