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.
@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.
FlyRoute: Self-Evolving Agent Profiling via Data Flywheel for Adaptive Task Routing
FlyRoute is a self-evolving profiling framework that improves LLM-based task routing in multi-agent systems by dynamically updating agent capability descriptions from real traffic, achieving significant accuracy gains over static profiles.
Representation over Routing: Overcoming Surrogate Hacking in Multi-Timescale PPO
This paper identifies surrogate hacking and temporal uncertainty as failure modes in multi-timescale RL, and proposes a Target Decoupling architecture that removes routing from the actor, using the critic for auxiliary representation learning. The method eliminates policy collapse on the LunarLander-v2 benchmark and stably surpasses the 'Environment Solved' threshold without hyperparameter hacking.