← Latest papers
🤖 machine learning

Hybrid Quantum-inspired Kolmogorov-Arnold Networks for Privacy-Aware Federated Biosignal Learning

This paper proposes a hybrid quantum-inspired Kolmogorov-Arnold network (HQKAN) for privacy-aware federated ECG classification, demonstrating that it outperforms traditional multilayer perceptrons in accuracy and robustness while significantly reducing trainable parameters and communication costs across diverse client configurations.

Original authors: Chun-Hua Lin, Samuel Yen-Chi Chen, Yu-Chao Hsu, Kuo-Chung Peng, Jiun-Cheng Jiang, Chi-Sheng Chen, Tai-Yue Li, Nan-Yow Chen, En-Jui Kuo, Hsi-Sheng Goan

Published 2026-08-17
📖 5 min read🧠 Deep dive

Original authors: Chun-Hua Lin, Samuel Yen-Chi Chen, Yu-Chao Hsu, Kuo-Chung Peng, Jiun-Cheng Jiang, Chi-Sheng Chen, Tai-Yue Li, Nan-Yow Chen, En-Jui Kuo, Hsi-Sheng Goan

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 a world where your heart's secret diary—the electrical rhythm that beats inside your chest—is locked in a vault at your local hospital, another vault at a wearable watch company, and yet another at a research clinic. These diaries are too precious and private to be copied and pasted into one giant central library, because that would risk exposing your personal health secrets. This is the problem of Federated Learning: a clever way for computers to learn together without ever seeing each other's private data. Instead of sending the raw heartbeats, the computers send only the "lessons learned" (mathematical updates) back and forth.

However, there's a catch. Sending these lessons takes time and bandwidth, like trying to mail a heavy encyclopedia when you only have a small envelope. Also, the data is messy; some clients have thousands of heartbeats, while others have just a few, and some heart conditions are rare "needle-in-a-haystack" events. To solve this, scientists are exploring Quantum-Inspired models. These aren't running on actual quantum computers (which are still very experimental and noisy), but they borrow the mathematical tricks of quantum physics to build models that are incredibly small and efficient. Think of it as using the blueprint of a super-lightweight spaceship to build a bicycle that can still fly. The big question is: Can these tiny, quantum-inspired bicycles carry the heavy load of learning from private heart data better than the standard, heavy trucks we usually use?


The Heart of the Matter: A Race Between a Heavy Truck and a Quantum Bicycle

In this study, the researchers set up a high-stakes race to see if a new type of AI model, called a Hybrid Quantum-inspired Kolmogorov–Arnold Network (HQKAN), could beat the standard workhorse model, a Multilayer Perceptron (MLP), at the job of spotting heart arrhythmias (irregular heartbeats).

The race took place in a "Federated" arena, meaning the models had to learn from data that stayed scattered across different "clients" (simulating different hospitals or devices) without ever moving the raw data. They tested this on two famous heart datasets: MIT-BIH (with five types of heartbeats) and INCART (with three types). The goal was to see who could classify these heartbeats accurately while keeping the "envelope" (the data sent back and forth) as small as possible.

The Heavy Truck vs. The Quantum Bicycle

The standard model, the MLP, is like a heavy, reliable truck. It works well, but it's bulky. To get it to learn, you have to send a massive amount of information back and forth between the server and the clients.

The challenger, the HQKAN, is the "quantum bicycle." It uses a special architecture inspired by quantum mechanics, specifically using something called Data Re-Uploading Activation (DARUAN). Instead of fixed, rigid gears, it uses flexible, learnable functions that can twist and turn to fit the data perfectly. Because of this clever design, the HQKAN is incredibly compact.

The results were surprising and clear: The bicycle won the race.

The Scoreboard: Smaller, Faster, and Smarter

When the researchers ran the simulations with 8, 16, and 32 different clients, the HQKAN consistently outperformed the heavy MLP truck, especially when the data was messy and uneven (a scenario called "non-IID," where some clients have very different data than others).

Here is exactly how much better the HQKAN did, according to the numbers in the paper:

  • On the MIT-BIH dataset:

    • The HQKAN used 37.35% fewer trainable parameters than the MLP.
    • It reduced the communication cost (the size of the "envelope" sent over the network) by 24.89%.
    • In terms of performance, it achieved higher scores for spotting the rare, tricky heartbeats (the minority classes) and had a lower "Brier score" (a measure of how confident and accurate the predictions were).
  • On the INCART dataset:

    • The HQKAN was even more efficient, using 44.81% fewer trainable parameters.
    • It cut the communication cost by 36.41%.
    • Just like on the other dataset, it maintained stronger performance even when the clients had very different data distributions.

Why the Bicycle Won

The paper suggests that the HQKAN's secret weapon is its ability to stay robust when the data is fragmented. As the number of clients increased (making the data more scattered), the MLP's performance started to wobble, but the HQKAN held its ground.

For example, on the MIT-BIH dataset with 32 clients, the HQKAN achieved a macro-F1 score (a measure of overall balance between different heartbeat types) of 0.761, while the MLP only managed 0.698. This gap actually grew as the number of clients increased, suggesting that the more fragmented the network becomes, the more the HQKAN shines.

The researchers also looked at how well the models handled "label skew"—a situation where one client might have mostly normal heartbeats and another has mostly rare, dangerous ones. They simulated this using a "Dirichlet distribution" with different concentration parameters (like α=0.3\alpha = 0.3). Even in these difficult, skewed scenarios, the HQKAN consistently showed higher AUROC and AUPRC scores (metrics that measure how well a model distinguishes between classes) compared to the MLP.

The Verdict

The paper concludes that you don't have to sacrifice speed or efficiency to get robustness. The HQKAN proves that a compact, communication-efficient model can actually be better at learning from private, scattered heart data than the traditional, bulky models.

It's not a magic cure-all, and these results are based on simulations using existing datasets, but the findings suggest a promising new direction. By borrowing the structural elegance of quantum-inspired math, we might be able to build AI systems that respect our privacy, save our bandwidth, and still catch those rare, dangerous heartbeats with a keen eye. The heavy truck is still useful, but for the future of privacy-aware heart monitoring, the quantum bicycle looks like the vehicle of choice.

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 →