paper-with-me

Papers

Exploring Viable Algorithmic Options for Learning from Demonstration (LfD): A Parameterized Complexity Approach

2022-05-10 · Todd Wareham

The key to reconciling the polynomial-time intractability of many machine learning tasks in the worst case with the surprising solvability of these tasks by heuristic algorithms in practice seems to be exploiting restrictions on real-world data sets. One approach to investigating such restrictions is to analyze why heuristics perform well under restrictions. A complementary approach would be to systematically determine under which sets of restrictions efficient and reliable machine learning algorithms do and do not exist. In this paper, we show how such a systematic exploration of algorithmic options can be done using parameterized complexity analysis, As an illustrative example, we give the first parameterized complexity analysis of batch and incremental policy inference under Learning from Demonstration (LfD). Relative to a basic model of LfD, we show that none of our problems can be solved efficiently either in general or relative to a number of (often simultaneous) restrictions on environments, demonstrations, and policies. We also give the first known restrictions under which efficient solvability is possible and discuss the implications of our solvability and unsolvability results for both our basic model of LfD and more complex models of LfD used in practice.

📄 PDF Abstract BibTeX arXiv:2205.04989

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

The Computational Complexity of Circuit Discovery for Inner Interpretability

2024-10-10 · Federico Adolfi, Martina G. Vilas, Todd Wareham

Many proposed applications of neural networks in machine learning, cognitive/brain science, and society hinge on the feasibility of inner interpretability via circuit discovery. This calls for empirical and theoretical e…

Navigate

Provable Hierarchical Imitation Learning via EM

2020-10-07 · ZhiYu Zhang, Ioannis Paschalidis

Due to recent empirical successes, the options framework for hierarchical reinforcement learning is gaining increasing popularity. Rather than learning from rewards which suffers from the curse of dimensionality, we cons…

Hierarchical Reinforcement LearningImitation Learning

Learning Options from Demonstration using Skill Segmentation

2020-01-19 · Matthew Cockcroft, Shahil Mawjee, Steven James, Pravesh Ranchod

We present a method for learning options from segmented demonstration trajectories. The trajectories are first segmented into skills using nonparametric Bayesian clustering and a reward function for each segment is then …

Clusteringreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Learning Robot Skills with Temporal Variational Inference

2020-06-29 · ICML 2020 1 · Tanmay Shankar, Abhinav Gupta

In this paper, we address the discovery of robotic options from demonstrations in an unsupervised manner. Specifically, we present a framework to jointly learn low-level control policies and higher-level policies of how …

Variational Inference

What Matters for Adversarial Imitation Learning?

2021-06-01 · NeurIPS 2021 12 · Manu Orsini, Anton Raichuk, Léonard Hussenot, Damien Vincent 외

Adversarial imitation learning has become a popular framework for imitation in continuous control. Over the years, several variations of its components were proposed to enhance the performance of the learned policies as …

continuous-controlContinuous ControlImitation Learning