DiagSplat · local multiradius boundary critic

Frame 0002 · 四个失败位置 × 四条候选线 → 新 mask

每个 block 的 RGB 和 residual 均作为独立 512×512 PNG 输入。 C1 白=+64,C2 洋红=+128,C3 黄=+192,C4 薄荷绿=+256 px。 选择最小的完整覆盖候选后,以 Gaussian 空间权重平滑组合局部半径,避免方形 crop 接缝。

Residual 仍是有偏辅助:轮廓外 residual 可以否决候选, 但低 residual 不能证明覆盖。最终组合使用 RGB-first 的选择。

Block 01 · C2 · +128 px

Confidence 0.98. The white C1 line leaves a coherent cyan spoke/blur streak at or just outside its lower-right boundary; the magenta C2 line is the first candidate that clearly encloses it.

Separate critic input A · RGB · four candidate lines
Separate critic input B · biased residual · four candidate lines

Block 02 · C2 · +128 px

Confidence 0.99. A long lower-right residual streak and the matching defocused wooden tip remain outside C1, while C2 encloses both with a visible safety margin.

Separate critic input A · RGB · four candidate lines
Separate critic input B · biased residual · four candidate lines

Block 03 · C2 · +128 px

Confidence 0.96. C1 only narrowly meets the faint continuation and is not a safe boundary under the residual veto rule; C2 is the smallest candidate with unambiguous clearance.

Separate critic input A · RGB · four candidate lines
Separate critic input B · biased residual · four candidate lines

Block 04 · C2 · +128 px

Confidence 0.95. The diagonal parasol-related continuation approaches C1 too closely to certify full coverage; C2 is the first line that safely contains it despite adding some background.

Separate critic input A · RGB · four candidate lines
Separate critic input B · biased residual · four candidate lines

四个判断组合得到的新 mask

Hard mask fraction 25.311% → 30.341%;新增 5.030%。 下载最终 mask PNG

old-mask
new-mask
added-hard-region
spatially-smoothed-radius-field
new-mask-on-biased-residual
完整 critic prompt
Judge ONE frame-0002 boundary location at a time.

You receive two separate 512x512 PNG images for the same location:
A. true observed RGB;
B. biased Round-1 residual.
They are separate visual inputs, never a merged composite.

Four thin candidate hard-mask boundaries appear in both images:
C1 white/black = +64 px
C2 magenta/black = +128 px
C3 yellow/black = +192 px
C4 mint/black = +256 px

Choose the SMALLEST candidate that encloses every visible part of the very-near
defocused parasol: paper, wooden ribs and tips, translucent fringe, defocus
halo, and color/blur trail.  If even C4 fails, return INSUFFICIENT.

Residual construction: mean absolute RGB difference between dirty observed and
the Round-1 3DGS render, Gaussian sigma 1.8, clipped at 0.30, Turbo colormap.
The render was trained with an earlier undercovered mask and can reproduce
leaked transient pixels. Therefore coherent residual outside a line proves
that line insufficient, but low residual never proves coverage.

Return: selected candidate, radius, confidence, and one concise RGB-first
reason.