Kolmogorov-Arnold PointNet: Deep learning for prediction of fluid fields on irregular geometries
Ali Kashefi
TL;DR
KA-PointNet combines Kolmogorov-Arnold Networks with PointNet to predict incompressible flow fields on irregular 2D geometries. By replacing shared MLPs with Jacobi-polynomial-based KANs in the PointNet segmentation path, the model learns geometry-dependent activation behavior and achieves high accuracy on unseen cylinder cross-sections. The study demonstrates that Jacobi polynomial choice and degree, as well as the global scaling parameter $n_s$, critically balance predictive accuracy and computational cost, with Chebyshev variants and moderate degrees providing strong performance. KA-PointNet outperforms standard PointNet with shared MLPs in most tests, including robust drag and lift estimations, albeit at higher training cost, suggesting its potential for rapid, geometry-aware CFD predictions and future physics-informed or 3D extensions.
Abstract
Kolmogorov-Arnold Networks (KANs) have emerged as a promising alternative to traditional Multilayer Perceptrons (MLPs) in deep learning. KANs have already been integrated into various architectures, such as convolutional neural networks, graph neural networks, and transformers, and their potential has been assessed for predicting physical quantities. However, the combination of KANs with point-cloud-based neural networks (e.g., PointNet) for computational physics has not yet been explored. To address this, we present Kolmogorov-Arnold PointNet (KA-PointNet) as a novel supervised deep learning framework for the prediction of incompressible steady-state fluid flow fields in irregular domains, where the predicted fields are a function of the geometry of the domains. In KA-PointNet, we implement shared KANs in the segmentation branch of the PointNet architecture. We utilize Jacobi polynomials to construct shared KANs. As a benchmark test case, we consider incompressible laminar steady-state flow over a cylinder, where the geometry of its cross-section varies over the data set. We investigate the performance of Jacobi polynomials with different degrees as well as special cases of Jacobi polynomials such as Legendre polynomials, Chebyshev polynomials of the first and second kinds, and Gegenbauer polynomials, in terms of the computational cost of training and accuracy of prediction of the test set. Additionally, we compare the performance of PointNet with shared KANs (i.e., KA-PointNet) and PointNet with shared MLPs. It is observed that when the number of trainable parameters is approximately equal, PointNet with shared KANs (i.e., KA-PointNet) outperforms PointNet with shared MLPs. Moreover, KA-PointNet predicts the pressure and velocity distributions along the surface of cylinders more accurately, resulting in more precise computations of lift and drag.
