paper-with-me

홈 › Papers

Deeply AggreVaTeD: Differentiable Imitation Learning for Sequential Prediction

2017-03-03 · ICML 2017 8 · Wen Sun, Arun Venkatraman, Geoffrey J. Gordon, Byron Boots, J. Andrew Bagnell

Researchers have demonstrated state-of-the-art performance in sequential decision making problems (e.g., robotics control, sequential prediction) with deep neural network models. One often has access to near-optimal oracles that achieve good performance on the task during training. We demonstrate that AggreVaTeD --- a policy gradient extension of the Imitation Learning (IL) approach of (Ross & Bagnell, 2014) --- can leverage such an oracle to achieve faster and better solutions with less training data than a less-informed Reinforcement Learning (RL) technique. Using both feedforward and recurrent neural network predictors, we present stochastic gradient procedures on a sequential prediction task, dependency-parsing from raw image data, as well as on various high dimensional robotics control problems. We also provide a comprehensive theoretical study of IL that demonstrates we can expect up to exponentially lower sample complexity for learning with AggreVaTeD than with RL algorithms, which backs our empirical findings. Our results and theory indicate that the proposed approach can achieve superior performance with respect to the oracle when the demonstrator is sub-optimal.

📄 PDF Abstract BibTeX arXiv:1703.01030

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingDependency ParsingImitation LearningPredictionReinforcement LearningReinforcement Learning (RL)Sequential Decision Making

Similar Papers 제목 키워드 기반

Learning Neural Parsers with Deterministic Differentiable Imitation Learning

2018-06-20 · Tanmay Shankar, Nicholas Rhinehart, Katharina Muelling, Kris M. Kitani

We explore the problem of learning to decompose spatial tasks into segments, as exemplified by the problem of a painting robot covering a large object. Inspired by the ability of classical decision tree algorithms to con…

Imitation LearningReinforcement Learning

Deeply Explainable Artificial Neural Network

2025-05-10 · David Zucker

While deep learning models have demonstrated remarkable success in numerous domains, their black-box nature remains a significant limitation, especially in critical fields such as medical image analysis and inference. Ex…

Deep LearningMedical Image Analysis

Confidence-aware Fine-tuning of Sequential Recommendation Systems via Conformal Prediction

2024-02-14 · Chen Wang, Fangxin Wang, Ruocheng Guo, Yueqing Liang 외

In Sequential Recommendation Systems (SRecsys), traditional training approaches that rely on Cross-Entropy (CE) loss often prioritize accuracy but fail to align well with user satisfaction metrics. CE loss focuses on max…

Conformal PredictionModel SelectionRecommendation SystemsSequential Recommendation

MetaRF: Differentiable Random Forest for Reaction Yield Prediction with a Few Trails

2022-08-22 · Kexin Chen, Guangyong Chen, Junyou Li, Yuansheng Huang 외

Artificial intelligence has deeply revolutionized the field of medicinal chemistry with many impressive applications, but the success of these applications requires a massive amount of training samples with high-quality …

Dimensionality ReductionFew-Shot LearningMeta-LearningPrediction

Differentiable Model Predictive Control on the GPU

2025-10-07 · Emre Adabag, Marcus Greiff, John Subosits, Thomas Lew arxiv

Differentiable model predictive control (MPC) offers a powerful framework for combining learning and control. However, its adoption has been limited by the inherently sequential nature of traditional optimization algorit…

Reinforcement Learning