paper-with-me

홈 › Papers

Opt-ODENet: A Neural ODE Framework with Differentiable QP Layers for Safe and Stable Control Design (longer version)

2025-04-23 · Keyan Miao, Liqun Zhao, Han Wang, Konstantinos Gatsis, Antonis Papachristodoulou

Designing controllers that achieve task objectives while ensuring safety is a key challenge in control systems. This work introduces Opt-ODENet, a Neural ODE framework with a differentiable Quadratic Programming (QP) optimization layer to enforce constraints as hard requirements. Eliminating the reliance on nominal controllers or large datasets, our framework solves the optimal control problem directly using Neural ODEs. Stability and convergence are ensured through Control Lyapunov Functions (CLFs) in the loss function, while Control Barrier Functions (CBFs) embedded in the QP layer enforce real-time safety. By integrating the differentiable QP layer with Neural ODEs, we demonstrate compatibility with the adjoint method for gradient computation, enabling the learning of the CBF class-$\mathcal{K}$ function and control network parameters. Experiments validate its effectiveness in balancing safety and performance.

📄 PDF Abstract BibTeX arXiv:2504.17139

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Accelerating ODE-Based Neural Networks on Low-Cost FPGAs

2020-12-31 · Hirohisa Watanabe, Hiroki Matsutani

ODENet is a deep neural network architecture in which a stacking structure of ResNet is implemented with an ordinary differential equation (ODE) solver. It can reduce the number of parameters and strike a balance between…

EncodeNet: A Framework for Boosting DNN Accuracy with Entropy-driven Generalized Converting Autoencoder

2024-04-21 · Hasanul Mahmud, Kevin Desai, Palden Lama, Sushil K. Prasad

Image classification is a fundamental task in computer vision, and the quest to enhance DNN accuracy without inflating model size or latency remains a pressing concern. We make a couple of advances in this regard, leadin…

image-classificationImage ClassificationKnowledge Distillation

A Low-Cost Neural ODE with Depthwise Separable Convolution for Edge Domain Adaptation on FPGAs

2021-07-27 · Hiroki Kawakami, Hirohisa Watanabe, Keisuke Sugiura, Hiroki Matsutani

High-performance deep neural network (DNN)-based systems are in high demand in edge environments. Due to its high computational complexity, it is challenging to deploy DNNs on edge devices with strict limitations on comp…

Domain Adaptationimage-classificationImage Classification

Revealing hidden dynamics from time-series data by ODENet

2020-05-11 · Pipi Hu, Wuyue Yang, Yi Zhu, Liu Hong

To derive the hidden dynamics from observed data is one of the fundamental but also challenging problems in many different fields. In this study, we propose a new type of interpretable network called the ordinary differe…

BIG-bench Machine LearningNumerical IntegrationTime SeriesTime Series Analysis

Universal approximation property of ODENet and ResNet with a single activation function

2024-10-22 · Masato Kimura, Kazunori Matsui, Yosuke Mizuno

We study a universal approximation property of ODENet and ResNet. The ODENet is a map from an initial value to the final value of an ODE system in a finite interval. It is considered a mathematical model of a ResNet-type…