paper-with-me

Papers

CompILE: Compositional Imitation Learning and Execution

2018-12-04 · Thomas Kipf, Yujia Li, Hanjun Dai, Vinicius Zambaldi, Alvaro Sanchez-Gonzalez, Edward Grefenstette, Pushmeet Kohli, Peter Battaglia

We introduce Compositional Imitation Learning and Execution (CompILE): a framework for learning reusable, variable-length segments of hierarchically-structured behavior from demonstration data. CompILE uses a novel unsupervised, fully-differentiable sequence segmentation module to learn latent encodings of sequential data that can be re-composed and executed to perform new tasks. Once trained, our model generalizes to sequences of longer length and from environment instances not seen during training. We evaluate CompILE in a challenging 2D multi-task environment and a continuous control task, and show that it can find correct task boundaries and event encodings in an unsupervised manner. Latent codes and associated behavior policies discovered by CompILE can be used by a hierarchical agent, where the high-level policy selects actions in the latent code space, and the low-level, task-specific policies are simply the learned decoders. We found that our CompILE-based agent could learn given only sparse rewards, where agents without task-specific policies struggle.

📄 PDF Abstract BibTeX arXiv:1812.01483

Code (3)

tkipf/compile 공식 구현 pytorch
ethanluoyc/compile-jax jax
tkipf/gym-gridworld pytorch

Tasks

continuous-controlContinuous ControlImitation Learning

Similar Papers 제목 키워드 기반

ALTA: Compiler-Based Analysis of Transformers

2024-10-23 · Peter Shaw, James Cohan, Jacob Eisenstein, Kenton Lee 외

We propose a new programming language called ALTA and a compiler that can map ALTA programs to Transformer weights. ALTA is inspired by RASP, a language proposed by Weiss et al. (2021), and Tracr (Lindner et al., 2023), …

An LLM-Tool Compiler for Fused Parallel Function Calling

2024-05-07 · Simranjit Singh, Andreas Karatzas, Michael Fore, Iraklis Anagnostopoulos 외

State-of-the-art sequential reasoning in Large Language Models (LLMs) has expanded the capabilities of Copilots beyond conversational tasks to complex function calling, managing thousands of API calls. However, the tende…

Not Just Object, But State: Compositional Incremental Learning without Forgetting

2024-11-04 · Yanyi Zhang, Binglin Qiu, Qi Jia, Yu Liu 외

Most incremental learners excessively prioritize coarse classes of objects while neglecting various kinds of states (e.g. color and material) attached to the objects. As a result, they are limited in the ability to reaso…

DiversityIncremental LearningObjectPrompt Learning

CPrune: Compiler-Informed Model Pruning for Efficient Target-Aware DNN Execution

2022-07-04 · Yongin Kwon, Jemin Lee, TaeHo Kim, Sangtae Ha

Mobile devices run deep learning models for various purposes, such as image classification and speech recognition. Due to the resource constraints of mobile devices, researchers have focused on either making a lightweigh…

Compiler Optimizationimage-classificationImage ClassificationModel Compression+2

VidComposition: Can MLLMs Analyze Compositions in Compiled Videos?

2024-11-17 · CVPR 2025 1 · Yunlong Tang, Junjia Guo, Hang Hua, Susan Liang 외

The advancement of Multimodal Large Language Models (MLLMs) has enabled significant progress in multimodal understanding, expanding their capacity to analyze video content. However, existing evaluation benchmarks for MLL…

Multiple-choice