# Error correction based on partial information

**Authors:** Itzhak Tamo, Min Ye, Alexander Barg

arXiv: 1701.06969 · 2018-10-10

## TL;DR

This paper introduces a novel decoding approach for linear and array codes that allows recovering more errors by downloading only a proportional part of the codeword, improving efficiency in bandwidth-limited scenarios.

## Contribution

It proposes new code constructions and decoding schemes that maximize error correction capability when only partial codeword data is accessible.

## Key findings

- Achieves correction of up to 1/α times more errors than naive methods.
- Develops two optimal code families: Reed-Solomon with subfield evaluation points and Folded Reed-Solomon codes.
- Demonstrates asymptotic optimality in list decoding radius with partial data download.

## Abstract

We consider the decoding of linear and array codes from errors when we are only allowed to download a part of the codeword. More specifically, suppose that we have encoded $k$ data symbols using an $(n,k)$ code with code length $n$ and dimension $k.$ During storage, some of the codeword coordinates might be corrupted by errors. We aim to recover the original data by reading the corrupted codeword with a limit on the transmitting bandwidth, namely, we can only download an $\alpha$ proportion of the corrupted codeword. For a given $\alpha,$ our objective is to design a code and a decoding scheme such that we can recover the original data from the largest possible number of errors. A naive scheme is to read $\alpha n$ coordinates of the codeword. This method used in conjunction with MDS codes guarantees recovery from any $\lfloor(\alpha n-k)/2\rfloor$ errors. In this paper we show that we can instead read an $\alpha$ proportion from each of the codeword's coordinates. For a well-designed MDS code, this method can guarantee recovery from $\lfloor (n-k/\alpha)/2 \rfloor$ errors, which is $1/\alpha$ times more than the naive method, and is also the maximum number of errors that an $(n,k)$ code can correct by downloading only an $\alpha$ proportion of the codeword. We present two families of such optimal constructions and decoding schemes. One is a Reed-Solomon code with evaluation points in a subfield and the other is based on Folded Reed-Solomon codes. We further show that both code constructions attain asymptotically optimal list decoding radius when downloading only a part of the corrupted codeword. We also construct an ensemble of random codes that with high probability approaches the upper bound on the number of correctable errors when the decoder downloads an $\alpha$ proportion of the corrupted codeword.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1701.06969/full.md

## Figures

1 figure with captions in the complete paper: https://tomesphere.com/paper/1701.06969/full.md

## References

15 references — full list in the complete paper: https://tomesphere.com/paper/1701.06969/full.md

---
Source: https://tomesphere.com/paper/1701.06969