paper-with-me

Papers

Efficient Active Imitation Learning with Random Network Distillation

2024-11-04 · Emilien Biré, Anthony Kobanda, Ludovic Denoyer, Rémy Portelas

Developing agents for complex and underspecified tasks, where no clear objective exists, remains challenging but offers many opportunities. This is especially true in video games, where simulated players (bots) need to play realistically, and there is no clear reward to evaluate them. While imitation learning has shown promise in such domains, these methods often fail when agents encounter out-of-distribution scenarios during deployment. Expanding the training dataset is a common solution, but it becomes impractical or costly when relying on human demonstrations. This article addresses active imitation learning, aiming to trigger expert intervention only when necessary, reducing the need for constant expert input along training. We introduce Random Network Distillation DAgger (RND-DAgger), a new active imitation learning method that limits expert querying by using a learned state-based out-of-distribution measure to trigger interventions. This approach avoids frequent expert-agent action comparisons, thus making the expert intervene only when it is useful. We evaluate RND-DAgger against traditional imitation learning and other active approaches in 3D video games (racing and third-person navigation) and in a robotic locomotion task and show that RND-DAgger surpasses previous methods by reducing expert queries. https://sites.google.com/view/rnd-dagger

📄 PDF Abstract BibTeX arXiv:2411.01894

Code (0)

등록된 구현이 없습니다.

Tasks

Imitation Learning

Similar Papers 제목 키워드 기반

Interactive Knowledge Distillation

2020-07-03 · Shipeng Fu, Zhen Li, Jun Xu, Ming-Ming Cheng 외

Knowledge distillation is a standard teacher-student learning framework to train a light-weight student network under the guidance of a well-trained large teacher network. As an effective teaching strategy, interactive t…

image-classificationImage ClassificationKnowledge Distillation

LLM on a Budget: Active Knowledge Distillation for Efficient Classification of Large Text Corpora

2025-09-17 · Viviana Luccioli, Rithika Iyengar, Ryan Panley, Flora Haberkorn 외 arxiv

Large Language Models (LLMs) are highly accurate in classification tasks, however, substantial computational and financial costs hinder their large-scale deployment in dynamic environments. Knowledge Distillation (KD) wh…

Knowledge DistillationActive Learning

Coupled Distributional Random Expert Distillation for World Model Online Imitation Learning

2025-05-04 · Shangzhe Li, Zhiao Huang, Hao Su

Imitation Learning (IL) has achieved remarkable success across various domains, including robotics, autonomous driving, and healthcare, by enabling agents to learn complex behaviors from expert demonstrations. However, e…

Autonomous DrivingDensity EstimationImitation Learning

MAGIC: Meta-Ability Guided Interactive Chain-of-Distillation for Effective-and-Efficient Vision-and-Language Navigation

2024-06-25 · Liuyi Wang, Zongtao He, Mengjiao Shen, Jingwei Yang 외

Despite the remarkable developments of recent large models in Embodied Artificial Intelligence (E-AI), their integration into robotics is hampered by their excessive parameter sizes and computational demands. Towards the…

Knowledge DistillationTest unseenVision and Language Navigation

DOGe: Defensive Output Generation for LLM Protection Against Knowledge Distillation

2025-05-26 · Pingzhi Li, Zhen Tan, Huaizhi Qu, Huan Liu 외

Large Language Models (LLMs) represent substantial intellectual and economic investments, yet their effectiveness can inadvertently facilitate model imitation via knowledge distillation (KD).In practical scenarios, compe…

Knowledge Distillation