Exploring continual learning without replay buffers: Our findings using dynamic task-similarity routing [P]
Summary
Introduces Coincidex, an open-source continual learning framework that uses dynamic task-similarity routing to avoid replay buffers, with benchmark results and identified failure modes.
Similar Articles
Scaling Continual Learning to 300+ Tasks with Bi-Level Routing Mixture-of-Experts
This paper introduces CaRE, a novel continual learning framework using a bi-level routing mixture-of-experts mechanism to effectively handle class-incremental learning over sequences of 300+ tasks.
Rethinking Transfer in Continual Learning: A Replay-Based Realisation
This paper introduces a framework for when transfer should be expected in continual learning and proposes Transfer-Selective Replay (TSR), which selects replay data predicted to benefit the incoming task rather than indiscriminately replaying past examples. TSR improves forward transfer while maintaining stability, outperforming existing replay baselines.
CounterRoute: Self-Routed Reasoning via Hierarchical Counterfactual Credit Assignment
CounterRoute introduces an online reinforcement-learning framework that jointly learns routing and mode-conditioned responses in dual-mode language models, improving accuracy while reducing inference tokens.
Drift and Dependence: Layer-wise Information-Theoretic Bounds for Replay-Based Continual Learning
This paper presents a layer-wise information-theoretic framework for replay-based continual learning, decomposing the generalization gap into replay-induced representation drift and optimization-dependence terms, with refinements via Wasserstein relaxation and SGLD instantiation.
@DSPyOSS: a crisper operationalization of continual learning that matches problems that are inaccurately treated as "RAG" or "RL"…
Introduces 'Machine Studying' as a new formulation of continual learning where AI systems autonomously develop expertise from a corpus, and presents StudyBench for evaluation.