REVIEW 5 major objections 5 minor 42 references
Operator Learning for Reconstructing Flow Fields from Sparse Measurements: an Energy Transformer Approach
T0 review · 5 major / 5 minor · reviewed 2026-08-10 · deepseek-v4-flash
Pith's one-line read Energy Transformer reconstructs fluid flow fields from 10% of measurements
desk verdict A clean, honest demonstration that an Energy Transformer can fill in 90%-masked flow fields on a few in-distribution cases, but the generalization claims are softer than the abstract implies and the comparisons are qualitative. 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 Energy Transformer (ET) block, whose energy $E = E_{\mathrm{ATT}} + E_{\mathrm{HN}}$ is minimized in the forward pass. The multi-head energy attention term is $$E_{\mathrm{ATT}} = -\frac{1}{\$\beta$}\sum_{h=1}^{H}\sum_{C=1}^{N}\log\Big(\sum_{B \neq C} \exp(\$\beta$ A^h_{BC})\Big),$$ with an attention matrix $A^h_{BC}$ built from learned key and query contractions, so that the queries of masked tokens are aligned with the keys of observed tokens. The Hopfield-network term $E_{\mathrm{HN}} = -\sum_{B,\mu} G\big(\sum_j \xi_{\mu j} g_{Bj}\big)$ acts on each token separately and stores local patterns. The forward pass updates tokens as $x^{t+1} = x^t - \alpha \nabla_g E(g(x^t))$ for a fixed number of iterations, so reconstruction is a descent into a learned memory: observed patches seed the tokens, masked patches start from noise, and the converged tokens are detokenized into the full field.
What would settle it
Train the Energy Transformer on a vortex street at one Reynolds number and then evaluate it on a vortex street at a substantially different Reynolds number or with a different obstacle geometry using the same 10% patch sampling; if the relative error rises far above the in-distribution value of 0.0405, the claim of a generalizable reconstruction operator is not supported.
Extended reading notes
Core claim
The central claim is that the Energy Transformer learns a reconstruction operator by storing full flow snapshots as local minima of a learned energy function. At inference, observed patches are tokenized, masked patches are initialized with noise, and the tokens are updated by gradient descent on the energy until convergence; the converged tokens are detokenized into the complete field. Because the learned energy couples every token through multi-head energy attention, information flows from observed to masked patches and the model fills in large-scale coherent structures from roughly 10% of the data. The paper reports relative errors of 0.0405 for the vortex street velocity, 0.1313 for the noisy jet Schlieren field, and 0.2749 for the three-dimensional turbulent jet velocity, and takes these as evidence that the reconstruction operator is learned effectively.
Load-bearing premise
The method treats reconstruction as completing stored patterns, so its accuracy rests on the test data resembling the training data; the paper's own summary notes this, and all three experiments test only temporal continuations of the same flow configurations, leaving different Reynolds numbers, geometries, and noise statistics unverified.
Editorial extensions
If this is right
- Sparse sensor arrays, such as small particle image velocimetry windows placed at different parts of a domain, can feed the same trained operator because the energy function can be minimized from any masking pattern.
- Because inference is a short minimization on a simple energy rather than a full physics-constrained optimization, the method offers a lower-cost alternative to physics-informed neural network reconstruction for repeated or real-time use.
- Direct numerical simulation can generate the training set, and experimental observations can then be reconstructed with the same operator, suggesting a path to foundation models for flow reconstruction.
- All three reconstructions use the same hyperparameters and training recipe, indicating that the framework does not need per-problem architectural tuning.
- When training data is cut to 25% of the vortex street snapshots, the velocity relative error jumps from 0.0405 to 0.1616, showing the operator needs at least roughly one full flow period in the training set.
Reading between the lines
- The three test sets are temporal continuations of the training configurations; the energy-memory picture suggests the operator interpolates on the manifold of stored patterns, so a natural next test is out-of-configuration generalization to new Reynolds numbers, geometries, or noise levels.
- The same patch-mask formulation could be applied to other inverse problems with sparse sensors, such as weather field interpolation or strain field reconstruction from digital image correlation, though the paper does not run those experiments.
- Because the energy is explicit, a physics constraint such as incompressibility could be added as an extra energy term and minimized with the same dynamics, giving a physics-informed variant; the paper does not explore this.
- Per-region error maps would be informative: the 3D jet's relative error of 0.2749 may conceal spatially concentrated errors, and the paper itself notes the errors concentrate upstream, which matters when accuracy in specific regions is critical.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The manuscript proposes an operator learning framework for reconstructing full flow fields from sparse patch observations using the Energy Transformer (ET). The method is evaluated on three fluid mechanics datasets: a 2D vortex street simulation, a 2D Schlieren jet experiment, and a 3D turbulent jet PTV dataset, all with approximately 90% of the patches masked. The paper reports relative errors on held-out temporal snapshots (0.0405 for the vortex street velocity, 0.1313 for the jet Schlieren data, and 0.2749 for the 3D jet velocity), together with training and inference times on a single GPU, and concludes that ET can accurately reconstruct complex flow fields from highly incomplete and noisy data.
Significance. If validated, the proposed method could offer a fast, memory-based alternative to per-case reconstruction methods such as PINNs, and the inclusion of diverse data modalities (simulation, Schlieren imaging, and PTV) is a useful feature of the study. The paper is also candid in Section 5 about the method's limitation: it performs well when test data resembles training data and learns snapshot completion rather than evolution rules. However, the evidence as presented supports only in-distribution snapshot completion for the specific flows tested. The absence of baseline comparisons, the temporal-continuation test design, and the lack of out-of-distribution experiments mean that the abstract's general claim of accurate reconstruction from 90% missing data is not yet established. The paper is a reasonable proof-of-concept but requires substantial additional experiments to support the operator learning claim.
major comments (5)
- [Section 3.1, 3.2, 3.3 and Section 5] The central generalization claim is not supported by the experimental design. All three test sets are temporal continuations of the training flows: the vortex street uses snapshots 81-100 after training on snapshots 1-80 of a periodic shedding sequence (Figure 3), the jet experiment uses the last 200 of 1000 snapshots, and the 3D jet uses the last 40 of 200. Section 5 explicitly states that "the Energy Transformer performs well when the test data resembles the training data" and that it "learns to complete individual snapshots rather than understand the underlying evolution rules." The reported errors may therefore reflect associative-memory retrieval of stored periodic patterns rather than generalization to unseen flow states, different Reynolds numbers, geometries, noise statistics, or mask patterns. Please add out-of-distribution tests (e.g., different Reynolds numbers, different noise levels, or different mask geometries) or revise the abstract to state that the claim is limited to in-distribution snapshot completion.
- [Section 4 and Section 3] No quantitative baselines are provided. Section 4 discusses advantages over PINNs, DeepONet, and FNO in qualitative terms, but no experiment compares ET against any existing reconstruction method, nor against simple baselines such as interpolation, POD/GPR, or a standard transformer-based masked autoencoder. Without such comparisons, the reported errors cannot establish that ET is competitive, and the claim that the method "presents a unique approach" with advantages is not substantiated. A methods paper claiming a "promising new direction" should include at least one quantitative comparison on the same datasets and mask settings.
- [Section 3.3, Figure 14] The 3D turbulent jet experiment uses a single fixed observation mask (the last half of the jet center) rather than the random sparse patch masks used in the 2D examples. This setup does not test the method's claimed flexibility for arbitrary sparse sensor placements, and it may allow the model to exploit a fixed spatial correlation between observed and unobserved regions. The paper should either evaluate this case with multiple random mask patterns or clearly limit the claim for this example to the specific fixed mask configuration.
- [Section 2.2, forward pass] The inference procedure is underspecified. The forward pass says tokens are initialized as x0 = x and updated by xt+1 = xt - alpha * grad_g E(g(xt)), but the paper does not state whether the observed tokens are held fixed during the iterations or whether all tokens, including those corresponding to observed patches, are updated. This detail is essential for reproducibility and for understanding how the observed data constrains the reconstruction. Please specify the update rule precisely, including which tokens are updated at inference time and how masked tokens are initialized in the evaluation stage.
- [Section 3.3, Table 4] The reported relative error for the 3D velocity field is 0.2749, which is high for a reconstruction method, yet the text calls this "satisfactory" without providing any baseline or noise-floor context. Without comparison to the noise level of the PTV-derived data or to alternative reconstruction errors, this number does not support the abstract's "accurately reconstruct" claim for the 3D case. Please provide the noise level of the data, a comparison baseline, or a discussion of what error level is acceptable for the intended application.
minor comments (5)
- [Section 3.3 and Table 1] Table 1 lists "Patch size 8 × 8" for all examples, but Section 3.3 uses patches of shape [8, 8, 8, 4] for the 3D data. Please correct the table or clarify that the patch size is per spatial dimension and that the channel depth is handled separately.
- [Section 3.1 and Table 2] The metric terminology is inconsistent: the text refers to "relative mean squared error (RMSE)" as the training loss, but RMSE conventionally means root mean square error, and the relative error is defined as "the RMSE divided by the l2 norm of the full data," which is not dimensionally consistent if RMSE is a squared error. Please define the exact loss and error metrics used in the tables.
- [Section 2.1] The notation Pa = {(xA_a, vA_a)} with subscripts and superscripts is hard to follow because the sample index and the position index are both written in close proximity. A cleaner notation, e.g., using explicit sample superscripts, would improve readability.
- [Figures 6, 11, and 16] The error figures do not include color bars or numerical scales, so the reader cannot judge the magnitude of the errors from the plots. Please add color bars and state the normalization used for the error fields.
- [Section 5] There is a typo in the last paragraph: "digital impage correlation" should be "digital image correlation." Also, the paper does not include a data and code availability statement; for reproducibility, please add one.
Circularity Check
No significant circularity: the reconstruction results are independently evaluated against ground-truth fields, and the self-citations to the Energy Transformer architecture are not load-bearing for the reported errors.
full rationale
The paper's derivation chain is empirical and self-contained: it trains an Energy Transformer to minimize a relative mean-squared-error loss between reconstructed and ground-truth full fields from randomly masked patches, then reports errors on held-out temporal snapshots (Section 3, Tables 2-4). No predicted quantity is defined in terms of a fitted constant, no equation reduces to its own input by construction, and no physical or statistical parameter is extracted and then renamed as a prediction. The Energy Transformer architecture and Hopfield energy are imported from prior work by Krotov and co-authors (refs. 33-35), but the present reconstruction task, the RMSE loss against ground truth, and the test errors are computed independently, so this self-citation is not load-bearing under the hard rules. Section 5 explicitly concedes that 'the Energy Transformer performs well when the test data resembles the training data' and that it 'learns to complete individual snapshots rather than understand the underlying evolution rules'; this is a generalization limitation, not circular reasoning. The use of temporal continuations of the training flows for testing is a potential overstatement of operator generalization, but that is a correctness or benchmarking concern, not a circularity of derivation. Therefore the appropriate finding is no significant circularity.
Assumptions & free parameters
free parameters (6)
- patch size =
8x8 (2D), 8x8x8 (3D)
- token dimension D =
256
- energy attention heads H =
8
- Hopfield hidden dim =
2048
- update iterations T and step size alpha =
T=12, alpha=0.1
- mask rate =
90% (examples 1 and 2), ~90% fixed mask (example 3)
assumptions (4)
- domain assumption The full data can be divided into patches of the same size, with observed data consisting of some patches (all other patches masked).
- standard math ET inference converges to a meaningful local minimum such that masked tokens are filled from stored patterns.
- domain assumption Test snapshots are drawn from the same flow configuration and statistics as the training snapshots.
- ad hoc to paper Masked tokens filled with fixed random noise during training provide a valid training signal for denoising reconstruction.
Cite this review
Pith. "Pith review of Operator Learning for Reconstructing Flow Fields from Sparse Measurements: an Energy Transformer Approach." pith.science (2026). https://pith.science/paper/DK3IZJBB
@misc{pith2026250108339,
author = {Pith},
title = {Pith review of: Operator Learning for Reconstructing Flow Fields from Sparse Measurements: an Energy Transformer Approach},
year = {2026},
howpublished = {\url{https://pith.science/paper/DK3IZJBB}},
note = {Machine review of arXiv:2501.08339}
}
read the original abstract
Machine learning methods have shown great success in various scientific areas, including fluid mechanics. However, reconstruction problems, where full velocity fields must be recovered from partial observations, remain challenging. In this paper, we propose a novel operator learning framework for solving reconstruction problems by using the Energy Transformer (ET), an architecture inspired by associative memory models. We formulate reconstruction as a mapping from incomplete observed data to full reconstructed fields. The method is validated on three fluid mechanics examples using diverse types of data: (1) unsteady 2D vortex street in flow past a cylinder using simulation data; (2) high-speed under-expanded impinging supersonic jets impingement using Schlieren imaging; and (3) 3D turbulent jet flow using particle tracking. The results demonstrate the ability of ET to accurately reconstruct complex flow fields from highly incomplete data (90\% missing), even for noisy experimental measurements, with fast training and inference on a single GPU. This work provides a promising new direction for tackling reconstruction problems in fluid mechanics and other areas in mechanics, geophysics, weather prediction, and beyond.
Figures
Figures from the paper (13 more)
Reference graph
Works this paper leans on
-
[1]
Ilan Price, Alvaro Sanchez-Gonzalez, Ferran Alet, Tom R. Andersson, Andrew El-Kadi, Dominic Masters, Timo Ewalds, Jacklynn Stott, Shakir Mohamed, Peter Battaglia, Remi Lam, and Matthew Willson. Proba- bilistic weather forecasting with machine learning. Nature, Dec 2024
work page 2024
-
[2]
Alhussein Fawzi, Matej Balog, Aja Huang, Thomas Hubert, Bernardino Romera-Paredes, Mohammadamin Barekatain, Alexander Novikov, Francisco J. R. Ruiz, Julian Schrittwieser, Grzegorz Swirszcz, David Silver, Demis Hassabis, and Pushmeet Kohli. Discovering faster matrix multiplication algorithms with reinforcement learning. Nature, 610(7930):47–53, 2022
work page 2022
-
[3]
Georges Aad, Tatevik Abajyan, Brad Abbott, Jalal Abdallah, S Abdel Khalek, Ahmed Ali Abdelalim, R Aben, B Abi, M Abolins, OS AbouZeid, et al. Observation of a new particle in the search for the standard model higgs boson with the atlas detector at the lhc. Physics Letters B, 716(1):1–29, 2012
work page 2012
-
[4]
Physics-informed neural networks (pinns) for fluid mechanics: A review
Shengze Cai, Zhiping Mao, Zhicheng Wang, Minglang Yin, and George Em Karniadakis. Physics-informed neural networks (pinns) for fluid mechanics: A review. Acta Mechanica Sinica, 37(12):1727–1738, 2021
2021
-
[5]
Solving the quantum many-body problem with artificial neural networks
Giuseppe Carleo and Matthias Troyer. Solving the quantum many-body problem with artificial neural networks. Science, 355(6325):602–606, 2017
2017
-
[6]
Sympnets: Intrinsic structure-preserving symplectic networks for identifying hamiltonian systems
Pengzhan Jin, Zhen Zhang, Aiqing Zhu, Yifa Tang, and George Em Karniadakis. Sympnets: Intrinsic structure-preserving symplectic networks for identifying hamiltonian systems. Neural Networks, 132:166– 179, 2020
work page 2020
-
[7]
Sms: Spiking marching scheme for efficient long time integration of differential equations
Qian Zhang, Adar Kahana, George Em Karniadakis, and Panos Stinis. Sms: Spiking marching scheme for efficient long time integration of differential equations. Journal of Computational Physics, 516:113363, 2024. 15
work page 2024
-
[8]
Artificial to spiking neural networks conversion for scientific machine learning
Qian Zhang, Chenxi Wu, Adar Kahana, Youngeun Kim, Yuhang Li, George Em Karniadakis, and Priyadarshini Panda. Artificial to spiking neural networks conversion for scientific machine learning. arXiv:2308.16372, 2023
arXiv 2023
Show all 42 references
-
[9]
Theilman, Qian Zhang, Adar Kahana, Eric C
Bradley H. Theilman, Qian Zhang, Adar Kahana, Eric C. Cyr, Nathaniel Trask, James B. Aimone, and George Em Karniadakis. Spiking physics-informed neural networks on loihi 2. 2024 Neuro Inspired Compu- tational Elements Conference (NICE), 2024
2024
-
[10]
A comprehensive study of non-adaptive and residual-based adaptive sampling for physics-informed neural networks
Chenxi Wu, Min Zhu, Qinyang Tan, Yadhu Kartha, and Lu Lu. A comprehensive study of non-adaptive and residual-based adaptive sampling for physics-informed neural networks. Computer Methods in Applied Mechanics and Engineering, 403:115671, 2023
2023
-
[11]
Randomized forward mode gradient for spiking neural networks in scientific machine learning
Ruyin Wan, Qian Zhang, and George Em Karniadakis. Randomized forward mode gradient for spiking neural networks in scientific machine learning. arXiv:2411.07057, 2024
2024 arXiv
-
[12]
Highly accurate protein structure prediction with alphafold
John Jumper, Richard Evans, Alexander Pritzel, Tim Green, Michael Figurnov, Olaf Ronneberger, Kathryn Tunyasuvunakool, Russ Bates, Augustin ˇZ ´ ıdek, Anna Potapenko, et al. Highly accurate protein structure prediction with alphafold. nature, 596(7873):583–589, 2021
2021
-
[13]
Scaling deep learning for materials discovery
Amil Merchant, Simon Batzner, Samuel S Schoenholz, Muratahan Aykol, Gowoon Cheon, and Ekin Dogus Cubuk. Scaling deep learning for materials discovery. Nature, 624(80):80–85, 2023
2023
-
[14]
Lno: Laplace neural operator for solving differential equations
Qianying Cao, Somdatta Goswami, and George Em Karniadakis. Lno: Laplace neural operator for solving differential equations. arXiv:2303.10528, 2023
2023 arXiv
-
[15]
Systems biology: Identifiability analysis and parameter identification via systems-biology informed neural networks
Mitchell Daneker, Zhen Zhang, George Em Karniadakis, and Lu Lu. Systems biology: Identifiability analysis and parameter identification via systems-biology informed neural networks. arXiv:2202.01723, 2022
2022 arXiv
-
[16]
Sun, and George Em Karniadakis
Qian Zhang, Konstantina Sampani, Mengjia Xu, Shengze Cai, Yixiang Deng, He Li, Jennifer K. Sun, and George Em Karniadakis. AOSLO-net: A Deep Learning-Based Method for Automatic Segmentation of Reti- nal Microaneurysms From Adaptive Optics Scanning Laser Ophthalmoscopy Images. ...
2022
-
[17]
An integrated framework for building trustworthy data-driven epidemiological models: Application to the covid-19 outbreak in new york city
Sheng Zhang, Joan Ponce, Zhen Zhang, Guang Lin, and George Karniadakis. An integrated framework for building trustworthy data-driven epidemiological models: Application to the covid-19 outbreak in new york city. PLOS Computational Biology, 17(9):1–29, 09 2021
2021
-
[18]
Iden- tifiability and predictability of integer- and fractional-order epidemiological models using physics-informed neural networks
Ehsan Kharazmi, Min Cai, Xiaoning Zheng, Zhen Zhang, Guang Lin, and George Em Karniadakis. Iden- tifiability and predictability of integer- and fractional-order epidemiological models using physics-informed neural networks. Nature Computational Science, 1(11):744–753, 2021
2021
-
[19]
Learning nonlin- ear operators via deeponet based on the universal approximation theorem of operators
Lu Lu, Pengzhan Jin, Guofei Pang, Zhongqiang Zhang, and George Em Karniadakis. Learning nonlin- ear operators via deeponet based on the universal approximation theorem of operators. Nature Machine Intelligence, 3(3):218–229, 2021
2021
-
[20]
A physics-informed variational deeponet for predicting crack path in quasi-brittle materials
Somdatta Goswami, Minglang Yin, Yue Yu, and George Em Karniadakis. A physics-informed variational deeponet for predicting crack path in quasi-brittle materials. Computer Methods in Applied Mechanics and Engineering, 391:114587, 2022
2022
-
[21]
Spiking neural operators for scientific machine learning
Adar Kahana, Qian Zhang, Leonard Gleyzer, and George Em Karniadakis. Spiking neural operators for scientific machine learning. arXiv:2205.10130, 2022
2022 arXiv
-
[22]
A hybrid iterative numerical transferable solver (hints) for pdes based on deep operator network and relaxation methods
Enrui Zhang, Adar Kahana, Eli Turkel, Rishikesh Ranade, Jay Pathak, and George Em Karniadakis. A hybrid iterative numerical transferable solver (hints) for pdes based on deep operator network and relaxation methods. arXiv:2208.13273, 2022
2022 arXiv
-
[23]
Fourier neural operator for parametric partial differential equations
Zongyi Li, Nikola Kovachki, Kamyar Azizzadenesheli, Burigede Liu, Kaushik Bhattacharya, Andrew Stuart, and Anima Anandkumar. Fourier neural operator for parametric partial differential equations. arXiv:2010.08895, 2020. 16
2010 arXiv
-
[24]
Vito: Vision transformer-operator
Oded Ovadia, Adar Kahana, Panos Stinis, Eli Turkel, Dan Givoli, and George Em Karniadakis. Vito: Vision transformer-operator. Computer Methods in Applied Mechanics and Engineering, 428:117109, 2024
2024
-
[25]
A physics-informed diffusion model for high-fidelity flow field reconstruction
Dule Shu, Zijie Li, and Amir Barati Farimani. A physics-informed diffusion model for high-fidelity flow field reconstruction. Journal of Computational Physics, 478:111972, 2023
2023
-
[26]
Physics-informed neural networks: A deep learning framework for solving forward and inverse problems involving nonlinear partial differential equations
Maziar Raissi, Paris Perdikaris, and George Em Karniadakis. Physics-informed neural networks: A deep learning framework for solving forward and inverse problems involving nonlinear partial differential equations. Journal of Computational Physics, 378:686–707, 2019
2019
-
[27]
Nsfnets (navier-stokes flow nets): Physics- informed neural networks for the incompressible navier-stokes equations
Xiaowei Jin, Shengze Cai, Hui Li, and George Em Karniadakis. Nsfnets (navier-stokes flow nets): Physics- informed neural networks for the incompressible navier-stokes equations. Journal of Computational Physics, 426:109951, 2021
2021
-
[28]
Hidden fluid mechanics: Learning velocity and pressure fields from flow visualizations
Maziar Raissi, Alireza Yazdani, and George Em Karniadakis. Hidden fluid mechanics: Learning velocity and pressure fields from flow visualizations. Science, 367(6481):1026–1030, 2020
2020
-
[29]
Artificial intelligence velocimetry and microaneurysm-on-a-chip for three-dimensional analysis of blood flow in physiology and disease
Shengze Cai, He Li, Fuyin Zheng, Fang Kong, Ming Dao, George Em Karniadakis, and Subra Suresh. Artificial intelligence velocimetry and microaneurysm-on-a-chip for three-dimensional analysis of blood flow in physiology and disease. Proceedings of the National Academy of Science...
2021
-
[30]
Physics-informed neural networks enhanced par- ticle tracking velocimetry: An example for turbulent jet flow
Shengze Cai, Callum Gray, and George Em Karniadakis. Physics-informed neural networks enhanced par- ticle tracking velocimetry: An example for turbulent jet flow. IEEE Transactions on Instrumentation and Measurement, 2024
2024
-
[31]
Artificial intelligence velocimetry reveals in vivo flow rates, pressure gradients, and shear stresses in murine perivascular flows
Kimberly AS Boster, Shengze Cai, Antonio Ladr´ on-de Guevara, Jiatong Sun, Xiaoning Zheng, Ting Du, John H Thomas, Maiken Nedergaard, George Em Karniadakis, and Douglas H Kelley. Artificial intelligence velocimetry reveals in vivo flow rates, pressure gradients, and shear stre...
2023
-
[32]
Inferring turbulent velocity and temperature fields and their statistics from lagrangian velocity measurements using physics-informed Kolmogorov-Arnold Networks
Juan Diego Toscano, Theo K¨ aufer, Martin Maxey, Christian Cierpka, and George Em Karniadakis. Inferring turbulent velocity and temperature fields and their statistics from lagrangian velocity measurements using physics-informed Kolmogorov-Arnold Networks. arXiv:2407.15727, 2024
2024 arXiv
-
[33]
Energy transformer
Benjamin Hoover, Yuchen Liang, Bao Pham, Rameswar Panda, Hendrik Strobelt, Duen Horng Chau, Mo- hammed Zaki, and Dmitry Krotov. Energy transformer. Advances in Neural Information Processing Systems, 36, 2024
2024
-
[34]
Dense associative memory for pattern recognition
Dmitry Krotov and John J Hopfield. Dense associative memory for pattern recognition. Advances in Neural Information Processing Systems, 29, 2016
2016
-
[35]
A new frontier for hopfield networks
Dmitry Krotov. A new frontier for hopfield networks. Nature Reviews Physics, 5(7):366–367, 2023
2023
-
[36]
Neural networks and physical systems with emergent collective computational abilities
John J Hopfield. Neural networks and physical systems with emergent collective computational abilities. Proceedings of the national academy of sciences, 79(8):2554–2558, 1982
1982
-
[37]
Large associative memory problem in neurobiology and machine learning
Dmitry Krotov and John J Hopfield. Large associative memory problem in neurobiology and machine learning. In International Conference on Learning Representations, 2021
2021
-
[38]
Hierarchical associative memory
Dmitry Krotov. Hierarchical associative memory. arXiv preprint arXiv:2107.06446, 2021
2021 arXiv
-
[39]
Deep learning of vortex-induced vibrations
Maziar Raissi, Zhicheng Wang, Michael S Triantafyllou, and George Em Karniadakis. Deep learning of vortex-induced vibrations. Journal of Fluid Mechanics, 861:119–137, 2019
2019
-
[40]
A review of recent developments in schlieren and shadowgraph techniques
Gary S Settles and Michael J Hargather. A review of recent developments in schlieren and shadowgraph techniques. Measurement Science and Technology, 28(4):042001, 2017
2017
-
[41]
Deep-learning- based super-resolution reconstruction of high-speed imaging in fluids
Zhibo Wang, Xiangru Li, Luhan Liu, Xuecheng Wu, Pengfei Hao, Xiwen Zhang, and Feng He. Deep-learning- based super-resolution reconstruction of high-speed imaging in fluids. Physics of Fluids, 34(3), 2022. 17
2022
-
[42]
Physics-informed neural networks enhanced par- ticle tracking velocimetry: An example for turbulent jet flow
Shengze Cai, Callum Gray, and George Em Karniadakis. Physics-informed neural networks enhanced par- ticle tracking velocimetry: An example for turbulent jet flow. IEEE Transactions on Instrumentation and Measurement, 2024. 18
2024
Reviewed August 10, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.