paper-with-me

홈 › Papers

IDIL: Imitation Learning of Intent-Driven Expert Behavior

2024-04-25 · Sangwon Seo, Vaibhav Unhelkar

When faced with accomplishing a task, human experts exhibit intentional behavior. Their unique intents shape their plans and decisions, resulting in experts demonstrating diverse behaviors to accomplish the same task. Due to the uncertainties encountered in the real world and their bounded rationality, experts sometimes adjust their intents, which in turn influences their behaviors during task execution. This paper introduces IDIL, a novel imitation learning algorithm to mimic these diverse intent-driven behaviors of experts. Iteratively, our approach estimates expert intent from heterogeneous demonstrations and then uses it to learn an intent-aware model of their behavior. Unlike contemporary approaches, IDIL is capable of addressing sequential tasks with high-dimensional state representations, while sidestepping the complexities and drawbacks associated with adversarial training (a mainstay of related techniques). Our empirical results suggest that the models generated by IDIL either match or surpass those produced by recent imitation learning benchmarks in metrics of task performance. Moreover, as it creates a generative model, IDIL demonstrates superior performance in intent inference metrics, crucial for human-agent interactions, and aptly captures a broad spectrum of expert behaviors.

📄 PDF Abstract BibTeX arXiv:2404.16989

Code (0)

등록된 구현이 없습니다.

Tasks

Imitation Learning

Similar Papers 제목 키워드 기반

Offline Imitation Learning with a Misspecified Simulator

2020-12-01 · NeurIPS 2020 12 · Shengyi Jiang, JingCheng Pang, Yang Yu

In real-world decision-making tasks, learning an optimal policy without a trial-and-error process is an appealing challenge. When expert demonstrations are available, imitation learning that mimics expert actions can le…

Decision MakingFrictionImitation LearningMuJoCo

MIND: Multi-Scale Intent Diffusion for Text-Driven Physics-Based Humanoid Control

2026-05-25 · Bin Li, Ruichi Zhang, Han Liang, Jingyan Zhang 외 arxiv

Enabling physics-based humanoids to execute diverse behaviors from high-level textual commands remains a significant challenge. Existing methods typically follow either a two-stage paradigm that combines kinematic motion…

Densely connected multidilated convolutional networks for dense prediction tasks

2020-11-21 · Naoya Takahashi, Yuki Mitsufuji

Tasks that involve high-resolution dense prediction require a modeling of both local and global patterns in a large input field. Although the local and global structures often depend on each other and their simultaneous …

Audio Source SeparationMusic Source SeparationSemantic Segmentation

CoMI-IRL: Contrastive Multi-Intention Inverse Reinforcement Learning

2026-02-07 · Antonio Mone, Frans A. Oliehoek, Luciano Cavalcante Siebert arxiv

Inverse Reinforcement Learning (IRL) seeks to infer reward functions from expert demonstrations. When demonstrations originate from multiple experts with different intentions, the problem is known as Multi-Intention IRL …

Reinforcement Learning

Align Your Intents: Offline Imitation Learning via Optimal Transport

2024-02-20 · Maksim Bobrin, Nazar Buzun, Dmitrii Krylov, Dmitry V. Dylov

Offline Reinforcement Learning (RL) addresses the problem of sequential decision-making by learning optimal policy through pre-collected data, without interacting with the environment. As yet, it has remained somewhat im…

D4RLDecision MakingImitation LearningOffline RL+2