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

Evaluates spatial cognition of image-generation models by eliciting protocol-constrained visual answers and parsing pixel outputs into structured predictions compatible with existing metrics. Introduces the ProVisE framework and SpatialGen-Bench (470 samples) to compare image-generation models and text-output VLMs on unified spatial tasks.

Selects a referred target from candidate bounding boxes, then decodes tracking waypoints for single-camera embodied visual tracking. Injects past selected-bbox geometry via sliding-window TVBI tokens and is co-trained on a Refer‑QA dataset; achieves SOTA on EVT‑Bench and demonstrates sim-to-real on legged and humanoid robots.

Converts image-content removal into a contrastive on-policy self-distillation signal: the EMA teacher produces next-token distributions with and without image content, uses their log-probability differences to sharpen visual-grounded candidates, and distills that full-distribution target into the student—no external teacher or extra inference cost.