Relaxed Local Correctability from Local Testing

Vinayak M. Kumar,Geoffrey Mon
DOI: https://doi.org/10.1145/3618260.3649611
2024-04-01
Abstract:We construct the first asymptotically good relaxed locally correctable codes with polylogarithmic query complexity, bringing the upper bound polynomially close to the lower bound of Gur and Lachish (SICOMP 2021). Our result follows from showing that a high-rate locally testable code can boost the block length of a smaller relaxed locally correctable code, while preserving the correcting radius and incurring only a modest additive cost in rate and query complexity. We use the locally testable code's tester to check if the amount of corruption in the input is low; if so, we can "zoom-in" to a suitable substring of the input and recurse on the smaller code's local corrector. Hence, iterating this operation with a suitable family of locally testable codes due to Dinur, Evra, Livne, Lubotzky, and Mozes (STOC 2022) yields asymptotically good codes with relaxed local correctability, arbitrarily large block length, and polylogarithmic query complexity.
Information Theory
What problem does this paper attempt to address?
The paper aims to address the optimization problem of Relaxed Locally Correctable Codes (RLCCs) in terms of query complexity. Specifically: - The paper constructs the first asymptotically good RLCCs with polylogarithmic query complexity, narrowing the gap between the upper bound and the lower bound set by Gur and Lachish to a polynomial range. - The study shows that by using high-rate Locally Testable Codes (LTCs), the block length of smaller RLCCs can be increased while maintaining the correction radius, with only a moderate additional cost in rate and query complexity. - By utilizing the family of LTCs proposed by Dinur et al., the researchers constructed explicit RLCCs with constant rate, constant distance, and polylogarithmic query complexity. - Additionally, the research obtained non-explicit RLCCs with polylogarithmic query complexity, whose rate and distance are close to the Gilbert-Varshamov bound. Overall, the paper introduces a new operation—nesting—to increase the block length of RLCCs while maintaining low query complexity growth over multiple iterations, achieving asymptotically good RLCCs. This approach not only improves query efficiency but also addresses the issue of rapid rate decay present in previous methods.