Back to Rankings

Random Algebraic Geometry Codes Approach the Half-Singleton Bound for Insertions and Deletions

Zhihao Guan, Hengjia Wei

Sep 6, 2026arXiv:2609.06441v1
cs.IT
Share
Scorecard· 15/16
6.5/10 impact

Cleanly resolves a recognized open problem (constant field size for half-Singleton insdel codes) with an elegant geometric characterization, but remains existential with no decoding algorithm and builds heavily on prior frameworks.

Abstract

In this paper, we study the performance of algebraic geometry (AG) codes against adversarial insertion-deletion (insdel) errors. The half-Singleton bound states that an [n,k]q[n,k]_q linear code can correct at most n2k+1n-2k+1 insdel errors. It was recently proven that random Reed-Solomon codes approach this bound. However, these constructions require the field size qq to grow linearly with the code length nn. We overcome this barrier by extending the probabilistic analysis of general linear insdel codes to AG codes. We demonstrate that curves with many rational points allow for nearly optimal codes over significantly smaller alphabets. We prove the following main asymptotic results: (1) For general smooth complete curves of fixed genus, random AG codes are nearly optimal, that is, they can correct (1ε)n2k(1-\varepsilon)n-2k insdel errors with high probability over linear-sized fields (q=Θ(n)q=Θ(n)). (2) By utilizing Hermitian curves, we achieve this optimality over sublinear fields of size q=Θ(n2/3)q=Θ(n^{2/3}), breaking the linear field size barrier. (3) Using asymptotically optimal García-Stichtenoth towers, we prove the existence of random AG codes that approach the half-Singleton bound with high probability over fields of size q=2OR(1/ε2)q=2^{O_R(1/\varepsilon^2)}, independent of nn.

AI Impact Assessments

(1 models)

Scientific Impact Assessment

Core Contribution

This paper addresses a well-defined open problem in insertion-deletion (insdel) coding theory: whether the half-Singleton bound — the fundamental limit stating an [n,k][n,k] linear code can correct at most n2k+1n-2k+1 insdel errors — can be approached over *small* alphabets. Prior state-of-the-art (Con, Guo, Li, Zhang, 2025) showed random Reed-Solomon codes approach this bound but require field size q=Θ(n)q = \Theta(n), because RS codes intrinsically need q>nq > n. The authors overcome this by generalizing the analysis to algebraic geometry (AG) codes, exploiting curves with many rational points. Their three-tiered result is clean and progressive: (1) general fixed-genus curves achieve near-optimality at q=Θ(n)q=\Theta(n); (2) Hermitian curves push to sublinear q=Θ(n2/3)q=\Theta(n^{2/3}); and (3) García-Stichtenoth towers achieve *constant* field size q=2O(1/ε2)q=2^{O(1/\varepsilon^2)} independent of nn. Result (3) is the headline: it removes the field-size dependence on block length entirely, a qualitative barrier for RS codes.

A conceptual contribution is the characterization theorem (Theorem III.5): an irreducible variety is "HS-optimal" if and only if it is an MDS variety. This reduces insdel optimality to a purely geometric MDS condition and unifies the treatment.

Methodological Rigor

The approach is sound and carefully constructed. The three-step pipeline — (i) geometric characterization of HS-optimality via MDS varieties, (ii) reduction of generic non-vanishing to formal power series and then to univariate monomial base cases, (iii) probabilistic chain-decomposition/rank-certification adapted from Con–Guo–Li–Zhang — is logically coherent. The proofs are detailed, with the key novel technical adaptation being the control of specialization failures on arbitrary varieties through geometric rational-point estimates (Pq(X,d)P_q(X,d)) via Bézout's theorem, replacing the "count bad field elements" argument that worked only on the projective line.

The work builds explicitly on two prior frameworks (Brakensiek–Dhar–Gopi generic non-vanishing; Con–Guo–Li–Zhang rank certification). The authors are transparent that the chain-decomposition machinery (Algorithm 1) is a "transpose analogue" of prior work, and several lemmas are cited or proven via analogy to [26]. This is honest but does temper the novelty of the probabilistic engine — the genuine innovation lies in the geometric transfer, not the combinatorial certification. The parameter bookkeeping (Lemmas IV.1, IV.11, etc.) appears careful and internally consistent.

Potential Impact

Insdel codes are motivated by DNA-based data storage and racetrack memory, both of which operate over small/fixed alphabets — precisely the regime where RS codes fail and this work applies. Constant-field-size codes approaching the half-Singleton bound are exactly what such applications need, so the paper has clear (if not immediate) practical relevance. Within coding theory, the MDS-variety ⟺ HS-optimality characterization is a reusable conceptual tool that could seed further work on structured insdel constructions. The paper sits in an active line (Con–Shpilka–Tamo, Con–Guo–Li–Zhang, Beelen et al., Brakensiek–Dhar–Gopi–Zhang) and will likely be cited within that subfield.

However, the results are *existential* (random codes, high probability) — there are no explicit constructions and, crucially, no efficient decoding algorithms. This significantly limits near-term deployability: correcting insdel errors requires decoders, and the paper offers none. The impact is therefore primarily theoretical, advancing the existential frontier rather than delivering deployable codes.

Timeliness & Relevance

Highly timely. The RS half-Singleton result it builds on appeared at ICALP 2025; the field-size barrier is the natural and pressing next question. The paper directly answers it, riding a wave of 2023–2026 activity. The connection to constant-field AG list-decoding results (Brakensiek–Dhar–Gopi–Zhang 2025) shows the community is actively porting variety-based techniques across problems, and this paper is a natural, well-placed contribution.

Strengths & Limitations

Strengths:

  • Resolves a clean, well-motivated open problem (breaking the linear field-size barrier).
  • Elegant geometric characterization (MDS ⟺ HS-optimal) with unifying value.
  • Progressive three-regime results demonstrating the tradeoff between genus, rational-point abundance, and field size.
  • Self-contained, with careful appendices grounding the AG-code realization in standard algebraic geometry.
  • Limitations:

  • Purely existential; no explicit codes and, more importantly, no efficient encoding/decoding — the practical bottleneck for insdel codes.
  • The probabilistic machinery is substantially inherited from prior work; the delta is the geometric transfer, which, while nontrivial, is somewhat expected given the concurrent variety-based AG list-decoding results.
  • Constant field size q=2O(1/ε2)q=2^{O(1/\varepsilon^2)} can be large for small ε\varepsilon; the "constant" hides a potentially impractical dependence.
  • No experiments (appropriate for a theory paper), but also no explicit small-parameter examples demonstrating concrete gains.
  • Reproducibility: As a theory paper, proofs appear complete and checkable by an expert; no empirical component. Difficulty: High — requires fluency in algebraic geometry (Riemann-Roch, function fields, García-Stichtenoth towers), coding theory, and probabilistic combinatorics. Novelty: Moderate-to-high conceptually; the MDS-variety characterization and constant-field result are genuinely new, though the techniques are assembled from established frameworks in an expected (if skilled) way.

    Overall, this is a solid, well-executed theoretical advance that closes a specific and recognized gap. It will be valued within the insdel-coding subfield and cited as the reference for AG codes against insdel errors over small fields, but its impact is bounded by its existential nature and lack of algorithmic decoding.

    Rating:6.5/ 10
    Significance 6.5Rigor 8Novelty 6.5Clarity 8

    Generated Sep 9, 2026

    Comparison History (0)

    No comparisons yet.