Controlling Motion Transfer in Diffusion
Transformers via Attention Heads

ECCV 2026
1Yonsei University · 2LG Electronics · 3University of California, Merced
* Equal contribution  ·  † Corresponding author
TL;DR

HALO reveals that video Diffusion Transformers encode motion and structure in distinct attention heads, and leverages these heads with semantic-aware motion guidance and selective structural injection to enable training-free, prompt-aligned motion transfer with improved motion fidelity and structural alignment.

HALO transfers the reference motion while following the target prompt — staying motion- and structure-aligned with the reference. Use the arrow to see more samples.

Abstract

Diffusion Transformers (DiTs) have advanced video generation with high-quality, temporally coherent results. However, extending them to motion transfer — which requires following a reference motion while aligning with a target prompt — remains challenging due to a limited understanding of how motion and structure are represented within DiTs. We analyze video DiTs at the attention-head level and identify distinct heads specialized for motion and spatial structure. Based on this insight, we propose HALO, a head-aware controllable motion transfer framework that requires no parameter updates. Our method refines motion cues from motion-specialized heads via semantic correspondence guidance and preserves structure through selective feature injection from structurally informative heads. This head-level control not only enables accurate motion transfer but also provides an interpretable foundation for controllable video generation with DiTs.

Key Contributions

What makes HALO work.

1

Head-level functional analysis

We present the first head-level analysis of video DiTs, revealing motion-specific and structure-specialized attention heads and validating them as control primitives for controllable video generation.

2

HALO: head-aware transfer

A training-free framework that enhances motion fidelity via semantic-aware displacement optimization and preserves spatial consistency via selective feature injection from structurally informative heads.

3

Extensive evaluation

On standard motion transfer benchmarks and our new Movie Scene Dataset, HALO achieves better motion coherence and structural alignment than U-Net- and DiT-based baselines.

Why head-aware control?

Displacement-based motion transfer captures directional cues but ignores semantics and structure — so motion leaks into the wrong regions and spatial layout drifts.

Limitations of displacement-based motion transfer versus HALO
Displacement-only optimization vs. HALO. (a) Without semantic alignment, motion is applied to the wrong regions. (b) Without structural preservation, the layout misaligns with the reference. HALO resolves both, ensuring consistent motion and spatial fidelity.

Peeking Inside DiT Attention Heads

How are motion and structural cues internally encoded in video DiTs? We answer this with a head-level analysis, uncovering two distinct, functional head subsets.

Analysis 1 · Motion-Specific Heads Motion-specific attention heads captured by displacement maps
Temporal heads capture cross-frame diagonals and produce clean displacement maps that align with reference motion, while spatial heads maintain intra-frame locality. Directional-alignment and correlation scores confirm temporal heads best encode motion flow.
Analysis 2 · Structure-Specialized Heads Structure-specialized attention heads identified via attention entropy
Low-entropy heads exhibit sharply diagonal attention patterns and yield feature maps that preserve spatial layout. Attention entropy correlates strongly with hidden-feature spatial entropy, so it serves as a reliable indicator of structural content.

Method

HALO turns the two head insights into control: motion-specific heads guide semantic-aware motion optimization, while structure-specialized heads drive selective feature injection.

HALO framework overview
From a reference video, HALO extracts displacement maps and head features. Displacements from motion-specific heads guide motion by optimizing the latent, while structure-specialized head features from the reference are injected to preserve structure during generation.
Semantic Correspondence Refinement and Semantic Reweighting details
SCR & SRW. SCR selects, among top-k attention candidates, the patch closest to the semantic best match; SRW manipulates target cross-frame attention with a correspondence-based bias.
Effect of SCR and SRW on displacement maps
Effect on displacement. The refinements improve robustness to fine-grained object motion and better preserve object shape, yielding cleaner, semantically aligned displacement maps.
a

Semantic-Aware Motion Guidance

Raw cross-frame attention over-emphasizes visually similar but semantically unrelated regions. Semantic Correspondence Refinement (SCR) and Semantic Reweighting (SRW) use diffusion-feature similarities to refine the displacement map, yielding semantically coherent motion flow.

b

Selective Structural Head Injection

Displacement maps lack intra-frame structure. HALO injects value features from low-entropy, structure-specialized heads of the reference, supplying structure-aware guidance without noise or identity leakage.

c

Training-free control

Built on the CogVideoX video DiT (also validated on Wan) with no parameter updates. Head-level control adds only marginal overhead over displacement optimization while improving motion fidelity and structural alignment.

Video Results

Pick an example. HALO transfers the reference motion while following the target prompt — staying motion- and structure-aligned where baselines drift, leak identity, or fail.

Videos autoplay muted and loop. Each panel is labeled with its method; HALO (Ours) is highlighted.

More qualitative results

Additional qualitative motion transfer results by HALO
Qualitative results on complex motion and video editing. (a) HALO handling complex motion dynamics. (b) Application to video editing using the structure-specialized head.

Movie Scene Dataset

A production-oriented benchmark we curate for cinematic motion transfer. Even under complex film-style prompts, HALO preserves target identity while faithfully following the reference dynamics.

Qualitative results on the Movie Scene Dataset
Qualitative results on the Movie Scene Dataset. HALO follows the reference dynamics while preserving the target identity under complex cinematic prompts, compared to DiTFlow, RoPECraft, GWTF, and MotionClone.

Quantitative Results

66.2
Motion Fidelity (MF) — best overall
31.7
CLIP score — best text–video alignment
93.3
User-study motion accuracy

Standard motion transfer benchmark

Motion transfer must jointly satisfy text alignment (CLIP) and motion fidelity (MF). HALO breaks the CLIP–MF trade-off seen in prior work while keeping strong structure and temporal scores.

TypeModelCLIP ↑TC ↑MF ↑FTD ↓
U-NetMoFT NeurIPS'2430.985.834.823.0
ConMo CVPR'2529.885.352.017.4
MotionClone ICLR'2530.478.655.619.8
DiTDiTFlow CVPR'2531.089.559.623.0
RoPECraft NeurIPS'2530.385.958.219.6
GWTF CVPR'2531.688.262.521.6
OursHALO31.787.566.219.4

bold = best, underline = second best. TC slightly favors more static outputs.

CLIP score vs Motion Fidelity trade-off
Prior methods trade off CLIP against Motion Fidelity. HALO (★) sits at the top-right — strong text alignment and the best motion fidelity.

Movie Scene Dataset

ModelCLIP ↑TC ↑MF ↑
MotionClone27.174.547.7
DiTFlow29.790.448.4
RoPECraft28.388.249.1
GWTF30.287.646.6
HALO30.588.952.6

Methods requiring video masks are excluded.

User preference study

ModelEdit Acc.TCMotion Acc.
DiTFlow84.183.169.0
RoPECraft72.475.677.6
GWTF84.077.172.8
HALO86.587.893.3

20 participants, 5-point Likert, normalized to 0–100.

Ablation

#SemanticInjectionCLIP ↑TC ↑MF ↑FTD ↓
131.089.559.623.0
230.688.361.820.5
330.988.561.320.9
431.787.566.219.4

Baseline is displacement optimization. "Semantic" = semantic-aware motion guidance; "Injection" = selective structural head injection.

Qualitative ablation results
Qualitative ablation (Exp.# match the table). Without semantic guidance, motion leaks to the background; without structural injection, objects distort or duplicate. The full HALO model is consistent with the reference.

BibTeX

@inproceedings{jung2026halo,
  title     = {Controlling Motion Transfer in Diffusion Transformers via Attention Heads},
  author    = {Jung, Sunyoung and Park, Jiwoo and Choi, Yoonseok and
               Choo, Kyobin and Yang, Ming-Hsuan and Hwang, Seong Jae},
  booktitle = {European Conference on Computer Vision (ECCV)},
  year      = {2026}
}