LGAINCJun 15

Infant Spontaneous Movement Noise Improves Exploration in Deep RL

arXiv:2606.165904.9Has Code
Predicted impact top 80% in LG · last 90 daysOriginality Incremental advance
AI Analysis

For deep RL researchers, this work provides a novel, biologically-inspired exploration strategy that yields structured behavior and efficiency gains, though improvements are demonstrated on standard benchmarks rather than breakthrough results.

The paper introduces exploration noise inspired by infant spontaneous movements, which follows a colored noise process with increasing temporal auto-correlation, and shows that it improves learning efficiency in deep RL across several environments compared to conventional strategies.

Exploration in deep reinforcement learning (RL) is commonly implemented as temporally uncorrelated white noise. However, recent works show that temporally correlated colored noise can improve exploration efficiency by producing smooth trajectories with better coverage of the state space. We inquire whether action noise inspired by infant spontaneous movements can also improve exploration in deep RL. We find that the power spectral densities of babies' end-effector velocities follow a colored noise process where the spectral exponent increases with age. Inspired by this developmental pattern, we introduce a mechanism that progressively increases the temporal auto-correlation of exploration noise during RL training, matching the infant statistics. Experiments across several RL environments show that infant-inspired noise produces structured exploratory behavior and can improve learning efficiency compared to conventional exploration strategies. These findings suggest that human motor and cognitive development can provide useful guidance for designing learning mechanisms in artificial agents. Our code is available at https://github.com/trieschlab/baby-noise-rl.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes