No replay / Task A
—
baseline after Task B
Retention / plasticity
Train one small classifier on a task, then give it a conflicting task. Replay a few old examples and watch the tradeoff become measurable.
Run the fixture to compare overwrite and replay.
Task B applies gradients that fit its inverted labels. Without a retention mechanism, those updates can overwrite the Task A boundary.
Old examples preserve memory, but replay competes with the new task. The useful question is which balance your real workload needs.