paper-with-me

홈 › Papers

Specializing Versatile Skill Libraries using Local Mixture of Experts

2021-12-08 · Onur Celik, Dongzhuoran Zhou, Ge Li, Philipp Becker, Gerhard Neumann

A long-cherished vision in robotics is to equip robots with skills that match the versatility and precision of humans. For example, when playing table tennis, a robot should be capable of returning the ball in various ways while precisely placing it at the desired location. A common approach to model such versatile behavior is to use a Mixture of Experts (MoE) model, where each expert is a contextual motion primitive. However, learning such MoEs is challenging as most objectives force the model to cover the entire context space, which prevents specialization of the primitives resulting in rather low-quality components. Starting from maximum entropy reinforcement learning (RL), we decompose the objective into optimizing an individual lower bound per mixture component. Further, we introduce a curriculum by allowing the components to focus on a local context region, enabling the model to learn highly accurate skill representations. To this end, we use local context distributions that are adapted jointly with the expert primitives. Our lower bound advocates an iterative addition of new components, where new components will concentrate on local context regions not covered by the current MoE. This local and incremental learning results in a modular MoE model of high accuracy and versatility, where both properties can be scaled by adding more components on the fly. We demonstrate this by an extensive ablation and on two challenging simulated robot skill learning tasks. We compare our achieved performance to LaDiPS and HiREPS, a known hierarchical policy search method for learning diverse skills.

📄 PDF Abstract BibTeX arXiv:2112.04216

Code (1)

onur4229/svsl_lmoe 공식 구현

Tasks

Incremental LearningMixture-of-ExpertsReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

KungfuBot2: Learning Versatile Motion Skills for Humanoid Whole-Body Control

2025-09-20 · Jinrui Han, Weiji Xie, Jiakun Zheng, Jiyuan Shi 외 arxiv

Learning versatile whole-body skills by tracking various human motions is a fundamental step toward general-purpose humanoid robots. This task is particularly challenging because a single policy must master a broad reper…

SKIMIX: Multi-Agent Harness-Time Scaling with Skill Mixture for Dynamic Harness Engineering

2026-07-30 · Jia Luo arxiv

AI agents increasingly rely on large skill libraries, but selecting, combining, and maintaining skills remains difficult. We propose SKIMIX, a multi-agent framework in which agents with different skill portfolios collabo…

Mathematical Reasoning

Curriculum-Based Imitation of Versatile Skills

2023-04-11 · Maximilian Xiling Li, Onur Celik, Philipp Becker, Denis Blessing 외

Learning skills by imitation is a promising concept for the intuitive teaching of robots. A common way to learn such skills is to learn a parametric model by maximizing the likelihood given the demonstrations. Yet, human…

Imitation Learning

FederatedSkill: Federated Learning for Agentic Skill Evolution

2026-06-02 · Jingbo Yang, Guanyu Yao, Yang Zhang, Ramana Rao Kompella 외 arxiv

Modern LLM agents increasingly rely on skill libraries to handle complex tasks, making skill evolution a primary driver of self-improvement. However, isolated single-user task streams lack the diversity required to build…

Federated Learning

Transition Motion Tensor: A Data-Driven Approach for Versatile and Controllable Agents in Physically Simulated Environments

2021-11-30 · Jonathan Hans Soeseno, Ying-Sheng Luo, Trista Pei-Chun Chen, Wei-Chao Chen

This paper proposes the Transition Motion Tensor, a data-driven framework that creates novel and physically accurate transitions outside of the motion dataset. It enables simulated characters to adopt new motion skills e…

Motion Planning