paper-with-me

Papers

Parametric PDE Control with Deep Reinforcement Learning and Differentiable L0-Sparse Polynomial Policies

2024-03-22 · Nicolò Botteghi, Urban Fasel

Optimal control of parametric partial differential equations (PDEs) is crucial in many applications in engineering and science. In recent years, the progress in scientific machine learning has opened up new frontiers for the control of parametric PDEs. In particular, deep reinforcement learning (DRL) has the potential to solve high-dimensional and complex control problems in a large variety of applications. Most DRL methods rely on deep neural network (DNN) control policies. However, for many dynamical systems, DNN-based control policies tend to be over-parametrized, which means they need large amounts of training data, show limited robustness, and lack interpretability. In this work, we leverage dictionary learning and differentiable L$_0$ regularization to learn sparse, robust, and interpretable control policies for parametric PDEs. Our sparse policy architecture is agnostic to the DRL method and can be used in different policy-gradient and actor-critic DRL algorithms without changing their policy-optimization procedure. We test our approach on the challenging tasks of controlling parametric Kuramoto-Sivashinsky and convection-diffusion-reaction PDEs. We show that our method (1) outperforms baseline DNN-based DRL policies, (2) allows for the derivation of interpretable equations of the learned optimal control laws, and (3) generalizes to unseen parameters of the PDE without retraining the policies.

📄 PDF Abstract BibTeX arXiv:2403.15267

Code (2)

nicob15/parametric-pde-control-with-drl-and-differentiable-l0-sparse-polynomial-policies 공식 구현 pytorch
nicob15/sparsifying-parametric-models-with-l0 공식 구현 pytorch

Tasks

Deep Reinforcement LearningDictionary Learning

Similar Papers 제목 키워드 기반

Sparsifying Parametric Models with L0 Regularization

2024-09-05 · Nicolò Botteghi, Urban Fasel

This document contains an educational introduction to the problem of sparsifying parametric models with L0 regularization. We utilize this approach together with dictionary learning to learn sparse polynomial policies fo…

Deep Reinforcement LearningDictionary Learningreinforcement-learningReinforcement Learning

Physics-enhanced reinforcement learning for real-time optimal control of dynamical systems

2026-07-17 · Matteo Tomasetto, Nicolò Botteghi, Gabriele Bruni, Andrea Manzoni arxiv

Reinforcement learning (RL) has recently emerged as a promising feedback control strategy for nonlinear and complex dynamical systems. However, RL algorithms are sample inefficient and require a large number of interacti…

Reinforcement Learning

Vector sketch animation generation with differentiable motion trajectories

2025-09-30 · Xinding Zhu, Xinye Yang, Shuyang Zheng, Zhexin Zhang 외 arxiv

Sketching is a direct and inexpensive means of visual expression. Though image-based sketching has been well studied, video-based sketch animation generation is still very challenging due to the temporal coherence requir…

Differentiable Programming for Piecewise Polynomial Functions

2021-01-01 · NeurIPS Workshop LMCA 2020 12 · Minsu Cho, Ameya Joshi, Xian Yeow Lee, Aditya Balu 외

The paradigm of differentiable programming has considerably enhanced the scope of machine learning via the judicious use of gradient-based optimization. However, standard differentiable programming methods (such as autod…

DenoisingImage SegmentationregressionSegmentation+1

Continuous Episodic Control

2022-11-28 · Zhao Yang, Thomas M. Moerland, Mike Preuss, Aske Plaat

Non-parametric episodic memory can be used to quickly latch onto high-rewarded experience in reinforcement learning tasks. In contrast to parametric deep reinforcement learning approaches in which reward signals need to …

continuous-controlContinuous ControlDecision MakingDeep Reinforcement Learning+4