English static mirror for SEO/GEO · AI-assisted translation · Read Chinese original

Memristor-Based Fourier Neural Operator Delivers 116x Energy Efficiency for Scientific Modeling

Forum topic · ✨步子哥 · 2026-01-12

Summary

A Chinese research team has published a breakthrough in Science Advances (11(25), eadv4446, 2025): a memristive floating-point Fourier neural operator (FNO) network for efficient scientific modeling. Traditional numerical simulation suffers from the von Neumann bottleneck, where constant data transfer between memory and processors makes high-precision PDE solving slow and power-hungry. The team built a heterogeneous computing-in-memory (CIM) system using eight 4-kb memristor chips (1T1R, TiN/TaO_x/HfO_2/TiN), mapping discrete Fourier transform matrices in-situ onto analog memristor arrays while updating fully-connected layer weights digitally. Novel exponent pre-alignment and hybrid state mapping techniques allow imprecise analog arrays to achieve FP32-level accuracy. Experiments on the 1D Burgers equation achieved 99.6% accuracy (vs 99.8% digital) with 20.5x energy efficiency improvement over GPU at inference; a 3D heat conduction task reached 0.24C mean inference error. Projected to 28nm process, energy efficiency gains reach 116x with inference latency down to sub-millisecond levels (up to 176x speedup). The work extends memristor computing from edge neural networks to high-precision AI-for-Science applications like chip thermal design, turbulence, and climate modeling.

Imagine standing in a giant data center, fans roaring, thousands of processors churning for hours just to simulate a typhoon's path or a drug molecule diffusing through the body. A recent breakthrough published in *Science Advances* promises to change this: a Chinese research team has built a memristive floating-point Fourier neural operator network, boosting scientific modeling energy efficiency by up to 116x and speed by 176x — with no loss of accuracy compared to conventional digital computers.

Why Traditional Scientific Modeling Is Slow and Power-Hungry

Scientific modeling underpins modern research, from climate prediction to materials design. Traditional numerical methods solve PDEs point-by-point on discretized grids — precise but extremely slow, often requiring supercomputers to run for hours or days. The core problem is the von Neumann bottleneck: data must constantly shuttle between memory and processors, wasting enormous time and energy.

> Von Neumann bottleneck: Conventional computer architectures separate storage and computation, making data transfer the bottleneck — like a kitchen (processor) built far from the fridge (memory).

Supercomputers also consume power on the scale of a small town, with single simulations potentially costing tens of thousands of dollars in electricity. This motivated researchers to adopt AI-assisted modeling, particularly the Fourier Neural Operator (FNO).

The Fourier Neural Operator: A Universal Translator for Physics

The FNO learns a direct mapping from initial conditions to solutions, operating efficiently in the frequency domain. It can even deliver high-precision results from low-resolution training data ("zero-shot super-resolution"). For example, it solves the 1D Burgers equation:

$ \partial_t u + \partial_x [u^2/2] = \nu \partial_{xx} u $

which describes nonlinear viscous fluid behavior relevant to shocks and turbulence, by chaining DFTs and inverse DFTs to capture linear transformations in the frequency domain.

However, FNO has a critical weakness: it requires repeated discrete Fourier transforms with frequent data movement between processors and memory, and training demands FP32 floating-point precision that digital platforms struggle to sustain efficiently.

Memristor Computing-in-Memory: Computing Where Data Lives

Memristors remember their electrical history and can store data while computing directly — the computing-in-memory (CIM) paradigm. Instead of a courier running between warehouse and office, the warehouse worker packs and ships directly.

Hardware implementation:

| Parameter | Details | Performance | |---|---|---| | Array size | 32x128 (4-kb) | Eight-chip system | | Conductance states | Binary + 2-bit hybrid | Mean error < 10^{-3} | | DFT matrix mapping | Real/imaginary parts separate, four arrays | Reconstruction error ~5x10^{-4} | | Read voltage | 0.2V | Stable 2-bit states |

The team used eight 4-kb memristor chips based on a 1T1R structure (TiN/TaO_x/HfO_2/TiN material stack) in a heterogeneous CIM system. Exponent pre-alignment and hybrid state mapping let imprecise analog memristor arrays reach FP32-level accuracy. Fixed parameters (like DFT matrices) are mapped in-situ to the memristors, while trainable parameters (fully-connected layer weights) are updated on digital processors, avoiding costly high-precision programming overhead.

Experimental Results: From 1D Shocks to 3D Heat Conduction

1D Burgers equation (32-point grid, Gaussian random field initial conditions):

  • CIM training loss: 4x10^{-3}, accuracy 99.6% (digital baseline: 99.8%)
  • Inference error: 1.3x10^{-2}, directly outputting the t=1s solution without iteration
  • 3D heat conduction on a 10x10x10 grid (COMSOL data), computed via three 1D DFTs per chip:

  • Training loss: 6.9x10^{-3}
  • Inference error: 0.24°C on average, generalizing across different heat source conditions
| Task | Energy efficiency gain (measured) | Projected (28nm) | Inference latency | Relative accuracy | |---|---|---|---|---| | 1D Burgers | 20.5x (vs GPU) | 116x | 0.53 ms | 99.6% | | 3D heat conduction | 5.7x (vs GPU) | 21x | 0.28 ms | High (0.24°C error) |

Why 116x Efficiency and 176x Speed?

The gains come from eliminating data movement and programming overhead. At inference, measured energy efficiency reached 3.28 GFLOPS/W (1D) and 23.4 GFLOPS/W (3D); projected to an advanced 28nm process, the 1D task reaches a 116x improvement. The 176x speedup reflects millisecond-level inference latency versus second-scale conventional approaches. Training also benefits, with 16-19% reductions in energy and latency.

Practical applications include chip thermal design, where fast 3D heat simulation can predict temperature distributions and help engineers prevent overheating.

Outlook

This work extends memristor computing beyond edge neural networks into high-precision scientific modeling, opening a new chapter for AI-for-Science. Future scaling of chip arrays and algorithm-hardware co-design could tackle turbulence simulation and climate prediction — moving computing beyond von Neumann constraints toward an efficient, green future.

References

1. Li, J. et al. Memristive floating-point Fourier neural operator network for efficient scientific modeling. *Science Advances*, 11(25), eadv4446 (2025). 2. Li, Z. et al. Fourier neural operator for parametric partial differential equations. *arXiv preprint* arXiv:2010.08895 (2020). 3. Chua, L. Memristor—The missing circuit element. *IEEE Transactions on Circuit Theory*, 18(5), 507-519 (1971). 4. Strukov, D. B. et al. The missing memristor found. *Nature*, 453(7191), 80-83 (2008).

Tags

#memristor#computing-in-memory#fourier-neural-operator#scientific-computing#ai-for-science#von-neumann-bottleneck#energy-efficiency#science-advances

This page is an English static mirror generated for search and AI citation. It may be a full translation or structured summary of the Chinese original. Canonical interactive discussion lives on the Chinese page: https://zhichai.net/topic/176415273