AI 动画(AI Animation)中的 AI Harness


1. 介绍

1.1 背景

AI 动画是创意产业组中技术门槛最高、标准化程度最低的方向。需要首先如实声明:截至本文档检索基准(2026-09-12),未检索到专门的 AI 动画国家标准或行业标准编号。目前可引用的权威素材只有两类:地方科技计划项目成果(北京市科学技术委员会项目 Z241100007624006)与企业在国际学术会议上的公开发布(腾讯游戏 VISVISE,SIGGRAPH Asia 2025)。

这一"标准真空"带来的直接后果是:质量判定缺乏统一的量化口径。在智能制造方向,良率与漏检率有行业共识算法;在 AI 动画方向,角色一致性怎么算、滑步抖动怎么测、4K 超分质量如何判,目前只有方案建议值而没有标准阈值。这是本方向 Harness 建设需要首先正视的现实。

技术侧的核心难题已经被明确识别。北京市科委项目归纳的三大技术难题具有代表性:

  1. 角色一致性控制:长序列生成中的角色漂移。
  2. 高品质画质生成:动作流畅性与细节质感难以同时保证。
  3. 跨场景连贯性:连续帧与跨场景的动作连贯。

这三条全部指向同一件事——跨帧、跨镜头、跨场景的状态保持

1.2 定义与范围

本方向的 AI Harness 指:在 AI 动画制作场景下,承接骨骼生成、蒙皮、动画生成、插帧、超分、调色等阶段,把分散的生成模型组织为可控、可复现、可回归验证的动画生产管线的工程化承载层。

流水线阶段典型决策输出工件常见失败
骨骼生成骨架拓扑、物理辅助骨骼绑定骨架异形角色(四足、鸟类)骨架错误
蒙皮权重分配、修型骨骼蒙皮权重关节处形变穿帮
动画生成动作编排、多角色镜头、运镜关键帧动画滑步、抖动、扭曲
插帧中间帧补全密集帧序列插帧抖动
超分与调色分辨率提升、色彩统一成片序列跨帧闪烁、色偏

1.3 在 AI Harness 体系中的定位

图 1-1|AI 动画在 AI Harness 六层体系中的定位(L1–L6)

AI 动画在 AI Harness 六层体系中的定位(L1–L6) 信息截止 2026-09-12 · 示意:基于本文分析绘制 L1 · 上下文工程 设定表、参考图、风格参考集:一致性锚点 L2 · 工具与执行 骨骼、蒙皮、动画、插帧、超分、调色六阶段模型 L3 · 编排与控制 (主导层) 关键帧 → 中间帧 → 细节渲染 → 合成,人为节点前置 L4 · 记忆与状态 (瓶颈层 · 重点) 时序记忆、跨帧注意力、特征传递,长序列防漂移 L5 · 评估与观测 一致性指标、滑步抖动率、4K 超分质量 L6 · 治理与安全 起始画面标识、动画形象版权、训练素材授权 结构解读:主导层 = L3 编排与控制 + L4 记忆与状态;瓶颈层 = L4(帧级角色漂移)。 L3 的人为节点前置与 L4 的时序记忆 / 跨帧注意力 / 特征传递,共同抑制长序列角色漂移。

数据来源:基于本文分析绘制的示意图。

主导层:L3 编排与控制层 + L4 记忆与状态层。瓶颈层:L4 记忆与状态层。

在 AI 动画方向的体现关键约束
L1 上下文工程角色设定表(Character Sheet)、多角度参考图、风格参考集设定表是角色一致性的锚点
L2 工具与执行骨骼生成、蒙皮、动画生成、插帧、超分、调色各阶段模型与脚本各阶段模型参数量级不同,需按阶段调用
L3 编排与控制关键帧 → 中间帧 → 细节渲染 → 合成 的分层流程;人为参与节点前置人为参与节点必须前置,不能放在最后
L4 记忆与状态时序记忆模块 + 跨帧注意力 + 特征传递(长序列防漂移);资产版本与镜头检查点本方向的质量瓶颈
L5 评估与观测一致性指标(ArcFace / DINO-I / CLIP-I 类)、滑步抖动率、4K 超分质量目前只有方案建议值,无标准阈值
L6 治理与安全视频起始画面及播放周边显著标识(《标识办法》第四条第四项);动画形象版权;训练素材授权合规基线明确,但行业专属规范暂无

与 AI 网剧方向相比,AI 动画的 L4 瓶颈有两点不同:

  1. 漂移的物理尺度更细:网剧的漂移是"换脸级别"的,动画的漂移是"帧级别"的——滑步、抖动、扭曲都是毫秒级现象,人工逐帧检查成本极高。
  2. 两阶段渲染带来的状态耦合:北京市科委项目采用两阶段渲染(先动作与运动轨迹,再皮肤质感、服装纹理、光影),两阶段之间必须保持特征传递,否则第二阶段会破坏第一阶段的运动一致性。

腾讯 VISVISE 的数据印证了这两点:MotionGen Beta 相较 Alpha 把滑步、抖动、扭曲等异常现象出现概率降低了 6 倍,MIB 实现 4 秒生成 200 帧。这些不是"画质提升",而是一致性工程的具体度量

1.4 产业现状与已公开的量化口径

指标数值来源与口径
MIB 插帧速度4 秒生成 200 帧腾讯 VISVISE,SIGGRAPH Asia 2025
MotionGen Beta 异常降低滑步/抖动/扭曲概率降低 6 倍(对比 Alpha)同上
SkeletonGen V1.0 参数量1B+;支持人形、四足、鸟类、怪兽等任意角色;支持物理骨骼(裙摆、头发辅助骨骼)同上
蒙皮 V4.5 参数量1.5B+;一键 AI 蒙皮在主骨骼及物理骨骼上自动化率 90%+,复杂 3A 角色修型骨骼上 50%+同上
VISVISE 生产效率提升8 倍以上;已应用于近 100 个游戏项目同上
骨骼生成耗时传统需数日的手工工作压缩至分钟级同上
单部动画制作周期常规 2~3 年 → 5~6 个月北京市科委项目成果(Z241100007624006),2024-09 至 2025-12
超分辨率输出生成尺寸智能提升至 4K 级别同上
《团圆令》被称为中国首部全流程 AIGC 动画电影,2026-03-01 观影活动(人民日报报道配图说明)制作周期、成本、团队规模均无公开来源 →

2. 名词解释

术语英文/缩写释义
智能骨骼生成Skeleton Generation由模型自动生成角色骨架拓扑的能力,腾讯 VISVISE SkeletonGen V1.0 参数量 1B+
物理骨骼Physics Bone用于裙摆、头发等次级运动的辅助骨骼,需在蒙皮阶段一并处理
蒙皮Skinning把网格顶点绑定到骨骼并分配权重的过程,VISVISE 蒙皮生成大模型 V4.5 参数量 1.5B+
修型骨骼Corrective Bone用于修正关节形变的高级骨骼,复杂 3A 角色上自动化率仍较低(50%+)
智能中间帧Motion In-Betweening, MIB在自回归框架中利用大规模预训练的运动与过渡表征生成中间帧,VISVISE 4 秒生成 200 帧
滑步Foot Sliding角色脚部与地面相对位移失真,是动画生成的典型异常
抖动Jitter相邻帧之间无意义的微小位移,常由插帧或超分引入
扭曲Distortion肢体或网格在运动中的非物理形变
跨帧注意力Cross-frame Attention对连续视频帧整体建模的机制,用于抑制长序列生成中的角色漂移
时序记忆模块Temporal Memory Module在生成流程中保持跨帧状态一致性的模块
特征传递Feature Propagation在两阶段渲染之间传递运动与外观特征,避免第二阶段破坏第一阶段一致性
两阶段渲染Two-stage Rendering第一阶段渲染动作与运动轨迹(保流畅),第二阶段刻画皮肤质感、服装纹理、光影效果(保细节)
DiT 全局时空建模Diffusion Transformer基于扩散 Transformer 的时空全局建模方法,用于跨场景连贯性
3D VAE3D Variational Autoencoder实现特征维度压缩与插值,缓解画面抖动
运动 LoRAMotion LoRA把动作特征绑定到低秩适配器上,强化跨场景动作连贯性
数字内容创作工具DCCMaya、Blender 一类三维内容制作软件,AI 动画管线的宿主环境
姿态引导Pose Guider以 OpenPose 或 3D 关键点约束生成姿态,约束强度建议 0.7~0.9(方案建议值
角色设定表Character Sheet角色的多角度参考图与设定描述,是一致性的锚定上下文

3. 案例

3.1 腾讯游戏 VISVISE:业界首个 AI 全流程 3D 角色动画管线

3.1.1 背景

游戏工业化对 3D 角色动画的需求量极大且质量要求极高:一个 3A 角色的骨骼绑定与蒙皮 traditionally 需要数日手工工作,动作制作需要反复调整以消除滑步与抖动。传统流水线中,骨骼、蒙皮、动画、插帧四个环节由不同工具与不同人员完成,中间的状态传递靠文件交换,是质量损耗的主要来源。

3.1.2 方案

腾讯游戏在 SIGGRAPH Asia 2025(香港,12 月 15—18 日)发布 VISVISE,定位为业界首个 AI 全流程 3D 角色动画制作管线,包含四大模块:

模块能力参数量 / 指标
智能骨骼生成(SkeletonGen V1.0)支持人形、四足、鸟类、怪兽等任意角色;支持物理骨骼(裙摆、头发辅助骨骼)1B+;传统需数日的手工工作压缩至分钟级
智能蒙皮(蒙皮生成大模型 V4.5)一键 AI 蒙皮1.5B+;主骨骼及物理骨骼自动化率 90%+;复杂 3A 角色修型骨骼 50%+
3D 动画生成(MotionGen Beta)多模态输入、多角色镜头与动态运镜,输出精细至手指关节;三大工具:FramingAI(多模态动作生成)、PosingAI(姿态生成)、MIB(智能中间帧生成)1B+;相较 MotionGen Alpha,滑步、抖动、扭曲等异常现象出现概率降低 6 倍
智能插帧(MIB 模型架构)在自回归框架中利用大规模预训练的运动与过渡表征生成中间帧4 秒生成 200 帧;消除传统插帧的滑步与抖动

从 Harness 视角拆解:

  • L2:四大模块即四个注册工具,按阶段依次调用;每个模块有独立的参数量级与输入规范。
  • L3:骨骼 → 蒙皮 → 动画 → 插帧 是严格的分层流程,前一阶段的输出是后一阶段的硬约束。
  • L4:MIB 的自回归框架与"大规模预训练的运动与过渡表征",本质是把运动状态持久化为可复用的表征,而非在会话中临时记住。
  • L5:以"异常现象出现概率"作为核心指标(降低 6 倍),而不是以"画质评分"这类主观指标。

3.1.3 效果

  • 生产效率提升 8 倍以上
  • 已应用于近 100 个游戏项目,包括《和平精英》《王者荣耀》《PUBG Mobile》《金铲铲之战》《英雄联盟手游》。
  • 骨骼生成从数日压缩至分钟级;蒙皮自动化率 90%+。
  • 学术与知识产权:在 GDC、SIGGRAPH、ICLR、devcom 等发表多项成果,持有数十项专利。

来源:腾讯游戏,SIGGRAPH Asia 2025(演讲:VISVISE AI 动画负责人曾子骄《赋予几何生命:3D 角色动画的全流程 AI 管线》);凤凰网报道,2025。

3.2 北京市科委 AI 全流程动画生产平台项目

3.2.1 背景

国内常规单部动画作品的制作周期为 2~3 年,其中大量时间消耗在一致性修正上:角色在不同镜头中长得不一样、跨场景动作不连贯、细节与运动难以兼顾。这是阻碍国产动画产能提升的结构性瓶颈。

3.2.2 方案

北京市科学技术委员会、中关村科技园区管理委员会科技计划项目"AI 全流程动画生产平台研发及应用"(项目编号 Z241100007624006),实施单位北京灌木互娱文化科技有限公司,周期 2024-09 至 2025-12。三大技术难题与解法:

难题一 · 角色一致性控制

  • 拆分 AI 生成流程、强化输入产出控制,构建动画连贯性控制网络。
  • 生成流程中增设人为参与节点
  • 精准指令设计实现"模糊命令到精确内容"转化。
  • 集成时序记忆模块、跨帧注意力与特征传递机制,对角色外观、运动轨迹实施跨帧精准调控,解决长序列生成中的角色漂移。

难题二 · 高品质画质生成

  • 两阶段渲染:第一阶段渲染动作与运动轨迹(保流畅);第二阶段刻画皮肤质感、服装纹理、光影效果(保细节并确保跨帧稳定)。
  • 视频输出阶段通过超分辨率 AI 模型将生成尺寸智能提升至 4K 级别

难题三 · 跨场景连贯性

  • 融合 DiT 全局时空建模、3D VAE,构建全局建模、细节补全的全链路方案。
  • 全局注意力机制对连续视频帧整体建模。
  • 3D VAE 实现特征维度压缩与插值,缓解画面抖动。
  • 运动 LoRA 的动作特征绑定技术强化跨场景动作连贯性。

从 Harness 视角看,本项目最值得注意的设计是"生成流程中增设人为参与节点"——这直接对应组级 AGENTS.md 中"一致性关键节点必须前置人工确认"的要求。它不是缺陷,而是当前技术条件下的正确工程选择。

3.2.3 效果

  • 将国内外行业常规 2~3 年的单部动画作品制作周期压缩至 5~6 个月
  • 视频输出支持超分辨率至 4K 级别

来源:北京市科学技术委员会成果库(项目编号 Z241100007624006),2024—2025。

3.3 角色一致性的工程实践与参考指标

重要说明:本案例来源为无 URL 的聚合内容,其中全部数值为方案建议值或行业估算,不是标准阈值,不得作为权威指标引用。保留本案例的价值在于它提供了一套可操作的工程框架与工具链清单。

3.3.1 背景

在缺乏行业标准的情况下,实践者需要自建一致性判定体系。这带来两个问题:一是阈值从何而来,二是工具链如何组合。

3.3.2 方案

"特征锚定—多模态约束—时间连贯"三层架构:

组件要点
特征锚定语义编码器 + 视觉细节编码器语义编码器处理性别/年龄/体型/服装/风格定位;视觉细节编码器(CNN + ViT)处理五官比例、发丝纹理、服装褶皱
多模态约束Pose Guider + 空间注意力 + 风格嵌入向量Pose Guider(OpenPose / 3D 关键点),约束强度建议 0.7~0.9;空间注意力以 QKV 实时比对锚定特征
时间连贯时间注意力 + Gap-RoPE 时间缓冲 + 帧间特征校验处理长序列的时间一致性

工具链(聚合来源):Stable Diffusion WebUI + LoRA / ControlNet、Leonardo AI、Midjourney(gen_id 锁定)、Animate Anyone、ContextAnyone、Amazon Nova Canvas、ADetailer、RIFE、DaVinci Resolve。

另有 Amazon 云 FuzzyPixel 团队案例:通过微调 Nova Canvas 模型为动画《Picchu》主角定制一致性模型,12 小时完成训练来源为无 URL 聚合内容,)。

3.3.3 Results (proposed recommended values, not standard thresholds)

MetricRecommended ThresholdDescription
ArcFace similarity≥ 0.6Facial identity consistency
DINO-I≥ 0.45Structural consistency
CLIP-I≥ 0.3Semantic consistency
Inter-frame motion difference≤ 5%Temporal coherence

成本区间(行业估算,非官方数据):模型与工具授权 50~200 万元;本地 GPU 集群(8 张以上 A100)硬件 + 运维 120~200 万元/年;云算力院线长片 80~150 万元;10~20 人团队 3~6 个月人力 100~300 万元;单部院线级角色一致性相关成本约 380~800 万元;相较传统可节省 30%~50% 特效与后期成本;分镜制作时间从 2 周缩短至 4 小时。

来源:聚合内容(无 URL)。上述全部数值均须标注为"方案建议值"或"行业估算"。


4. 实践标准

4.1 AGENTS.md 规范

4.1.1. AGENTS.md(AI 动画 · AI Animation 方向)

# AGENTS.md —— AI 动画(AI Animation)

## 角色与边界
- 你运行在 AI 动画制作管线之上,负责骨骼生成、蒙皮、动画生成、插帧、超分与调色六类任务。
- 你负责执行与制作,不负责艺术方向与表演判断。艺术方向由动画导演与美术总监决定。
- 你不得在无具名人类动画导演签核的情况下输出成片序列。
- 你不得生成受版权保护的既有动画形象,除非持有书面授权。
- 你不得使用未授权的真人肖像作为角色参考。

## 环境假设
- 存在角色设定表(Character Sheet)、多角度参考图与风格参考集,带版本号。
- 存在 DCC 环境(Maya、Blender 一类)与渲染农场,支持批量渲染与序列导出。
- 存在骨骼生成、蒙皮、动画生成、插帧、超分、调色各阶段模型或工具。
- 存在镜头检查点与资产版本管理。
- 存在 scripts/ 目录承载确定性操作:抽帧、序列重命名、色彩校正与色彩空间转换、元数据写入、标识渲染、一致性比对、导出封装。
- 注意:目前**暂无专门的 AI 动画国家标准或行业标准**。质量阈值由项目自建,须明确标注为项目内控值。

## 上下文加载顺序(Context Budget)
1. 用户显式指令与本次镜头/序列的验收标准
2. 本文件(方向级)与组级 AGENTS.md
3. 角色设定表与多角度参考图(不可裁剪)
4. 风格参考集与色彩配置(不可裁剪)
5. 当前镜头在检查点中的上下文:前一镜头收尾姿态、运动基线、色调基线
6. 参考动作库与历史素材(可裁剪)
规则:角色设定表与风格参考集属于锚定上下文,任何情况下不得被裁剪。

## 工具契约
- 只读类(自由调用):查询角色设定表、查询资产版本、查询检查点、检索动作库。
- 生成类(输出必须进校验关卡):骨骼生成、蒙皮、动画生成、插帧、超分、调色。
- 校验类(阻断式):一致性比对、滑步抖动检测、跨帧闪烁检测、标识校验、版权核查。
- 写操作类(二次确认 + 留痕):覆盖资产版本、提交成片序列、提交渲染农场任务。
- 抽帧、色彩校正、元数据写入、标识渲染、一致性比对、导出封装一律走 scripts/。

## 任务执行流程(SOP)
1. 确认任务:项目、集数、镜头号、序列范围、输出规格(分辨率、帧率、色彩空间)。
2. 加载角色设定表、参考图与风格参考集,锁定版本号。
3. 骨骼生成:按角色类型(人形/四足/鸟类/怪兽)选择模型;检查物理辅助骨骼是否齐全。
4. 蒙皮:一键蒙皮后检查关节形变;复杂角色(3A 修型骨骼)自动化率较低,须人工复核。
5. 动画生成:多模态输入 + 姿态约束;输出精细至手指关节。
6. 插帧:用 MIB 类方法生成中间帧;检查滑步与抖动。
7. 两阶段渲染(若采用):第一阶段保运动流畅,第二阶段保细节与跨帧稳定。
8. 超分与调色:提升至目标分辨率(如 4K);统一色彩配置。
9. 一致性校验:面部/结构/语义一致性 + 帧间运动差异 + 滑步抖动率。
10. **人为参与节点**:在关键帧确认与细节渲染前设置强制人工确认,不得全部后置。
11. 标识处理:视频起始画面与播放周边添加显著提示标识,并写入隐式元数据。
12. 导出与回读:导出封装后回读,确认元数据与标识在位、色彩空间正确。
13. 更新检查点:记录版本、校验结果、失败原因、成本。

## 验证与证据要求
- 每个序列必须留存:候选路径、一致性比对分数、滑步抖动率、通过/不通过判定。
- 引用一致性阈值时必须标注为"项目内控值"或"方案建议值",**不得表述为行业标准阈值**。
- 标识必须给出证据:起始画面标识位置 + 隐式元数据回读结果。
- 成本数据必须标注为"行业估算"或"项目实测",不得混用。
- 引用效果数据必须标注口径层级。

## 失败与升级策略
- 角色漂移:回滚到最近检查点,重新加载设定表后重生成;连续 2 次失败升级人工。
- 滑步 / 抖动 / 扭曲:检查姿态约束强度与插帧参数;必要时回退到关键帧手工修正。
- 跨帧闪烁:检查超分与调色阶段的跨帧稳定性;启用特征传递机制。
- 蒙皮关节穿帮:复杂角色人工复核修型骨骼;自动化率不足属预期内,不得强推自动结果。
- 两阶段渲染破坏运动一致性:检查第二阶段是否改变了运动特征,必要时冻结第一阶段输出。
- 升级必须携带:项目、集数、镜头号、检查点记录、比对证据、已尝试处理。

## 安全与合规红线
- 视频起始画面及播放周边必须添加显著的提示标识(《标识办法》第四条第四项),并写入隐式元数据。
- 不得恶意删除、篡改、伪造、隐匿标识(第十条);去标识日志留存不少于六个月(第九条)。
- 动画形象版权:不得生成受版权保护的既有动画形象。
- 训练素材与参考图必须有授权台账。
- 禁止使用未授权真人肖像作为角色参考。

## 禁止事项
- 禁止把项目内控阈值表述为行业标准阈值。
- 禁止跳过人为参与节点与一致性校验。
- 禁止把角色状态存放在模型会话里;必须写入检查点。
- 禁止让模型逐 token 生成抽帧结果、调色参数、元数据与导出配置。
- 禁止在无书面授权的情况下使用既有动画形象与真人肖像。
- 禁止编造标准编号与案例数值。

## 输出格式
项目 / 集数 / 镜头号 / 角色设定表版本 / 输出规格 / 各阶段产物路径 / 一致性比对结果 / 滑步抖动率 / 标识证据 / 人为参与节点记录 / 待签核项 / 责任人 / 检查点更新记录 / 遗留问题

## 评估与自检
- 角色设定表是否进入上下文且未被裁剪?
- 人为参与节点是否前置(而非全部放在最后)?
- 一致性阈值是否标注为项目内控值?
- 标识是否可回读?
- 本次失败样本是否已纳入评估集?

4.2 SKILL.md 规范

4.2.1. SKILL.md(AI 动画 · 角色一致性的动画镜头交付)

---
name: ai-animation-shot-consistency-delivery
description: AI 动画镜头交付技能。当需要从角色设定表出发生成一个动画镜头或序列,并完成骨骼与蒙皮检查、姿态约束、插帧与超分、角色一致性比对、滑步抖动检测、显著标识写入与镜头检查点更新时使用。适用于 3D 角色动画、AI 辅助二维动画与游戏过场动画场景。
version: 1.0
created: 2026-09-12
---

# AI 动画 · 角色一致性的动画镜头交付

## 适用场景
- 从角色设定表与分镜出发生成一个动画镜头或短序列。
- 需要在关键帧 → 中间帧 → 细节渲染 → 合成的分层流程中保持角色与动作一致性。
- 需要把每个镜头的生成状态与校验结果写入镜头检查点,支持单独重生成。

## 前置条件
- 已加载方向级 AGENTS.md 与组级 AGENTS.md。
- 角色设定表(Character Sheet)与多角度参考图可用且带版本号。
- 风格参考集与色彩配置可用且带版本号。
- 骨骼生成、蒙皮、动画生成、插帧、超分、调色工具可用。
- scripts/ 中存在抽帧、一致性比对、滑步抖动检测、元数据写入、标识渲染、导出封装脚本。
- 已确定项目内控的一致性阈值与滑步抖动率阈值,并经动画导演确认。
- 已确定人为参与节点(关键帧确认、细节渲染前)。

## 输入
| 输入项 | 说明 | 必需 |
|---|---|---|
| 角色设定表引用 | 角色 ID + 设定表版本 + 多角度参考图 | 是 |
| 分镜与表演描述 | 景别、运镜、表演要求、时长 | 是 |
| 输出规格 | 分辨率、帧率、色彩空间、是否 4K 超分 | 是 |
| 姿态约束 | 关键点来源与约束强度 | 否 |
| 一致性阈值 | 面部/结构/语义一致性与帧间运动差异的项目内控值 | 是 |
| 前一镜头检查点 | 收尾姿态、运动基线、色调基线 | 是 |

## 输出
- 动画镜头或序列(含候选)
- 一致性比对报告(面部/结构/语义 + 帧间运动差异)
- 滑步抖动检测报告
- 标识证据(起始画面标识位置 + 隐式元数据回读结果)
- 人为参与节点记录与镜头检查点更新记录

## 执行步骤
1. 从镜头检查点读取前一镜头收尾姿态、运动基线与色调基线。
2. 加载角色设定表、参考图与风格参考集,锁定版本号。
3. 骨骼与蒙皮:按角色类型选择模型;检查物理辅助骨骼;复杂角色人工复核修型骨骼。
4. 动画生成:多模态输入 + 姿态约束,输出精细至手指关节。
5. 插帧:生成中间帧,检查滑步与抖动。
6. 两阶段渲染(若采用):先保运动流畅,再保细节与跨帧稳定。
7. 超分与调色:提升至目标分辨率,统一色彩配置。
8. 一致性比对:面部 / 结构 / 语义一致性 + 帧间运动差异;与项目内控阈值比对。
9. 滑步抖动检测:统计异常帧比例。
10. **人为参与节点**:关键帧确认与细节渲染前,由动画导演确认。
11. 标识处理:脚本在起始画面与播放周边渲染显著标识,写入隐式元数据。
12. 导出封装并回读校验(含色彩空间校验)。
13. 更新镜头检查点:版本、比对分数、失败原因、成本、责任人。

## 质量标准(DoD)
- 一致性比对全部通过,且留存比对分数;阈值明确标注为项目内控值。
- 滑步抖动率在阈值内。
- 起始画面与播放周边有显著标识;隐式元数据可回读;去标识日志留存不少于六个月。
- 人为参与节点已执行并留痕。
- 镜头检查点已更新,本镜头可单独重生成。
- 引用指标(如 ArcFace ≥ 0.6、DINO-I ≥ 0.45、CLIP-I ≥ 0.3、帧间运动差异 ≤ 5%)时标注"方案建议值,非标准阈值"。

## 常见失败与处理
- 角色漂移:设定表被裁剪 → 重新加载并固化为不可裁剪区。
- 滑步:脚部与地面相对位移失真 → 检查姿态约束强度与地面接触约束。
- 抖动:相邻帧无意义位移 → 检查插帧参数与超分阶段的跨帧稳定性。
- 扭曲:肢体非物理形变 → 回退到关键帧手工修正,不靠加大模型参数硬推。
- 跨帧闪烁:超分或调色引入 → 启用特征传递机制,冻结运动特征。
- 两阶段渲染破坏运动一致性:第二阶段改变了运动特征 → 冻结第一阶段输出作为约束。
- 蒙皮关节穿帮:复杂 3A 角色修型骨骼自动化率有限(约 50%+)属预期 → 人工复核,不强行自动。
- 异形角色骨架错误:确认模型支持范围(人形 / 四足 / 鸟类 / 怪兽)。

## 示例
任务:某项目第 3 集 SC-0315 镜头,角色 B 从静止到奔跑,时长 4 秒,输出 4K / 30 fps。
输入:角色 B 设定表 v2.4;多角度参考图;风格参考集 v1.8;前一镜头检查点;项目内控阈值。
执行:骨骼生成(含物理辅助骨骼)→ 蒙皮 → 姿态约束动画生成 → MIB 类插帧 → 两阶段渲染 → 4K 超分 → 一致性比对(帧间运动差异 3.1%,通过)→ 滑步检测(异常帧 0.4%,通过)→ 导演确认关键帧 → 标识渲染 → 导出回读 → 更新检查点。
输出:4K 序列 + 比对报告 + 滑步检测报告 + 标识证据 + 签核记录 + 检查点记录(SC-0315 = passed)。

4.3 落地检查清单

编号检查项层级判定说明
F-01角色设定表(Character Sheet)与多角度参考图已建立且带版本号L4必备本方向瓶颈的核心锚点
F-02风格参考集与色彩配置已版本化L4必备
F-03镜头检查点已建立,支持单镜头独立重生成L4必备
F-04时序记忆模块 / 跨帧注意力 / 特征传递机制已启用L4必备长序列防漂移的关键
F-05角色设定表与风格参考集列为不可裁剪上下文L1必备
F-06骨骼生成 / 蒙皮 / 动画生成 / 插帧 / 超分 / 调色工具链齐备L2必备
F-07抽帧、色彩校正、元数据写入、标识渲染、一致性比对已脚本化L2必备
F-08关键帧 → 中间帧 → 细节渲染 → 合成 分层流程已定义L3必备
F-09人为参与节点已前置(关键帧确认、细节渲染前)L3必备不得全部后置到成片检查
F-10两阶段渲染时,第一阶段输出被冻结为第二阶段约束L3建议防止细节渲染破坏运动一致性
F-11一致性阈值已定义为项目内控值并明示标注L5必备不得表述为行业标准阈值
F-12滑步抖动率已纳入观测L5必备
F-134K 超分质量有跨帧稳定性检测L5必备防止跨帧闪烁
F-14失败样本已纳入评估集L5必备
F-15视频起始画面与播放周边显著标识已由脚本渲染L6必备《标识办法》第四条第四项
F-16隐式元数据写入并可回读L6必备
F-17去标识日志留存不少于六个月L6必备第九条
F-18既有动画形象版权核查已前置L6必备无书面授权不得使用
F-19训练素材与参考图授权台账完整L6必备
F-20已如实声明"暂无专门的 AI 动画国家/行业标准"L6必备不得引用不存在的标准号

5. 总结

AI 动画方向呈现出一个鲜明对比:工程实践领先,标准建设空白。

一方面,工程实践已经取得实质进展。腾讯 VISVISE 在 SIGGRAPH Asia 2025 发布了完整的 AI 全流程 3D 角色动画管线,MotionGen Beta 把滑步、抖动、扭曲等异常概率降低了 6 倍,MIB 实现 4 秒生成 200 帧,整体生产效率提升 8 倍以上并应用于近 100 个游戏项目;北京市科委项目把单部动画制作周期从常规的 2~3 年压缩到 5~6 个月,并支持 4K 超分输出。

另一方面,未检索到专门的 AI 动画国家标准或行业标准。这导致一致性判定缺乏统一口径:目前流传的 ArcFace ≥ 0.6、DINO-I ≥ 0.45、CLIP-I ≥ 0.3、帧间运动差异 ≤ 5% 等指标,均为方案建议值而非标准阈值。在本方向的工程实践中,必须明确区分"项目内控值"与"行业标准值",这不仅是严谨性要求,更是避免下游误用的必要措施。

技术路径上,两个案例给出了相同的答案:一致性不是靠更强的模型,而是靠状态载体与人为参与节点。北京市科委项目集成"时序记忆模块、跨帧注意力与特征传递机制",并明确"生成流程中增设人为参与节点";腾讯 VISVISE 用自回归框架与大规模预训练的运动过渡表征来承载运动状态。两者的共同点是——把一致性从模型能力问题转化为工程结构问题

信息缺口声明

缺口项处理方式
AI 动画的国家标准或行业标准未检索到专门的 AI 动画国家标准或行业标准编号 → 如实声明"暂无",不引用不存在的标准号
角色一致性指标(ArcFace ≥ 0.6、DINO-I ≥ 0.45、CLIP-I ≥ 0.3、帧间运动差异 ≤ 5%)来源为无 URL 的聚合内容,指标阈值为方案建议值而非行业标准阈值 → 引用时必须标注"方案建议值,非标准阈值"
院线级 AI 动画成本区间(380~800 万元)及各分项成本属行业估算,不可作为权威数据引用 → 全文标注"行业估算"
Amazon FuzzyPixel《Picchu》12 小时训练来源为无 URL 聚合内容 →
《团圆令》制作数据仅检索到其为"中国首部全流程 AIGC 动画电影"及 2026-03-01 观影活动报道(人民日报配图说明,新华社记者邢广利摄),制作周期、成本、团队规模均无公开来源
《网络安全技术 人工智能生成合成内容标识方法》的 GB 编号已确认:GB 45438—2025(强制性国标,2025-02-28 发布、2025-09-01 实施,与《标识办法》同步;来源:国家标准全文公开系统、TC260 官方文本)
VISVISE 各模块的具体模型架构与训练数据未检索到公开技术细节,仅有参数量级与效果指标 → [待填写]
北京市科委项目成果的商业化落地情况仅检索到项目成果与技术指标,无商业化数据 → [待填写]

6. 参考资料

  1. 人工智能生成合成内容标识办法 — 国家互联网信息办公室、工业和信息化部、公安部、国家广播电视总局,2025。https://www.cac.gov.cn/2025-03/14/c_1743654684782215.htm
  2. 多措并举推进标识体系建设,助力新时代人工智能健康发展 — 国家互联网应急中心,2025。https://www.cac.gov.cn/2025-09/06/c_1758880709361356.htm
  3. 腾讯游戏 VISVISE 于 SIGGRAPH Asia 发布业界首个 AI 全流程 3D 动画管线 — 凤凰网,2025。https://i.ifeng.com/c/8pBbzJLKCtV
  4. AI 全流程动画生产平台研发及应用(项目编号 Z241100007624006)— 北京市科学技术委员会成果库。https://www.ncsti.gov.cn/kcfw/zcg/kjcgxxxt/cgxq/?id=16253
  5. 主流媒体所办新媒体发展研究报告(2024-2025,含总台 AI 动画作品)— 人民网,2025。https://sc.people.com.cn/BIG5/n2/2025/1030/c345167-41396739.html
  6. 拥抱智能浪潮 泳向变革深处 — 新华社,2025。https://www.news.cn/20251114/1c01598d836c449bbfd54267b6ecea6d/c.html
  7. 生成式人工智能开创媒体发展新纪元——《中央广播电视总台人工智能发展白皮书(2025版)》解读 — 现代电视技术,2025。https://tvtech.cctv.com/tuijian20250707/index.html
  8. AGENTS.md 官方站 — Agentic AI Foundation(Linux Foundation)。https://agents.md/
  9. Lesson 15: AGENTS.md - giving agents project context — Addy Osmani,2026。https://addyosmani.com/agents/15-agents-md/
  10. Agent Skills Specification — agentskills.io。https://agentskills.io/specification
  11. Equipping agents for the real world with Agent Skills — Anthropic,2025(2025-12-18 更新)。https://claude.com/blog/equipping-agents-for-the-real-world-with-agent-skills
  12. Building custom Skills for Claude — Anthropic Claude Cookbook,2025。https://platform.claude.com/cookbook/skills-notebooks-03-skills-custom-development

AI Harness in AI Animation

1. Introduction

1.1 Background

AI animation is the direction within the creative industry group with the highest technical threshold and the lowest degree of standardization. It must first be stated honestly: as of this document's retrieval baseline (2026-09-12), no dedicated national standard or industry-standard number for AI animation was found. Currently, only two types of authoritative material can be cited: local science-and-technology program results (Beijing Municipal Science and Technology Commission project Z241100007624006) and corporate public releases at international academic conferences (Tencent Games VISVISE, SIGGRAPH Asia 2025).

The direct consequence of this "standard vacuum" is: quality assessment lacks a unified quantitative metric. In the intelligent manufacturing direction, yield rate and missed-detection rate have industry-consensus algorithms; in the AI animation direction, how to compute character consistency, how to measure foot-sliding jitter, and how to judge 4K upscaling quality currently have only proposed recommended values but no standard thresholds. This is a reality that Harness construction in this direction must first face squarely.

The core technical difficulties have been clearly identified. The three major technical difficulties summarized by the Beijing Municipal Science and Technology Commission project are representative:

  1. Character consistency control: character drift in long-sequence generation.
  2. High-quality image generation: motion fluency and detail texture are hard to guarantee simultaneously.
  3. Cross-scene coherence: coherent motion across consecutive frames and scenes.

All three point to the same thing — state maintenance across frames, across shots, and across scenes.

1.2 Definition and Scope

The AI Harness of this direction refers to: in the AI animation production scenario, an engineering hosting layer that takes on stages such as skeleton generation, skinning, animation generation, in-betweening, upscaling, and color grading, organizing scattered generative models into a controllable, reproducible, regression-verifiable animation production pipeline.

Pipeline StageTypical DecisionOutput ArtifactCommon Failure
Skeleton generationSkeleton topology, physics-assisted bonesRigged skeletonSkeleton errors for non-humanoid characters (quadrupeds, birds)
SkinningWeight assignment, corrective bonesSkin weightsDeformation clipping at joints
Animation generationMotion choreography, multi-character shots, camera movementKeyframe animationFoot sliding, jitter, distortion
In-betweeningIntermediate frame completionDense frame sequenceIn-betweening jitter
Upscaling and color gradingResolution enhancement, color unificationFinal sequenceCross-frame flicker, color cast

1.3 Positioning in the AI Harness System

图 1-1|AI 动画在 AI Harness 六层体系中的定位(L1–L6)

AI 动画在 AI Harness 六层体系中的定位(L1–L6) 信息截止 2026-09-12 · 示意:基于本文分析绘制 L1 · 上下文工程 设定表、参考图、风格参考集:一致性锚点 L2 · 工具与执行 骨骼、蒙皮、动画、插帧、超分、调色六阶段模型 L3 · 编排与控制 (主导层) 关键帧 → 中间帧 → 细节渲染 → 合成,人为节点前置 L4 · 记忆与状态 (瓶颈层 · 重点) 时序记忆、跨帧注意力、特征传递,长序列防漂移 L5 · 评估与观测 一致性指标、滑步抖动率、4K 超分质量 L6 · 治理与安全 起始画面标识、动画形象版权、训练素材授权 结构解读:主导层 = L3 编排与控制 + L4 记忆与状态;瓶颈层 = L4(帧级角色漂移)。 L3 的人为节点前置与 L4 的时序记忆 / 跨帧注意力 / 特征传递,共同抑制长序列角色漂移。

数据来源:基于本文分析绘制的示意图。

Leading layers: L3 Orchestration & Control + L4 Memory & State. Bottleneck layer: L4 Memory & State.

LayerExpression in the AI Animation DirectionKey Constraint
L1 Context EngineeringCharacter Sheet, multi-angle reference images, style reference setThe character sheet is the anchor for character consistency
L2 Tools & ExecutionStage models and scripts for skeleton generation, skinning, animation generation, in-betweening, upscaling, and color gradingModels at each stage differ in parameter scale and require stage-specific invocation
L3 Orchestration & ControlLayered pipeline of keyframe → intermediate frame → detail rendering → compositing; human-in-the-loop nodes moved forwardHuman-in-the-loop nodes must be placed earlier, not at the very end
L4 Memory & StateTemporal memory module + cross-frame attention + feature propagation (drift prevention for long sequences); asset versioning and shot checkpointsThe quality bottleneck of this direction
L5 Evaluation & ObservationConsistency metrics (ArcFace / DINO-I / CLIP-I class), foot-sliding jitter rate, 4K upscaling qualityCurrently only proposed recommended values, no standard thresholds
L6 Governance & SafetyProminent marking on the opening frame and around the playback interface of videos (Article 4, Item 4 of the Marking Measures); animation character copyright; training data licensingCompliance baseline is clear, but no industry-specific regulations yet

Compared with the AI web-series direction, the L4 bottleneck of AI animation differs in two points:

  1. Drift occurs at a finer physical scale: web-series drift is at the "face-swap level," while animation drift is at the "frame level" — foot sliding, jitter, and distortion are all millisecond-scale phenomena, making manual frame-by-frame inspection extremely costly.
  2. State coupling introduced by two-stage rendering: the Beijing Municipal Science and Technology Commission project uses two-stage rendering (first motion and movement trajectories, then skin texture, clothing texture, lighting and shadow). Feature propagation must be maintained between the two stages, otherwise the second stage breaks the motion consistency of the first.

Tencent VISVISE's data confirms both points: compared with Alpha, MotionGen Beta reduced the probability of anomalies such as foot sliding, jitter, and distortion by 6 times, and MIB achieves 200 frames generated in 4 seconds. These are not "image quality improvements" but concrete measurements of consistency engineering.

1.4 Industry Status and Publicly Disclosed Quantitative Metrics

MetricValueSource and Definition
MIB in-betweening speed200 frames generated in 4 secondsTencent VISVISE, SIGGRAPH Asia 2025
MotionGen Beta anomaly reductionFoot-sliding/jitter/distortion probability reduced by 6 times (vs. Alpha)Same as above
SkeletonGen V1.0 parameter count1B+; supports arbitrary characters — humanoid, quadruped, bird, monster; supports physics bones (skirt, hair auxiliary bones)Same as above
Skinning V4.5 parameter count1.5B+; one-click AI skinning achieves automation rate 90%+ on main and physics bones, 50%+ on complex 3A character corrective bonesSame as above
VISVISE production efficiency gain8x or more; applied to nearly 100 game projectsSame as above
Skeleton generation timeManual work that traditionally took days compressed to minute-levelSame as above
Single animation production cycleTypical 2~3 years → 5~6 monthsBeijing Municipal Science and Technology Commission project results (Z241100007624006), 2024-09 to 2025-12
Upscaling outputGenerated size intelligently raised to 4K levelSame as above
Tuanyuan LingCalled China's first fully end-to-end AIGC animated film; 2026-03-01 viewing event (People's Daily report photo caption)No public source for production cycle, cost, or team size →

2. Glossary

TermEnglish / AbbreviationDefinition
Intelligent skeleton generationSkeleton GenerationThe model's ability to automatically generate character skeleton topology; Tencent VISVISE SkeletonGen V1.0 has 1B+ parameters
Physics bonePhysics BoneAuxiliary bones used for secondary motion of skirts, hair, etc.; must be handled together during skinning
SkinningSkinningThe process of binding mesh vertices to bones and assigning weights; VISVISE skinning generation model V4.5 has 1.5B+ parameters
Corrective boneCorrective BoneAdvanced bones used to correct joint deformation; automation rate on complex 3A characters is still low (50%+)
Intelligent in-betweeningMotion In-Betweening, MIBGenerating in-between frames in an autoregressive framework using large-scale pretrained motion and transition representations; VISVISE generates 200 frames in 4 seconds
Foot slidingFoot SlidingRelative displacement distortion between the character's feet and the ground; a typical animation-generation anomaly
JitterJitterMeaningless micro-displacements between adjacent frames, often introduced by in-betweening or upscaling
DistortionDistortionNon-physical deformation of limbs or mesh during motion
Cross-frame attentionCross-frame AttentionA mechanism that models consecutive video frames as a whole, used to suppress character drift in long-sequence generation
Temporal memory moduleTemporal Memory ModuleA module that maintains cross-frame state consistency in the generation pipeline
Feature propagationFeature PropagationTransmitting motion and appearance features between two-stage rendering to prevent the second stage from breaking the first stage's consistency
Two-stage renderingTwo-stage RenderingThe first stage renders motion and movement trajectories (preserving fluency); the second stage depicts skin texture, clothing texture, and lighting/shadow (preserving detail)
DiT global spatiotemporal modelingDiffusion TransformerA spatiotemporal global modeling method based on the Diffusion Transformer, used for cross-scene coherence
3D VAE3D Variational AutoencoderAchieves feature-dimension compression and interpolation to alleviate frame jitter
Motion LoRAMotion LoRABinds motion features to low-rank adapters to strengthen cross-scene motion coherence
Digital content creation toolDCC3D content creation software such as Maya and Blender; the host environment of the AI animation pipeline
Pose guidancePose GuiderConstraining generated poses with OpenPose or 3D keypoints; recommended constraint strength 0.7~0.9 (proposed recommended value)
Character sheetCharacter SheetMulti-angle reference images and setting descriptions of a character; the anchoring context for consistency

3. Case Studies

3.1 Tencent Games VISVISE: Industry's First Full-Pipeline AI 3D Character Animation Pipeline

3.1.1 Background

Game industrialization has an enormous demand for 3D character animation with extremely high quality requirements: bone binding and skinning of a single 3A character traditionally require days of manual work, and motion creation requires repeated adjustment to eliminate foot sliding and jitter. In the traditional pipeline, the four stages of skeleton, skinning, animation, and in-betweening are completed by different tools and different people, and state is transferred between stages through file exchange — a primary source of quality loss.

3.1.2 Approach

At SIGGRAPH Asia 2025 (Hong Kong, December 15–18), Tencent Games released VISVISE, positioned as the industry's first AI full-pipeline 3D character animation production pipeline, comprising four major modules:

ModuleCapabilityParameter Count / Metric
Intelligent skeleton generation (SkeletonGen V1.0)Supports arbitrary characters — humanoid, quadruped, bird, monster; supports physics bones (skirt, hair auxiliary bones)1B+; manual work that traditionally took days compressed to minute-level
Intelligent skinning (skinning generation model V4.5)One-click AI skinning1.5B+; automation rate 90%+ on main and physics bones; 50%+ on complex 3A character corrective bones
3D animation generation (MotionGen Beta)Multimodal input, multi-character shots, and dynamic camera movement, with output detailed down to finger joints; three major tools: FramingAI (multimodal motion generation), PosingAI (pose generation), MIB (intelligent in-betweening)1B+; compared with MotionGen Alpha, the probability of anomalies such as foot sliding, jitter, and distortion is reduced by 6 times
Intelligent in-betweening (MIB model architecture)Generates in-between frames in an autoregressive framework using large-scale pretrained motion and transition representations200 frames generated in 4 seconds; eliminates the foot sliding and jitter of traditional in-betweening

Decomposition from a Harness perspective:

  • L2: The four modules are four registered tools, invoked in sequence by stage; each module has its own parameter scale and input specification.
  • L3: Skeleton → skinning → animation → in-betweening is a strictly layered pipeline; the output of one stage is a hard constraint for the next.
  • L4: MIB's autoregressive framework and "large-scale pretrained motion and transition representations" are essentially persisting motion state as a reusable representation, rather than remembering it temporarily within a session.
  • L5: Using "probability of anomaly occurrence" as the core metric (reduced by 6 times), rather than subjective metrics such as "visual-quality score."

3.1.3 Results

  • Production efficiency improved by more than 8x.
  • Applied to nearly 100 game projects, including Peace Elite, Honor of Kings, PUBG Mobile, Teamfight Tactics, and League of Legends: Wild Rift.
  • Skeleton generation compressed from days to minute-level; skinning automation rate 90%+.
  • Academia and IP: multiple results published at GDC, SIGGRAPH, ICLR, devcom, among others; holds dozens of patents.

Source: Tencent Games, SIGGRAPH Asia 2025 (talk: VISVISE AI animation lead Zeng Zijiao, "Giving Geometry Life: A Full-Pipeline AI Pipeline for 3D Character Animation"); ifeng.com report, 2025.

3.2 The Beijing Municipal Science and Technology Commission AI Full-Pipeline Animation Production Platform Project

3.2.1 Background

Domestically, the production cycle of a typical single animation work is 2~3 years, much of which is consumed by consistency correction: the character looks different across shots, cross-scene motion is incoherent, and detail and motion are hard to balance. This is a structural bottleneck constraining the output capacity of domestic animation.

3.2.2 Approach

Science and technology plan project "Research, Development and Application of an AI Full-Pipeline Animation Production Platform" (project number Z241100007624006) of the Beijing Municipal Science and Technology Commission and the Zhongguancun Science Park Administrative Committee, implemented by Beijing Guanzhong Huyu Culture Technology Co., Ltd., with a period of 2024-09 to 2025-12. The three major technical difficulties and their solutions:

Difficulty 1 · Character consistency control

  • Split the AI generation pipeline and strengthen input–output control to build an animation coherence control network.
  • Add human-in-the-loop nodes within the generation pipeline.
  • Precise instruction design realizes the transformation of "vague commands into precise content."
  • Integrate temporal memory module, cross-frame attention, and feature propagation mechanisms to precisely control character appearance and motion trajectories across frames, solving character drift in long-sequence generation.

Difficulty 2 · High-quality image generation

  • Two-stage rendering: the first stage renders motion and movement trajectories (preserving fluency); the second stage depicts skin texture, clothing texture, and lighting/shadow (preserving detail and ensuring cross-frame stability).
  • At the video output stage, an super-resolution AI model intelligently raises the generated size to 4K level.

Difficulty 3 · Cross-scene coherence

  • Integrate DiT global spatiotemporal modeling and 3D VAE to build an end-to-end solution of global modeling plus detail completion.
  • The global attention mechanism models consecutive video frames as a whole.
  • 3D VAE achieves feature-dimension compression and interpolation to alleviate frame jitter.
  • The motion-feature binding technology of Motion LoRA strengthens cross-scene motion coherence.

From a Harness perspective, the most notable design of this project is the "addition of human-in-the-loop nodes in the generation pipeline" — which directly corresponds to the requirement in the group-level AGENTS.md that "consistency-critical nodes must be confirmed by a human up front." It is not a flaw but a correct engineering choice under current technological conditions.

3.2.3 Results

  • Compressed the production cycle of a single animation work, typically 2~3 years in the domestic and international industry, to 5~6 months.
  • Video output supports upscaling to 4K level.

Source: Beijing Municipal Science and Technology Commission results database (project number Z241100007624006), 2024–2025.

3.3 Engineering Practice and Reference Metrics for Character Consistency

Important note: the source of this case study is aggregated content without a URL; all values herein are proposed recommended values or industry estimates, not standard thresholds, and must not be cited as authoritative metrics. The value of retaining this case study is that it provides an actionable engineering framework and a toolchain checklist.

3.3.1 Background

In the absence of industry standards, practitioners must build their own consistency assessment system. This raises two questions: where the thresholds come from, and how the toolchain is combined.

3.3.2 Approach

The three-layer architecture of "feature anchoring — multimodal constraint — temporal coherence":

LayerComponentsKey Points
Feature anchoringSemantic encoder + visual detail encoderThe semantic encoder handles gender/age/body type/clothing/style positioning; the visual detail encoder (CNN + ViT) handles facial proportions, hair-strand texture, and clothing folds
Multimodal constraintPose Guider + spatial attention + style embedding vectorPose Guider (OpenPose / 3D keypoints), recommended constraint strength 0.7~0.9; spatial attention compares with anchor features in real time via QKV
Temporal coherenceTemporal attention + Gap-RoPE time buffer + inter-frame feature verificationHandles temporal consistency of long sequences

Toolchain (aggregated source): Stable Diffusion WebUI + LoRA / ControlNet, Leonardo AI, Midjourney (gen_id lock), Animate Anyone, ContextAnyone, Amazon Nova Canvas, ADetailer, RIFE, DaVinci Resolve.

There is also an Amazon Cloud FuzzyPixel team case: by fine-tuning the Nova Canvas model to tailor a consistency model for the protagonist of the animated work Picchu, training was completed in 12 hours (source is URL-less aggregated content).

3.3.3 Results (proposed recommended values, not standard thresholds)

MetricRecommended ThresholdDescription
ArcFace similarity≥ 0.6Facial identity consistency
DINO-I≥ 0.45Structural consistency
CLIP-I≥ 0.3Semantic consistency
Inter-frame motion difference≤ 5%Temporal coherence

Cost range (industry estimate, not official data): model and tool licensing 50–200 万元; local GPU cluster (8+ A100 GPUs) hardware + operations 120–200 万元/year; cloud compute for theatrical feature films 80–150 万元; workforce of 10–20 people for 3–6 months 100–300 万元; single theatrical-grade character-consistency-related cost approximately 380–800 万元; compared with the traditional approach, 30%–50% of visual-effects and post-production costs can be saved; storyboard production time is shortened from 2 weeks to 4 hours.

Source: aggregated content (no URL). All of the above values must be labeled as "proposed recommended values" or "industry estimates."


4. Practice Standards

4.1 AGENTS.md Specification

4.1.1. AGENTS.md (AI Animation direction)

# AGENTS.md —— AI 动画(AI Animation)

## 角色与边界
- 你运行在 AI 动画制作管线之上,负责骨骼生成、蒙皮、动画生成、插帧、超分与调色六类任务。
- 你负责执行与制作,不负责艺术方向与表演判断。艺术方向由动画导演与美术总监决定。
- 你不得在无具名人类动画导演签核的情况下输出成片序列。
- 你不得生成受版权保护的既有动画形象,除非持有书面授权。
- 你不得使用未授权的真人肖像作为角色参考。

## 环境假设
- 存在角色设定表(Character Sheet)、多角度参考图与风格参考集,带版本号。
- 存在 DCC 环境(Maya、Blender 一类)与渲染农场,支持批量渲染与序列导出。
- 存在骨骼生成、蒙皮、动画生成、插帧、超分、调色各阶段模型或工具。
- 存在镜头检查点与资产版本管理。
- 存在 scripts/ 目录承载确定性操作:抽帧、序列重命名、色彩校正与色彩空间转换、元数据写入、标识渲染、一致性比对、导出封装。
- 注意:目前**暂无专门的 AI 动画国家标准或行业标准**。质量阈值由项目自建,须明确标注为项目内控值。

## 上下文加载顺序(Context Budget)
1. 用户显式指令与本次镜头/序列的验收标准
2. 本文件(方向级)与组级 AGENTS.md
3. 角色设定表与多角度参考图(不可裁剪)
4. 风格参考集与色彩配置(不可裁剪)
5. 当前镜头在检查点中的上下文:前一镜头收尾姿态、运动基线、色调基线
6. 参考动作库与历史素材(可裁剪)
规则:角色设定表与风格参考集属于锚定上下文,任何情况下不得被裁剪。

## 工具契约
- 只读类(自由调用):查询角色设定表、查询资产版本、查询检查点、检索动作库。
- 生成类(输出必须进校验关卡):骨骼生成、蒙皮、动画生成、插帧、超分、调色。
- 校验类(阻断式):一致性比对、滑步抖动检测、跨帧闪烁检测、标识校验、版权核查。
- 写操作类(二次确认 + 留痕):覆盖资产版本、提交成片序列、提交渲染农场任务。
- 抽帧、色彩校正、元数据写入、标识渲染、一致性比对、导出封装一律走 scripts/。

## 任务执行流程(SOP)
1. 确认任务:项目、集数、镜头号、序列范围、输出规格(分辨率、帧率、色彩空间)。
2. 加载角色设定表、参考图与风格参考集,锁定版本号。
3. 骨骼生成:按角色类型(人形/四足/鸟类/怪兽)选择模型;检查物理辅助骨骼是否齐全。
4. 蒙皮:一键蒙皮后检查关节形变;复杂角色(3A 修型骨骼)自动化率较低,须人工复核。
5. 动画生成:多模态输入 + 姿态约束;输出精细至手指关节。
6. 插帧:用 MIB 类方法生成中间帧;检查滑步与抖动。
7. 两阶段渲染(若采用):第一阶段保运动流畅,第二阶段保细节与跨帧稳定。
8. 超分与调色:提升至目标分辨率(如 4K);统一色彩配置。
9. 一致性校验:面部/结构/语义一致性 + 帧间运动差异 + 滑步抖动率。
10. **人为参与节点**:在关键帧确认与细节渲染前设置强制人工确认,不得全部后置。
11. 标识处理:视频起始画面与播放周边添加显著提示标识,并写入隐式元数据。
12. 导出与回读:导出封装后回读,确认元数据与标识在位、色彩空间正确。
13. 更新检查点:记录版本、校验结果、失败原因、成本。

## 验证与证据要求
- 每个序列必须留存:候选路径、一致性比对分数、滑步抖动率、通过/不通过判定。
- 引用一致性阈值时必须标注为"项目内控值"或"方案建议值",**不得表述为行业标准阈值**。
- 标识必须给出证据:起始画面标识位置 + 隐式元数据回读结果。
- 成本数据必须标注为"行业估算"或"项目实测",不得混用。
- 引用效果数据必须标注口径层级。

## 失败与升级策略
- 角色漂移:回滚到最近检查点,重新加载设定表后重生成;连续 2 次失败升级人工。
- 滑步 / 抖动 / 扭曲:检查姿态约束强度与插帧参数;必要时回退到关键帧手工修正。
- 跨帧闪烁:检查超分与调色阶段的跨帧稳定性;启用特征传递机制。
- 蒙皮关节穿帮:复杂角色人工复核修型骨骼;自动化率不足属预期内,不得强推自动结果。
- 两阶段渲染破坏运动一致性:检查第二阶段是否改变了运动特征,必要时冻结第一阶段输出。
- 升级必须携带:项目、集数、镜头号、检查点记录、比对证据、已尝试处理。

## 安全与合规红线
- 视频起始画面及播放周边必须添加显著的提示标识(《标识办法》第四条第四项),并写入隐式元数据。
- 不得恶意删除、篡改、伪造、隐匿标识(第十条);去标识日志留存不少于六个月(第九条)。
- 动画形象版权:不得生成受版权保护的既有动画形象。
- 训练素材与参考图必须有授权台账。
- 禁止使用未授权真人肖像作为角色参考。

## 禁止事项
- 禁止把项目内控阈值表述为行业标准阈值。
- 禁止跳过人为参与节点与一致性校验。
- 禁止把角色状态存放在模型会话里;必须写入检查点。
- 禁止让模型逐 token 生成抽帧结果、调色参数、元数据与导出配置。
- 禁止在无书面授权的情况下使用既有动画形象与真人肖像。
- 禁止编造标准编号与案例数值。

## 输出格式
项目 / 集数 / 镜头号 / 角色设定表版本 / 输出规格 / 各阶段产物路径 / 一致性比对结果 / 滑步抖动率 / 标识证据 / 人为参与节点记录 / 待签核项 / 责任人 / 检查点更新记录 / 遗留问题

## 评估与自检
- 角色设定表是否进入上下文且未被裁剪?
- 人为参与节点是否前置(而非全部放在最后)?
- 一致性阈值是否标注为项目内控值?
- 标识是否可回读?
- 本次失败样本是否已纳入评估集?

4.2 SKILL.md Specification

4.2.1. SKILL.md (AI Animation · Animation Shot Delivery with Character Consistency)

---
name: ai-animation-shot-consistency-delivery
description: AI 动画镜头交付技能。当需要从角色设定表出发生成一个动画镜头或序列,并完成骨骼与蒙皮检查、姿态约束、插帧与超分、角色一致性比对、滑步抖动检测、显著标识写入与镜头检查点更新时使用。适用于 3D 角色动画、AI 辅助二维动画与游戏过场动画场景。
version: 1.0
created: 2026-09-12
---

# AI 动画 · 角色一致性的动画镜头交付

## 适用场景
- 从角色设定表与分镜出发生成一个动画镜头或短序列。
- 需要在关键帧 → 中间帧 → 细节渲染 → 合成的分层流程中保持角色与动作一致性。
- 需要把每个镜头的生成状态与校验结果写入镜头检查点,支持单独重生成。

## 前置条件
- 已加载方向级 AGENTS.md 与组级 AGENTS.md。
- 角色设定表(Character Sheet)与多角度参考图可用且带版本号。
- 风格参考集与色彩配置可用且带版本号。
- 骨骼生成、蒙皮、动画生成、插帧、超分、调色工具可用。
- scripts/ 中存在抽帧、一致性比对、滑步抖动检测、元数据写入、标识渲染、导出封装脚本。
- 已确定项目内控的一致性阈值与滑步抖动率阈值,并经动画导演确认。
- 已确定人为参与节点(关键帧确认、细节渲染前)。

## 输入
| 输入项 | 说明 | 必需 |
|---|---|---|
| 角色设定表引用 | 角色 ID + 设定表版本 + 多角度参考图 | 是 |
| 分镜与表演描述 | 景别、运镜、表演要求、时长 | 是 |
| 输出规格 | 分辨率、帧率、色彩空间、是否 4K 超分 | 是 |
| 姿态约束 | 关键点来源与约束强度 | 否 |
| 一致性阈值 | 面部/结构/语义一致性与帧间运动差异的项目内控值 | 是 |
| 前一镜头检查点 | 收尾姿态、运动基线、色调基线 | 是 |

## 输出
- 动画镜头或序列(含候选)
- 一致性比对报告(面部/结构/语义 + 帧间运动差异)
- 滑步抖动检测报告
- 标识证据(起始画面标识位置 + 隐式元数据回读结果)
- 人为参与节点记录与镜头检查点更新记录

## 执行步骤
1. 从镜头检查点读取前一镜头收尾姿态、运动基线与色调基线。
2. 加载角色设定表、参考图与风格参考集,锁定版本号。
3. 骨骼与蒙皮:按角色类型选择模型;检查物理辅助骨骼;复杂角色人工复核修型骨骼。
4. 动画生成:多模态输入 + 姿态约束,输出精细至手指关节。
5. 插帧:生成中间帧,检查滑步与抖动。
6. 两阶段渲染(若采用):先保运动流畅,再保细节与跨帧稳定。
7. 超分与调色:提升至目标分辨率,统一色彩配置。
8. 一致性比对:面部 / 结构 / 语义一致性 + 帧间运动差异;与项目内控阈值比对。
9. 滑步抖动检测:统计异常帧比例。
10. **人为参与节点**:关键帧确认与细节渲染前,由动画导演确认。
11. 标识处理:脚本在起始画面与播放周边渲染显著标识,写入隐式元数据。
12. 导出封装并回读校验(含色彩空间校验)。
13. 更新镜头检查点:版本、比对分数、失败原因、成本、责任人。

## 质量标准(DoD)
- 一致性比对全部通过,且留存比对分数;阈值明确标注为项目内控值。
- 滑步抖动率在阈值内。
- 起始画面与播放周边有显著标识;隐式元数据可回读;去标识日志留存不少于六个月。
- 人为参与节点已执行并留痕。
- 镜头检查点已更新,本镜头可单独重生成。
- 引用指标(如 ArcFace ≥ 0.6、DINO-I ≥ 0.45、CLIP-I ≥ 0.3、帧间运动差异 ≤ 5%)时标注"方案建议值,非标准阈值"。

## 常见失败与处理
- 角色漂移:设定表被裁剪 → 重新加载并固化为不可裁剪区。
- 滑步:脚部与地面相对位移失真 → 检查姿态约束强度与地面接触约束。
- 抖动:相邻帧无意义位移 → 检查插帧参数与超分阶段的跨帧稳定性。
- 扭曲:肢体非物理形变 → 回退到关键帧手工修正,不靠加大模型参数硬推。
- 跨帧闪烁:超分或调色引入 → 启用特征传递机制,冻结运动特征。
- 两阶段渲染破坏运动一致性:第二阶段改变了运动特征 → 冻结第一阶段输出作为约束。
- 蒙皮关节穿帮:复杂 3A 角色修型骨骼自动化率有限(约 50%+)属预期 → 人工复核,不强行自动。
- 异形角色骨架错误:确认模型支持范围(人形 / 四足 / 鸟类 / 怪兽)。

## 示例
任务:某项目第 3 集 SC-0315 镜头,角色 B 从静止到奔跑,时长 4 秒,输出 4K / 30 fps。
输入:角色 B 设定表 v2.4;多角度参考图;风格参考集 v1.8;前一镜头检查点;项目内控阈值。
执行:骨骼生成(含物理辅助骨骼)→ 蒙皮 → 姿态约束动画生成 → MIB 类插帧 → 两阶段渲染 → 4K 超分 → 一致性比对(帧间运动差异 3.1%,通过)→ 滑步检测(异常帧 0.4%,通过)→ 导演确认关键帧 → 标识渲染 → 导出回读 → 更新检查点。
输出:4K 序列 + 比对报告 + 滑步检测报告 + 标识证据 + 签核记录 + 检查点记录(SC-0315 = passed)。

4.3 Landing Checklist

#Check ItemLayerVerdictDescription
F-01Character Sheet and multi-angle reference images established with version numbersL4RequiredThe core anchor of this direction's bottleneck
F-02Style reference set and color configuration versionedL4Required
F-03Shot checkpoints established, supporting independent regeneration of a single shotL4Required
F-04Temporal memory module / cross-frame attention / feature propagation mechanism enabledL4RequiredKey to drift prevention in long sequences
F-05Character Sheet and style reference set listed as non-trimmable contextL1Required
F-06Toolchain for skeleton generation / skinning / animation generation / in-betweening / upscaling / color grading completeL2Required
F-07Frame extraction, color correction, metadata writing, marking rendering, and consistency comparison scriptedL2Required
F-08Layered pipeline of keyframe → intermediate frame → detail rendering → compositing definedL3Required
F-09Human-in-the-loop nodes moved forward (keyframe confirmation, before detail rendering)L3RequiredMust not all be deferred to final-film inspection
F-10In two-stage rendering, the first stage's output is frozen as a constraint for the second stageL3RecommendedPrevents detail rendering from breaking motion consistency
F-11Consistency thresholds defined as project-internal values and explicitly labeledL5RequiredMust not be presented as industry-standard thresholds
F-12Foot-sliding jitter rate included in observationL5Required
F-134K upscaling quality has cross-frame stability detectionL5RequiredPrevents cross-frame flicker
F-14Failure samples included in the evaluation setL5Required
F-15Prominent marking on the opening frame and around the playback interface rendered by scriptL6RequiredArticle 4, Item 4 of the Marking Measures
F-16Implicit metadata written and readable backL6Required
F-17De-marking logs retained for no less than six monthsL6RequiredArticle 9
F-18Copyright check for existing animated characters front-loadedL6RequiredMust not be used without written authorization
F-19Complete licensing ledger for training data and reference imagesL6Required
F-20Honestly declared that "there is currently no dedicated AI animation national/industry standard"L6RequiredMust not cite non-existent standard numbers

5. Conclusion

The AI animation direction presents a sharp contrast: engineering practice leads, while standards construction is blank.

On the one hand, engineering practice has made substantial progress. Tencent VISVISE released a complete AI full-pipeline 3D character animation pipeline at SIGGRAPH Asia 2025; MotionGen Beta reduced the probability of anomalies such as foot sliding, jitter, and distortion by 6 times; MIB generates 200 frames in 4 seconds; overall production efficiency improved by more than 8x and has been applied to nearly 100 game projects. The Beijing Municipal Science and Technology Commission project compressed the production cycle of a single animation work from the typical 2~3 years to 5~6 months and supports 4K upscaling output.

On the other hand, no dedicated AI animation national standard or industry standard was found. This leaves consistency assessment without a unified metric: the currently circulating metrics such as ArcFace ≥ 0.6, DINO-I ≥ 0.45, CLIP-I ≥ 0.3, and inter-frame motion difference ≤ 5% are all proposed recommended values rather than standard thresholds. In engineering practice for this direction, "project-internal values" and "industry-standard values" must be clearly distinguished — this is not only a rigor requirement but also a necessary measure to prevent misuse downstream.

On the technical path, the two case studies give the same answer: consistency is achieved not by a stronger model but by state carriers and human-in-the-loop nodes. The Beijing Municipal Science and Technology Commission project integrated the "temporal memory module, cross-frame attention, and feature propagation mechanism" and explicitly added "human-in-the-loop nodes in the generation pipeline"; Tencent VISVISE uses an autoregressive framework with large-scale pretrained motion-transition representations to carry motion state. What they share is — translating the consistency problem from a model-capability problem into an engineering-structure problem.

Information Gap Statement

Gap ItemHow Addressed
National standard or industry standard for AI animationNo dedicated AI animation national standard or industry-standard number was found → honestly state "none" and do not cite non-existent standard numbers
Character consistency metrics (ArcFace ≥ 0.6, DINO-I ≥ 0.45, CLIP-I ≥ 0.3, inter-frame motion difference ≤ 5%)Source is URL-less aggregated content; thresholds are proposed recommended values, not industry-standard thresholds → must be labeled "proposed recommended values, not standard thresholds" when cited
Theatrical-grade AI animation cost range (380–800 万元) and its component costsAn industry estimate; must not be cited as authoritative data → label "industry estimate" throughout the text
Amazon FuzzyPixel Picchu 12-hour trainingSource is URL-less aggregated content →
Tuanyuan Ling production dataOnly found its description as "China's first fully end-to-end AIGC animated film" and reporting of the 2026-03-01 viewing event (People's Daily photo caption, Xinhua photographer Xing Guangli); production cycle, cost, and team size all lack public sources
GB number of the Network Security Technology — Identification Methods for AI-Generated and Synthetic Content standardConfirmed: GB 45438—2025 (mandatory national standard, published 2025-02-28, effective 2025-09-01, in sync with the Marking Measures; source: National Standards Full-Text Publication System, TC260 official text)
Specific model architectures and training data of each VISVISE moduleNo public technical details found; only parameter scales and effect metrics → [To be filled]
Commercialization of the Beijing Municipal Science and Technology Commission project's resultsOnly project results and technical metrics found, no commercialization data → [To be filled]

6. References

  1. Identification Methods for AI-Generated and Synthetic Content — Cyberspace Administration of China, Ministry of Industry and Information Technology, Ministry of Public Security, National Radio and Television Administration, 2025. https://www.cac.gov.cn/2025-03/14/c_1743654684782215.htm
  2. Building the Identification System Through Multiple Measures to Promote the Healthy Development of AI in the New Era — National Internet Emergency Center, 2025. https://www.cac.gov.cn/2025-09/06/c_1758880709361356.htm
  3. Tencent Games VISVISE Releases the Industry's First AI Full-Pipeline 3D Animation Pipeline at SIGGRAPH Asia — ifeng.com, 2025. https://i.ifeng.com/c/8pBbzJLKCtV
  4. Research, Development and Application of an AI Full-Pipeline Animation Production Platform (project number Z241100007624006) — Beijing Municipal Science and Technology Commission results database. https://www.ncsti.gov.cn/kcfw/zcg/kjcgxxxt/cgxq/?id=16253
  5. Research Report on New Media Run by Mainstream Media (2024–2025, including CMG AI animation works) — People's Daily Online, 2025. https://sc.people.com.cn/BIG5/n2/2025/1030/c345167-41396739.html
  6. Embracing the Intelligent Wave, Swimming Toward the Depths of Change — Xinhua News Agency, 2025. https://www.news.cn/20251114/1c01598d836c449bbfd54267b6ecea6d/c.html
  7. Generative AI Opens a New Era for Media Development — Interpretation of the "Central Radio and Television Station AI Development White Paper (2025 Edition)" — Modern TV Technology, 2025. https://tvtech.cctv.com/tuijian20250707/index.html
  8. AGENTS.md Official Site — Agentic AI Foundation (Linux Foundation). https://agents.md/
  9. Lesson 15: AGENTS.md - giving agents project context — Addy Osmani, 2026. https://addyosmani.com/agents/15-agents-md/
  10. Agent Skills Specification — agentskills.io. https://agentskills.io/specification
  11. Equipping agents for the real world with Agent Skills — Anthropic, 2025 (updated 2025-12-18). https://claude.com/blog/equipping-agents-for-the-real-world-with-agent-skills
  12. Building custom Skills for Claude — Anthropic Claude Cookbook, 2025. https://platform.claude.com/cookbook/skills-notebooks-03-skills-custom-development