实验 11:A5 Decoder-aware Gate Gap

定位 sparse gate 之后的 shape/SLat/decoder 可解码性缺口

实验定位 诊断有效 / 指向新 gate

A5 回答 A4 留下的问题:为什么 A3 的 sparse support gate 通过后,完整 TRELLIS.2 解码仍然失败。关键发现是:gso_000_input4 在 selected alpha 下 sparse support 与 baseline 精确一致,但 full decode 仍报 empty tensor。这把问题从 sparse support 阶段推进到了 shape/SLat/decoder viability 阶段。

实验设计(Image-2 风格)

实验设计图:A3/A4/trajectory 证据对齐诊断
实验设计图:A3/A4/trajectory 证据对齐诊断
模块设计图:sparse gate + decoder viability gate
模块设计图:sparse gate + decoder viability gate

模块设计(Image-2 风格)

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

实验结果(表格)

caseselected alphasparse matchsparse Jaccarddecode 状态风险类型Chamfer Δ ↓Watertight解释
gso_000_input40.1250精确一致1.000faileddecode empty--sparse support gate passed, but full decode failed before mesh extraction
gso_001_input41.0000近似/漂移0.993ok拓扑开口-0.002110.0full decode produced a mesh, but raw topology stayed open
gso_002_input41.0000近似/漂移0.834ok拓扑开口-0.000140.0full decode produced a mesh, but raw topology stayed open
gso_003_input41.0000近似/漂移0.952ok拓扑开口-0.000010.0full decode produced a mesh, but raw topology stayed open
gso_004_input41.0000精确一致1.000ok拓扑开口0.000000.0full decode produced a mesh, but raw topology stayed open
gso_005_input41.0000精确一致1.000ok拓扑开口0.000000.0full decode produced a mesh, but raw topology stayed open
gso_006_input41.0000近似/漂移0.971ok几何恶化+开口0.000700.0full decode produced a mesh, but geometry worsened and raw topology stayed open
gso_007_input41.0000近似/漂移0.986ok几何恶化+开口0.001730.0full decode produced a mesh, but geometry worsened and raw topology stayed open
gso_008_input41.0000近似/漂移0.968ok几何恶化+开口0.005770.0full decode produced a mesh, but geometry worsened and raw topology stayed open
gso_009_input41.0000近似/漂移0.839ok几何恶化+开口0.003150.0full decode produced a mesh, but geometry worsened and raw topology stayed open

可视化结果

A5 风险类型统计
A5 风险类型统计
A5 sparse token count 与 decode 风险
A5 sparse token count 与 decode 风险
Sparse gate 通过
10/10

所有 case 都通过 A3 的 selected-alpha sparse gate。

Full decode 成功
9/10

gso_000_input4 是 sparse 精确一致但 decode 失败的反例。

Raw 水密率
0.0%

可解码的 selected-alpha mesh 仍全部非水密。

轨迹证据

case初始噪声一致latent 首次分歧 stepoccupancy 首次分歧 stepfinal sparse Jaccarduniform tokensadapter tokenscondition delta RMS
gso_000_input4True160.00026240.00015159

trajectory 证据来自单例 step25 诊断:极小 residual 已经能让 latent 在 step 1 分歧、decoded occupancy 在 step 6 分歧;而 A3 selected alpha 又证明最终 sparse support 可以重新对齐。两者合起来说明:只看最终 sparse 坐标会漏掉 decoder 轨迹内部的坍塌风险。

实验结论

结论要保守理解:A5 的“sparse 精确一致”来自 A3 preflight 记录,不等价于 A4 full-run 内部的 sparse support 也一致。后续 A6 已经进一步修正根因:selected-alpha 在真实 full-run 中会先坍塌为空 sparse coords,然后才在 shape SLat 入口崩溃。

限制和不确定性

下一步想法