paper-with-me

Papers

Differentiable Robust LQR Layers

2021-06-10 · Ngo Anh Vien, Gerhard Neumann

This paper proposes a differentiable robust LQR layer for reinforcement learning and imitation learning under model uncertainty and stochastic dynamics. The robust LQR layer can exploit the advantages of robust optimal control and model-free learning. It provides a new type of inductive bias for stochasticity and uncertainty modeling in control systems. In particular, we propose an efficient way to differentiate through a robust LQR optimization program by rewriting it as a convex program (i.e. semi-definite program) of the worst-case cost. Based on recent work on using convex optimization inside neural network layers, we develop a fully differentiable layer for optimizing this worst-case cost, i.e. we compute the derivative of a performance measure w.r.t the model's unknown parameters, model uncertainty and stochasticity parameters. We demonstrate the proposed method on imitation learning and approximate dynamic programming on stochastic and uncertain domains. The experiment results show that the proposed method can optimize robust policies under uncertain situations, and are able to achieve a significantly better performance than existing methods that do not model uncertainty directly.

📄 PDF Abstract BibTeX arXiv:2106.05535

Code (0)

등록된 구현이 없습니다.

Tasks

Imitation LearningInductive Bias

Similar Papers 제목 키워드 기반

Differentiable Convex Optimization Layers

2019-10-28 · NeurIPS 2019 12 · Akshay Agrawal, Brandon Amos, Shane Barratt, Stephen Boyd 외

Recent work has shown how to embed differentiable optimization problems (that is, problems whose solutions can be backpropagated through) as layers within deep learning architectures. This method provides a useful induct…

Inductive Bias

Differentiable Distributionally Robust Optimization Layers

2024-06-24 · Xutao Ma, Chao Ning, Wenli Du

In recent years, there has been a growing research interest in decision-focused learning, which embeds optimization problems as a layer in learning pipelines and demonstrates a superior performance than the prediction-fo…

Decision MakingDecision Making Under Uncertainty

BPQP: A Differentiable Convex Optimization Framework for Efficient End-to-End Learning

2024-11-28 · Jianming Pan, Zeqi Ye, Xiao Yang, Xu Yang 외

Data-driven decision-making processes increasingly utilize end-to-end learnable deep neural networks to render final decisions. Sometimes, the output of the forward functions in certain layers is determined by the soluti…

DisjunctiveNet: Neural Symbolic Learning via Differentiable Convexified Optimization Layers

2026-05-28 · Shraman Pal, Can Li arxiv

Many learning tasks in science and engineering are characterized by sparse datasets, which limits the effectiveness of purely data-driven approaches. At the same time, these problems are often accompanied by rich domain …

Neural Weighted A*: Learning Graph Costs and Heuristics with Differentiable Anytime A*

2021-05-04 · Alberto Archetti, Marco Cannici, Matteo Matteucci

Recently, the trend of incorporating differentiable algorithms into deep learning architectures arose in machine learning research, as the fusion of neural layers and algorithmic layers has been beneficial for handling c…