Conceptual

Benchmarking Gradient-Free Zeroth-Order Optimization for Catastrophic Forgetting

A benchmark and set of findings showing that continual-learning models can resist catastrophic forgetting using only forward passes, via zeroth-order optimization that estimates update directions from function values instead of gradients. Students learn why gradient-free updates are needed when backpropagation is banned (black-box APIs, non-differentiable or memory-constrained systems) and how forward-pass methods trade off forgetting, task conflict, and memory cost.