实验 85:A79 Observation-state Expansion

V2:把 A78 的状态变量扩展到 10-case proxy 覆盖,明确 A80 训练数据缺口

实验定位 V2 完成 / 数据覆盖审计

A79 是三版路线中的第 2 版:它不重新生成 mesh,而是把 A78 的 3-case observation-state 扩展到 A51/A70/A71 的 10-case route/evaluator 证据。目标是回答:A80 要学习的状态类型是否真实存在,哪些状态还缺完整 sampler trajectory。

结果:10 个 case 覆盖 5/5 个必要 proxy 状态;但完整 A65 sampler trajectory 只覆盖 3 类 active 状态,defer/topology-risk 仍是 proxy-only。active 3 case 上 A70 的 mean ΔChamfer=-0.0004057,mean ΔF@5=0.002796。

Only 3 cases have full sampler trajectory labels from A65; the other 7 cases use proxy labels derived from readiness, surface masks, active/defer route and same-evaluator metrics.

实验设计(Image-2 风格)

实验设计图:A79 observation-state expansion
实验设计图:A79 observation-state expansion
模块设计图:state-balanced training set
模块设计图:state-balanced training set

模块设计(Image-2 风格)

State Taxonomy

  • late-safe global gain:中等 conflict + 大 unobserved/completion room。
  • visible-region recovery:visible surface improvement 很强且置信度高。
  • saturated local damage:高 conflict 且几乎没有 closure room。
  • defer low-conflict:大部分表面 neutral,编辑收益低。
  • carrier topology failure:carrier 未 ready 或面片/组件异常。

Training Implication

  • A78 的失败不是单纯阈值没调好,而是 held-out train split 缺状态类型。
  • A79 给 A80 指定 state-balanced 采样,避免只学 active case。
  • proxy-only 状态必须补 full sampler trajectory,否则模型只能学到 route,而不是 step-level budget。

实验结果(表格)

state summaries

statecasesactiveconflictunobservedimprovedA70 ΔChamferA70 ΔF@5case ids
carrier_topology_failure100.40540.00100.27110.00000000.000000['gso_006_input4']
defer_low_conflict500.01530.00000.00830.00000000.000000['gso_001_input4', 'gso_004_input4', 'gso_005_input4', 'gso_007_input4', 'gso_009_input4']
defer_not_ready100.08970.00000.08950.00000000.000000['gso_003_input4']
late_safe_global_gain110.13060.23590.4952-0.0001331-0.004499['gso_000_input4']
saturated_local_damage110.70500.00020.17070.0002912-0.000896['gso_008_input4']
visible_region_recovery110.20180.02650.6134-0.00137500.013782['gso_002_input4']

case labels

casestateA65 trajectoryrouteconflictimprovedunobservedcarrier facesreason
gso_000_input4late_safe_global_gainactive0.13060.49520.23592734large unobserved/completion room with moderate conflict
gso_001_input4defer_low_conflictdefer0.02900.01560.0000449604low conflict and mostly neutral observed surface
gso_002_input4visible_region_recoveryactive0.20180.61340.0265234960visible surface has strong improvement evidence
gso_003_input4defer_not_readydefer0.08970.08950.0000295076carrier not ready, so sampler should not edit this case
gso_004_input4defer_low_conflictdefer0.00380.00380.0000100120low conflict and mostly neutral observed surface
gso_005_input4defer_low_conflictdefer0.00000.00000.0000328064low conflict and mostly neutral observed surface
gso_006_input4carrier_topology_failuredefer0.40540.27110.00101832108carrier not ready and carrier topology is fragmented/high-face
gso_007_input4defer_low_conflictdefer0.02640.00140.0000278432low conflict and mostly neutral observed surface
gso_008_input4saturated_local_damageactive0.70500.17070.0002827994saturated visible conflict with near-zero closure room
gso_009_input4defer_low_conflictdefer0.01760.02050.000083166low conflict and mostly neutral observed surface

可视化结果

A79 state counts
A79 state counts
A79 trajectory coverage
A79 trajectory coverage
A79 proxy/trajectory gap
A79 proxy/trajectory gap

实验结论

下一步想法