paper-with-me

Papers

Interactive incremental learning of generalizable skills with local trajectory modulation

2024-09-09 · Markus Knauer, Alin Albu-Schäffer, Freek Stulp, João Silvério

The problem of generalization in learning from demonstration (LfD) has received considerable attention over the years, particularly within the context of movement primitives, where a number of approaches have emerged. Recently, two important approaches have gained recognition. While one leverages via-points to adapt skills locally by modulating demonstrated trajectories, another relies on so-called task-parameterized models that encode movements with respect to different coordinate systems, using a product of probabilities for generalization. While the former are well-suited to precise, local modulations, the latter aim at generalizing over large regions of the workspace and often involve multiple objects. Addressing the quality of generalization by leveraging both approaches simultaneously has received little attention. In this work, we propose an interactive imitation learning framework that simultaneously leverages local and global modulations of trajectory distributions. Building on the kernelized movement primitives (KMP) framework, we introduce novel mechanisms for skill modulation from direct human corrective feedback. Our approach particularly exploits the concept of via-points to incrementally and interactively 1) improve the model accuracy locally, 2) add new objects to the task during execution and 3) extend the skill into regions where demonstrations were not provided. We evaluate our method on a bearing ring-loading task using a torque-controlled, 7-DoF, DLR SARA robot.

📄 PDF Abstract BibTeX arXiv:2409.05655

Code (1)

dlr-rm/interactive-incremental-learning 공식 구현

Tasks

Continual LearningImitation LearningIncremental LearningRobot Manipulation

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

HumanX: Toward Agile and Generalizable Humanoid Interaction Skills from Human Videos

2026-02-02 · Yinhuai Wang, Qihan Zhao, Yuen Fui Lau, Runyi Yu 외 arxiv

Enabling humanoid robots to perform agile and adaptive interactive tasks has long been a core challenge in robotics. Current approaches are bottlenecked by either the scarcity of realistic interaction data or the need fo…

Data Augmentation

Don't Vibe Code, Do Skele-Code: Interactive No-Code Notebooks for Subject Matter Experts to Build Lower-Cost Agentic Workflows

2026-03-18 · Sriram Gopalakrishnan arxiv

Skele-Code is a natural-language and graph-based interface for building workflows with AI agents, designed especially for less or non-technical users. It supports incremental, interactive notebook-style development, and …

Code Generation

Policy Compatible Skill Incremental Learning via Lazy Learning Interface

2025-09-24 · Daehee Lee, Dongsu Lee, TaeYoon Kwack, Wonje Choi 외 arxiv

Skill Incremental Learning (SIL) is the process by which an embodied agent expands and refines its skill set over time by leveraging experience gained through interaction with its environment or by the integration of add…

Incremental Learning

HiSkill: Empowering LLM Agents with Hierarchical Skill Graphs

2026-07-28 · Yu Hao, Jinxuan Cai, Qi Zhang, Yawen Li 외 arxiv

Skills have become an important abstraction for enabling large language model (LLM) agents to reuse past experience in long-horizon interactive tasks. However, existing trajectory-to-skill methods often produce flat coll…

SAIL: Test-Time Scaling for In-Context Imitation Learning with VLM

2026-03-09 · Makoto Sato, Yusuke Iwasawa, Yujin Tang, So Kuroki arxiv

In-context imitation learning allows robots to acquire skills from demonstrations, yet one-shot trajectory generation remains fragile under environmental variation. We propose SAIL, a framework that reframes robot imitat…