Factorized Implicit Global Convolution for Automotive Computational Fluid Dynamics Prediction
About
Computational Fluid Dynamics (CFD) is crucial for automotive design, requiring the analysis of large 3D point clouds to study how vehicle geometry affects pressure fields and drag forces. However, existing deep learning approaches for CFD struggle with the computational complexity of processing high-resolution 3D data. We propose Factorized Implicit Global Convolution (FIGConv), a novel architecture that efficiently solves CFD problems for very large 3D meshes with arbitrary input and output geometries. FIGConv achieves quadratic complexity $O(N^2)$, a significant improvement over existing 3D neural CFD models that require cubic complexity $O(N^3)$. Our approach combines Factorized Implicit Grids to approximate high-resolution domains, efficient global convolutions through 2D reparameterization, and a U-shaped architecture for effective information gathering and integration. We validate our approach on the industry-standard Ahmed body dataset and the large-scale DrivAerNet dataset. In DrivAerNet, our model achieves an $R^2$ value of 0.95 for drag prediction, outperforming the previous state-of-the-art by a significant margin. This represents a 40% improvement in relative mean squared error and a 70% improvement in absolute mean squared error over previous methods.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Aerodynamic field prediction | SuperWing (test) | Rel L2 Error0.1429 | 21 | |
| Fluid flow field prediction | HiLiftAeroML (test) | Relative L2 Error0.0206 | 16 | |
| Node-level regression | DrivAerNet | MSE4.38 | 5 | |
| Node-level regression | DrivAerNet++ | MSE4.99 | 5 | |
| Full-vehicle crash prediction | CarCrashNet Dodge Neon v1 (test) | RMSE (mm)34.044 | 4 | |
| Full-vehicle crash prediction | CarCrashNet Toyota Yaris v1 (test) | RMSE (mm)21.91 | 4 | |
| Full-vehicle crash prediction | CarCrashNet Chevrolet Silverado unseen hidden v1 (test) | RMSE (mm)102.7 | 4 |