实验定位 解码验证未通过 / 指向 decoder gate
A4 回答 A3 之后最关键的问题:per-case sparse preflight 选出的 alpha,真正生成 mesh 后是否更好。结论是:sparse support 安全不等于 decoder 安全。gso_000 在 A3 中有安全 alpha=0.125,但完整解码仍失败。
实验设计(Image-2 风格)
模块设计(Image-2 风格)
本页的模块设计图已在“实验设计”区域并排展示;它描述输入视角、VGGT/TRELLIS.2 信号、门控/路由、mesh 输出和评测反馈之间的数据流。这里单独标出模块设计章节,方便按统一汇报格式阅读。
实验结果(表格)
| case | selected alpha | 生成状态 | Chamfer Δ ↓ | F@5 Δ ↑ | Faces Δ | Watertight | Boundary | Nonmanifold |
|---|---|---|---|---|---|---|---|---|
| gso_000_input4 | 0.1250 | failed | - | - | - | - | - | - |
| gso_001_input4 | 1.0000 | ok | -0.00211 | 0.0081 | 12866 | 0.0 | 1133 | 2364 |
| gso_002_input4 | 1.0000 | ok | -0.00014 | 0.0064 | 135816 | 0.0 | 10155 | 9221 |
| gso_003_input4 | 1.0000 | ok | -0.00001 | -0.0003 | 18528 | 0.0 | 1733 | 11400 |
| gso_004_input4 | 1.0000 | ok | 0.00000 | 0.0000 | 0 | 0.0 | 2843 | 4830 |
| gso_005_input4 | 1.0000 | ok | 0.00000 | 0.0000 | 0 | 0.0 | 3127 | 4862 |
| gso_006_input4 | 1.0000 | ok | 0.00070 | -0.0022 | -130372 | 0.0 | 32915 | 46856 |
| gso_007_input4 | 1.0000 | ok | 0.00173 | 0.0036 | 3014 | 0.0 | 4303 | 7187 |
| gso_008_input4 | 1.0000 | ok | 0.00577 | -0.0139 | -32940 | 0.0 | 43223 | 1034 |
| gso_009_input4 | 1.0000 | ok | 0.00315 | 0.0220 | -60070 | 0.0 | 3837 | 7520 |
可视化结果
gso_000_input4 sparse preflight 通过但 decode 失败。
均值 Chamfer Δ=0.00101,整体未改善。
selected-alpha 仍没有解决 TRELLIS.2 raw mesh 非水密。
对照结论
固定 alpha=0.25 在 common-9 上 Chamfer Δ=0.00009、F@5 Δ=0.0008;A3 selected-alpha 的 F@5 Δ=0.0026 更高,但 Chamfer Δ=0.00101 更差。也就是说,selected-alpha 没有形成稳定几何收益。
实验结论
- A3 的 sparse-only 门控能避免一部分支持集漂移,但不能保证完整 TRELLIS.2 解码成功。
- gso_000 是关键反例:selected alpha=0.125,sparse support gate 通过,shape SLat 仍失败。
- 9 个可评测 case 中只有 3 个 Chamfer 改善;均值 Chamfer 变差,F@5 仅小幅提升。
- raw watertight rate 仍为 0.0%,说明水密问题不能靠 sparse alpha 解决。
下一步想法
下一轮研究应从 sparse support gate 升级到 decoder-aware occupancy gate:在进入完整解码前,额外检查 shape SLat/decoded occupancy band 是否为空、是否大幅偏离 baseline、是否会导致边界/非流形风险。实际系统应采用三路候选:baseline、selected-alpha、repair;selected-alpha 只有同时通过 sparse gate 和 decoder gate 才进入最终候选。