← Latest papers
⚡ electrical engineering

A Comparative Analysis of MLP and Kolmogorov-Arnold Networks (KAN) for Faster-than-Nyquist (FTN) Signaling Detection

This paper demonstrates that Kolmogorov-Arnold Networks (KAN) significantly outperform multilayer perceptrons (MLP) in Faster-than-Nyquist (FTN) BPSK detection, achieving an 18.6-fold lower bit error rate at 10 dB while utilizing only one-eighth of the hidden width, thereby offering a more parameter-efficient solution for handling inter-symbol interference.

Original authors: Sude Ertan, Osman Tokluoglu, Enver Cavus

Published 2026-08-04
📖 3 min read☕ Coffee break read

Original authors: Sude Ertan, Osman Tokluoglu, Enver Cavus

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are trying to send a secret message to a friend using a walkie-talkie, but you want to fit as many words as possible into a single minute. In the world of radio and digital communication, there is a golden rule called the "Nyquist limit." It's like a speed limit sign that says, "You can only send one symbol (a dot or a dash) every X seconds, or the signals will start to blur together." For decades, engineers have respected this limit to keep messages clear. But what if you could break the speed limit? What if you squeezed the dots and dashes closer together? This is called "Faster-than-Nyquist" (FTN) signaling. It's a clever trick to pack more data into the same amount of space, but it comes with a catch: the signals start to overlap and interfere with each other, like cars merging onto a highway too quickly.

To fix this mess, the receiver needs a super-smart detective to figure out which signal is which. The old-school detectives (called BCJR) are incredibly accurate, but they are like a giant, slow-moving tank: they need massive computing power to solve the puzzle, which is hard to fit into small, battery-powered devices. Recently, scientists have tried using "neural networks"—computer brains that learn from examples—to act as these detectives. The big question is: which type of computer brain is the best at untangling these messy signals without needing a supercomputer?

This paper dives into a head-to-head battle between two types of neural network detectives: the classic MLP (Multilayer Perceptron) and a newer, trendier model called KAN (Kolmogorov-Arnold Network). The researchers set up a massive simulation, generating nearly four million examples of these messy, overlapping signals. They taught both types of networks to identify the correct message from a window of 65 noisy samples. The goal was to see which one could spot the right signal with the fewest mistakes (Bit Error Rate) while using the least amount of "brain power" (parameters).

The results were surprising. The classic MLP detective needed a wide, bulky brain (with a hidden layer width of 32) to do a decent job. Even then, at a signal quality of 10 decibels, it made mistakes about 130 times out of a million. The KAN detective, however, was a master of efficiency. It solved the same puzzle with a tiny brain (a hidden layer width of just 4) and made mistakes only 7 times out of a million. That is a massive improvement: the KAN was 18.6 times more accurate than the MLP, despite using a hidden layer that was one-eighth the size.

The paper argues that the reason for this victory is how the two networks are built. The MLP is like a team of workers where everyone stands in a big circle and shouts their opinions at once; to get the answer right, you need a huge team. The KAN is different; it puts the "thinking" on the connections between the workers rather than the workers themselves. This allows it to handle the specific, messy overlaps of the signals much more naturally. In these simulations, the KAN didn't just beat the MLP; it reached the same level of perfection as the giant, slow "tank" detective (the BCJR), but it did it with a tiny fraction of the complexity. The authors suggest that for future devices that need to send more data with less battery and less hardware, this new "edge-based" way of thinking might be the key to unlocking faster, cleaner communication.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →