paper-with-me

홈 › Papers

Neural Solvers for Fast and Accurate Numerical Optimal Control

2022-03-13 · NeurIPS Workshop DLDE 2021 12 · Federico Berto, Stefano Massaroli, Michael Poli, Jinkyoo Park

Synthesizing optimal controllers for dynamical systems often involves solving optimization problems with hard real-time constraints. These constraints determine the class of numerical methods that can be applied: computationally expensive but accurate numerical routines are replaced by fast and inaccurate methods, trading inference time for solution accuracy. This paper provides techniques to improve the quality of optimized control policies given a fixed computational budget. We achieve the above via a hypersolvers approach, which hybridizes a differential equation solver and a neural network. The performance is evaluated in direct and receding-horizon optimal control tasks in both low and high dimensions, where the proposed approach shows consistent Pareto improvements in solution accuracy and control performance.

📄 PDF Abstract BibTeX arXiv:2203.08072

Code (1)

diffeqml/diffeqml-research 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Direct Shooting Method for Numerical Optimal Control: A Modified Transcription Approach

2024-03-10 · Jiawei Tang, Yuxing Zhong, Pengyu Wang, Xingzhou Chen 외

Direct shooting is an efficient method to solve numerical optimal control. It utilizes the Runge-Kutta scheme to discretize a continuous-time optimal control problem making the problem solvable by nonlinear programming s…

Lambda Twist: An Accurate Fast Robust Perspective Three Point (P3P) Solver

2018-09-01 · ECCV 2018 9 · Mikael Persson, Klas Nordberg

We present Lambda Twist; a novel P3P solver which is accurate, fast and robust. Current state-of-the-art P3P solvers find all roots to a quartic and discard geometrically invalid and duplicate solutions in a post-process…

Learning the Riccati solution operator for time-varying LQR via Deep Operator Networks

2026-04-20 · Jun Chen, Umberto Biccari, Junmin Wang arxiv

We propose a computational framework for replacing the repeated numerical solution of differential Riccati equations in finite-horizon Linear Quadratic Regulator (LQR) problems by a learned operator surrogate. Instead of…

Sampling-Based Global Optimal Control and Estimation via Semidefinite Programming

2025-07-23 · Antoine Groudiev, Fabian Schramm, Éloïse Berthier, Justin Carpentier 외 arxiv

Global optimization has gained attraction over the past decades, thanks to the development of both theoretical foundations and efficient numerical routines. Among recent advances, Kernel Sum of Squares (KernelSOS) provid…

Partial Symmetry in Polynomial Systems and its Applications in Computer Vision

2014-06-01 · CVPR 2014 6 · Yubin Kuang, Yinqiang Zheng, Kalle Astrom

Algorithms for solving systems of polynomial equations are key components for solving geometry problems in computer vision. Fast and stable polynomial solvers are essential for numerous applications e.g. minimal problems…