SearcharxivSearch

arXiv subjects

Qiuqi Li

Publications and source records attributed to Qiuqi Li.

17 recordsLinked to original sources

MAD-NG: Meta-Auto-Decoder Neural Galerkin Method for Solving Parametric Partial Differential Equations

Parametric partial differential equations (PDEs) are fundamental for modeling a wide range of physical and engineering systems influenced by uncertain or varying parameters. Traditional neural network-based solvers, such as Physics-Informed Neural Networks (PINNs) and Deep Galerkin Methods, often face challenges in generalization and long-time prediction efficiency due to their dependence on full space-time approximations. To address these issues, we propose a novel and scalable framework that significantly enhances the Neural Galerkin Method (NGM) by incorporating the Meta-Auto-Decoder (MAD) paradigm. Our approach leverages space-time decoupling to enable more stable and efficient time integration, while meta-learning-driven adaptation allows rapid generalization to unseen parameter configurations with minimal retraining. Furthermore, randomized sparse updates effectively reduce computational costs without compromising accuracy. Together, these advancements enable our method to achieve physically consistent, long-horizon predictions for complex parameterized evolution equations with significantly lower computational overhead. Numerical experiments on benchmark problems demonstrate that our methods performs comparatively well in terms of accuracy, robustness, and adaptability.

cs.LG

Data-driven Model Reduction for Parameter-Dependent Matrix Equations via Operator Inference

This work develops a non-intrusive, data-driven surrogate modeling framework based on Operator Inference (OpInf) for rapidly solving parameter-dependent matrix equations in many-query settings. Motivated by the requirements of the OpInf methodology, we reformulate the matrix equations into a structured representation that explicitly shows the parameter dependence in polynomial form. This reformulation is crucial for efficient model reduction. This approach constructs reduced-order models via regression on solution snapshots, bypassing the need for expensive full-order operators and thus overcoming the primary bottlenecks of intrusive methods in high-dimensional contexts. Numerical experiments confirm their accuracy and computational efficiency, demonstrating that our work is a scalable and practical solution for parameter-dependent matrix equations.

math.NA

A parallel solver for random input problems via Karhunen-Lo\`{e}ve expansion and diagonalized coarse grid correction

This paper is dedicated to enhancing the computational efficiency of traditional parallel-in-time methods for solving stochastic initial-value problems. The standard parareal algorithm often suffers from slow convergence when applied to problems with stochastic inputs, primarily due to the poor quality of the initial guess. To address this issue, we propose a hybrid parallel algorithm, termed KLE-CGC, which integrates the Karhunen-Lo\`{e}ve (KL) expansion with the coarse grid correction (CGC). The method first employs the KL expansion to achieve a low-dimensional parameterization of high-dimensional stochastic parameter fields. Subsequently, a generalized Polynomial Chaos (gPC) spectral surrogate model is constructed to enable rapid prediction of the solution field. Utilizing this prediction as the initial value significantly improves the initial accuracy for the parareal iterations. A rigorous convergence analysis is provided, establishing that the proposed framework retains the same theoretical convergence rate as the standard parareal algorithm. Numerical experiments demonstrate that KLE-CGC maintains the same convergence order as the original algorithm while substantially reducing the number of iterations and improving parallel scalability.

math.NA

A model reduction method based on nonlinear optimization for multiscale stochastic optimal control problems

This paper proposes a non-intrusive, data-driven reduced-order modeling framework for stochastic optimal control problems governed by partial differential equations. The control problem is formulated with a quadratic cost functional and stochastic PDE constraints, and an L2-optimal reduced-order model is constructed to directly approximate the parameter-to-output mapping. The model is obtained by minimizing the L2 norm of the output error via gradient-based optimization, requiring only input-output data without access to the full-order system matrices or state variables. To efficiently generate high-fidelity training data for multiscale problems, the Generalized Multiscale Finite Element Method (GMsFEM) is employed as an offline solver. The proposed framework ensures accuracy in control-relevant outputs while maintaining computational complexity independent of the original PDE dimension, making it suitable for real-time applications. Numerical experiments on stochastic diffusion and advection-diffusion equations demonstrate the accuracy, efficiency, and robustness of the method.

math.OC

LDMD with Temporally Adaptive Segmentation

Dynamic mode decomposition (DMD) is a widely used data-driven algorithm for predicting the future states of dynamical systems. However, its standard formulation often struggles with poor long-term predictive accuracy. To address this limitation, we propose a localized DMD (LDMD) framework that improves prediction performance by integrating DMD's strong linear forecasting capabilities with time-domain segmentation techniques. In this framework, the temporal domain is segmented into multiple subintervals, within which snapshot matrices are constructed and localized predictions are performed. We first present the localized DMD method with predefined segmentation, and then explore an adaptive segmentation strategy to further enhance computational efficiency and prediction robustness. Furthermore, we conduct an error analysis that provides the upper bound of the local and global truncation error for the proposed framework. The effectiveness of LDMD is demonstrated on four benchmark problems-Burgers', Allen-Cahn, nonlinear Schrodinger, and Maxwell's equations. Numerical results show that LDMD significantly enhances long-term predictive accuracy while preserving high computational efficiency.

math.NA

A Reduced Order Modeling Method with Variable-Separation-Based Domain Decomposition for Parametric Dynamical Systems

This paper proposes a model order reduction method for a class of parametric dynamical systems. Using a temporal Fourier transform, we reformulate these systems into complex-valued elliptic equations in the frequency domain, containing frequency variables and parameters inherited from the original model. To reduce the computational cost of the frequency-variable elliptic equations, we extend the variable-separation-based domain decomposition method to the complex-valued context, resulting in an offline-online procedure for solving the parametric dynamical systems. At the offline stage, separate representations of the solutions for the interface problem and the subproblems are constructed. At the online stage, the solutions of the parametric dynamical systems for new parameter values can be directly derived by utilizing the separate representations and implementing the inverse Fourier transform. The proposed approach is capable of being highly efficient because the online stage is independent of the spatial discretization. Finally, we present three specific instances of parametric dynamical systems to demonstrate the effectiveness of the proposed method.

math.NA

Model Order Reduction for Large-scale Circuits Using Higher Order Dynamic Mode Decomposition

Model order reduction (MOR) has long been a mainstream strategy to accelerate large-scale transient circuit simulation. Dynamic Mode Decomposition (DMD) represents a novel data-driven characterization method, extracting dominant dynamical modes directly from time-domain simulation data without requiring explicit system equations. This paper first deduces the DMD algorithm and then proposes high order dynamic mode decomposition (HODMD) incorporating delayed embedding technique, specifically targeting computational efficiency in large-scale circuit simulations. Compared with the DMD method, the HODMD method overcomes the problem that the output signal cannot be reconstructed when the spatial resolution is insufficient. The proposed HODMD algorithm is applicable to general circuits and does not impose any constraints on the topology of the pertinent circuit or type of the components. Three representative numerical test cases are presented to systematically validate both the computational efficiency and accuracy of the proposed HODMD method.

eess.SP

A Randomized GMsFEM with Data-Driven Predictors for Parametric Flow Problems in Multiscale Heterogeneous Media

In this paper, we propose a randomized generalized multiscale finite element method (Randomized GMsFEM) for flow problems with parameterized inputs and high-contrast heterogeneous media. The method employs a data-driven predictor to construct multiscale basis functions in two stages: offline and online. In the offline stage, a snapshot space is generated via spectral decompositions, and a reduced matrix is obtained using SVD to predict eigenfunctions. In the online stage, these eigenfunctions are evaluated for new parameter realizations to construct the multiscale space. Furthermore, our approach addresses the complexity of multiple permeability fields with random inputs and multiple multiscale information, providing accurate and efficient approximations. Moreover, we conduct a rigorous convergence analysis for our Randomized GMsFEM. Finally, we present extensive numerical examples, demonstrating its superior performance compared to the traditional GMsFEM.

math.NA

Localized Dynamic Mode Decomposition with Temporally Adaptive Segmentation

Dynamic mode decomposition (DMD) is a widely used data-driven algorithm for predicting the future states of dynamical systems. However, its standard formulation often struggles with poor long-term predictive accuracy. To address this limitation, we propose a localized DMD (LDMD) framework that improves prediction performance by integrating DMD's strong linear forecasting capabilities with time-domain segmentation techniques. In this framework, the temporal domain is segmented into multiple subintervals, within which snapshot matrices are constructed and localized predictions are performed. We first present the localized DMD method with predefined segmentation, and then explore an adaptive segmentation strategy to further enhance computational efficiency and prediction robustness. Furthermore, we conduct an error analysis that provides the upper bound of the local and global truncation error for the proposed framework. The effectiveness of LDMD is demonstrated on four benchmark problems-Burgers', Allen-Cahn, nonlinear Schrodinger, and Maxwell's equations. Numerical results show that LDMD significantly enhances long-term predictive accuracy while preserving high computational efficiency.

math.NA

A Dynamical Variable-separation Method for Parameter-dependent Dynamical Systems

This paper proposes a dynamical Variable-separation method for solving parameter-dependent dynamical systems. To achieve this, we establish a dynamical low-rank approximation for the solutions of these dynamical systems by successively enriching each term in the reduced basis functions via a greedy algorithm. This enables us to reformulate the problem to two decoupled evolution equations at each enrichment step, of which one is a parameter-independent partial differential equation and the other one is a parameter-dependent ordinary differential equation. These equations are directly derived from the original dynamical system and the previously separate representation terms. Moreover, the computational process of the proposed method can be split into an offline stage, in which the reduced basis functions are constructed, and an online stage, in which the efficient low-rank representation of the solution is employed. The proposed dynamical Variable-separation method is capable of offering reduced computational complexity and enhanced efficiency compared to many existing low-rank separation techniques. Finally, we present various numerical results for linear/nonlinear parameter-dependent dynamical systems to demonstrate the effectiveness of the proposed method.

math.NA

On Laplacian eigenvalue equation with constant Neumann boundary data

Let $Ω$ be a bounded Lipshcitz domain in $\mathbb{R}^n$ and we study boundary behaviors of solutions to the Laplacian eigenvalue equation with constant Neumann data. \begin{align} \label{cequation0} \begin{cases} -Δu=cu\quad &\mbox{in $Ω$}\\ \frac{\partial u}{\partial ν}=-1\quad &\mbox{on $\partial Ω$}. \end{cases} \end{align}First, by using properties of Bessel functions and proving new inequalities on elementary symmetric polynomials, we obtain the following inequality for rectangular boxes, balls and equilateral triangles: \begin{align} \label{bbb} \lim_{c\rightarrow μ_2^-}c\int_{\partial Ω}u_c\, dσ\ge \frac{n-1}{n}\frac{P^2(Ω)}{|Ω|}, \end{align}with equality achieved only at cubes and balls. In the above, $u_c$ is the solution to the eigenvalue equation and $μ_2$ is the second Neumann Laplacian eigenvalue. Second, let $κ_1$ be the best constant for the Poincaré inequality with mean zero on $\partial Ω$, and we prove that $κ_1\le μ_2$, with equality holds if and only if $\int_{\partial Ω}u_c\, dσ>0$ for any $c\in (0,μ_2)$. As a consequence, $κ_1=μ_2$ on balls, rectangular boxes and equilateral triangles, and balls maximize $κ_1$ over all Lipschitz domains with fixed volume. As an application, we extend the symmetry breaking results from ball domains obtained in Bucur-Buttazzo-Nitsch[J. Math. Pures Appl., 2017], to wider class of domains, and give quantitative estimates for the precise breaking threshold at balls and rectangular boxes. It is a direct consequence that for domains with $κ_1<μ_2$, the above boundary limit inequality is never true, while whether it is valid for domains on which $κ_1=μ_2$ remains open.

math.AP

Stochastic Domain Decomposition Based on Variable-Separation Method

In this work, we propose a new stochastic domain decomposition method for solving steady-state partial differential equations (PDEs) with random inputs. Based on the efficiency of the Variable-separation (VS) method in simulating stochastic partial differential equations (SPDEs), we extend it to stochastic algebraic systems and apply it to stochastic domain decomposition. The resulting Stochastic Domain Decomposition based on the Variable-separation method (SDD-VS) effectively addresses the ``curse of dimensionality" by leveraging the explicit representation of stochastic functions derived from physical systems. The SDD-VS method aims to obtain a separated representation of the solution for the stochastic interface problem. To enhance efficiency, an offline-online computational decomposition is introduced. In the offline phase, the affine representation of stochastic algebraic systems is obtained through the successive application of the VS method. This serves as a crucial foundation for the SDD-VS method. In the online phase, the interface unknowns of SPDEs are estimated using a quasi-optimal separated representation, enabling the construction of efficient surrogate models for subproblems. The effectiveness of the proposed method is demonstrated via the numerical results of three concrete examples.

math.NA

Concentration breaking on two optimization problems

In the present paper, we study the boundary concentration breaking phenomena on two thermal insulation problems considered on Lipschitz domains, based on Serrin's overdetermined results, perturbation argument and comparison of Laplacian eigenvalues with different boundary conditions. Since neither of the functionals in the two problems is $C^1$, another key ingredient is to obtain the global Hölder regularity of minimizers to both problems on Lipschitz domains. Also, exact dependence on domain of breaking thresholds is also given in the first problem, and the breaking values are obtained in the second problem on ball domains, which are related to $2π$ in dimension $2$.

math.AP

Stability analysis on the thermal insulation problems

Based on the domain variational point of view, we carry on stability analysis on two shape optimization problems from thermal insulation background. The novelty is that, we do not require that the second variation is normal to the boundary. For example, translation variation is not normal, but as one can see in our work, it not only plays a role in obtaining the necessary and sufficient condition for stability of ball shape in the first problem when heat source is radial, but also is essential in deriving the precise value of symmetry breaking threshold of insulation material in the second problem, which turns out to be related to isoperimetric constant and in turn implies that ball shapes are stable in two dimensions.

math.AP

Local-global model reduction method for stochastic optimal control problems constrained by partial differential equations

In this paper, a local-global model reduction method is presented to solve stochastic optimal control problems governed by partial differential equations (PDEs). If the optimal control problems involve uncertainty, we need to use a few random variables to parameterize the uncertainty. The stochastic optimal control problems require solving coupled optimality system for a large number of samples in the stochastic space to quantify the statistics of the system response and explore the uncertainty quantification. Thus the computation is prohibitively expensive. To overcome the difficulty, model reduction is necessary to significantly reduce the computation complexity. We exploit the advantages from both reduced basis method and Generalized Multiscale Finite Element Method (GMsFEM) and develop the local-global model reduction method for stochastic optimal control problems with PDE constraints. This local-global model reduction can achieve much more computation efficiency than using only local model reduction approach and only global model reduction approach. We recast the stochastic optimal problems in the framework of saddle-point problems and analyze the existence and uniqueness of the optimal solutions of the reduced model. In the local-global approach, most of computation steps are independent of each other. This is very desirable for scientific computation. Moreover, the online computation for each random sample is very fast via the proposed model reduction method. This allows us to compute the optimality system for a large number of samples. To demonstrate the performance of the local-global model reduction method, a few numerical examples are provided for different stochastic optimal control problems.

math.NA

A novel variable-separation method based on sparse representation for stochastic partial differential equations

In this paper, we propose a novel variable-separation (NVS) method for generic multivariate functions. The idea of NVS is extended to to obtain the solution in tensor product structure for stochastic partial differential equations (SPDEs). Compared with many widely used variation-separation methods, NVS shares their merits but has less computation complexity and better efficiency. NVS can be used to get the separated representation of the solution for SPDE in a systematic enrichment manner. No iteration is performed at each enrichment step. This is a significant improvement compared with proper generalized decomposition. Because the stochastic functions of the separated representations obtained by NVS depend on the previous terms, this impacts on the computation efficiency and brings great challenge for numerical simulation for the problems in high stochastic dimensional spaces. In order to overcome the difficulty, we propose an improved least angle regression algorithm (ILARS) and a hierarchical sparse low rank tensor approximation (HSLRTA) method based on sparse regularization. For ILARS, we explicitly give the selection of the optimal regularization parameters at each step based on least angle regression algorithm (LARS) for lasso problems such that ILARS is much more efficient. HSLRTA hierarchically decomposes a high dimensional problem into some low dimensional problems and brings an accurate approximation for the solution to SPDEs in high dimensional stochastic spaces using limited computer resource. A few numerical examples are presented to illustrate the efficacy of the proposed methods.

math.NA

Model's sparse representation based on reduced mixed GMsFE basis methods

In this paper, we propose a model's sparse representation based on reduced mixed generalized multiscale finite element (GMsFE) basis methods for elliptic PDEs with random inputs. Mixed generalized multiscale finite element method (GMsFEM) is one of the accurate and efficient approaches to solve multiscale problem in a coarse grid with local mass conservation. When the inputs of the PDEs are parameterized by the random variables, the GMsFE basis functions usually depend on the random parameters. This leads to a large number degree of freedoms for the mixed GMsFEM and substantially impacts on the computation efficiency. In order to overcome the difficulty, we develop reduced mixed GMsFE basis methods such that the multiscale basis functions are independent of the random parameters and span a low-dimensional space. To this end, a greedy algorithm is used to find a set of optimal samples from a training set scattered in the parameter space. Reduced mixed GMsFE basis functions are constructed based on the optimal samples using two optimal sampling strategies: basis-oriented cross-validation and proper orthogonal decomposition. Although the dimension of the space spanned by the reduced mixed GMsFE basis functions is much smaller than the dimension of the original full order model, the online computation still depends on the number of coarse degree of freedoms. To significantly improve the online computation, we integrate the reduced mixed GMsFE basis methods with sparse tensor approximation and obtain a sparse representation for the model's outputs. The sparse representation is very efficient for evaluating the model's outputs for many instances of parameters. To illustrate the efficacy of the proposed methods, we present a few numerical examples for multsicale problems with random inputs.

math.NA