Kolmogorov Arnold networks (KAN) for aerodynamic prediction: a comparison with MLPs and GNNs

· Source: Machine Learning · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Aerodynamic Modeling · Depth: Expert, quick

Summary

Kolmogorov Arnold networks (KANs), a deep neural network architecture adapting activation functions instead of affine transformation coefficients, were assessed for fluid dynamics surrogate modeling. Specifically, researchers compared KANs against deep multilayer perceptrons (MLPs) and Graph Neural Networks (GNNs) in predicting surface pressure distribution over subsonic and transonic airfoils. KAN models demonstrated good performance in predicting pressure coefficients and interpolating across Mach numbers and angles of attack. However, their performance was marginally inferior to a suitably trained MLP. GNNs achieved the best performance but required lengthier training. While optimal KAN models typically have lower complexity and faster training, they suffer from training instabilities and require proper hyperparameter optimization.

Key takeaway

For AI Scientists developing aerodynamic surrogate models, consider KANs for their lower complexity and faster training potential, but be prepared for significant hyperparameter optimization. While MLPs offer a robust, marginally superior baseline, and GNNs provide peak accuracy at higher training costs, KANs might suit scenarios prioritizing model interpretability or faster initial training cycles if stability issues are managed.

Key insights

KANs show promise for aerodynamic prediction but are marginally inferior to MLPs and less stable than GNNs.

Principles

Method

The study assessed KANs, MLPs, and GNNs for predicting surface pressure distribution over subsonic and transonic airfoils, comparing performance across Mach numbers and angles of attack.

In practice

Topics

Best for: AI Scientist, Research Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Machine Learning.