AIBullisharXiv – CS AI · Mar 37/103
🧠Researchers introduce Dream2Learn (D2L), a continual learning framework that enables AI models to generate synthetic training data from their own internal representations, mimicking human dreaming for knowledge consolidation. The system creates novel 'dreamed classes' using diffusion models to improve forward knowledge transfer and prevent catastrophic forgetting in neural networks.
AIBullisharXiv – CS AI · Mar 37/103
🧠Researchers introduce PolySkill, a framework that enables AI agents to learn generalizable skills by separating abstract goals from concrete implementations, inspired by software engineering polymorphism. The method improves skill reuse by 1.7x and boosts success rates by up to 13.9% on web navigation tasks while reducing execution steps by over 20%.
AINeutralarXiv – CS AI · Mar 37/104
🧠Researchers have identified the mathematical mechanisms behind 'loss of plasticity' (LoP), explaining why deep learning models struggle to continue learning in changing environments. The study reveals that properties promoting generalization in static settings actually hinder continual learning by creating parameter space traps.
AIBullisharXiv – CS AI · Feb 277/106
🧠Researchers introduce GraftLLM, a new method for transferring knowledge between large language models using 'SkillPack' format that preserves capabilities while avoiding catastrophic forgetting. The approach enables efficient model fusion and continual learning for heterogeneous models through modular knowledge storage.
AIBullishIEEE Spectrum – AI · Feb 97/105
🧠Researchers at UC San Diego developed a new type of bulk resistive RAM (RRAM) that overcomes traditional limitations by switching entire layers rather than forming filaments. The technology achieved 90% accuracy in AI learning tasks and could enable more efficient edge computing by allowing computation within memory itself.
AINeutralarXiv – CS AI · Jun 256/10
🧠Researchers introduce COMAD, a framework for multi-agent reinforcement learning systems to continually discover and reuse coordination skills from offline data without catastrophic forgetting. The approach uses skill partitioning and density-based reusability estimation to enable agents to efficiently transfer knowledge across sequential tasks in open environments.
AINeutralarXiv – CS AI · Jun 256/10
🧠Researchers introduce GCT-MARL, a transfer learning framework for multi-agent reinforcement learning that enables faster training across different environments by combining graph-based contrastive learning with adaptive alignment techniques. The method demonstrates significant convergence improvements over from-scratch training in both homogeneous and heterogeneous agent scenarios, while supporting continual learning across sequential tasks.
AINeutralarXiv – CS AI · Jun 236/10
🧠Researchers introduce RIZZ, a black-box adaptation framework for large language models deployed as long-lived agents that must continually adapt across diverse tasks and domains without access to model weights. The system uses verifier-gated memory, dynamic routing, and prompt compilation to prevent task interference while learning from sparse feedback in nonstationary environments.
AINeutralarXiv – CS AI · Jun 236/10
🧠Researchers introduce TASER, a continual learning framework designed to handle highly heterogeneous tasks by dynamically expanding atomic skills and routing them based on task requirements. The work addresses catastrophic forgetting in AI systems learning sequential tasks with diverse reasoning patterns, validated on a new benchmark called HeteroCLBench comprising 19 tasks across 9 cognitive dimensions.
AINeutralarXiv – CS AI · Jun 236/10
🧠Researchers identify 'scientific amnesia' as a critical failure mode in continual DPO (Direct Preference Optimization) training pipelines where LLMs preserve learned behaviors but fail to accumulate reusable methodological knowledge across sequential training campaigns. Testing five strategy proposers on a 30-campaign benchmark reveals that most approaches degrade performance, with only conservative rule-based scheduling showing consistent improvement.
AIBullisharXiv – CS AI · Jun 236/10
🧠Researchers propose Attention-Spectrum Regularization (ASR), a new continual learning framework for multimodal large language models that prevents catastrophic forgetting when adapting to new visual domains and tasks without replaying past data. ASR preserves cross-modal attention patterns by storing compact spectral statistics rather than actual training examples, demonstrating improved performance on vision-language benchmarks.
AINeutralarXiv – CS AI · Jun 236/10
🧠Researchers propose RECALL, an active learning framework for Vision-Language-Action (VLA) models that uses uncertainty-guided data collection to improve robot learning efficiency. While targeted recovery demonstrations outperform passive imitation learning, the approach reveals critical challenges with catastrophic forgetting when new data isn't balanced with retention mechanisms.
AINeutralarXiv – CS AI · Jun 236/10
🧠Researchers present CADRE, a parameter-efficient adaptation framework for medical vision-language models that addresses catastrophic forgetting and model drift when updating deployed systems. By combining low-rank adaptation with elastic weight consolidation and prior-anchoring penalties, CADRE reduces forgetting sevenfold while training only 0.23% of parameters, demonstrating improved stability across different medical imaging modalities.
AINeutralarXiv – CS AI · Jun 236/10
🧠Researchers challenge the effectiveness of the MLLM-CL benchmark for continual learning in multimodal AI models, demonstrating that a simple routing method matches complex MLLM-based approaches while requiring far fewer resources. The study reveals fundamental limitations in the benchmark's design that favor isolated learning over genuine continual transfer, prompting calls for more rigorous evaluation frameworks.
AINeutralarXiv – CS AI · Jun 106/10
🧠Researchers introduce FOGO, a new optimizer that addresses gradient interference during neural network training by orthogonalizing momentum updates and storing past directions in compressed memory. The method shows improvements over Adam and Muon across diverse tasks including continual learning, class-imbalanced classification, and large language model training.
AINeutralarXiv – CS AI · Jun 106/10
🧠Researchers introduce GRID, a framework addressing scalability and task-agnostic inference challenges in continual prompt tuning for large language models. The method combines output-aware decoding with gradient-guided prompt selection to improve backward transfer while reducing memory consumption across multiple LLM architectures.
AINeutralarXiv – CS AI · Jun 106/10
🧠Researchers propose DualSelect, a framework for fine-tuning large language models that simultaneously selects relevant safety references and compatible task samples to preserve safety alignment while improving task performance. The method achieves significant safety improvements (5.10+ points) across models from 1B to 8B parameters without sacrificing utility.
AIBullisharXiv – CS AI · Jun 106/10
🧠HydraCIL introduces a decoupled class-incremental learning approach that freezes neural network backbones and uses lightweight task-specific classifiers to enable rapid adaptation on resource-constrained devices. The method achieves competitive performance with state-of-the-art systems while dramatically reducing training time and energy consumption, making it practical for edge AI and embedded applications.
AINeutralarXiv – CS AI · Jun 96/10
🧠Researchers present Conquer, a semantic skill-library framework enabling multi-quadruped robots to learn new coordination tasks sequentially without forgetting previously acquired skills. The system uses a variable-cardinality architecture and semantic descriptors to retrieve and adapt existing skills for new tasks, achieving 95.6% success rates in simulation and real-world validation on Unitree Go2 robots.
AINeutralarXiv – CS AI · Jun 96/10
🧠LargeMonitor is a new framework that uses large pretrained foundation models to detect and diagnose distribution shifts in online task-free continual learning systems without requiring explicit task labels or training-coupled optimization. The approach decouples drift detection from adaptation strategy selection, enabling more precise responses to different types of data stream variations.
AINeutralarXiv – CS AI · Jun 96/10
🧠Researchers identify dynamical isometry—maintaining consistent layer-wise Jacobian singular values—as a mechanism for preserving neural network plasticity during continual learning under non-stationary conditions. They propose AdamO, an adaptive optimizer combining isometry regularization with gradient updates, demonstrating improved performance across supervised and reinforcement-learning benchmarks where traditional networks suffer progressive learning degradation.
AINeutralarXiv – CS AI · Jun 86/10
🧠Researchers introduce SETA, a machine learning framework that addresses catastrophic forgetting in large language models through sparse expert decomposition. The method separates task-specific and shared knowledge into distinct expert modules, enabling models to retain previous capabilities while learning new ones—a fundamental challenge in continual AI development.
AINeutralarXiv – CS AI · Jun 86/10
🧠Researchers propose Analytic Continual Unlearning (ACU), a gradient-free method enabling efficient removal of specific knowledge from pre-trained models during continuous learning phases while preserving privacy. The approach uses closed-form solutions to handle sequential forgetting requests, addressing gaps in existing unlearning techniques that struggle with privacy violations and adversarial request patterns.
AINeutralarXiv – CS AI · Jun 46/10
🧠A position paper argues that deployed reinforcement learning systems should adopt continual learning rather than the traditional train-then-fix approach. The authors identify four sources of non-stationarity in deployed environments that require agents to continuously adapt and learn, challenging the current industry paradigm where agents remain static until performance degradation necessitates retraining.
AINeutralarXiv – CS AI · Jun 46/10
🧠Researchers introduce BabyCL, a continual multimodal learning framework that trains neural networks on egocentric video data in a single chronological pass, mimicking how children actually learn language. The approach outperforms streaming baselines on word-referent mapping tasks while substantially closing the gap to offline training methods.