ForgetMimic: Motion Unlearning for Reinforcement Learning Humanoid Control
ForgetMimic unlearns selected humanoid motions on Unitree robots while keeping other behaviors.
Researchers propose ForgetMimic, a motion-level unlearning method for reinforcement-learning humanoid control. Given a policy trained on N motions, it degrades a chosen subset of K motions while preserving the remaining motions, and they fix two robot-control training mechanisms that cause unlearning to fail. Experiments on Unitree G1 and H2 cover 12 motions, including dance, fight, and flip. The stated motivations include removing poisoned or copyrighted motions and GDPR-style deletion.
- Motion-level unlearning for physical humanoid control policies
- Drops K target motions while retaining the other N-K
- Tested on Unitree G1 and H2 across 12 motions
- Motivated by poisoned motions, privacy, and GDPR deletion
Full article191 words · extracted from arxiv.org · click to collapse
Humanoid control, leveraging human demonstrations, has achieved diverse, agile, and natural locomotion behaviors through reinforcement learning (RL). While this paradigm has yielded remarkable performance in physical humanoid control, how to eliminate specific motions from learned policies remains insufficiently explored. Addressing this issue is motivated by pressing safety and privacy concerns: the removal of malicious, poisoned, or suboptimal motions, as well as copyright-protected motions subject to the right to be forgotten under regulations such as the GDPR, is of critical importance. To this end, we propose {ForgetMimic}, the first motion-level unlearning method designed specifically for physical-world humanoid control. The core idea of ForgetMimic is as follows: given a policy $π_θ$ trained on $N$ motions, our method degrades performance on a target subset of $K$ motions while preserving the effectiveness of the remaining $N-K$ motions. Furthermore, we identify and resolve two key training mechanisms in robot control that lead to unlearning failure. We conduct extensive experiments on the Unitree G1 and H2 humanoid robots across 12 motions, including Dance, Fight, Flip, and others. Experimental results demonstrate that ForgetMimic effectively eliminates memory of designated motions while maintaining the normal operation of all other motions.
Text extracted automatically; images, tables and formatting may be missing. Original: https://arxiv.org/abs/2609.28378