Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

Observational Learning01:12

Observational Learning

Albert Bandura's observational learning, also known as imitation or modeling, occurs when a person observes and imitates another's behavior. It is a quicker process than operant conditioning. A well-known example is the Bobo doll study, where children who saw an adult acting aggressively towards the doll were more likely to act aggressively when left alone, compared to those who observed a nonaggressive adult. Many psychologists view observational learning as a form of latent learning because...
Introduction to Learning01:18

Introduction to Learning

Learning is the process of acquiring knowledge or skills through practice or experience, leading to long-lasting behavioral changes. This acquisition occurs through interaction with the environment and requires practice or experience. For instance, mastering a skill such as surfing requires considerable practice and experience, highlighting the essential role of repeated interactions with the environment in learning.
In contrast to learned behaviors, unlearned behaviors such as crying, sexual...
Cognitive Learning01:21

Cognitive Learning

Cognitive learning is based on purposive behavior, incidental learning, and insight learning.
E. C. Tolman's theory of purposive behavior emphasizes that much behavior is goal-directed. He argued that to understand behavior, we must look at the entire sequence of actions leading to a goal. For instance, high school students study hard, not just due to past reinforcement but also to achieve the goal of getting into a good college.
Tolman introduced the idea that behavior is influenced by...
Associative Learning01:27

Associative Learning

Associative learning is a fundamental concept in behavioral psychology, wherein a connection is established between two stimuli or events, leading to a learned response. This process is critical in understanding how behaviors are acquired and modified. Conditioning, the mechanism through which associations are formed, can be divided into two main types: classical conditioning and operant conditioning, each elucidating different aspects of associative learning.
Classical conditioning, also known...
Purposive Learning01:22

Purposive Learning

E. C. Tolman emphasized the purposiveness of behavior — the idea that much of our behavior is goal-directed. For instance, employees who aim for a promotion work diligently to meet their targets. Tolman argued that when classical conditioning and operant conditioning occur, the organism acquires certain expectations. In classical conditioning, a child might fear a dog because they expect it to bite. In operant conditioning, a person might consistently work overtime because they expect a bonus...
Hierarchy of Motor Control01:18

Hierarchy of Motor Control

The hierarchy of motor control refers to the different levels of organization and processing involved in controlling movement in the body. These levels range from higher cortical areas involved in planning and decision-making to lower spinal cord reflexes that respond automatically to external stimuli.

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Spherical Vision Transformers for Audio-Visual Saliency Prediction in 360$^{\circ }$∘ Videos.

IEEE transactions on pattern analysis and machine intelligence·2025
Same author

Deep Learning for 3D Reconstruction, Augmentation, and Registration: A Review Paper.

Entropy (Basel, Switzerland)·2024
Same author

Enhancing empathy through virtual reality: Developing a universal design training application for students.

Medycyna pracy·2023
Same author

Processing emotions from faces and words measured by event-related brain potentials.

Cognition & emotion·2023
Same author

A Survey on Deep Learning Based Segmentation, Detection and Classification for 3D Point Clouds.

Entropy (Basel, Switzerland)·2023
Same author

Towards Context-Aware Facial Emotion Reaction Database for Dyadic Interaction Settings.

Sensors (Basel, Switzerland)·2023
Same journal

An efficient hybrid CNN-transformer framework for real-time weapon detection and face recognition.

Frontiers in artificial intelligence·2026
Same journal

Ontology-based annotation and fuzzy recommendation for community formation in smart city knowledge platforms.

Frontiers in artificial intelligence·2026
Same journal

A generalized logistic-logit function and its application to multi-layer perceptron and neuron segmentation.

Frontiers in artificial intelligence·2026
Same journal

A multimodal, risk-stratified framework for AI-driven early risk prediction and personalised prevention in obesity.

Frontiers in artificial intelligence·2026
Same journal

The quantified immune-aging dysregulation index: a large-language model-powered method for annotating and quantifying systems-level dysregulation.

Frontiers in artificial intelligence·2026
Same journal

CA<sup>2</sup>PNet: a context-aware multi-scale architecture with adaptive attention and progressive dilated convolutions for biomedical image segmentation.

Frontiers in artificial intelligence·2026
See all related articles
  1. Home
  2. Dynamic Nested Hierarchies: Self-evolving Machine Learning Architectures For Lifelong Learning.
  1. Home
  2. Dynamic Nested Hierarchies: Self-evolving Machine Learning Architectures For Lifelong Learning.

Related Experiment Videos

Dynamic nested hierarchies: self-evolving machine learning architectures for lifelong learning.

Akbar Anbar Jafari1, Cagri Ozcinar1, Gholamreza Anbarjafari2,3

  • 1Institute of Technology, University of Tartu, Tartu, Estonia.

Frontiers in Artificial Intelligence
|June 1, 2026

View abstract on PubMed

Summary
This summary is machine-generated.

Dynamic Nested Hierarchies (DNH) enable machine learning models to adapt autonomously in changing environments. This biologically-inspired approach improves lifelong learning and performance on complex tasks.

Keywords:
catastrophic forgettingclass-incremental learningcontinual learningdynamic nested hierarchieslifelong learningnested optimizationneurogenesisneuroplasticity-inspired AI

Related Experiment Videos

Area of Science:

  • Artificial Intelligence
  • Machine Learning
  • Computational Neuroscience

Background:

  • Current machine learning models struggle with non-stationary environments due to rigid architectures, limiting continual adaptation and lifelong learning.
  • The nested learning (NL) paradigm offers a framework for multi-level optimization but lacks dynamic structural adaptation.
  • Existing continual learning methods like Elastic Weight Consolidation (EWC) and Synaptic Intelligence (SI) have limitations in dynamic environments.

Purpose of the Study:

  • To introduce Dynamic Nested Hierarchies (DNH), an extension of nested learning that enables autonomous structural adaptation in machine learning models.
  • To develop biologically-grounded mechanisms for dynamic hierarchy adjustment, inspired by neuroplasticity.
  • To provide theoretical guarantees and empirical validation for DNH's effectiveness in non-stationary environments and continual learning tasks.

Main Methods:

  • Proposed DNH with three core mechanisms: level addition (meta-loss thresholds), level pruning (gradient contribution), and frequency modulation (surprise signals).
  • Developed explicit mappings between DNH mechanisms and neuroplasticity processes (neurogenesis, synaptic elimination, neural oscillation adaptation).
  • Conducted rigorous mathematical analysis to derive convergence bounds, expressivity improvements, and regret bounds.
  • Performed empirical evaluations on language modeling, continual learning benchmarks (Split ImageNet, CLEAR-100, CORe50), and long-context reasoning tasks.
  • Included ablation studies on the Self-Modifying Memory (SMM) module and Evolutionary Adam (EAdam) optimizer.

Main Results:

  • Proved theoretical convergence bounds of O(1/T + δ^2) in non-stationary environments and sublinear regret O(sqrt(T)).
  • Demonstrated improved expressivity bounded by ϵ ≤ O(1/L_t) + γδ.
  • Empirical results validated DNH's advantages over static architectures and compared favorably with EWC, SI, DER++, and MEMO on various benchmarks.
  • Ablation studies confirmed the contribution of individual DNH components, SMM, and EAdam.
  • Computational cost analysis and parameter visualizations showed bounded growth through self-regulating pruning.

Conclusions:

  • Dynamic Nested Hierarchies (DNH) offer a principled and effective approach for enabling lifelong learning and adaptation in machine learning models.
  • The biologically-grounded mechanisms provide a robust framework for autonomous structural adaptation, outperforming static architectures in non-stationary environments.
  • DNH represents a significant advancement in continual learning, with broad applicability in complex AI systems.