实验 80:A74 LOO Pareto Ranker

lambda-only no-GT 排序器未能接近 per-region oracle,说明下一步必须引入 VGGT/MV observation-conditioned 特征

实验定位 负结果 / 方向收窄

A74 接在 A73 后面,回答一个很具体的问题:如果只看 per-region λ 的结构、平均移动量、p95 移动量和拓扑这些 no-GT 特征,能否从 A73 Pareto 候选里选出接近 oracle 的候选?实验把 3 个 active case 做 leave-one-case-out:在 2 个 case 上用 GT joint 训练/挑选线性排序器权重,在 held-out case 上只用 no-GT 特征选择。

结果不乐观但很关键:最佳 no-GT ranker 是 moderate_scalar_prior,10-case joint=-0.0001506,仍明显落后 A73 oracle=-0.0003089 和 A53 reference joint=-0.0003849。LOO linear ranker 的 joint=-0.0000504,只比 A73 weak proxy=-0.0000296 好一点,却不如 hard λ=1。

A74 is a retrospective ranker audit on only three active cases. It tests whether lambda/motion priors are sufficient; it does not prove generalization to unseen object categories.

实验设计(Image-2 风格)

实验设计图:A74 LOO Pareto ranker audit
实验设计图:A74 LOO Pareto ranker audit
模块设计图:no-GT frontier ranker
模块设计图:no-GT frontier ranker

模块设计(Image-2 风格)

Feature Set

  • 只使用 no-GT 特征:四类 region λ、λ 方差、conflict-visible order、mean/p95 move、candidate 类型。
  • 不使用 Chamfer、F@5、GT mesh 或测试视角指标作为 held-out 选择输入。
  • GT joint 只用于训练 split 上的 retrospective 权重搜索和最终审计。

Ranker Audit

  • 比较 A73 weak proxy、lambda-order prior、moderate scalar prior、LOO linear ranker、hard λ=1、carrier 和 GT oracle。
  • 评价 10-case projected ΔChamfer、ΔF@5、joint、oracle gap、Pareto 命中数。
  • 目标不是追求小样本 SOTA,而是证伪 lambda-only frontier selection 是否足够。

实验结果(表格)

10-case projected ranker comparison

rankermean ΔChamfermean ΔF@5jointnonzeroPareto hitsgap to oracle
A73 GT oracle upper bound-0.00021070.001227-0.0003089330.0000000
moderate scalar prior-0.00008920.000768-0.0001506300.0001582
hard λ=1-0.00008920.000768-0.0001506300.0001582
LOO linear joint ranker-0.00000830.000526-0.0000504310.0002584
A73 weak proxy-0.00000890.000259-0.0000296300.0002793
lambda-order prior-0.00000620.000288-0.0000292300.0002797
carrier zero0.00000000.0000000.0000000000.0003089

case-level selection

casecandidatesParetooracleoracle jointweak proxylambda-orderLOO selectedLOO jointLOO on Pareto
gso_000_input4256scalar_1.250-0.0001417template_v0.350_c1.000_n0.700_u0.500probe_v0.000_c0.750_r0.000template_v0.000_c0.250_n0.000_u0.000-0.0000382
gso_002_input4261scalar_1.250-0.0025723probe_v0.250_c0.750_r0.500template_v0.000_c0.250_n0.000_u0.000template_v0.000_c0.250_n0.000_u0.000-0.0005410
gso_008_input4262probe_v0.000_c0.750_r0.000-0.0003747probe_v0.250_c0.750_r0.500template_v0.125_c0.750_n0.250_u0.125scalar_1.2500.0000748

LOO details

held-outselectedΔChamferΔF@5jointon Paretotop weights
gso_000_input4template_v0.000_c0.250_n0.000_u0.000-0.00001650.000271-0.0000382is_conflict_only:-0.99, lambda_std:0.95, conflict_minus_visible:0.92, unobserved:-0.89
gso_002_input4template_v0.000_c0.250_n0.000_u0.000-0.00018290.004476-0.0005410is_conflict_only:-0.96, neutral_unobserved_sum:0.90, visible:-0.86, unobserved_over_conflict:0.81
gso_008_input4scalar_1.2500.00011600.0005150.0000748conflict:-0.70, visible:0.20, neutral:-0.20, is_scalar:-0.20

可视化结果

A74 ranker joint comparison
A74 ranker joint comparison
A74 oracle gap
A74 oracle gap
A74 Pareto hits
A74 Pareto hits

实验结论

下一步想法