Research
Fast 3D Surrogate Modeling for Data Center Thermal Management
Fast 3D Surrogate Modeling for Data Center Thermal Management Overview Research area: Machine learning for scientific simulation — specifically, learned "surrogate" models of 3D thermal physics applie
- arXiv
- 2511.11722
- Published
- 2025-11-13
- Authors
- Soumyendu Sarkar, Antonio Guillen-Perez, Zachariah J Carmichael, Avisek Naug, Refik Mert Cam, Vineet Gundecha, Ashwin Ramesh Babu, Sahand Ghorbanpour, Ricardo Luna Gutierrez
AI summary
Fast 3D Surrogate Modeling for Data Center Thermal ManagementOverview
Research area: Machine learning for scientific simulation — specifically, learned "surrogate" models of 3D thermal physics applied to data center cooling.
Technical level: Advanced. The abstract assumes familiarity with CFD, voxel representations, U-Net convolutional networks, Fourier Neural Operators, and vision transformers.
Scope: The paper proposes and compares several deep learning architectures that predict full 3D temperature fields in a data center from operating inputs, as a fast substitute for conventional thermal simulation.
What This Paper Is About
Cooling data centers efficiently requires knowing how heat moves through the room in three dimensions, but the standard tool for that — computational fluid dynamics (CFD) — is slow and needs expert-tuned meshes and boundary conditions. That makes it unusable for real-time decisions like adjusting cooling or shifting workloads between servers. The goal of this paper is to train neural networks that take the same operating conditions as inputs and produce detailed heat maps almost instantly, while remaining accurate enough to be useful.
Key Contributions
- A vision-based surrogate modeling framework that works directly on a 3D voxelized representation of a data center, rather than on hand-crafted simulation meshes.
- Incorporation of operational inputs — server workloads, fan speeds, and HVAC temperature set points — as conditions driving the predicted thermal field.
- A comparative evaluation of several architecture families for this task: 3D CNN U-Net variants, a 3D Fourier Neural Operator, and 3D vision transformers.
- A demonstration that the resulting surrogates generalize across different data center configurations and are fast enough to support real-time thermal control.
Main Findings
-
Generalization across configurations: The surrogate models are reported to generalize across data center configurations, meaning a model is not tied to one specific room layout or setup.
-
Large computational speedup: The abstract reports a roughly 20,000x speedup over traditional approaches, and describes a timescale contrast between hundreds of milliseconds and hours. The abstract's phrasing of which direction that contrast runs is ambiguous; no per-architecture timing breakdown is given.
-
Accurate hot spot and temperature estimation: The authors state that the surrogates produce fast and accurate estimates of hot spots and overall temperature distribution. No specific accuracy metrics, error values, or validation details appear in the abstract.
-
Downstream energy impact: The abstract claims that enabling real-time cooling control and workload redistribution on top of these predictions leads to substantial energy savings (7%) and a reduced carbon footprint.
-
Architecture comparison outcome: Multiple architectures were evaluated, but the abstract does not state which performed best or how they differed in accuracy versus cost.
Methodology in Plain English
The researchers turn the data center into a 3D grid of small volume elements — a voxel representation, similar in spirit to a 3D image. Each operating condition that affects heat (how hard servers are working, how fast fans spin, what temperature the HVAC is set to) is attached to that grid as input.
They then train deep neural networks to map those inputs to a full 3D heat map, learning to imitate what a physics-based CFD solver would produce. Because the inputs and outputs are volumetric, they use architectures built for 3D data: U-Net style convolutional networks, a Fourier Neural Operator that works in frequency space, and vision transformers. Comparing these families shows which design choices suit thermal fields.
Once trained, the model replaces the solver: instead of simulating physics from scratch, a forward pass through the network produces the temperature field. That is what makes real-time use possible. The abstract does not describe training data generation, dataset scale, loss functions, or validation protocol.
Why This Matters
Impact on research: The work sits at the intersection of surrogate modeling and operational control. It suggests that learned simulators can be accurate enough, and general enough across configurations, to be embedded in control loops rather than used only offline — a shift from "predict then decide later" to "predict continuously and act."
Real-world applications:
- Real-time cooling control, adjusting HVAC set points in response to predicted hot spots before temperatures rise.
- Workload redistribution, moving compute jobs away from regions predicted to overheat.
- Data center design and what-if analysis, letting engineers test layouts or equipment changes without running full CFD studies.
- Sustainability reporting and carbon accounting, where faster thermal modeling supports energy- and emissions-reduction targets.
Industry relevance: Data center operators face pressure on both energy cost and carbon footprint, and cooling is a major share of both. A surrogate that is fast enough for real-time use and generalizes across sites is directly aligned with that operational need, and the claimed 7% energy savings is framed as a concrete business and sustainability outcome.
Future Directions
- Determining which architecture family — U-Net, Fourier Neural Operator, or vision transformer — offers the best accuracy-to-cost tradeoff, since the abstract reports the comparison but not the ranking.
- Validating predictions against real sensor data from operating data centers, rather than only against simulation outputs.
- Closing the loop: testing whether the surrogate's predictions actually improve control decisions and energy outcomes when deployed, as opposed to being evaluated offline.
- Extending generalization to a wider range of geometries, hardware, and failure or transient scenarios, and quantifying prediction uncertainty so control systems know when to trust the model.
Target Audience
Machine learning researchers working on scientific surrogates, neural operators, and 3D vision; data center thermal and facilities engineers interested in real-time control; CFD practitioners exploring learned alternatives to simulation; and sustainability or infrastructure researchers focused on data center energy and carbon reduction.
Authors’ abstract
Reducing energy consumption and carbon emissions in data centers by enabling real-time temperature prediction is critical for sustainability and operational efficiency. Achieving this requires accurate modeling of the 3D temperature field to capture airflow dynamics and thermal interactions under varying operating conditions. Traditional thermal CFD solvers, while accurate, are computationally expensive and require expert-crafted meshes and boundary conditions, making them impractical for real-time use. To address these limitations, we develop a vision-based surrogate modeling framework that operates directly on a 3D voxelized representation of the data center, incorporating server workloads, fan speeds, and HVAC temperature set points. We evaluate multiple architectures, including 3D CNN U-Net variants, a 3D Fourier Neural Operator, and 3D vision transformers, to map these thermal inputs to high-fidelity heat maps. Our results show that the surrogate models generalize across data center configurations and significantly speed up computations (20,000x), from hundreds of milliseconds to hours. This fast and accurate estimation of hot spots and temperature distribution enables real-time cooling control and workload redistribution, leading to substantial energy savings (7\%) and reduced carbon footprint.