REVIEW 4 major objections 5 minor 6 cited by
Defining Foundation Models for Computational Science: A Call for Clarity and Rigor
T0 review · 4 major / 5 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read This position paper argues that 'foundation model' needs a rigorous definition in computational science, and presents the Data-Driven Finite Element Method as a framework that satisfies it.
desk verdict A useful position paper with a clear definition of foundation models for computational science, but the DD-FEM evidence is self-referential and the 'arbitrarily large' extrapolation claim outruns the data. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing object is the definition itself, made operational by a checklist of essential and desirable characteristics: data-driven learning, training on a broad distribution of systems, wide generalization without retraining or structural modification, reusability, and the desirable properties of scientific consistency, robust space-time extrapolation, data scalability, and mathematical rigor. The framework offered as a concrete realization is DD-FEM, whose mechanism is local learning with global assembly: basis functions are pretrained on small subdomain problems, then stitched into a global domain, where solving the discretized governing equations (via static condensation, residual minimization with continuity constraints, or discontinuous Galerkin flux coupling) enforces physics and provides the structural basis for consistency, stability, and error analysis. This mechanism is what decouples data generation cost from global problem scale and is what the paper claims earns DD-FEM its foundation-model status.
What would settle it
Train data-driven elements only on small subdomain problems, then assemble them to solve a global problem whose physics couples distant subdomains in a way no local training configuration contains — for instance a shock wave or a long-range pressure field crossing many element boundaries. If the relative error against a full-order monolithic solve climbs well above the roughly 1–4% range reported in Section 5, or if elements must be retrained to hold that accuracy, the transfer assumption that carries DD-FEM's foundation-model claim fails.
Extended reading notes
Core claim
The paper's central claim is the definition in Section 2.2: a foundation model in computational science is a data-driven model trained on a broad distribution of scientific application types or physical systems, which exhibits wide generalization across scientific problems, computational domains, tasks, and physical conditions without requiring retraining from scratch or structural modification, and serves as a reusable base. The companion claim is that the Data-Driven Finite Element Method (DD-FEM) is a step toward realizing such models and satisfies the definition's key criteria: local data-driven basis functions are trained on small subdomain simulations, assembled into a global domain of any size constructible from those elements, and the governing equations are then solved to enforce physical laws. In Table 2 the paper marks DD-FEM as satisfying every criterion — training distribution, cross-domain generalization, reusability, space-time extrapolation, data scalability, scientific consistency, and mathematical rigor — while marking the surveyed neural-operator and transformer-based models as only partially satisfying or missing at least one criterion. The numerical support comes from component-ROM experiments on lattice elasticity, porous-media Navier–Stokes flow, and Burgers flow, reporting speedups over full-order solvers with relative errors around 1–4%.
Load-bearing premise
The central claim rests on a transfer assumption: basis functions trained on small subdomains must stay accurate when assembled into much larger, never-seen global problems without retraining, and the paper's evidence for that is a few examples drawn from the authors' own earlier work.
Editorial extensions
If this is right
- Authors and reviewers gain a shared checklist: a model may be called a foundation model in computational science only if it demonstrates training on a broad distribution, generalization without retraining, reusability, and ideally scientific consistency and mathematical rigor.
- If DD-FEM's local-to-global transfer holds, the data bottleneck that blocks scientific foundation models relaxes, because diverse training data can come from cheap small-subdomain simulations rather than huge global solves.
- A community repository of pretrained data-driven elements could let practitioners assemble solvers for new geometries, boundary conditions, or materials from existing components, with minimal or no retraining.
- Because DD-FEM keeps the governing-equation solve, it opens a route to convergence, stability, and error-estimate guarantees, qualities the paper argues black-box surrogates lack.
- Mixing classical polynomial elements with data-driven elements in one assembly lets existing simulation codes adopt the framework incrementally instead of all at once.
Reading between the lines
- The paper's criteria are qualitative, so an obvious extension is to quantify each one — adaptation cost as a fraction of retraining cost, relative error growth with assembled domain size, and the breadth of physics families, geometries, and boundary conditions in the training distribution — turning Table 2's checkmarks into comparable, falsifiable numbers.
- The framework's generality implies a concrete untested experiment: whether bases trained on data from one discretization (say, finite element snapshots) remain accurate when assembled and solved in another (finite volume or finite difference), which the paper suggests but does not demonstrate.
- If the element-library vision succeeds, the limiting resource shifts from model capacity to dataset curation; which small subdomain problems best span the space of global physics becomes a benchmark-design question the paper leaves open.
- The paper's own question of whether a domain-specific model can qualify is likely to resolve into a graded standard rather than a yes-or-no one, since most current candidates pass the breadth test only within a single physics family.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This position paper argues that the term "foundation model" is used too loosely in computational science and proposes a formal definition tailored to that field (Section 2.2), together with essential and desirable characteristics (Sections 2.2 and 2.3). It then introduces the Data-Driven Finite Element Method (DD-FEM), a framework that trains local data-driven basis functions on small subdomains and assembles them into a global solver, and claims that DD-FEM is "a step toward" foundation models in computational science. The claim is supported by a collection of numerical examples from prior component-ROM papers (Section 5.2), a discussion of implementation considerations (Section 7), and a comparison table of existing foundation-model claims (Section 9, Table 2). The paper is explicitly a position statement rather than a full empirical study, and the authors disclaim that their definition is the only possible one.
Significance. If the proposed definition were adopted, it could impose useful discipline on the rapidly growing literature that labels models as foundation models for science and engineering. The conceptual parallel between classical FEM modularity and modern data-driven pretraining is timely and may help frame future benchmarks. The explicit articulation of challenges in Section 3, the reproducibility guidance in Section 7, and the critical survey of existing claims in Section 9 are valuable contributions. However, the paper's central empirical assertion—that DD-FEM satisfies the paper's own foundation-model criteria—is currently supported only by retrospective examples from the authors' prior work, without code, data, or error statistics, and with several unqualified claims (e.g., "arbitrarily large systems") that outrun the evidence. Thus the paper is more persuasive as a call for clarity than as a demonstration that DD-FEM already meets the proposed bar.
major comments (4)
- [Section 4.1] The assertion that pretrained data-driven elements "can be assembled to solve arbitrarily large systems ... without requiring retraining from scratch" is load-bearing for the claim that DD-FEM is a foundation model, but it is not supported by the evidence in Section 5.2. The largest demonstrations are 16×16, 10×10, and 32×32 element assemblies, and no scaling law or error bound is reported as a function of the number of assembled elements. The cited error analyses (refs. 26, 28, 29) are local or static-condensation results and do not by themselves bound the error of a global assembly with unseen inter-element couplings. I recommend either presenting a rigorous error-propagation result or softening the claim to "without retraining at the scales tested here."
- [Section 5.2.3 / Table 2] The cross-PDE generalization example uses RBF interpolation to generate initial guesses for the Poisson test parameters, so the Poisson result is not a pure DD-FEM prediction. This detail weakens the "Cross-domain Generalization" checkmark in Table 2, and the 6% average error for Poisson should be reported with this caveat. The authors should clarify exactly what RBF interpolation contributes and whether the same claim would hold without it.
- [Table 2] Table 2 awards DD-FEM full checkmarks for Reusability, Space-time Extrapolation, Scientific Consistency, and Mathematical Rigor, but the criteria are defined in this paper and the evidence consists of a few favorable examples from the authors' own prior papers. This is close to circularity: the paper sets the bar and then scores its own proposed method against that bar using selected retrospective results. I recommend replacing full checkmarks with "partially satisfied" for at least Space-time Extrapolation and Mathematical Rigor, or adding a caveat that the table reflects the authors' assessment rather than an independent benchmark.
- [Section 5.2 / Section 7] The numerical evidence in Section 5.2 is reported from prior papers with no code or data, no error bars, and no discussion of variability across seeds or problem instances. For a paper whose stated goal is "rigor" and which itself emphasizes reproducibility in Section 7, this is a significant gap. The authors should either provide access to the underlying data and scripts, report error statistics over multiple trials, or explicitly relabel these examples as illustrative rather than as validation of the foundation-model claim.
minor comments (5)
- [Section 2.2] The phrase "without requiring retraining from scratch or structural modification" is not operationalized; the paper does not specify what counts as "minimal fine-tuning" or "structural modification." Without a metric, the criterion is hard to apply to other models in Table 2.
- [Section 4.1 / Figure 7] Figure 7 is referenced in Section 4.1 but appears only in Section 6; this makes the analogy harder to follow. The figure should be introduced where it is first cited or the citation moved.
- [Section 5.2.3] The sentence "radial basis function (RBF) interpolation was used to generate initial guesses at the test parameters" lacks details such as the kernel, the number of centers, and the hyperparameter values; please provide enough information for reproducibility.
- [Section 9] The word "seemlessly" appears in the paragraph advocating hybrid approaches; it should be "seamlessly."
- [Table 2] The legend uses combined symbols like "✓✗" which are difficult to parse in the rendered table; using two separate columns per criterion, or a three-level symbol with a clear legend, would improve readability.
Circularity Check
No circular derivation: the paper defines a term, proposes DD-FEM, and illustrates it with self-cited prior numerical results; the load-bearing extrapolation claim is conditional and the authors explicitly list global error guarantees as open.
full rationale
This is a position paper, not a derivation: Section 2.2 proposes a definition, Section 4 introduces DD-FEM as a framework, and Section 5 collects previously reported component-ROM results. No numerical prediction is computed from a parameter fitted to the same quantity it predicts. The central 'arbitrarily large systems' claim in Section 4.1 is explicitly conditional ('provided the global domain can be constructed from the pretrained elements'), and Section 11 candidly lists the missing formal guarantees ('Can we extend classical FEM and domain decomposition theory to rigorously characterize convergence, stability, and error propagation in DD-FEM?'), so the claim is an open research direction rather than a conclusion imported by definition. The Section 5.2 evidence is drawn from the authors' own component-ROM papers ([29], [31], [32], [34]), which is a heavy self-citation load; however, those papers state their own training pipelines, governing equations, and error numbers (e.g., Eq. (44) of [32], Eq. (33) of [31], Algorithm 2 of [29]) and are thus externally falsifiable numerical studies rather than unverified assertions. The RBF interpolation in Section 5.2.3 is disclosed as an initial-guess generator, not as the solver output, so the Poisson result is not identical to the interpolant by construction. Table 2 is an author-assigned checklist applied to the authors' own framework using criteria defined in the same paper; that is self-assessment, not circularity, and it is tempered by the paper's own open-questions section. Overall, the central definitional content has independent conceptual content, so the paper should not be scored for circularity; the unsupported global-scaling claim is a correctness and evidence-concentration concern, not a circular one.
Assumptions & free parameters
free parameters (3)
- SVD basis truncation rank =
not reported
- Autoencoder latent dimension =
not reported
- RBF interpolation hyperparameters =
not reported
assumptions (3)
- standard math Standard finite element method convergence theory (weak formulation, Galerkin projection, stability, consistency) applies.
- domain assumption Component-based reduced order model error bounds from cited works are correct.
- ad hoc to paper The proposed definition of foundation models is the appropriate one for computational science.
invented entities (2)
-
Data-Driven Finite Element Method (DD-FEM)
-
Data-driven element (data-driven basis)
Cite this review
Pith. "Pith review of Defining Foundation Models for Computational Science: A Call for Clarity and Rigor." pith.science (2026). https://pith.science/paper/YK26FRWI
@misc{pith2026250522904,
author = {Pith},
title = {Pith review of: Defining Foundation Models for Computational Science: A Call for Clarity and Rigor},
year = {2026},
howpublished = {\url{https://pith.science/paper/YK26FRWI}},
note = {Machine review of arXiv:2505.22904}
}
read the original abstract
The widespread success of foundation models in natural language processing and computer vision has inspired researchers to extend the concept to scientific machine learning and computational science. However, this position paper argues that as the term "foundation model" is an evolving concept, its application in computational science is increasingly used without a universally accepted definition, potentially creating confusion and diluting its precise scientific meaning. In this paper, we address this gap by proposing a formal definition of foundation models in computational science, grounded in the core values of generality, reusability, and scalability. We articulate a set of essential and desirable characteristics that such models must exhibit, drawing parallels with traditional foundational methods, like the finite element and finite volume methods. Furthermore, we introduce the Data-Driven Finite Element Method (DD-FEM), a framework that fuses the modular structure of classical FEM with the representational power of data-driven learning. We demonstrate how DD-FEM addresses many of the key challenges in realizing foundation models for computational science, including scalability, adaptability, and physics consistency. By bridging traditional numerical methods with modern AI paradigms, this work provides a rigorous foundation for evaluating and developing novel approaches toward future foundation models in computational science.
Figures
Figures from the paper (4 more)
Forward citations
Cited by 6 Pith papers
-
Structure-Preserving Learning Improves Geometry Generalization in Neural PDEs
A geometry-conditioned Whitney-form neural network that solves a learned discrete conservation law improves out-of-distribution geometry generalization for steady-state PDEs compared with regression-based neural operators.
-
From inverse problems to neural operators: prediction, mechanism, and generalization of data-driven models
Data-driven models for physical systems share a common structure differing only in model class assumptions, with only mechanism-discovering models capable of generalization.
-
ATHENA: Agentic Team for Hierarchical Evolutionary Numerical Algorithms
ATHENA introduces an agentic team framework that autonomously manages the end-to-end computational research lifecycle via a knowledge-driven HENA loop to achieve validation errors of 10^{-14} in scientific computing a...
-
Hybrid coupling with operator inference and the overlapping Schwarz alternating method
Overlapping Schwarz iteration can glue operator-inference ROMs to each other and to full-order finite-element models for 3D nonlinear solid dynamics, with online speedups up to 106x.
-
Model Order Reduction for Quantum Molecular Dynamics
Projection-based model order reduction onto an SVD-learned subspace reproduces water QMD trajectories with visual agreement to high-fidelity DFT, but only within the sampled configuration domain.
-
Generative Latent Space Dynamics of Electron Density
A latent diffusion model conditioned on the current electron density state can generate future density fields for liquid lithium at 800 K with distributional and structural similarity to AIMD reference data.
Reference graph
Works this paper leans on
-
[1]
On the opportunities and risks of foundation models
Rishi Bommasani, Drew A Hudson, Ehsan Adeli, Russ Altman, Simran Arora, Sydney von Arx, Michael S Bernstein, Jeannette Bohg, Antoine Bosselut, Emma Brunskill, et al. On the opportunities and risks of foundation models. arXiv preprint arXiv:2108.07258, 2021
arXiv 2021
-
[2]
Learning nonlinear operators via deeponet based on the universal approximation theorem of operators
Lu Lu, Pengzhan Jin, Guofei Pang, Zhongqiang Zhang, and George Em Karniadakis. Learning nonlinear operators via deeponet based on the universal approximation theorem of operators. Nature machine intelligence, 3(3):218–229, 2021
2021
-
[3]
Youngkyu Lee, Zongren Zou, Adar Kahana, Eli Turkel, Rishikesh Ranade, Jay Pathak, and George Em Karniadakis. Ultra-fast meta-solvers for 3d scattering problems using neural operators trained as foundation models. SSRN preprint 5054726, 2024
work page 2024
-
[4]
Fourier neural operator for parametric partial differen- tial equations
Zongyi Li, Nikola Kovachki, Kamyar Azizzadenesheli, Burigede Liu, Kaushik Bhattacharya, Andrew Stuart, and Anima Anandkumar. Fourier neural operator for parametric partial differen- tial equations. arXiv preprint arXiv:2010.08895, 2020
arXiv 2010
-
[5]
Jaideep Pathak, Shashank Subramanian, Peter Harrington, Sanjeev Raja, Ashesh Chattopadhyay, Morteza Mardani, Thorsten Kurth, David Hall, Zongyi Li, Kamyar Azizzadenesheli, et al. Fourcastnet: A global data-driven high-resolution weather model using adaptive fourier neural operators. arXiv preprint arXiv:2202.11214, 2022
arXiv 2022
-
[6]
Shashank Subramanian, Peter Harrington, Kurt Keutzer, Wahid Bhimji, Dmitriy Morozov, Michael W Mahoney, and Amir Gholami. Towards foundation models for scientific machine learning: Characterizing scaling and transfer behavior. Advances in Neural Information Pro- cessing Systems, 36:71242–71262, 2023. 22
work page 2023
-
[7]
Ali Rabeh, Ethan Herron, Aditya Balu, Soumik Sarkar, Chinmay Hegde, Adarsh Krishnamurthy, and Baskar Ganapathysubramanian. Geometry matters: Benchmarking scientific ML approaches for flow prediction around complex geometries. arXiv preprint arXiv:2501.01453, 2024
work page Pith review arXiv 2024
-
[8]
A foundation model for atomistic materials chemistry
Ilyes Batatia, Philipp Benner, Yuan Chiang, Alin M Elena, Dávid P Kovács, Janosh Riebesell, Xavier R Advincula, Mark Asta, Matthew Avaylon, William J Baldwin, et al. A foundation model for atomistic materials chemistry. arXiv preprint arXiv:2401.00096, 2024
arXiv 2024
Show all 62 references
-
[9]
Mole: a foundation model for molecular graphs using disentangled attention
Oscar Méndez-Lucio, Christos A Nicolaou, and Berton Earnshaw. Mole: a foundation model for molecular graphs using disentangled attention. Nature Communications, 15(1):9431, 2024
2024
-
[10]
Developing a foundation model for predicting material failure
Agnese Marcato, Javier E Santos, Aleksandra Pachalieva, Kai Gao, Ryley Hill, Esteban Rougier, Qinjun Kang, Jeffrey Hyman, Abigail Hunter, Janel Chua, et al. Developing a foundation model for predicting material failure. arXiv preprint arXiv:2411.08354, 2024
2024 arXiv
-
[11]
Foundation models for generalist geospatial artificial intelligence
Johannes Jakubik, Sujit Roy, CE Phillips, Paolo Fraccaro, Denys Godwin, Bianca Zadrozny, Daniela Szwarcman, Carlos Gomes, Gabby Nyirjesy, Blair Edwards, et al. Foundation models for generalist geospatial artificial intelligence. arXiv preprint arXiv:2310.18660, 2023
-
[12]
Attention is all you need
Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N Gomez, Łukasz Kaiser, and Illia Polosukhin. Attention is all you need. Advances in neural information processing systems, 30, 2017
2017
-
[13]
Language models are few-shot learners
Tom Brown, Benjamin Mann, Nick Ryder, Melanie Subbiah, Jared D Kaplan, Prafulla Dhariwal, Arvind Neelakantan, Pranav Shyam, Girish Sastry, Amanda Askell, et al. Language models are few-shot learners. Advances in neural information processing systems, 33:1877–1901, 2020
1901
-
[14]
A survey of gpt-3 family large language models including chatgpt and gpt-4
Katikapalli Subramanyam Kalyan. A survey of gpt-3 family large language models including chatgpt and gpt-4. Natural Language Processing Journal, 6:100048, 2024
2024
-
[15]
Sparks of artificial general intelligence: Early experiments with gpt-4, 2023
Sébastien Bubeck, Varun Chadrasekaran, Ronen Eldan, Johannes Gehrke, Eric Horvitz, Ece Kamar, Peter Lee, Yin Tat Lee, Yuanzhi Li, Scott Lundberg, et al. Sparks of artificial general intelligence: Early experiments with gpt-4, 2023
2023
-
[16]
Emerging properties in self-supervised vision transformers
Mathilde Caron, Hugo Touvron, Ishan Misra, Hervé Jégou, Julien Mairal, Piotr Bojanowski, and Armand Joulin. Emerging properties in self-supervised vision transformers. In Proceedings of the IEEE/CVF international conference on computer vision, pages 9650–9660, 2021
2021
-
[17]
Segment anything
Alexander Kirillov, Eric Mintun, Nikhila Ravi, Hanzi Mao, Chloe Rolland, Laura Gustafson, Tete Xiao, Spencer Whitehead, Alexander C Berg, Wan-Yen Lo, et al. Segment anything. In Proceedings of the IEEE/CVF international conference on computer vision, pages 4015–4026, 2023
2023
-
[18]
Learning transferable visual models from natural language supervision
Alec Radford, Jong Wook Kim, Chris Hallacy, Aditya Ramesh, Gabriel Goh, Sandhini Agarwal, Girish Sastry, Amanda Askell, Pamela Mishkin, Jack Clark, et al. Learning transferable visual models from natural language supervision. In International conference on machine learning, pa...
2021
-
[19]
Zero-shot text-to-image generation
Aditya Ramesh, Mikhail Pavlov, Gabriel Goh, Scott Gray, Chelsea V oss, Alec Radford, Mark Chen, and Ilya Sutskever. Zero-shot text-to-image generation. In International conference on machine learning, pages 8821–8831. Pmlr, 2021
2021
-
[20]
High- resolution image synthesis with latent diffusion models
Robin Rombach, Andreas Blattmann, Dominik Lorenz, Patrick Esser, and Björn Ommer. High- resolution image synthesis with latent diffusion models. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 10684–10695, 2022
2022
-
[21]
Gemini: a family of highly capable multimodal models
Gemini Team, Rohan Anil, Sebastian Borgeaud, Jean-Baptiste Alayrac, Jiahui Yu, Radu Soricut, Johan Schalkwyk, Andrew M Dai, Anja Hauth, Katie Millican, et al. Gemini: a family of highly capable multimodal models. arXiv preprint arXiv:2312.11805, 2023
2023 arXiv
-
[22]
Deepseek-r1: Incentivizing reasoning capability in llms via reinforcement learning
Daya Guo, Dejian Yang, Haowei Zhang, Junxiao Song, Ruoyu Zhang, Runxin Xu, Qihao Zhu, Shirong Ma, Peiyi Wang, Xiao Bi, et al. Deepseek-r1: Incentivizing reasoning capability in llms via reinforcement learning. arXiv preprint arXiv:2501.12948, 2025. 23
2025 arXiv
-
[23]
Deepseek-v3 technical report
Aixin Liu, Bei Feng, Bing Xue, Bingxuan Wang, Bochao Wu, Chengda Lu, Chenggang Zhao, Chengqi Deng, Chenyu Zhang, Chong Ruan, et al. Deepseek-v3 technical report. arXiv preprint arXiv:2412.19437, 2024
2024 arXiv
-
[24]
Lora: Low-rank adaptation of large language models
Edward J Hu, Yelong Shen, Phillip Wallis, Zeyuan Allen-Zhu, Yuanzhi Li, Shean Wang, Lu Wang, Weizhu Chen, et al. Lora: Low-rank adaptation of large language models. ICLR, 1(2):3, 2022
2022
-
[25]
The well: a large-scale collection of diverse physics simulations for machine learning
Ruben Ohana, Michael McCabe, Lucas Meyer, Rudy Morel, Fruzsina Agocs, Miguel Beneitez, Marsha Berger, Blakesly Burkhart, Stuart Dalziel, Drummond Fielding, et al. The well: a large-scale collection of diverse physics simulations for machine learning. Advances in Neural Informa...
2024
-
[26]
A static condensation reduced basis element method: approximation and a posteriori error estimation
Dinh Bao Phuong Huynh, David J Knezevic, and Anthony T Patera. A static condensation reduced basis element method: approximation and a posteriori error estimation. ESAIM: Mathematical Modelling and Numerical Analysis, 47(1):213–251, 2013
2013
-
[27]
A static condensation reduced basis element method: Complex problems
Dinh Bao Phuong Huynh, David J Knezevic, and Anthony T Patera. A static condensation reduced basis element method: Complex problems. Computer Methods in Applied Mechanics and Engineering, 259:197–216, 2013
2013
-
[28]
A port-reduced static condensation reduced basis element method for large component-synthesized structures: approximation and a posteriori error estimation
Jens L Eftang and Anthony T Patera. A port-reduced static condensation reduced basis element method for large component-synthesized structures: approximation and a posteriori error estimation. Advanced Modeling and Simulation in Engineering Sciences, 1:1–49, 2014
2014
-
[29]
Component-wise reduced order model lattice-type structure design
Sean McBane and Youngsoo Choi. Component-wise reduced order model lattice-type structure design. Computer methods in applied mechanics and engineering, 381:113813, 2021
2021
-
[30]
Stress-constrained topology optimization of lattice-like structures using component-wise reduced order models
Sean McBane, Youngsoo Choi, and Karen Willcox. Stress-constrained topology optimization of lattice-like structures using component-wise reduced order models. Computer Methods in Applied Mechanics and Engineering, 400:115525, 2022
2022
-
[31]
Train small, model big: Scalable physics simulators via reduced order modeling and domain decomposition
Seung Whan Chung, Youngsoo Choi, Pratanu Roy, Thomas Moore, Thomas Roy, Tiras Y Lin, Du T Nguyen, Christopher Hahn, Eric B Duoss, and Sarah E Baker. Train small, model big: Scalable physics simulators via reduced order modeling and domain decomposition. Computer Methods in App...
2024
-
[32]
Scaled-up prediction of steady navier- stokes equation with component reduced order modeling
Seung Whan Chung, Youngsoo Choi, Pratanu Roy, Thomas Roy, Tiras Y Lin, Du T Nguyen, Christopher Hahn, Eric B Duoss, and Sarah E Baker. Scaled-up prediction of steady navier- stokes equation with component reduced order modeling. arXiv preprint arXiv:2410.21534, 2024
-
[33]
Scalable physics-guided data-driven component model reduction for steady navier-stokes flow
Seung Whan Chung, Youngsoo Choi, Pratanu Roy, Thomas Roy, Tiras Y Lin, Du T Nguyen, Christopher Hahn, Eric B Duoss, and Sarah E Baker. Scalable physics-guided data-driven component model reduction for steady navier-stokes flow. arXiv preprint arXiv:2410.21583, 2024
-
[34]
Scalable nonlinear manifold reduced order model for dynamical systems
Ivan Zanardi, Alejandro N Diaz, Seung Whan Chung, Marco Panesi, and Youngsoo Choi. Scalable nonlinear manifold reduced order model for dynamical systems. arXiv preprint arXiv:2412.00507, 2024
2024 arXiv
-
[35]
Domain-decomposition least-squares petrov– galerkin (dd-lspg) nonlinear model reduction
Chi Hoang, Youngsoo Choi, and Kevin Carlberg. Domain-decomposition least-squares petrov– galerkin (dd-lspg) nonlinear model reduction. Computer methods in applied mechanics and engineering, 384:113997, 2021
2021
-
[36]
A hyperreduced reduced basis element method for reduced-order modeling of component-based nonlinear systems
Mehran Ebrahimi and Masayuki Yano. A hyperreduced reduced basis element method for reduced-order modeling of component-based nonlinear systems. Computer Methods in Applied Mechanics and Engineering, 431:117254, 2024
2024
-
[37]
Optimal local approximation spaces for component- based static condensation procedures
Kathrin Smetana and Anthony T Patera. Optimal local approximation spaces for component- based static condensation procedures. SIAM Journal on Scientific Computing, 38(5):A3318– A3356, 2016. 24
2016
-
[38]
Port reduction in parametrized component static conden- sation: approximation and a posteriori error estimation
Jens L Eftang and Anthony T Patera. Port reduction in parametrized component static conden- sation: approximation and a posteriori error estimation. International Journal for Numerical Methods in Engineering, 96(5):269–302, 2013
2013
-
[39]
A fast and accurate do- main decomposition nonlinear manifold reduced order model
Alejandro N Diaz, Youngsoo Choi, and Matthias Heinkenschloss. A fast and accurate do- main decomposition nonlinear manifold reduced order model. Computer Methods in Applied Mechanics and Engineering, 425:116943, 2024
2024
-
[40]
The role of interface boundary conditions and sampling strategies for schwarz-based coupling of projection- based reduced order models
Christopher R Wentland, Francesco Rizzi, Joshua L Barnett, and Irina K Tezaur. The role of interface boundary conditions and sampling strategies for schwarz-based coupling of projection- based reduced order models. Journal of Computational and Applied Mathematics, 465:116584, 2025
2025
-
[41]
A survey of projection-based model reduction methods for parametric dynamical systems
Peter Benner, Serkan Gugercin, and Karen Willcox. A survey of projection-based model reduction methods for parametric dynamical systems. SIAM review, 57(4):483–531, 2015
2015
-
[42]
Space–time least-squares petrov–galerkin projection for nonlinear model reduction
Youngsoo Choi and Kevin Carlberg. Space–time least-squares petrov–galerkin projection for nonlinear model reduction. SIAM Journal on Scientific Computing, 41(1):A26–A58, 2019
2019
-
[43]
Conservative model reduction for finite-volume models
Kevin Carlberg, Youngsoo Choi, and Syuzanna Sargsyan. Conservative model reduction for finite-volume models. Journal of Computational Physics, 371:280–314, 2018
2018
-
[44]
Certified Reduced Basis Methods for Parametrized Partial Differential Equations
Jan Hesthaven, Gianluigi Rozza, and Benjamin Stamm. Certified Reduced Basis Methods for Parametrized Partial Differential Equations. Springer, 2015
2015
-
[45]
A fast and accurate physics-informed neural network reduced order model with shallow masked autoencoder
Youngkyu Kim, Youngsoo Choi, David Widemann, and Tarek Zohdi. A fast and accurate physics-informed neural network reduced order model with shallow masked autoencoder. Journal of Computational Physics, 451:110841, 2022
2022
-
[46]
Model reduction of dynamical systems on nonlinear mani- folds using deep convolutional autoencoders
Kookjin Lee and Kevin T Carlberg. Model reduction of dynamical systems on nonlinear mani- folds using deep convolutional autoencoders. Journal of Computational Physics, 404:108973, 2020
2020
-
[47]
Reduced Basis Methods for Partial Differential Equations: An Introduction, volume 92
Alfio Quarteroni, Andrea Manzoni, and Federico Negri. Reduced Basis Methods for Partial Differential Equations: An Introduction, volume 92. Springer, 2015
2015
-
[48]
Proper orthogonal decomposition closure models for turbulent flows: a numerical comparison
Zhu Wang, Imran Akhtar, Jeff Borggaard, and Traian Iliescu. Proper orthogonal decomposition closure models for turbulent flows: a numerical comparison. Computer Methods in Applied Mechanics and Engineering, 237:10–26, 2012
2012
-
[49]
Local reduced-order modeling for electrostatic plasmas by physics-informed solution manifold decomposition
Ping-Hsuan Tsai, Seung Whan Chung, Debojyoti Ghosh, John Loffeld, Youngsoo Choi, and Jonathan L Belof. Local reduced-order modeling for electrostatic plasmas by physics-informed solution manifold decomposition. arXiv preprint arXiv:2310.18493, 2023
-
[50]
Simultaneous analysis and design in PDE-constrained optimization
Young-Soo Choi. Simultaneous analysis and design in PDE-constrained optimization. Stanford University, 2012
2012
-
[51]
Discovering governing equations from data by sparse identification of nonlinear dynamical systems
Steven L Brunton, Joshua L Proctor, and J Nathan Kutz. Discovering governing equations from data by sparse identification of nonlinear dynamical systems. Proceedings of the national academy of sciences, 113(15):3932–3937, 2016
2016
-
[52]
Weak sindy for partial differential equations
Daniel A Messenger and David M Bortz. Weak sindy for partial differential equations. Journal of Computational Physics, 443:110525, 2021
2021
-
[53]
A finite element method for crack growth without remeshing
Nicolas Moës, John Dolbow, and Ted Belytschko. A finite element method for crack growth without remeshing. International journal for numerical methods in engineering, 46(1):131–150, 1999
1999
-
[54]
Generalized multiscale finite element methods (gmsfem)
Yalchin Efendiev, Juan Galvis, and Thomas Y Hou. Generalized multiscale finite element methods (gmsfem). Journal of computational physics, 251:116–135, 2013
2013
-
[55]
Multiscale finite element methods for high- contrast problems using local spectral basis functions
Yalchin Efendiev, Juan Galvis, and Xiao-Hui Wu. Multiscale finite element methods for high- contrast problems using local spectral basis functions. Journal of Computational Physics , 230(4):937–955, 2011. 25
2011
-
[56]
Randomized oversampling for generalized multiscale finite element methods
Victor M Calo, Yalchin Efendiev, Juan Galvis, and Guanglian Li. Randomized oversampling for generalized multiscale finite element methods. Multiscale Modeling & Simulation, 14(1):482– 501, 2016
2016
-
[57]
Constraint energy minimizing generalized multiscale finite element method
Eric T Chung, Yalchin Efendiev, and Wing Tat Leung. Constraint energy minimizing generalized multiscale finite element method. Computer Methods in Applied Mechanics and Engineering, 339:298–319, 2018
2018
-
[58]
Generalized multiscale finite element method
Yalchin Efendiev, Juan Galvis, R Lazarov, M Moon, and Marcus Sarkis. Generalized multiscale finite element method. symmetric interior penalty coupling. Journal of Computational Physics, 255:1–15, 2013
2013
-
[59]
Constraint energy minimizing generalized multiscale discontinuous galerkin method
Siu Wun Cheung, Eric T Chung, and Wing Tat Leung. Constraint energy minimizing generalized multiscale discontinuous galerkin method. Journal of Computational and Applied Mathematics, 380:112960, 2020
2020
-
[60]
Im- plicit neural representations with periodic activation functions
Vincent Sitzmann, Julien Martel, Alexander Bergman, David Lindell, and Gordon Wetzstein. Im- plicit neural representations with periodic activation functions. Advances in neural information processing systems, 33:7462–7473, 2020
2020
-
[61]
Deberta: Decoding-enhanced bert with disentangled attention
Pengcheng He, Xiaodong Liu, Jianfeng Gao, and Weizhu Chen. Deberta: Decoding-enhanced bert with disentangled attention. arXiv preprint arXiv:2006.03654, 2020
2006 arXiv
-
[62]
Smirk: An atomi- cally complete tokenizer for molecular foundation models
Alexius Wadell, Anoushka Bhutani, and Venkatasubramanian Viswanathan. Smirk: An atomi- cally complete tokenizer for molecular foundation models. arXiv preprint arXiv:2409.15370, 2024. 26
2024
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.