菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-03-03
📄 Abstract - Uni-Skill: Building Self-Evolving Skill Repository for Generalizable Robotic Manipulation

While skill-centric approaches leverage foundation models to enhance generalization in compositional tasks, they often rely on fixed skill libraries, limiting adaptability to new tasks without manual intervention. To address this, we propose Uni-Skill, a Unified Skill-centric framework that supports skill-aware planning and facilitates automatic skill evolution. Unlike prior methods that restrict planning to predefined skills, Uni-Skill requests for new skill implementations when existing ones are insufficient, ensuring adaptable planning with self-augmented skill library. To support automatic implementation of diverse skills requested by the planning module, we construct SkillFolder, a VerbNet-inspired repository derived from large-scale unstructured robotic videos. SkillFolder introduces a hierarchical skill taxonomy that captures diverse skill descriptions at multiple levels of abstraction. By populating this taxonomy with large-scale, automatically annotated demonstrations, Uni-Skill shifts the paradigm of skill acquisition from inefficient manual annotation to efficient offline structural retrieval. Retrieved examples provide semantic supervision over behavior patterns and fine-grained references for spatial trajectories, enabling few-shot skill inference without deployment-time demonstrations. Comprehensive experiments in both simulation and real-world settings verify the state-of-the-art performance of Uni-Skill over existing VLM-based skill-centric approaches, highlighting its advanced reasoning capabilities and strong zero-shot generalization across a wide range of novel tasks.

顶级标签: robotics agents systems
详细标签: skill learning hierarchical planning foundation models zero-shot generalization video retrieval 或 搜索:

Uni-Skill:构建用于通用机器人操作的自进化技能库 / Uni-Skill: Building Self-Evolving Skill Repository for Generalizable Robotic Manipulation


1️⃣ 一句话总结

这篇论文提出了一个名为Uni-Skill的机器人学习框架,它能够自动发现和扩充技能库,从而让机器人无需人工干预就能适应并完成各种新任务,实现了强大的零样本泛化能力。

源自 arXiv: 2603.02623