wan21-x0-trajectory-atlas
收藏资源简介:
该数据集围绕Wan2.1-T2V-14B视频扩散模型,系统研究了低分辨率步骤对去噪轨迹的影响。数据集包含三部分:原子消融实验(ablation_x0/)在步骤10使用单次低分辨率操作,其余步骤保持全分辨率,并记录步骤9-14的x0轨迹,以对比不同频率处理策略(如是否携带高频带、下采样方式)的恢复效果;完整轨迹数据(trajectories/)提供三种加速等级(密集1.00x、温和1.70x、激进3.82x)下50步的x0解码视频、接触图及演化动画;四倍加速方案对比(arms_4x/)包含五种配置(如缓存、低分辨率锚点、无频带携带等)的详细指标(标准差、锐度、帧间差异)。所有实验基于1280×720分辨率、81帧、50步UniPC调度器,并记录了每次前向推理的时间。数据以视频和数值摘要形式呈现,旨在揭示低分辨率步骤中频率分量的作用机制,以及如何设计更优的加速策略。
This dataset revolves around the Wan2.1-T2V-14B video diffusion model, systematically studying the impact of low-resolution steps on the denoising trajectory. It consists of three parts: atomic ablation experiments (ablation_x0/) perform a single low-resolution operation at step 10 while maintaining full resolution in other steps, recording the x0 trajectory from steps 9-14 to compare recovery effects of different frequency processing strategies (e.g., whether to carry high-frequency bands, downsampling methods); complete trajectory data (trajectories/) provides 50-step x0 decoded videos, contact maps, and evolution animations under three acceleration levels (dense 1.00x, moderate 1.70x, aggressive 3.82x); 4x acceleration scheme comparison (arms_4x/) includes detailed metrics (standard deviation, sharpness, inter-frame differences) for five configurations (e.g., caching, low-resolution anchors, no band carrying). All experiments are based on 1280×720 resolution, 81 frames, 50-step UniPC scheduler, with forward inference time recorded for each step. Data is presented in video and numerical summary forms, aiming to reveal the mechanism of frequency components in low-resolution steps and how to design better acceleration strategies.
数据集概述
wan21-x0-trajectory-atlas 是一个关于 Wan2.1-T2V-14B 视频生成模型低分辨率步进(low-resolution step)行为的研究数据集。该数据集不提供质量评判,而是提供观察材料,所有数值均为代理指标,而非判定标准。
核心研究框架
本数据集重新定义了评估目标:廉价步进的目标不是与全分辨率步进一致,而是向“有益”方向去噪。这一框架下的关键发现是:
| 单低分辨率步进分支 | cos(v) vs 稠密 | x0 位移 vs 稠密 | 第14步恢复度 |
|---|---|---|---|
base(CRF频率分割+携带高频带) |
0.849 | 8.1x | 0.966 |
latent_nc(下采样潜变量,无频率机制) |
0.352 | 13.8x | 0.998 |
最“对齐”的分支恢复最差,而最不对齐的恢复最好。预测结果的关键区分是流形上 vs 流形外:低分辨率步进留下细节不足,后续全步可重新生成;而携带的高频带注入了不属于该步的细节,无法被撤销。
原子消融实验(ablation_x0/)
在第10步执行单次低分辨率步进,其他步骤全为全分辨率,无任何跳跃。每个分支在第10步之前位相同(经断言验证),因此差异完全由该单次操作引起。x0 在第9至14步被转储。
关键结论:
- 携带的高频带使预测速度的高频内容翻倍:稠密 v 的高/低频带比为 0.330,携带该频带的分支为 0.49-0.63,丢弃的分支为 0.36-0.40。高频过量的分支正是 x0 崩溃的分支。
- 恢复程度按频率机制参与度单调排序:使用完整 CRF 分割与携带的为 0.966,完全不使用的为 0.998。
- 成本不变:低分辨率步进耗时 4.0-4.1 秒,无论是否携带高频带,均为全步(13.2 秒)的 31%。
轨迹数据(trajectories/)
包含三个层级的轨迹,x0 在全部 50 步中每一步均被解码:
| 层级 | 计算步数 / 50 | 加速比 |
|---|---|---|
dense_1.00x |
50 | 1.00x |
mild_1.70x |
25 | 1.70x |
aggr_3.82x |
9 | 3.82x |
每个层级包含 50 个步进视频、50 格接触表及 x0_evolution.mp4(每步一帧,约6秒播放完整去噪轨迹)。
约 4x 加速分支(arms_4x/)
| 分支 | F | L | S | 计算步数 | 加速比 | 标准差 | 锐度 | 帧差 |
|---|---|---|---|---|---|---|---|---|
A_cache_only |
12 | 0 | 38 | 12 | 4.09x | 64.1 | 2.38 | 5.11 |
nl_anchor |
10 | 5 | 35 | 15 | 4.34x | 61.5 | 1.96 | 4.96 |
nl_B |
7 | 18 | 25 | 25 | 4.12x | 41.8 | 2.38 | 6.09 |
nl_heavy |
5 | 20 | 25 | 25 | 4.64x | 56.7 | 2.67 | 8.72 |
nl_B_old |
7 | 18 | 25 | 25 | 4.03x | 32.1 | 2.13 | 2.18 |
| 参考 | 50 | — | — | 50 | 1.00x | 64.1 | 2.56 | 6.28 |
所有 nl_* 分支均使用潜变量空间下采样且不携带频带。nl_B_old 为对照组:与 nl_B 计划完全相同,但使用旧的嵌入下采样和携带高频带。
本轮修正
- 先前提出的设计目标“寻找 x0 位移和方向与稠密匹配的操作”被推翻——恢复最佳的分支具有最大位移(13.8x)和最差方向(cos 0.037)。x0 是读数而非状态。
- 潜变量下采样并不比嵌入下采样更便宜(0.305 vs 0.310 全步比例),块堆栈占主导。
- 原先预期激进层级在前10-15步明显停滞的假设被撤回。
- 此前将灰色场崩溃归因于携带陈旧性和单 L 振幅损失的判断均被修正,实际原因是让 L 步写入跳跃残差。
文件结构
reference_1.00x.mp4— 参考视频trajectories/<tier>/— 每个层级的 50 个 x0 步进视频、接触表和演化视频ablation_x0/<arm>/— 每个分支的 6 个 x0 步进视频(9-14步)及接触表arms_4x/— 五个约 4x 分支及每次前向的追踪与摘要code/— 包含crf_lowres.py、crf_generate.py、make_plan.py、decode_x0.py、compare_ab.py、ab_motion.py、x0_motion.py、vidstat.py、test_crf_lowres.py(43项检查,全部通过)





