Continual Learning in Transition
Summary
This paper surveys the evolution of continual learning from parameter-centric methods to system-level adaptation, proposing a tri-axial framework (When, How, Where) to characterize learning across pre-training, post-training, and inference stages.
View Cached Full Text
Cached at: 08/07/26, 09:56 AM
Paper page - Continual Learning in Transition
Source: https://huggingface.co/papers/2608.06216 Authors:
,
,
,
,
,
,
,
,
,
,
,
Abstract
Classicalcontinuallearning(CL)hasprimarilyfocusedonenablingmodelstoupdateandretainknowledgethroughparameter-centricmechanisms,e.g.,trainingstrategies,architecturaldesigns,andweightadaptation.However,emergingparadigmsarereshapingthescopeofCLbeyondthistraditionalmodeladaptationview.Forinstance,on-policylearningbroadensthespaceofupdatemechanisms;test-timetrainingextendsCLfromthetrainingphasetoinference;andexternalharnesscomponentssuchasmemory,skilllibraries,andinteractionprotocolsextendtheevolutionaryboundariesofmodelcapabilitiesfarbeyondthestaticparameterspace.Collectively,thesedevelopmentsindicateatransitionfromparameter-centriclearningtowardsystem-leveladaptation.Tocharacterizethistransition,weexaminetheevolutionofcontinuallearningthroughthreedimensions:When,How,andWherelearningoccurs.TheHowdimensionencompassesoff-policy,on-policy,andbeyond-gradientoptimizationmechanics.TheWhendimensioncapturesevolutionacrosspre-training,post-training,andinference-timestages.TheWheredimensiondelineatesupdatesoccurringwithininternalparametersversusexternalstructuralconstraints.Anchoredbythistri-axialframework,wesystematicallysurveyrepresentativemethods,tracetheongoingtransitionofcontinuallearning,anddiscussthekeychallenges,broaderimplications,andfuturedirectionsarisingfromthisparadigmshift.
View arXiv pageView PDFAdd to collection
Get this paper in your agent:
hf papers read 2608\.06216
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2608.06216 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2608.06216 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2608.06216 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
When Does Continual Learning Require Learning
This paper proposes a unified framework for continual learning in LLMs, disentangling change along space (new domains) and time (data drift). It evaluates various methods including prompting, supervised learning, reinforcement learning, and context compression under realistic sequential settings.
Continual learning in mid-2026. A map of everyone trying to crack it: memory layers, "dreaming" agents, and the Post-Transformer models that learn inside the network
An overview of the current state and future outlook of continual learning in mid-2026, covering memory approaches including external memory, in-state memory, and weight updates, with analysis of various models like TTT, Titans, and Dragon Hatchling.
Fast and Slow Variational Continual Learning
This paper introduces the Continual IVON (CoVON) optimizer, which integrates fast and slow adaptation into variational continual learning to balance stability and plasticity, outperforming existing methods in domain-incremental learning, continual pre-training, and fine-tuning of large language models.
Learning, Fast and Slow: Towards LLMs That Adapt Continually [R]
This paper introduces a Fast-Slow Training framework for LLMs that combines parameter updates with optimized context to improve sample efficiency and reduce catastrophic forgetting during continual learning.
AgentCL: Toward Rigorous Evaluation of Continual Learning in Language Agents
A comprehensive evaluation framework for continual learning in language agents is introduced, emphasizing controlled task streams and memory design analysis to better assess reusable experience and learning stability.