paper-with-me

홈 › Papers

Gradient-free training of neural ODEs for system identification and control using ensemble Kalman inversion

2023-07-15 · Lucas Böttcher

Ensemble Kalman inversion (EKI) is a sequential Monte Carlo method used to solve inverse problems within a Bayesian framework. Unlike backpropagation, EKI is a gradient-free optimization method that only necessitates the evaluation of artificial neural networks in forward passes. In this study, we examine the effectiveness of EKI in training neural ordinary differential equations (neural ODEs) for system identification and control tasks. To apply EKI to optimal control problems, we formulate inverse problems that incorporate a Tikhonov-type regularization term. Our numerical results demonstrate that EKI is an efficient method for training neural ODEs in system identification and optimal control problems, with runtime and quality of solutions that are competitive with commonly used gradient-based optimizers.

📄 PDF Abstract BibTeX arXiv:2307.07882

Code (1)

https://gitlab.com/computationalscience/eki-neural-ode 공식 구현 pytorch

Similar Papers 제목 키워드 기반

StarNet: Gradient-free Training of Deep Generative Models using Determined System of Linear Equations

2021-01-03 · Amir Zadeh, Santiago Benoit, Louis-Philippe Morency

In this paper we present an approach for training deep generative models solely based on solving determined systems of linear equations. A network that uses this approach, called a StarNet, has the following desirable pr…

Online Policy Gradient for Model Free Learning of Linear Quadratic Regulators with $\sqrt{T}$ Regret

2021-02-25 · Asaf Cassel, Tomer Koren

We consider the task of learning to control a linear dynamical system under fixed quadratic costs, known as the Linear Quadratic Regulator (LQR) problem. While model-free approaches are often favorable in practice, thus …

GBA: A Tuning-free Approach to Switch between Synchronous and Asynchronous Training for Recommendation Model

2022-05-23 · Wenbo Su, Yuanxing Zhang, Yufeng Cai, Kaixu Ren 외

High-concurrency asynchronous training upon parameter server (PS) architecture and high-performance synchronous training upon all-reduce (AR) architecture are the most commonly deployed distributed training modes for rec…

Recommendation Systems

Outlier Gradient Analysis: Efficiently Identifying Detrimental Training Samples for Deep Learning Models

2024-05-06 · Anshuman Chhabra, Bo Li, Jian Chen, Prasant Mohapatra 외

A core data-centric learning challenge is the identification of training samples that are detrimental to model performance. Influence functions serve as a prominent tool for this task and offer a robust framework for ass…

From Fourier to Neural ODEs: Flow Matching for Modeling Complex Systems

2024-05-19 · Xin Li, Jingdong Zhang, Qunxi Zhu, Chengli Zhao 외

Modeling complex systems using standard neural ordinary differential equations (NODEs) often faces some essential challenges, including high computational costs and susceptibility to local optima. To address these challe…