paper-with-me

홈 › Papers

Fast PDE-constrained optimization via self-supervised operator learning

2021-10-25 · Sifan Wang, Mohamed Aziz Bhouri, Paris Perdikaris

Design and optimal control problems are among the fundamental, ubiquitous tasks we face in science and engineering. In both cases, we aim to represent and optimize an unknown (black-box) function that associates a performance/outcome to a set of controllable variables through an experiment. In cases where the experimental dynamics can be described by partial differential equations (PDEs), such problems can be mathematically translated into PDE-constrained optimization tasks, which quickly become intractable as the number of control variables and the cost of experiments increases. In this work we leverage physics-informed deep operator networks (DeepONets) -- a self-supervised framework for learning the solution operator of parametric PDEs -- to build fast and differentiable surrogates for rapidly solving PDE-constrained optimization problems, even in the absence of any paired input-output training data. The effectiveness of the proposed framework will be demonstrated across different applications involving continuous functions as control or design variables, including time-dependent optimal control of heat transfer, and drag minimization of obstacles in Stokes flow. In all cases, we observe that DeepONets can minimize high-dimensional cost functionals in a matter of seconds, yielding a significant speed up compared to traditional adjoint PDE solvers that are typically costly and limited to relatively low-dimensional control/design parametrizations.

📄 PDF Abstract BibTeX arXiv:2110.13297

Code (1)

predictiveintelligencelab/pde-constrained-optimization-pi-deeponet 공식 구현

Tasks

Operator learning

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Self-Supervised Learning of Iterative Solvers for Constrained Optimization

2024-09-12 · Lukas Lüken, Sergio Lucia

Obtaining the solution of constrained optimization problems as a function of parameters is very important in a multitude of applications, such as control and planning. Solving such parametric optimization problems in rea…

GPUSelf-Supervised Learning

Evolutionary Augmentation Policy Optimization for Self-supervised Learning

2023-03-02 · Noah Barrett, Zahra Sadeghi, Stan Matwin

Self-supervised Learning (SSL) is a machine learning algorithm for pretraining Deep Neural Networks (DNNs) without requiring manually labeled data. The central idea of this learning technique is based on an auxiliary sta…

Data AugmentationSelf-Supervised Learning

On Learning to Solve Cardinality Constrained Combinatorial Optimization in One-Shot: A Re-parameterization Approach via Gumbel-Sinkhorn-TopK

2021-09-29 · Runzhong Wang, Li Shen, Yiting Chen, Junchi Yan 외

Cardinality constrained combinatorial optimization requires selecting an optimal subset of $k$ elements, and it will be appealing to design data-driven algorithms that perform TopK selection over a probability distributi…

Combinatorial OptimizationOne-Shot LearningSelf-Supervised Learning

Cheap Thrills: Effective Amortized Optimization Using Inexpensive Labels

2026-03-05 · Khai Nguyen, Petros Ellinas, Anvita Bhagavathula, Priya L. Donti arxiv

To scale optimization and simulation, prior work has explored training machine-learning surrogates that map problem parameters to solutions inexpensively at inference time. Unfortunately, commonly used approaches, includ…

Self-Supervised Learning

AscendOptimizer: Episodic Agent for Ascend NPU Operator Optimization

2026-03-24 · Jiehao Wu, Zixiao Huang, Wenhao Li, Chuyun Shen 외 arxiv

Optimizing AscendC (Ascend C) operators for Ascend NPUs is difficult for two reasons. First, unlike CUDA, the ecosystem offers few public kernels to learn from. Second, performance depends on a coupled two-part implement…