Source-linked AI summary

What Makes a Redundant Representation Remember? Lineage Isolation, Not Masking

Jia Huang, Yangjun Ou

arXiv:2609.05304v1cs.NE

TL;DR

The paper asks whether a shielded redundant genotype copy truly remembers past optima in dynamic evolutionary optimization. It formalizes gating and inheritance as separate design axes and finds that inheritance determines retention, while gated redundancy has important trade-offs and benchmarking hazards.

  • Problem

    Shielding an unevaluated genotype copy is assumed to preserve information about past optima, but the paper identifies missing evidence about whether shielding protects the joint patterns that constitute memory.

  • Method

    The paper formalizes a gated dual-copy representation with separate gating and inheritance rules, then compares mixing and isolated inheritance across recurring and drifting environments.

  • Results

    Inheritance determines retained information, while gating has little effect; isolated inheritance supports memory across recurring environments, but gated redundancy provides no coding gain.

  • Takeaways & Limitations

    Redundant representations remember only when lineage isolation preserves cross-locus structure, so shielding alone is not a sufficient memory mechanism.

  • Takeaways & Limitations

    The retained-information estimator is biased for binary alphabets, and uniform redundancy may impose a 0.078 carrying cost by duplicating nondiscriminative loci.

Abstract

from arXiv · show

Memory-based evolutionary algorithms for dynamic optimization often carry a redundant second copy of the genotype and expose only one copy to the objective, on the assumption that the shielded copy accumulates information about past optima. We show this assumption is false as usually implemented, and identify the structural property that actually determines whether the shielded copy retains information. We formalize such methods as a gated dual-copy representation with two independent design axes: a gating rule deciding which copy is evaluated, and an inheritance rule deciding whether the two copies mix across generations. A ablation shows retained information is governed almost entirely by the inheritance rule (21.4 vs. 1.3 bits) and is nearly invariant to the gating rule. Per-locus independent inheritance reshuffles cross-locus structure every generation, so shielding preserves the variance of the hidden copy while destroying the pattern that constitutes a memory. Under isolated inheritance the memory effect is real: against a single-copy baseline matched for representation budget, the method gains +0.010 AUC when optima recur periodically and loses 0.078 when they drift unidirectionally---a 0.089 separation under otherwise identical settings, which excludes explanations based on added capacity. We show the readout rate is also the corruption rate, predicting and confirming an interior optimum replicated across two implementations. We report one negative result with a mechanism: dual-copy representations lower the mutational error threshold, because gated expression is a selector rather than a joint decoder and therefore provides no coding gain. Finally, we document a benchmarking hazard: on dynamic benchmarks the choice of recombination operator alone shifted our baseline by 0.062 AUC, six times the effect size under study.

1 Introduction

The paper tests whether shielding an unevaluated genotype copy creates memory and finds that inheritance, not gating, determines whether joint patterns survive. Controlled comparisons isolate memory effects while exposing coding and benchmarking limits.

  • Motivation: Shielding preserves hidden-copy variation but not necessarily the cross-locus patterns that encode past optima.The paper distinguishes marginal statistics from joint structure, which recombination can destroy.
  • Contribution: The formalization separates gating rules, which select the evaluated copy, from inheritance rules, which determine whether copies mix across generations.Prior implementations coupled these two design axes.
  • Contribution: 16× difference in retained information is governed by the inheritance rule and is nearly invariant to the gating rule.The ablation identifies inheritance as the mechanism responsible for memory retention.
  • Contribution: 0.089 AUC separates periodic from unidirectional environments under otherwise identical settings, isolating memory rather than added capacity.The controlled comparison rules out capacity-based explanations for the difference.
  • Design implications: The gate-flip rate is both readout and corruption rate, producing an interior optimum replicated across two implementations.The two effects trade against each other rather than yielding a monotone tuning direction.
  • Limitations and hazards: Dual-copy representations lower the mutational error threshold because gated expression is a selector rather than a joint decoder.The selector structure provides no coding gain from redundancy.

2 Related Work

Implicit memory schemes keep past information live within the evolving representation, unlike archives that store and reinject solutions. The paper argues that this advantage depends on inheritance rather than shielding alone and connects the issue to redundant parameters in continual learning.

  • Implicit versus explicit memory: Implicit memory enlarges the representation so stored content remains live under weak selection rather than frozen in an archive.Archive methods explicitly store and reinject past solutions; implicit schemes update their stored content during evolution.
  • Mechanism: The paper locates successful retention in the inheritance rule, not in shielding the redundant copy from evaluation.This reframes the biological analogy underlying earlier diploidy and dominance methods.
  • Broader connection: The variance-versus-information distinction applies to redundant, weakly updated parameter sets beyond evolutionary optimization.The related-work comparison includes continual-learning weights and replay buffers, as well as temporally consistent representations.

3 Problem Setting and Method

The method models dynamic optimization with a gated dual-copy genotype, separating which copy is evaluated from how copies are inherited. It evaluates memory under recurring and nonrecurring environments while measuring recovery and retained information.

  • Dynamic setting: The benchmark uses binary target strings, with environments changing every T generations under periodic or unidirectional regimes.Periodic environments alternate between two recurring states; unidirectional changes draw fresh targets and make memory useless.
  • Gated representation: Each individual contains two genotype copies and a per-locus gate that selects the copy contributing to the evaluated phenotype.The representation is (u, v, g), with phenotype ϕ = Γ(u, v, g).
  • Gating rules: Hard gates read the selected copy at differing loci, whereas leaky gates sometimes read the unselected copy and impose evaluation cost.The leaky gate uses probability ε for reading the unselected copy.
  • Inheritance rules: MIXING independently recombines copies across loci, while ISOLATED recombines each copy only within its own lineage.The two inheritance rules directly test whether cross-copy mixing preserves or destroys hidden joint structure.
  • Algorithm: The algorithm evaluates one gated phenotype, selects the top kN individuals, applies the chosen inheritance rule, and mutates genotypes and gates.Gate mutation implements readout changes through the gate-flip rate µg.
  • Cost and baseline: Memory costs twice the single-copy genotype plus an L-bit gate, but evaluation cost remains one objective call per individual.Comparisons use a doubled-population single-copy baseline to match representation budget.
  • Metrics: AUC integrates normalized best-individual fitness over 40 generations after each environment change.This replaces recovery-threshold time, which is right-censored when periods are short.
  • Metrics: Retained information is estimated over discriminative loci from how often the hidden copy matches the incoming target, but the estimator is biased for binary alphabets.The sign matters because retaining the environment that just ended can be a negative asset.

4 Experimental Setup

Experiments use a 100-locus benchmark with 50 discriminative loci, 200 individuals, and a doubled-population single-copy baseline across 18 environment periods after warm-up.

  • Experimental configuration: L = 100, d = 50, N = 200 with baseline 2N = 400, µ = 0.002, and truncation fraction 0.2.The study runs 18 environment periods and discards the first 4.

5 Results

The results show that retained information depends on inheritance rather than gating, and that isolated inheritance produces a genuine but costly memory effect. Readout rate has an interior optimum, while gated redundancy provides no coding gain and benchmarking is sensitive to recombination choice.

  • Retention is governed by inheritance, not gating: 16× separates retention across inheritance rules, while retention barely changes across gating rules.The ablation uses T=40, µg=0.02, and a single-copy baseline AUC of 0.8715.
  • Retention is governed by inheritance, not gating: Per-locus mixing preserves differing hidden copies but destroys the cross-locus pattern that represents a past optimum.Under MIXING, 4.6% of loci still differ, showing that variance can remain while information is lost.
  • The memory contribution, isolated from capacity: 0.089 AUC separates recurring from unidirectional environments under otherwise identical settings, isolating the memory contribution from added capacity.The two regimes differ only in whether past optima recur.
  • The memory contribution, isolated from capacity: −0.094 at T=320 shows that stale hidden memory can become a systematically wrong prior after long periods.The hidden copy erodes across the long epoch, making the failure invisible to recovery-time metrics used previously.
  • Negative result: gated redundancy provides no coding gain: At µ=0.02, fitness is 97.0 for single-copy, 94.0 for hard-gate dual-copy, and 86.4 for leaky dual-copy.Gated expression selects one copy rather than jointly decoding both, so redundancy adds mutational input without coding gain.
  • Benchmarking hazard: 0.062 AUC from changing the recombination operator is six times the 0.010 effect size under study.This operator sensitivity makes recombination choice a major benchmarking hazard.

6 Limitations

The paper’s limitations include estimator bias under binary alphabets, inability to separate population-size effects, uniform redundancy costs, and testing restricted to one benchmark family and scale.

  • The retention estimator is biased under binary alphabets, reporting ≈+6.7 bits when the true value is zero under unidirectional drift.The authors therefore make no quantitative claim relating retained bits to gain.
  • Two environment states cause the binary-alphabet bias and prevent testing whether capacity scales with log |E|.
  • Population size N affects both drift and selection efficiency, so the present design cannot separate those effects and reports nothing on this axis.
  • Uniform redundancy gives every locus a second copy even though only discriminative loci can hold useful memory, imposing cost on nondiscriminative loci.The authors identify this as a likely source of the 0.078 carrying cost.
  • All results use an XOR-style dynamic benchmark at L=100 with N ≤400; generalization to Moving Peaks, dynamic knapsack, or higher dimensions is untested.

7 Discussion and Conclusion

The paper separates retained variance from retained information and finds that redundancy preserves memory only when the hidden copy is inherited as an isolated lineage. It also identifies an interior readout optimum, no coding gain from gated redundancy, and limits the biological analogy to non-mixing inheritance.

  • Memory mechanism: Redundancy shielding does not retain information about past optima unless the hidden copy is inherited as an isolated lineage.Under standard per-locus inheritance, diversity survives while the memory does not.
  • General design principle: The variance–information distinction applies to redundant, weakly updated parameter sets beyond this evolutionary method.A cheap test compares recurring and non-recurring environments under identical settings and checks whether the advantage survives.
  • Design trade-offs: The readout rate is also the corruption rate, producing an interior optimum that was replicated across two implementations.The gate-flip rate simultaneously determines readout and corruption.
  • Design trade-offs: Gated redundancy is a selector rather than a joint decoder, so it provides no coding gain for robustness to noise.The paper reports that dual-copy representations lower the mutational error threshold.
  • Biological interpretation: The biological analogy to recessive alleles does not transfer because sexual recombination mixes inheritance, whereas the effective structure uses two non-mixing lineages.The paper relates the working structure more closely to clonal or reproductively isolated populations.
Loading 2609.05304v1…