用切片方法快速准确预测汽车风阻系数,助力设计迭代。
Car Drag Coefficient Prediction from 3D Point Clouds Using a Slice-Based Surrogate Model
- 将3D点云沿流线方向切片,逐层编码后用双向LSTM捕捉几何变化
- 在DrivAerNet++数据集上实现R²>0.9528、MAE≈0.006046的高精度预测
- 单次推理仅需0.025秒,适合消费级GPU,可解释性强
汽车工业为提升燃油经济性和性能,亟需高效气动设计。传统计算流体动力学(CFD)和风洞测试资源消耗大,难以支持早期设计阶段的快速迭代。基于机器学习的代理模型是可行替代方案,但多数现有方法存在计算复杂度高、可解释性差或对详细几何输入精度不足的问题。本文提出一种轻量级代理模型,通过沿流线轴顺序处理3D车辆点云的二维截面切片,借鉴医学影像思路。每个切片由轻量级PointNet2D模块编码,切片嵌入序列经双向LSTM处理以捕捉纵向几何演化。模型在DrivAerNet++数据集上训练与评估,风阻系数(Cd)预测达到R² > 0.9528,平均绝对误差(MAE)约6.046 × 10⁻³。单样本推理时间约为0.025秒(消费级GPU),提供快速、准确且可解释的气动反馈,显著提升汽车设计探索的敏捷性与决策质量。
原文摘要 · Abstract (English)
The automotive industry's pursuit of enhanced fuel economy and performance necessitates efficient aerodynamic design. However, traditional evaluation methods such as computational fluid dynamics (CFD) and wind tunnel testing are resource intensive, hindering rapid iteration in the early design stages. Machine learning-based surrogate models offer a promising alternative, yet many existing approaches suffer from high computational complexity, limited interpretability, or insufficient accuracy for detailed geometric inputs. This paper introduces a novel lightweight surrogate model for the prediction of the aerodynamic drag coefficient (Cd) based on a sequential slice-wise processing of the geometry of the 3D vehicle. Inspired by medical imaging, 3D point clouds of vehicles are decomposed into an ordered sequence of 2D cross-sectional slices along the stream-wise axis. Each slice is encoded by a lightweight PointNet2D module, and the sequence of slice embeddings is processed by a bidirectional LSTM to capture longitudinal geometric evolution. The model, trained and evaluated on the DrivAerNet++ dataset, achieves a high coefficient of determination (R^2 > 0.9528) and a low mean absolute error (MAE approx 6.046 x 10^{-3}) in Cd prediction. With an inference time of approximately 0.025 seconds per sample on a consumer-grade GPU, our approach provides fast, accurate, and interpretable aerodynamic feedback, facilitating more agile and informed automotive design exploration.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。