Syndrome-Based Error-Erasure Decoding of Interleaved Linearized Reed-Solomon Codes

Felicitas Hörmann,Hannes Bartz
2024-11-28
Abstract:Linearized Reed--Solomon (LRS) codes are sum-rank-metric codes that generalize both Reed--Solomon and Gabidulin codes. We study vertically and horizontally interleaved LRS (VILRS and HILRS) codes whose codewords consist of a fixed number of stacked or concatenated codewords of a chosen LRS code. Our unified presentation of results for horizontal and vertical interleaving is novel and simplifies the recognition of resembling patterns. This paper's main results are syndrome-based decoders for both VILRS and HILRS codes. We first consider an error-only setting and then present more general error-erasure decoders, which can handle full errors, row erasures, and column erasures simultaneously. Here, an erasure means that parts of the row space or the column space of the error are already known before decoding. We incorporate this knowledge directly into Berlekamp--Massey-like key equations and thus decode all error types jointly. The presented error-only and error-erasure decoders have an average complexity in $O(sn^2)$ and $\widetilde{O}(sn^2)$ in most scenarios, where $s$ is the interleaving order and $n$ denotes the length of the component code. Errors of sum-rank weight $\tau=t_{\mathcal{F}}+t_{\mathcal{R}}+t_{\mathcal{C}}$ consist of $t_{\mathcal{F}}$ full errors, $t_{\mathcal{R}}$ row erasures, and $t_{\mathcal{C}}$ column erasures. Their successful decoding can be guaranteed for $t_{\mathcal{F}}\leq\tfrac{1}{2}(n-k-t_{\mathcal{R}}-t_{\mathcal{C}})$, where $n$ and $k$ represent the length and the dimension of the component LRS code. Moreover, probabilistic decoding beyond the unique-decoding radius is possible with high probability when $t_{\mathcal{F}}\leq\tfrac{s}{s+1}(n-k-t_{\mathcal{R}}-t_{\mathcal{C}})$ holds for interleaving order $s$. We give an upper bound on the failure probability for probabilistic unique decoding and showcase its tightness via Monte Carlo simulations.
Information Theory
What problem does this paper attempt to address?
The problem that this paper attempts to solve is to develop a comprehensive decoding algorithm for interleaved linearized Reed - Solomon (LRS) codes, especially for vertically and horizontally interleaved linearized Reed - Solomon (VILRS and HILRS) codes. Specifically: 1. **Problem Background**: - Linearized Reed - Solomon (LRS) codes are a class of codes under the sum - rank metric, which generalize traditional Reed - Solomon codes and Gabidulin codes. - Interleaved coding is an effective method for dealing with burst errors. For vertically interleaved (VILRS) and horizontally interleaved (HILRS) LRS codes, effective decoding algorithms need to be designed to correct errors and erasures. 2. **Main Research Contents**: - **Syndrome Decoder**: This paper proposes a syndrome - based decoder that can handle both error - only and error - erasure cases. Among them, the error - erasure decoder can handle full errors, row erasures, and column erasures simultaneously. - **Decoding Complexity**: The proposed decoder has an average complexity of \(O(sn^2)\) and \(\tilde{O}(sn^2)\) in most cases, where \(s\) is the interleaving order and \(n\) is the length of the component code. - **Decoding Radius**: For the error - only case, the decoder guarantees that the maximum error weight for successful decoding is \(\frac{1}{2}(n - k)\), and in the case of probabilistic unique decoding, the maximum error weight can reach \(\frac{s}{s + 1}(n - k)\). - **Error - Erasure Decoding**: For the error - erasure case, the decoder can handle errors that satisfy \(t_F\leq\frac{1}{2}(n - k - t_R - t_C)\), where \(t_F\) represents the number of full errors, \(t_R\) represents the number of row erasures, and \(t_C\) represents the number of column erasures. For larger error weights, the decoder can also decode successfully with high probability. 3. **Contributions**: - Proposed the first unified decoding algorithm framework for vertically and horizontally interleaved linearized Reed - Solomon codes, highlighting the similarities and differences between these two interleaving methods. - Designed a syndrome decoder based on a Berlekamp - Massey - like method, using the error - locating polynomial (ELP) and the error - span polynomial (ESP) for decoding respectively. - Optimized certain steps in the decoding process through fast subroutines, reducing the computational complexity. 4. **Application Scenarios**: - These decoding algorithms have potential application values in communication systems, network coding, distributed storage, and post - quantum cryptography and other fields. In summary, the main goal of this paper is to provide an efficient and general - purpose decoding method for handling error and erasure problems in interleaved linearized Reed - Solomon codes, thereby improving the reliability and efficiency of the coding system.