diff options
| author | YurenHao0426 <Blackhao0426@gmail.com> | 2026-08-01 16:29:37 -0500 |
|---|---|---|
| committer | YurenHao0426 <Blackhao0426@gmail.com> | 2026-08-01 16:29:37 -0500 |
| commit | 0ba1fe093c8393c473fd13ec44d07cacb83ec33f (patch) | |
| tree | b6845bbbab292d153e999931be0e5c4cf75eba6f /RANK_RESULTS.md | |
| parent | 03f68f76011d510db017d3b15fdd6a231677f79a (diff) | |
Corpus overlap sets the shared width, by intervention
Suppressing one factor block from the synthetic captions -- vision still
sees the property, nothing else changes -- costs five shared directions
and the entire result: 96.4% recovery to 5.6%, at a correlation of 0.830
that is higher than anything achieved on photographs.
The synthetic world degraded to Visual Genome's shared width fails
exactly the way Visual Genome fails, at a correlation Visual Genome
never reaches. That closes the chain: how much of the same world the two
corpora describe sets the width, the width sets recovery, and the
correlation reports on neither reliably.
Also records the Delta compute-node offline trap in DELTA_HPC.md, and
marks the superseded verdict in NATURAL_RESULTS.
Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to 'RANK_RESULTS.md')
| -rw-r--r-- | RANK_RESULTS.md | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/RANK_RESULTS.md b/RANK_RESULTS.md index 0e481b9..2998e47 100644 --- a/RANK_RESULTS.md +++ b/RANK_RESULTS.md @@ -118,6 +118,37 @@ directions and then stops. Enlarging the scene population does not help either scenes, so the ceiling is a property of what the two corpora are about rather than of how many scenes are sampled. +## Corpus overlap sets the width, by intervention + +The invariance results say the width does not come from the encoders. A +controlled intervention says where it does come from. In the synthetic world +the caption is encoded into separate factor blocks, so a block can be +suppressed — the caption then never states that property while vision +continues to see it. Nothing else changes: same images, same segmentation, +same kernel. + +| Caption content | ρ | shared | recovery | +|---|---|---|---| +| states everything | 0.928 | 20 | **96.4%** | +| never states size | 0.830 | 15 | **5.6%** | + +Deleting one word class costs five shared directions and the entire result. +The correlation is still 0.830 — higher than anything we have achieved on +photographs — and recovery is at chance. **The synthetic world degraded to +Visual Genome's shared width fails exactly the way Visual Genome fails**, at a +correlation Visual Genome never reaches. + +This closes the causal chain. How much of the same world the two corpora +describe sets the width of the shared spectrum; the width sets recovery; and +the correlation reports on neither reliably. It also reframes the natural-data +deficit as a statement about Visual Genome rather than about our pipeline: a +region description simply does not say as much about a photograph as the +synthetic captions say about their scenes. + +(Widths in this table are computed on standardised fields and are not +comparable entry-for-entry with the tables above, which use raw fields; within +the table the convention is identical, which is what the comparison needs.) + ## Two smaller results, one refuted hypothesis **The projection improved.** Scaling each discriminant direction by its own |
