Skip to content
Octopus Research Institute
TR-2026-0004Technical reportPeer review: Not peer reviewedEvidence: ExperimentalStatus: Released

A deflated box-derived evaluation yardstick, and a (later-overturned) negative for frozen-backbone slot-binding

Ran Tao (Octoryn Research)

This is not peer-reviewed. Treat it as a working document, not a validated result.

Abstract

[SUPERSEDED] Two results on an object-emergence milestone for unsupervised slot-binding. (1) A box-derived evaluation gold (bounding boxes used as masks) caps even oracle clustering below a common pass bar, while real instance-segmentation gold rises above it — a measurement-artifact caution that still holds. (2) A then-apparent negative, that frozen-backbone slot-binding did not beat naive clustering, was later traced to an implementation bug and overturned. Retained for the scientific trail.

⚠ SUPERSEDED. The negative conclusion below was later traced to an implementation bug (a per-dimension target-whitening step). With it corrected, the milestone passes — see the resolved companion report. This version is retained for the scientific trail.

Summary

This line of work asks whether an object/entity ontology emerges from unlabeled real observation, as part of a state-over-token learning thesis. This note reports a full diagnostic investigation on COCO with a frozen DINO ViT-B/16 backbone, an iterative slot-attention binding core, and spatial-broadcast reconstruction (DINOSAUR-style). It contains two results that point in opposite directions and must be kept apart:

  1. A measurement-artifact correction (positive). The convenient box-derived evaluation gold (bounding boxes painted as masks) caps even an oracle clustering of the features at FG-ARI of roughly 0.13–0.15 — below the 0.20 pass bar. The bar was therefore structurally unreachable under that yardstick regardless of emergence. With real instance-segmentation gold (COCO panoptic, things-only, per-image paired), the oracle ceiling rises to about 0.24 — above the bar.

  2. A clean negative (as understood at the time). Re-probing trained checkpoints against the fixed yardstick: zero-training k-means on the same frozen features already scores about 0.21 (clears the bar), while the trained slot-binding encoder masks score only about 0.09–0.13 — below the no-training baseline. The decoder masks (about 0.22–0.23) only tie k-means, and via a readout shown unreliable on synthetic data. So the trained binding appeared not to extract object structure beyond naive clustering of the frozen features.

Method (the diagnostic ladder)

Each apparent failure was first interrogated as plumbing, not conclusion, and falsified before the next step:

  • Seven confounds eliminated (each adversarially checked): training objective (contrastive to reconstruction), optimizer schedule (warmup / grad-clip / cosine), backbone (supervised to DINO self-supervised), per-dimension target normalization, decoder capacity, slot-vector collapse (a diversity penalty), and a second, distinct collapse mode — decoder single-slot domination — addressed by a mask-entropy balance gate. Two collapse modes at two layers implies anti-collapse is required at every layer, not just one.

  • Scale tested: roughly 8× images (to 40k COCO) × 5× steps (to 150k). The slot-to-object alignment trend was effectively flat across ten checkpoints — scale within reach moved nothing.

  • Positive control: the same code on synthetic feature grids where objects are cleanly separable. The encoder binds them (FG-ARI 0.54, well above a shuffle baseline of about 0.07) — so the binding core is sound; the decoder readout is the broken part (near chance there).

  • Feature-separability audit: object structure is present but weak in DINO-COCO features (k-NN object purity of roughly 0.70–0.80, well above chance), and higher resolution / better features (DINO-B/8, DINOv2 at 448) did not lift the oracle ceiling — which localized the cap to the gold, not the features.

  • Yardstick fix and adversarial validation: real segmentation gold, things-only, per-image paired (boxes derived from the same segments); the box-calibration arm reproduced the depressed score (pipeline validated) while the segmentation gold reached about 0.24.

Why it matters

The honest conclusion is sharper than the pre-correction read ("flat / scale ceiling," which was itself a box-gold artifact). At the time, the bottleneck appeared to be neither the metric nor scale, but that frozen-backbone slot-reconstruction did not beat k-means on this data. The evidence-based next lever was a reconstruction path that actually trains the encoder toward object grouping (a stronger decoder giving real grouping gradient) and/or unfreezing features — not more scale, and not a different gold.

This was published as a negative result because the measurement-artifact half is a reusable caution: box-derived gold deflates object-discovery metrics below common pass bars, and an oracle-clustering calibration exposes it cheaply. (Note: the slot-binding negative was subsequently overturned; the measurement caution stands.)

Claim boundary

The author's explicit scope — what this work does and does not establish — carried over from the Octoryn Research publishing model.

Proves

  • Box-derived (bounding-box-as-mask) evaluation gold can cap even an oracle clustering of frozen features below common object-discovery pass bars, a measurement-artifact caution that still holds.
  • An oracle-clustering calibration is a cheap way to expose when an evaluation yardstick, not the model, is the bottleneck.

Does not prove

  • That frozen-backbone slot-binding fails to beat naive clustering — this conclusion was overturned; see the resolved companion report.
  • Any general claim about whether object ontologies emerge from unsupervised real-observation learning.

Applies when

  • Read as a historical record of the pre-bugfix state of the investigation.
  • Evaluating unsupervised object-discovery methods where the gold annotations are derived from bounding boxes rather than true segmentation masks.

Does not apply when

  • Taken as a current conclusion — it is superseded by the resolved companion report.
  • Real instance-segmentation gold is available, in which case the oracle ceiling rises above the pass bar.

Authors

  • Ran Tao — Investigation, Writing

Cite this

Citation

Tao, R., Octoryn Research. (2026). A deflated box-derived evaluation yardstick, and a (later-overturned) negative for frozen-backbone slot-binding (TR-2026-0004). Octopus Research Institute.

BibTeX

@techreport{oritr20260004,
  title       = {A deflated box-derived evaluation yardstick, and a (later-overturned) negative for frozen-backbone slot-binding},
  author      = {Tao, Ran and {Octoryn Research}},
  institution = {Octopus Research Institute},
  year        = {2026},
  note        = {Permanent ID TR-2026-0004. Not peer reviewed.}
}

Disclosures

Funding
Hardware and infrastructure provided by Octoryn / Octopus Core Pty Ltd.
Conflicts of interest
Octoryn ships commercial inference and governance tooling; findings are reported independently.