SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2410.01990 · 2024

Deep Learning Alternatives of the Kolmogorov Superposition Theorem

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 3 functions out of this paper's own repositories and ran 3 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
predictiveintelligencelab/actnet canonical 3 of 3
FunctionStatusWhere it lives
kan_initializer Ran predictiveintelligencelab/actnet/archs.py
pointer only (licence: GPL-3.0) · get_code("861b07ee53918c49")
siren_first_layer_initializer Ran predictiveintelligencelab/actnet/archs.py
pointer only (licence: GPL-3.0) · get_code("27b7afedf6ae52e2")
siren_initializer Ran predictiveintelligencelab/actnet/archs.py
pointer only (licence: GPL-3.0) · get_code("6c9d2398d4cd3c8d")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

This paper explores alternative formulations of the Kolmogorov Superposition Theorem (KST) as a foundation for neural network design. The original KST formulation, while mathematically elegant, presents practical challenges due to its limited insight into the structure of inner and outer functions and the large number of unknown variables it introduces. Kolmogorov-Arnold Networks (KANs) leverage KST for function approximation, but they have faced scrutiny due to mixed results compared to traditional multilayer perceptrons (MLPs) and practical limitations imposed by the original KST formulation. To address these issues, we introduce ActNet, a scalable deep learning model that builds on the KST and overcomes many of the drawbacks of Kolmogorov's original formulation. We evaluate ActNet in the context of Physics-Informed Neural Networks (PINNs), a framework well-suited for leveraging KST's strengths in low-dimensional function approximation, particularly for simulating partial differential equations (PDEs). In this challenging setting, where models must learn latent functions without direct measurements, ActNet consistently outperforms KANs across multiple benchmarks and is competitive against the current best MLP-based approaches. These results present ActNet as a promising new direction for KST-based deep learning applications, particularly in scientific computing and PDE simulation tasks.

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2410.01990")
get_code_for_paper("2410.01990")
have("2410.01990")

Connect an agent — have() is free.