paper-with-me

홈 › Papers

Optimization-Informed Neural Networks

2022-10-05 · Dawen Wu, Abdel Lisser

Solving constrained nonlinear optimization problems (CNLPs) is a longstanding problem that arises in various fields, e.g., economics, computer science, and engineering. We propose optimization-informed neural networks (OINN), a deep learning approach to solve CNLPs. By neurodynamic optimization methods, a CNLP is first reformulated as an initial value problem (IVP) involving an ordinary differential equation (ODE) system. A neural network model is then used as an approximate solution for this IVP, with the endpoint being the prediction to the CNLP. We propose a novel training algorithm that directs the model to hold the best prediction during training. In a nutshell, OINN transforms a CNLP into a neural network training problem. By doing so, we can solve CNLPs based on deep learning infrastructure only, without using standard optimization solvers or numerical integration solvers. The effectiveness of the proposed approach is demonstrated through a collection of classical problems, e.g., variational inequalities, nonlinear complementary problems, and standard CNLPs.

📄 PDF Abstract BibTeX arXiv:2210.02113

Code (0)

등록된 구현이 없습니다.

Tasks

Deep LearningNumerical Integration

Similar Papers 제목 키워드 기반

Physics Informed Piecewise Linear Neural Networks for Process Optimization

2023-02-02 · Ece S. Koksal, Erdal Aydin

Constructing first-principles models is usually a challenging and time-consuming task due to the complexity of the real-life processes. On the other hand, data-driven modeling, and in particular neural network models oft…

CPU

NSGA-PINN: A Multi-Objective Optimization Method for Physics-Informed Neural Network Training

2023-03-03 · Binghang Lu, Christian B. Moya, Guang Lin

This paper presents NSGA-PINN, a multi-objective optimization framework for effective training of Physics-Informed Neural Networks (PINNs). The proposed framework uses the Non-dominated Sorting Genetic Algorithm (NSGA-II…

Heterogeneous Strategy Particle Swarm Optimization

2016-07-30 · Wen-Bo Du, Wen Ying, Gang Yan, Yan-Bo Zhu 외

PSO is a widely recognized optimization algorithm inspired by social swarm. In this brief we present a heterogeneous strategy particle swarm optimization (HSPSO), in which a proportion of particles adopt a fully informed…

Diversity

Learning a Neural Solver for Parametric PDE to Enhance Physics-Informed Methods

2024-10-09 · Lise Le Boudec, Emmanuel de Bezenac, Louis Serrano, Ramon Daniel Regueiro-Espino 외

Physics-informed deep learning often faces optimization challenges due to the complexity of solving partial differential equations (PDEs), which involve exploring large solution spaces, require numerous iterations, and c…

On the Pareto Front of Physics-Informed Neural Networks

2021-05-03 · Franz M. Rohrhofer, Stefan Posch, Bernhard C. Geiger

Recently a new type of deep learning method has emerged, called physics-informed neural networks. Despite their success in solving problems that are governed by partial differential equations, physics-informed neural net…