实验 17:A11 Controlled Full Generation

验证 sparse support-band controller 是否能传导到最终 mesh 质量

实验定位 mesh 质量未通过 / 机制证据有效

A11 把 A10 的 per-step support-band controller 接到完整 TRELLIS.2 生成链路,目的是验证 sparse 阶段的 token 控制能否传导到最终 mesh。结果显示:token-band 可以避免 seed 1 的 empty sparse 解码失败,但不能带来几何或拓扑提升;seed 4 中 controller 没有触发,controlled 与 selected-alpha 一样出现高面片数和 F@5 下降。

实验设计(Image-2 风格)

实验设计图:A10 controller 接入完整 mesh 生成
实验设计图:A10 controller 接入完整 mesh 生成
模块设计图:sparse 控制到 mesh 质量的传导检查
模块设计图:sparse 控制到 mesh 质量的传导检查

模块设计(Image-2 风格)

本页的模块设计图已在“实验设计”区域并排展示;它描述输入视角、VGGT/TRELLIS.2 信号、门控/路由、mesh 输出和评测反馈之间的数据流。这里单独标出模块设计章节,方便按统一汇报格式阅读。

实验结果(表格)

seed方法状态sparse tokensfacesChamferF@5F@10watertight / boundary / nonmanifold错误
1baseline multidiffusionok26113700.077470.41460.63900.0 / 192 / 328
1selected-alphafailed0----- / - / -ValueError: empty sparse coords cannot be decoded
1support-band controlledok26113700.077470.41460.63900.0 / 192 / 328
4baseline multidiffusionok12095942460.074020.38050.65470.0 / 3210 / 1680
4selected-alphaok12106257500.075110.37590.64560.0 / 3196 / 1953
4support-band controlledok12106257500.075110.37590.64560.0 / 3196 / 1953

汇总表

方法成功平均 tokens平均 faces平均 Chamfer平均 F@5水密率Chamfer Δ vs baselinefaces Δ vs baseline
baseline2/2617.53028080.075750.39750.0%--
selected_alpha1/21210.06257500.075110.37590.0%-0.00064322942
controlled2/2618.03185600.076290.39520.0%0.0005515752

可视化结果

A11 Chamfer by seed/method
A11 Chamfer by seed/method
A11 faces by method
A11 faces by method
selected-alpha 成功
1/2

seed 1 selected sparse 为空,无法进入 shape/texture 解码。

controlled Chamfer Δ
0.00055

正数代表 controlled 比 baseline 更差;本轮没有证明 mesh 精度提升。

controlled 水密率
0.0%

仍然是 0%,说明 TRELLIS.2 raw mesh 非水密问题不由 token count 单独解决。

实验结论

下一步想法