Experiment question
Dimension reduction treats every pairwise dissimilarity as a constraint. That is mathematically coherent, but it asks two dimensions to spend space on weak, uncertain, and globally irrelevant relationships. A navigation map may need a different contract: trusted neighbors should remain discoverable, unrelated concepts should not become accidental neighbors, glyphs should remain separable, and the orientation should not collapse whenever the input changes slightly.
Relation graph
For every concept i, take its six highest-scoring neighbors after residual multi-view fusion. Retain an undirected edge only when both endpoints select each other. If the resulting graph is disconnected, add the strongest remaining pair that joins two components, repeating only until one connected graph remains.
The balanced graph uses residual definition, structure, application, and canonical views followed by local-density correction. The strict graph instead scores each pair by its weakest residual view before selecting reciprocal neighbors.
Layout families
Mutual-neighbor force
Start from graph-distance shells and run a weighted spring relaxation over trusted edges only. The complete semantic distance matrix exerts no force.
Weakest-view consensus
Use the same graph drawing, but require a relationship to survive the least-similar one of the canonical, definition, structure, and application views.
Coarse-to-fine
Construct a deterministic weighted community quotient, lay out that smaller graph, expand concepts around their community positions, and then refine the complete trusted graph.
Topology-anchored landmarks
Select twelve graph-geodesically distant concepts and pin them to their established shared-atlas orientation. This tests whether spatial recognizability can be preserved without forcing every node to remain in the plane carrier.
Measurements
The experiment does not reward visual compactness alone. It measures semantic six-neighbor recall in geometric proximity, false proximity, trusted-edge strain, trusted-edge crossings, overlapping glyph positions, convex-hull area use, and sensitivity to a second initialization after Procrustes alignment.
| Arm | 6NN recall | false proximity | edge stress | trusted crossings | overlaps | seed RMS |
|---|---|---|---|---|---|---|
| All-pair MDS control | 24.7% | 75.3% | 0.464 | 1674 | 22 | — |
| Mutual-neighbor force | 42.8% | 57.2% | 0.409 | 586 | 20 | 0.0010 |
| Weakest-view consensus force | 35.2% | 64.8% | 0.405 | 1002 | 6 | 0.0009 |
| Coarse-to-fine graph layout | 42.9% | 57.1% | 0.406 | 645 | 29 | 0.0061 |
| Topology-anchored landmarks | 34.1% | 65.9% | 0.427 | 1099 | 12 | 0.0179 |
Observations
Graph-first layouts discard the requirement to represent every pairwise distance. They optimize only reciprocal or weakest-view relations plus a minimal connectivity backbone.
The MDS control preserves 24.7% of semantic six-neighbor slots in geometric proximity; it remains the direct all-pair comparison rather than a trusted-edge layout.
Coarse-to-fine graph layout has the strongest graph-first navigation recall at 42.9%, with 57.1% geometric false-neighbor rate.
Weakest-view consensus force has the lowest normalized trusted-edge strain at 0.405.
Weakest-view consensus force is least sensitive to the alternate initialization, with Procrustes RMS displacement 0.0009.
Crossings in the accepted topology overlay are recorded rather than hidden: a layout may fail as a legible carrier while remaining an interesting drawing of the same conceptual object.
Concept-level spot checks
Aggregate recall can hide concepts that improve dramatically and concepts that become less navigable. These three deterministic cases keep both directions visible.
| Concept | Selection reason | MDS recall | mutual recall | change | trusted degree |
|---|---|---|---|---|---|
| externalized cognition | largest navigation gain | 0% | 83% | +83% | 6 |
| Adaptive Lifecycle Stewardship Economy | largest navigation loss | 50% | 17% | -33% | 6 |
| Intent-Driven AI Orchestration System | highest trusted degree | 33% | 67% | +33% | 7 |
The mutual-neighbor force drawing makes substantially more semantic neighbors spatially discoverable than MDS, but also creates more close glyph pairs. The strict consensus graph is less navigable by its own six-neighbor ranking, yet it is markedly more stable and produces fewer accidental overlaps. The landmark arm succeeds at separation but sacrifices local semantic navigation: stability of orientation and neighborhood fidelity are different objectives.
No graph-first arm replaces the accepted topology in R57. The next interface experiment should let the world map switch between the balanced mutual layout, strict consensus layout, and accepted carrier while retaining the same recursive ego glyphs.