AIAny
Icon for item

SCAIL-2: Unifying Controlled Character Animation with End-to-end In-Context Conditioning

End-to-end framework for controlled character animation that transfers motion from driving videos to reference characters without intermediate pose or background representations. Introduces the MotionPair‑60K end-to-end motion-transfer dataset, in‑context mask conditioning and mode‑specific RoPE for task unification, plus Bias‑Aware DPO to mitigate synthetic-detail errors.

Introduction

Most character animation pipelines break motion transfer into intermediate steps (skeletons, masks, background separation), which loses visual detail and constrains flexibility. SCAIL-2's core insight is to remove those bottlenecks: by conditioning models directly on concatenated driving videos and decoupled soft conditions, it enables unified, end-to-end motion transfer across heterogeneous animation tasks while reducing information loss.

Key Findings
  • End-to-end video conditioning: concatenating driving videos as input preserves full visual cues (appearance, occlusions, background dynamics), so the model can reproduce finer motion and appearance details that pose-only pipelines often miss.
  • MotionPair‑60K dataset: a large synthetic dataset curated to cover heterogeneous character-animation sub-tasks, so the model can be trained in an end-to-end regime that previously lacked paired data.
  • In-context mask conditioning & mode-specific RoPE: these serve as soft guidance beyond raw visuals and text, unifying multiple animation modes in a single model so it can handle varied transfer scenarios without separate pipelines.
  • Bias-Aware DPO for fine-detail correction: constructs preference items to reduce synthetic discrepancy in detailed regions, so generated outputs better match perceptual preferences and reduce common artifact types.
Who it's for & tradeoffs

Great fit if you are a vision/graphics researcher or studio engineer who needs higher-fidelity motion transfer without designing and tuning intermediate pose/background pipelines. It is especially useful when paired or synthetic training data can be curated (MotionPair‑60K) and you want one model to handle multiple transfer modes. Look elsewhere if you require lightweight, real-time on-device inference (SCAIL-2 emphasizes quality and unified modeling, which can be compute-heavy) or if you must rely only on unpaired real-world data without access to synthetic augmentation—generalization from synthetic to some real scenarios may still need careful validation.

Where it fits

SCAIL-2 shifts the design point from explicit intermediate representations (pose/mask pipelines) toward direct video-conditioned generative transfer. That makes it a candidate for workflows prioritizing visual fidelity and simplified end-to-end training, while still requiring dataset curation and computational resources for model training and fine-tuning.

Information

  • Websitearxiv.org
  • AuthorsWenhao Yan, Fengjia Guo, Zhuoyi Yang, Jie Tang
  • Published date2026/06/09

More Items

Generates compositional 3D scenes as collections of individual object meshes by conditioning a single-object 3D generative prior on multi-view posed observations. Key features include anchor-aligned canonical frames, multi-view DINOv3 feature lifting with an IBR-style fusion, and LoRA adaptation to complete heavily occluded objects; includes a large UE-MeshyScene benchmark.

Generates synchronized spoken dialogue and explicit full-body co-speech motion (facial expressions, hands, upper- and lower-body) end-to-end from the same hidden states, replacing the speech-then-motion cascade. Trains with a scalable pseudo-labeling pipeline (422,856 ranked pairs) and supports real-time inference (RTF 0.78) while matching teacher motion metrics within ~2%.

Builds high-fidelity image generators by pairing a 6B Diffusion Transformer with a frozen LLaDA2.0-Mini vision-language module, relying on extensive image-only pretraining and mid-training; model weights, training code, and recipes are released.