LGApr 4, 2021

Probabilistic Kolmogorov-Arnold Network

arXiv:2104.01714v71 citations
Originality Incremental advance
AI Analysis

This work addresses the need for more detailed uncertainty quantification in regression tasks, particularly for systems with variable outputs, but it is incremental as it extends existing KANs with probabilistic modeling.

The paper tackles the problem of estimating probability distributions for outputs in regression models under aleatoric uncertainty, proposing a method that captures input-dependent, multi-modal distributions and demonstrates computational efficiency when combined with Kolmogorov-Arnold networks (KANs).

The Kolmogorov-Arnold network (KAN) is a regression model that is based on a representation of an arbitrary continuous multivariate function by a composition of functions of a single variable. Experimentally-obtained datasets for regression models typically include uncertainties, which in some cases, cannot be neglected. The conventional way to account for the latter is to model confidence intervals of the systems' outputs in addition to the expected values of the outputs. However, such information may be insufficient, and in some cases, researchers aim to obtain probability distributions of the outputs. The present paper proposes a method for estimating probability distributions of the outputs in the case of aleatoric uncertainty (i.e. for systems that produce different outputs each time an experiment is executed with the same inputs). The suggested approach covers input-dependent probability distributions of the outputs and is capable of capturing the multi-modality, as well as the variation of the distribution type with the inputs. Although the method is applicable to any regression model, the present paper combines it with KANs, since the specific structure of KANs leads to computationally-efficient models' construction. The source code is available online.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes