OmniPart x TRELLIS2 · experiment detail
2026-04-17 19:08:38 UTC

OmniPart x TRELLIS2 Anisotropic Refit Audit

复用已有 TRELLIS2 raw part mesh,不重新推理,专门比较 isotropic bbox fitting 与 anisotropic bbox fitting。数学判据是 mean mesh/target bbox IoU 的提升量 Delta_IoU,用来判断当前装配误差有多少来自比例拟合而不是生成本身。

OmniPartTRELLIS2anisotropic-refitmath-auditassembly-diagnostics
2026-04-17 19:08:38 UTCTimestamp
4Assets
activeStatus
OmniPart x TRELLIS2 Anisotropic Refit Audit cover image
Assets
Interactive Asset

000ec112ae7f4a8a93f847ccfd4031be - aspect mismatch audit

isotropic mean IoU 为 0.3824,anisotropic mean IoU 提升到 0.8237,Delta_IoU=+0.4413。pair bbox IoU 只有 0.0299,因此这个样本主要暴露的是 fitting aspect mismatch,而不是强 bbox 重叠。

0.3824 -> 0.8237Mean mesh/target IoU
+0.4413Delta IoU
5.75Max scale anisotropy
000ec112ae7f4a8a93f847ccfd4031be - aspect mismatch audit Original isotropic assembly overview
Original isotropic assembly overview
000ec112ae7f4a8a93f847ccfd4031be - aspect mismatch audit Anisotropic refit preview
Anisotropic refit preview
Anisotropic Refit Preview
公式:x' = c_b + diag(e_b/e_s)(x-c_s)。此结果用于诊断比例拟合误差,不代表最终无形变资产。
Interactive Asset

0023687e90394c3e97ab19b0160cafb3 - already reasonable fit

isotropic mean IoU 为 0.6467,anisotropic mean IoU 为 0.8306,Delta_IoU=+0.1839。pair bbox IoU 为 0,说明这个样本的结构框关系比较干净,anisotropic 只是进一步收紧 bbox agreement。

0.6467 -> 0.8306Mean mesh/target IoU
+0.1839Delta IoU
1.93Max scale anisotropy
0023687e90394c3e97ab19b0160cafb3 - already reasonable fit Original isotropic assembly overview
Original isotropic assembly overview
0023687e90394c3e97ab19b0160cafb3 - already reasonable fit Anisotropic refit preview
Anisotropic refit preview
Anisotropic Refit Preview
这个样本 Delta_IoU 未超过 0.25,说明 scalar fitting 不是唯一主要瓶颈。
Interactive Asset

00244988f3424ae0a7fb6f2381272361 - nested bbox warning

isotropic mean IoU 只有 0.1901,anisotropic 提升到 0.9523,Delta_IoU=+0.7622。但 pair bbox IoU=0.5469,说明即使 refit 后几何贴框,结构框自身仍然严重嵌套,后续仍需要边界/父子装配处理。

0.1901 -> 0.9523Mean mesh/target IoU
0.5469Pair bbox IoU
10.72Max scale anisotropy
00244988f3424ae0a7fb6f2381272361 - nested bbox warning Original isotropic assembly overview
Original isotropic assembly overview
00244988f3424ae0a7fb6f2381272361 - nested bbox warning Anisotropic refit preview
Anisotropic refit preview
Anisotropic Refit Preview
这是一个重要反例:高 mesh/target IoU 不等于结构合理,因为 bbox 之间仍可强嵌套。
Interactive Asset

0044d40f1bf8459783d93d1bd7c9b54e - soft-alpha sample refit

soft-alpha 修正样本中 isotropic mean IoU 为 0.1398,anisotropic 提升到 0.8104,Delta_IoU=+0.6706。说明此前头/躯干样本的低 bbox agreement 很大一部分来自比例拟合,而非 TRELLIS2 完全失败。

0.1398 -> 0.8104Mean mesh/target IoU
+0.6706Delta IoU
4.82Max scale anisotropy
0044d40f1bf8459783d93d1bd7c9b54e - soft-alpha sample refit Original soft-alpha overview
Original soft-alpha overview
0044d40f1bf8459783d93d1bd7c9b54e - soft-alpha sample refit Anisotropic refit preview
Anisotropic refit preview
Anisotropic Refit Preview
注意:这个结论只说明 bbox fitting 更贴框,不保证生成 part 的语义或外观已经正确。