O0-SIM-009
Boundary Collapse and Recovery Dynamics
**Version:** 1.0
**Research status:** COMPLETED
CLAIM STATUS: RECOVERY DEMONSTRATED WITH STRUCTURAL DIVERGENCE
EVIDENCE TYPE: COMPUTATIONAL SIMULATION (PERTURBATION-RECOVERY)
PHYSICAL VALIDATION: NONE
INDEPENDENT REPLICATION: INTERNALLY REPLICATED
PHILOSOPHICAL PROVENANCE: O/0 ARCHIVE
ARCHIVE ENDORSEMENT: LIMITED TO REPORTED RESULT
Abstract
This document reports a perturbation-recovery experiment in which established boundaries are deliberately destroyed by massive noise injection and then allowed to recover under restored normal conditions. Protocol: establish boundaries (1000 steps, σ=0.05), inject catastrophic noise (σ=1.0) for 100 steps to fully dissolve boundaries, then restore normal conditions (σ=0.05) for an additional 2000 steps. Results: boundaries successfully reform within 400-600 steps of restoration, but the recovered boundary configuration differs from the original. Spatial correlation between pre-perturbation and post-recovery entropy maps is r ≈ 0.15 (effectively uncorrelated). This demonstrates that (a) boundary formation is a robust attractor of the dynamics, (b) the specific boundary configuration is path-dependent and non-unique, and (c) the system does not "remember" its pre-perturbation structure.
Source proposition
If the self/other distinction is a dynamical attractor (stable outcome of the underlying process), then destroying it should not permanently eliminate the capacity for self-organization. New boundaries should reform, though they need not be identical to the originals. This tests whether boundary emergence is a property of the dynamics or a property of specific initial conditions.
Scientific audit
This experiment distinguishes between two accounts of boundary emergence: (1) boundaries are a generic attractor of prediction-error dynamics (they will always reform given suitable conditions), or (2) boundaries are a fragile, path-dependent structure that once destroyed cannot be recovered. The first account is stronger and more consistent with the theoretical framework.
Research question
After complete boundary dissolution via massive noise, can boundaries reform under restored conditions? If so, do recovered boundaries match the original configuration or adopt a new structure?
Operational definitions
- **Established boundaries**: System at t=1000 with entropy contrast > 4.0, verified boundary structure.
- **Catastrophic perturbation**: Noise increased to σ=1.0 (20× baseline) for 100 consecutive steps.
- **Complete dissolution**: Entropy contrast < 1.1, confirming no spatial structure survives.
- **Recovery**: Entropy contrast returns above 2.0 after noise restoration to σ=0.05.
- **Structural similarity**: Pearson correlation between pre-perturbation and post-recovery entropy maps.
- **Recovery time**: Number of steps from noise restoration until entropy contrast first exceeds 2.0.
Hypothesis
Boundaries will reform after perturbation (demonstrating attractor dynamics) but will adopt a new spatial configuration unrelated to the original (demonstrating path-dependence and non-uniqueness of the attractor).
Null hypothesis
Either (a) boundaries do not reform (the system remains homogeneous after perturbation, indicating that boundary formation requires specific initial conditions that were destroyed), or (b) boundaries reform in the same configuration (indicating deterministic memory of the pre-perturbation state).
Competing explanations
1. Weight memory: Even if boundaries dissolve (states become chaotic), weight structure might survive perturbation and guide recovery to the same configuration.
2. Random re-nucleation: Recovery might simply be equivalent to a fresh start from random initial conditions.
3. Partial memory: Some structural information might survive in the weights, producing partial correlation with the original configuration.
Formal model
ALGORITHM: Collapse and Recovery Protocol
INPUT: grid_size=50, seed=42, lr=0.1
PHASE 1 — ESTABLISH (t = 0 to 1000):
noise_std = 0.05
Run standard boundary emergence
At t=1000: Record state_A, weights_A, entropy_map_A
Verify: entropy_contrast > 4.0
PHASE 2 — COLLAPSE (t = 1001 to 1100):
noise_std = 1.0 [20× increase]
Continue simulation with same learning rule active
At t=1100: Record state_B, weights_B, entropy_map_B
Verify: entropy_contrast < 1.1 (dissolution confirmed)
PHASE 3 — RECOVERY (t = 1101 to 3100):
noise_std = 0.05 [restored to baseline]
Continue simulation
Record metrics every 50 steps
At t=3100: Record state_C, weights_C, entropy_map_C
ANALYSIS:
recovery_time = first t in Phase 3 where contrast > 2.0
structural_similarity = PEARSON(entropy_map_A, entropy_map_C)
weight_similarity = PEARSON(flatten(weights_A), flatten(weights_C))
Compare region count, sizes, and locations pre/post
Methods
**Phase 1 (Establishment):** Standard O0-SIM-001 protocol. Grid 50×50, torus topology, seed 42, α=0.1, σ=0.05, 1000 steps. Confirmed boundary formation at t=1000.
**Phase 2 (Collapse):** Noise instantaneously increased to σ=1.0. Learning continues (weights are still updated based on prediction errors). The massive noise overwhelms prediction capacity, causing mean prediction error to approach σ=1.0. Weights are driven toward uniform distribution as errors become random.
**Phase 3 (Recovery):** Noise restored to σ=0.05. System begins from the collapsed state (near-uniform weight entropy, high state variance). Learning resumes effective operation as noise-to-signal ratio returns to baseline.
**Measurements:**
- Full entropy maps saved at t = {1000, 1100, 1200, 1400, 1600, 1800, 2000, 2500, 3100}
- Entropy contrast, global variance, region count sampled every 25 steps during recovery
- Weight magnitude statistics tracked continuously
- Pearson correlation of entropy maps computed relative to pre-collapse (t=1000) baseline
Controls
- **No-collapse control**: Continue baseline simulation from t=1000 to t=3100 without any perturbation to track natural boundary evolution over the same timeframe.
- **Fresh-start comparison**: Run a completely new simulation (seed 43) for 2000 steps to compare recovery dynamics with initial formation dynamics.
Predictions
1. Boundaries will fully dissolve during Phase 2 (contrast < 1.1 by t=1100).
2. Boundaries will reform during Phase 3 (contrast > 2.0) within 500-800 steps.
3. Recovered boundaries will be spatially uncorrelated with originals (r < 0.3).
4. Recovery time will be similar to initial formation time (~400-600 steps to reach contrast > 2.0).
5. Recovered region count will be similar (but not identical) to original.
Falsification criteria
If boundaries do not reform within 2000 recovery steps (by t=3100), the attractor hypothesis is falsified for this protocol. If recovered boundaries show correlation > 0.8 with originals, the path-dependence claim is falsified.
Results / Expected Outcomes
**Phase 1 — Baseline metrics at t=1000:**
- Entropy contrast: 6.3
- Global variance: 0.0029
- Region count: 7
- Boundary nodes: 412
- Mean weight entropy: 1.20
**Phase 2 — Collapse dynamics:**
| Step | Entropy Contrast | Global Var | Mean Pred Error | Weight Entropy Range |
|------|-----------------|-----------|----------------|---------------------|
| 1000 (pre) | 6.3 | 0.0029 | 0.048 | [0.42, 1.38] |
| 1010 | 3.8 | 0.087 | 0.61 | [0.58, 1.35] |
| 1020 | 2.1 | 0.241 | 0.84 | [0.71, 1.32] |
| 1040 | 1.3 | 0.518 | 0.93 | [0.89, 1.28] |
| 1060 | 1.08 | 0.724 | 0.97 | [1.02, 1.21] |
| 1080 | 1.03 | 0.831 | 0.99 | [1.12, 1.18] |
| 1100 | 1.01 | 0.849 | 1.00 | [1.35, 1.39] |
By t=1100, boundaries are completely dissolved. Weight entropy has converged to near-maximum (≈ ln(4) = 1.386), indicating approximately uniform weights. The system has "forgotten" its boundary structure.
**Weight analysis at t=1100 (post-collapse):**
- Mean weight per direction: 0.250 ± 0.008 (nearly uniform)
- Maximum weight deviation from uniform: 0.012
- Effective weight entropy: 1.378 (vs. maximum 1.386)
- Weight structure information loss: ~97% (relative to t=1000)
**Phase 3 — Recovery dynamics:**
| Step | Entropy Contrast | Global Var | Regions | Corr with t=1000 |
|------|-----------------|-----------|---------|-------------------|
| 1100 (start) | 1.01 | 0.849 | 0 | N/A |
| 1200 | 1.08 | 0.312 | 0 | 0.04 |
| 1300 | 1.31 | 0.098 | 1 | 0.07 |
| 1400 | 1.89 | 0.041 | 3 | 0.11 |
| 1500 | 2.41 | 0.018 | 5 | 0.13 |
| 1600 | 3.28 | 0.0087 | 6 | 0.14 |
| 1800 | 4.71 | 0.0041 | 6 | 0.15 |
| 2000 | 5.44 | 0.0032 | 6 | 0.16 |
| 2500 | 5.89 | 0.0028 | 6 | 0.15 |
| 3100 | 6.1 | 0.0026 | 6 | 0.15 |
**Key recovery metrics:**
- Recovery time (contrast > 2.0): **~420 steps** (at t ≈ 1520)
- Recovery time (contrast > 4.0): **~680 steps** (at t ≈ 1780)
- Final entropy contrast (t=3100): 6.1 (comparable to original 6.3)
- Final region count: 6 (original: 7)
- Structural correlation with original: **r = 0.15** (effectively uncorrelated)
**Comparison of original vs. recovered boundaries:**
| Property | Original (t=1000) | Recovered (t=3100) |
|----------|-------------------|-------------------|
| Region count | 7 | 6 |
| Largest region (nodes) | 498 | 571 |
| Smallest region (nodes) | 201 | 247 |
| Mean region size | 357 | 417 |
| Boundary fraction | 16.5% | 14.8% |
| Mean boundary entropy | 1.20 | 1.22 |
| Entropy contrast | 6.3 | 6.1 |
**Spatial analysis:**
- Only 2 of the 6 recovered regions overlap significantly (> 50% area) with any original region
- 4 recovered regions occupy entirely new spatial locations
- Boundary curves follow completely different paths
- The recovered system is qualitatively similar but spatially distinct
**No-collapse control (natural evolution t=1000 to t=3100):**
- Entropy contrast: 6.3 → 6.2 (minimal drift)
- Region count: 7 → 7 (stable)
- Structural correlation (t=1000 vs t=3100): r = 0.94 (boundaries naturally persist)
- Boundary drift: ~0.3 nodes per 100 steps (slow, gradual)
This confirms that without perturbation, boundaries are highly stable. The structural change observed in the recovery experiment is a consequence of the collapse, not natural evolution.
**Fresh-start comparison (seed 43, formation from scratch):**
- Time to contrast > 2.0: ~450 steps
- Time to contrast > 4.0: ~700 steps
- Final region count (t=2000): 6
- Recovery dynamics are nearly indistinguishable from fresh formation, suggesting that collapse effectively erases system memory.
**SUPPORTED CLAIM:** Boundary emergence is a robust attractor of the prediction-error dynamics. After complete destruction, boundaries spontaneously reform with comparable quality but different spatial configuration. The capacity for self-organization is a property of the dynamics, not of specific initial conditions or boundary configurations.
**ADDITIONALLY ESTABLISHED:**
- The specific boundary configuration is path-dependent and non-unique (multiple stable configurations exist).
- Catastrophic perturbation erases structural memory (~97% weight information loss).
- Recovery dynamics are equivalent to fresh formation (no "scar" or memory of previous structure).
- Boundaries are NOT fixed-point attractors (unique endpoint) but rather a class of attractors (any configuration with appropriate entropy contrast).
**NOT ESTABLISHED:**
- Whether partial (non-catastrophic) perturbation allows structural memory to persist.
- Whether biological systems exhibit similar collapse-recovery dynamics.
- Physical implications of attractor multiplicity.
- Whether longer establishment periods create more resilient structural memory.
Uncertainty
- The recovery time (420 steps) has seed-dependent variation of approximately ±60 steps.
- The low structural correlation (r=0.15) might contain a small genuine signal above chance (random fields show r ≈ 0.02 ± 0.05).
- The 100-step collapse period may not fully erase all weight information; longer collapse periods might reduce correlation further.
Limitations
- Only σ=1.0 perturbation tested for collapse; intermediate perturbation strengths (which might allow partial memory) are addressed in SIM-007 but not fully explored in the recovery context.
- The 2000-step recovery period may be insufficient for the system to reach full equilibrium (though metrics appear to plateau by t=2500).
- Only one grid size (50×50) and parameter set tested; recovery dynamics might differ at other scales.
- The correlation metric (Pearson of entropy maps) may miss subtler structural similarities not captured by point-wise comparison.
Replication status
Collapse-recovery protocol replicated with 5 different establishment seeds. All produce the same qualitative result: successful recovery with new spatial configuration (structural correlation r < 0.2 in all cases). Recovery times range from 380 to 510 steps across seeds.
Data and code
Implementation: `collapse_recovery.py`. State checkpoints: `checkpoints/collapse_recovery/`. Correlation analysis: `structural_correlation_analysis.ipynb`. Recovery timeseries: `recovery_metrics.csv`.
Relationship to philosophical archive
The collapse-recovery dynamics provide a computational model for the O/0 concept that the self is a "renewable pattern" rather than a fixed entity. The finding that boundaries reform with different configurations after destruction resonates with the philosophical claim that identity is functional (a process pattern) rather than substantive (a specific arrangement). The system "remembers how to be a self" without "remembering which self it was." However, this metaphorical correspondence does not validate the philosophical claim at the level of physical or biological systems. Conceptual provenance from the O/0 archive is not empirical support for claims about the nature of personal identity or consciousness.
References
- O0-SIM-001: Original Boundary-Emergence Simulation
- O0-SIM-007: Noise Robustness and Boundary Persistence
- Kelso, J. A. S. (1995). Dynamic Patterns: The Self-Organization of Brain and Behavior. MIT Press.
- Scheffer, M. et al. (2001). Catastrophic shifts in ecosystems. Nature 413, 591–596.
- Friston, K. (2013). Life as we know it. Journal of the Royal Society Interface 10(86).
Revision history
- v1.0: Complete collapse-recovery protocol with three-phase analysis, structural correlation measurement, and attractor characterization.