Structure-Preserving Error-Correcting Codes for Polynomial Frames
Abstract
Modern FFT/NTT analytics, coded computation, and privacy-preserving ML interface routinely move polynomial frames across NICs, storage, and accelerators. However, even rare silent data corruption (SDC) can flip a few ring coefficients and cascade through downstream arithmetic. Conventional defenses are ill-matched to current low-latency pipelines: detect-and-retransmit adds RTTs, while byte-stream ECC ignores the algebraic structure and forces format conversions. To that end, we propose a structure-preserving reliability layer that operates in the encoded data's original polynomial ring, adds a small amount of systematic redundancy, and corrects symbol errors/flagged erasures without round-trip or format changes. We construct two complementary schemes: one for odd length via a Hensel-lifted BCH ideal with an idempotent encoder, and one for power-of-two length via a repeated-root negacyclic code with derivative-style decoding. In particular, to stay robust against clustered errors, a ring automorphism provides in-place interleaving to disperse bursts. Implementation wise, on four frame sizes , we meet a per-frame failure target of at symbol error rates with , incurring only overhead and tolerating \,B unknown-error bursts (roughly doubled when flagged as erasures) after interleaving. By aligning error correction with ring semantics, we take a practical step toward deployable robustness for polynomial-frame computations from an algebraic coding perspective.
Cite
@article{arxiv.2510.13882,
title = {Structure-Preserving Error-Correcting Codes for Polynomial Frames},
author = {Baigang Chen and Dongfang Zhao},
journal= {arXiv preprint arXiv:2510.13882},
year = {2025}
}