Papers
Topics
Authors
Recent
Search
2000 character limit reached

Small-scale photonic Kolmogorov-Arnold networks using standard telecom nonlinear modules

Published 9 Apr 2026 in physics.optics and cs.AI | (2604.08432v1)

Abstract: Photonic neural networks promise ultrafast inference, yet most architectures rely on linear optical meshes with electronic nonlinearities, reintroducing optical-electrical-optical bottlenecks. Here we introduce small-scale photonic Kolmogorov-Arnold networks (SSP-KANs) implemented entirely with standard telecommunications components. Each network edge employs a trainable nonlinear module composed of a Mach-Zehnder interferometer, semiconductor optical amplifier, and variable optical attenuators, providing a four-parameter transfer function derived from gain saturation and interferometric mixing. Despite this constrained expressivity, SSP-KANs comprising only a few optical modules achieve strong nonlinear inference performance across classification, regression, and image recognition tasks, approaching software baselines with significantly fewer parameters. A four-module network achieves 98.4\% accuracy on nonlinear classification benchmarks inaccessible to linear models. Performance remains robust under realistic hardware impairments, maintaining high accuracy down to 6-bit input resolution and 14 dB signal-to-noise ratio. By using a fully differentiable physics model for end-to-end optimisation of optical parameters, this work establishes a practical pathway from simulation to experimental demonstration of photonic KANs using commodity telecom hardware.

Summary

  • The paper introduces SSP-KANs that repurpose standard telecom modules to implement trainable univariate nonlinearities for optical neural computing.
  • It achieves high accuracy on benchmarks, including 98.4% on Two Moons and robust R² performance on yacht hydrodynamics with fewer parameters than software models.
  • The study shows that increasing network depth compensates for hardware limitations, balancing the trade-offs between incoherent and coherent summation regimes.

Small-scale Photonic Kolmogorov–Arnold Networks Using Standard Telecom Nonlinear Modules

Introduction and Motivation

The transition to photonic neural networks (PNNs) promises significant gains in inference latency and energy efficiency by leveraging computation in the optical domain. However, state-of-the-art implementations are typically restricted by hybrid approaches in which linear computations are realized optically but nonlinear activations are performed electronically, introducing significant optical–electrical–optical (OEO) bottlenecks. The Kolmogorov–Arnold Network (KAN) paradigm provides an alternative, restructuring neural computation via trainable univariate nonlinearities assigned to network edges rather than fixed activations at nodes. The theoretical underpinnings of KANs, grounded in the Kolmogorov-Arnold representation theorem, suggest that any multivariate continuous function can be decomposed into superpositions of univariate functions and addition, positioning KANs as an attractive architecture for photonic implementation.

This work introduces small-scale photonic KANs (SSP-KANs), realized entirely with widely available telecommunications hardware: Mach–Zehnder interferometers (MZIs), semiconductor optical amplifiers (SOAs), and variable optical attenuators (VOAs). The central hypothesis is that despite the severely constrained functional expressivity of standard telecom nonlinearities—each module provides only four physically meaningful, independently tunable parameters—compositionality and depth are sufficient to achieve strong nonlinear inference in practical tasks across classification, regression, and image recognition.

SSP-KAN Architecture and Photonic Modules

The SSP-KAN network topology follows the canonical KAN approach by assigning a dedicated MZI-VOA-SOA-VOA module on each edge between input and output nodes. Each module implements a tunable nonlinear transfer function governed by four physical parameters: SOA injection current II, VOA input attenuation α1\alpha_1, VOA output attenuation α2\alpha_2, and MZI phase ϕ\phi. The functional form combines amplitude nonlinearities due to SOA gain saturation and phase-dependent interference at the recombining MZI. Each module thus forms a parameter-efficient yet expressive unit, grounded rigorously in Agrawal–Olsson SOA gain dynamics and standard telecom device specifications.

The essential network operation can be written as

yj=iφi,j(xi)y_j = \sum_{i} \varphi_{i,j}(x_i)

where φi,j\varphi_{i,j} is the (learned) transfer function of the module on edge (i,j)(i, j). Summation is performed optically through incoherent or coherent power combining, depending on hardware configuration and network depth.

Nonlinear Classification: Two Moons Benchmark

To empirically probe nonlinear expressivity with minimal width and depth, SSP-KAN is evaluated on the prototypical Two Moons classification task. A single-layer [2,2] network, corresponding to four physical modules and sixteen parameters, achieves 98.4%98.4\% test accuracy, closely matching a software-based KAN (B-spline activations, forty parameters) at 99.9%99.9\% accuracy (Figure 1). Notably, this is achieved with fewer than half the parameters and with all nonlinearities explicitly constrained to be realized by optical hardware. Figure 1

Figure 1: Learned decision boundary and comparative parameter counts for the [2,2] SSP-KAN versus baseline models on the Two Moons classification task.

Robustness to realistic photonic hardware impairments is systematically assessed. Performance is invariant to aggressive DAC quantization (down to 4-bit inputs), confirming that high input resolution is unnecessary. Optical amplification noise is the dominant limiting factor: accuracy remains above 95% at SNR 14\geq 14 dB and degrades below the linear baseline only at extreme SNR (6 dB). The network maintains the characteristic nonlinear boundary in moderate noise conditions; only in severe noise does model capacity revert toward linearity (Figure 2). Figure 2

Figure 2: Heatmap of test accuracy as a function of SNR and DAC resolution, and representative nonlinear decision boundaries under hardware impairment for the [2,2] SSP-KAN.

Multivariate Regression: Yacht Hydrodynamics

Scaling to higher-dimensional regression, SSP-KAN is tested on the UCI Yacht Hydrodynamics dataset, with six input features. The single-layer [6,1] architecture (24 parameters) achieves α1\alpha_10, outperforming linear regression but falling short of the α1\alpha_11 MLP and α1\alpha_12 software KAN. Introduction of a second layer ([6,1,1], 28 parameters) elevates the model to α1\alpha_13, reaching parity with the software KAN baseline using less than half the parameter count (Figure 3). Figure 3

Figure 3: Comparison of α1\alpha_14 scores and parameter counts for SSP-KAN, MLP, linear, and software KAN models on yacht hydrodynamics.

Hardware robustness trends mirror those in classification. Quantization remains negligible, while accuracy is resilient to SNR variations down to 14 dB, with graceful degradation at lower SNR (Figure 5a,5b). The key finding is that compositional network depth is critical: deeper SSP-KANs can compensate for restricted per-module expressivity and fully capture multivariate input interactions. Figure 4

Figure 4: Test α1\alpha_15 as a function of SNR and input quantization for [6,1] and [6,1,1] SSP-KAN regression architectures.

High-Dimensional Image Classification

The models are extended to MNIST and Fashion-MNIST, utilizing [784,20,10] architectures (15,880 physical modules). On MNIST, SSP-KAN reaches 92.7% accuracy (vs 91.0% for the linear baseline); on the more challenging Fashion-MNIST, the advantage is slightly higher at 2.4% over the linear baseline (Figure 5). Notably, the confusion matrices reveal that most errors occur between visually similar classes, highlighting the limits of the fixed, four-parameter nonlinear transfer functions. Figure 5

Figure 5: Training curves and confusion matrices for [784,20,10] SSP-KAN on MNIST and Fashion-MNIST.

Network Depth and Feature Interaction

The paper rigorously analyzes the limitations of single-layer SSP-KANs for tasks requiring feature interaction or non-axis-aligned decision boundaries. On problems such as XOR or rotated Two Moons, [2,2] networks (additive in structure) are provably insufficient, whereas adding a layer ([2,2,2] topology) allows the model to recover high accuracy by enabling interactions through composition (Figure 6). Figure 6

Figure 6: Comparison of single-layer and two-layer SSP-KANs on tasks requiring cross-feature interactions, such as XOR and rotated Two Moons.

Coherent vs. Incoherent Summation: Depth-Dependent Effects

A detailed analysis is presented on the choice between incoherent (power) and coherent (field) summation at recombination nodes. For shallow networks ([2,2]), incoherent summation yields significantly better trainability and final accuracy (99.4% vs 91.8%), as phase–interference coupling in the coherent regime induces highly multimodal loss landscapes that slow convergence. For deeper architectures ([2,2,2]), the situation reverses: coherent models are more expressive and achieve slightly better accuracy than incoherent ones (99.9% vs 99.5%, Figure 7). Figure 7

Figure 7: Accuracy and learned boundaries for coherent and incoherent [2,2] and [2,2,2] SSP-KANs, showing expressivity-trainability trade-offs as a function of depth.

Practical Implications and Outlook

The results demonstrate that modest networks (4–8 modules, 16–32 parameters) based entirely on standard, commercially available fiber-coupled components can perform strong nonlinear inference and demonstrate robustness to the primary hardware impairments faced in real-world photonic systems. The approach eschews highly engineered nonlinear elements, relying instead on rigorous physics-based, differentiable models grounded in manufacturer specifications.

In practice, the architecture is especially attractive for applications where interpretability, model simplicity, latency, and hardware integration are paramount (e.g., real-time optical equalization in telecom links, edge photonic sensors). Scaling to high-dimensional workloads (image classification) will require transitions to integrated photonic platforms for efficiency and stability but the underlying optimization framework carries over as long as the nonlinear transfer functions are differentiable.

Through an explicit compositional approach, the observed accuracy gap to more expressive, resonant, or engineered nonlinear architectures (e.g., D-RAMZI) is quantified, suggesting that cascaded or physically richer nonlinearities (e.g., leveraging self-phase modulation or Brillouin gain) would close the gap while retaining the co-design philosophy.

Conclusion

This work establishes that small-scale photonic KANs built entirely from standard telecom hardware and governed by explicit, differentiable physics-based models can act as parameter- and hardware-efficient nonlinear inference engines. Depth can compensate for per-module constraints, robustness to realistic hardware impairment is confirmed, and expressivity-trainability trade-offs favor incoherent summation at low depth but coherent architectures at scale. The developed framework enables rapid transition from simulation-trained parameters to experimental demonstration, paving the way for practical all-optical neural networks deployable in latency-critical and resource-constrained photonic environments.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Collections

Sign up for free to add this paper to one or more collections.