Mohamed Elrefaie
Physics of Fluids 2026

TripNet: Learning Large-Scale High-Fidelity 3D Car Aerodynamics with Triplane Networks

Qian Chen, Mohamed Elrefaie, Angela Dai, Faez Ahmed

Massachusetts Institute of Technology · Technical University of Munich

Triplane
Implicit 3D representation
Surface + volume
Field prediction everywhere
DrivAerNet++
Trained at full dataset scale
The method

Implicit neural fields meet automotive CFD

TripNet brings triplane representations — proven in neural rendering — to large-scale aerodynamic learning. Car geometry is encoded into three axis-aligned feature planes; any point in space can then be queried for aerodynamic quantities by interpolating plane features. The result is a continuous, resolution-independent surrogate for high-fidelity 3D car aerodynamics.

The motivating frustration: every existing 3D learning approach — point clouds, voxels, meshes, graphs — is chained to an explicit geometric representation whose memory cost grows with resolution. Industrial CFD meshes carry millions of nodes and cells, so those models are forced into aggressive downsampling, and accuracy degrades exactly where fidelity matters most. TripNet's triplanes break that link: the feature map has a fixed size regardless of mesh resolution, and any spatial location can be queried independently of mesh connectivity. That one architectural choice lets a single unified backbone deliver state-of-the-art drag coefficients, surface pressure fields, and full 3D flow predictions on both DrivAerNet and DrivAerNet++.

TripNet architecture: triplane encoding of car geometry with coordinate-based decoding of aerodynamic fields.
TripNet architecture: triplane encoding of car geometry with coordinate-based decoding of aerodynamic fields.
Contributions

What the paper delivers

Resolution-independent queries

Fields are decoded per-coordinate, so predictions aren't tied to a fixed mesh or point-cloud resolution.

Unified surface & volume modeling

One representation serves drag coefficients, surface pressure fields, and volumetric flow — trained on DrivAerNet++ at full scale.

Efficiency at scale

Triplanes hold 3D structure at 2D memory cost, making high-fidelity learning tractable on the largest public car-aerodynamics dataset.

Results

Closest to CFD, at any resolution

On DrivAerNet++ surface-pressure prediction, TripNet tracks the CFD ground truth more closely than RegDGCNN, FigConvNet, and Transolver — and because fields are decoded per coordinate, the same trained model reconstructs geometry and fields at whatever resolution the task demands.

Surface pressure predicted by RegDGCNN, FigConvNet, Transolver, and TripNet next to the CFD ground truth, with per-model error maps below.
Surface-pressure prediction vs. CFD: TripNet (second from right) shows the smallest, most uniform error of all baselines.
A car geometry reconstructed from triplanes at increasing resolutions: 32x64x64, 32x128x128, and 32x256x256.
One representation, any resolution: reconstructions sharpen from 64² to 256² without retraining.
Grid of learned triplane feature channels showing top, front, and side structure of car geometry emerging in the feature planes.
What the network learns: triplane feature channels spontaneously organize into top, front, and side views of the car.
Reference

Citation

@article{chen2026tripnet, title = {TripNet: Learning Large-scale High-fidelity 3D Car Aerodynamics with Triplane Networks}, author = {Chen, Qian and Elrefaie, Mohamed and Dai, Angela and Ahmed, Faez}, journal = {Physics of Fluids}, year = {2026}, note = {in press} }
Keep exploring

Related work