Are algebraic geometry error correcting codes (Goppa codes) "good" ? - MathOverflow most recent 30 from http://mathoverflow.net 2013-05-23T04:50:59Z http://mathoverflow.net/feeds/question/92071 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://mathoverflow.net/questions/92071/are-algebraic-geometry-error-correcting-codes-goppa-codes-good Are algebraic geometry error correcting codes (Goppa codes) "good" ? Alexander Chervov 2012-03-24T11:01:11Z 2012-03-24T17:15:52Z <p>Question (informal version): Are <a href="http://en.wikipedia.org/wiki/Goppa_code" rel="nofollow">algebraic geometry error correcting codes (V.D. Goppa codes)</a> "good" ? </p> <p>Some details. There is certain construction of error-correcting codes by means of algebraic geometry, originating from pioneering work by Russian mathematician <a href="http://en.wikipedia.org/wiki/Valerii_Denisovich_Goppa" rel="nofollow">Valerii Denisovich Goppa</a> (70-ies or early 80-ies ?). </p> <p>I wonder what is known about these codes: a) are they "capacity-achieving" b) are there some "low-complexity" soft-decoders, like belief propogation which complexity is linear in the length of code c) are there some practical applications of these codes in error-correcting applications, if not - why ? </p> <p>PS</p> <p>It is known that they are involved in <a href="http://en.wikipedia.org/wiki/McEliece_cryptosystem" rel="nofollow">McEliece cryptosystem</a>, but it is <strong>crypto</strong>-application, not error-correcting.</p> http://mathoverflow.net/questions/92071/are-algebraic-geometry-error-correcting-codes-goppa-codes-good/92077#92077 Answer by Mark Wildon for Are algebraic geometry error correcting codes (Goppa codes) "good" ? Mark Wildon 2012-03-24T13:37:02Z 2012-03-24T17:03:37Z <p>Given a $q$-ary code $C$ of length $n$ with minimum distance $d$, define its <i>rate</i> to be $(\log_q |C|)/n$, and its <i>relative distance</i> to be $d/n$. The Gilbert-Varshamov lower bound states that for any $q \ge 2$ and any $\delta \in (0,1)$ there is a $q$-ary code $C$ of relative distance $\ge \delta$ whose rate $r$ satisfies</p> <p>$$ r \ge 1 - H_q(\delta) $$</p> <p>where $H_q(\delta) = \delta \log_q(q-1) - \delta \log_q(\delta) - (1-\delta)\log_q(1-\delta)$ is the $q$-ary entropy function.</p> <p>The rate of an algebraic geometry Goppa code using a curve over $\mathbb{F}_q$ of genus $g$ satisfies</p> <p>$$ r \ge 1 - \delta - \frac{g-1}{n}. $$</p> <p>This suggests that such codes could beat the Gilbert-Varshamov bound, and this was shown in 1982 by Tsfasman, Vladut and Zink. However I believe the best known improvement on the lower bound is very small, and so Goppa codes do not come close to meeting the Hamming bound $r \le 1-H_q(\delta/2)$.</p> <p>In any case there are stronger generic bounds than the Hamming bound, for example, the Elias-Bassalygo bound, that show it is impossible to attain the channel capacity of a $q$-ary symmetric channel by hard nearest neighbour decoding in the Hamming setup. </p> <p>I don't know much about decoding algebraic geometry Goppa codes. A quick web search found this <a href="http://www.win.tue.nl/~ruudp//paper/13.pdf" rel="nofollow">paper</a> from 1992. Roughly stated, the results in its introduction say that a Goppa code of length $n$ and minimum distance $d$ can be decoded in $O(n^3)$ time provided at most $d/2$ errors occur. There has been some more recent work on soft-decoding for Reed-Solomon codes (which are a special case of Goppa codes): see <a href="http://www.tamu.edu/faculty/commtheory/papers/softRS_commletter04.pdf" rel="nofollow">here</a>, for example.</p> http://mathoverflow.net/questions/92071/are-algebraic-geometry-error-correcting-codes-goppa-codes-good/92089#92089 Answer by unknown (google) for Are algebraic geometry error correcting codes (Goppa codes) "good" ? unknown (google) 2012-03-24T17:15:52Z 2012-03-24T17:15:52Z <p>AG codes for a given length n and alphabet q will beat corresponding turbo and LDPC but only over a channel with finite field alphabets (and over a complex channel if properly mapped and decoded properly). </p> <p>Firstly hamming metric is not the true metric of gaussian channels which are the real channels (remember Trellis coded modulation which naively achieves coding gain by proper mapping of constellations that ordinary algebraic codes could not). There is no good way known to map algebraic codes to complex constellations (an analogy would be smaller distance code words should be mapped far apart in the complex constellations.. there is no subexponential way to do this). So even turbo and ldpc inspite of their bad minimum distance properties have an advantage.</p> <p>Secondly even if you have a good map complex constellations (say gaussian distribution), there is no efficient soft decoder or hard decision ML decoder for AG codes and the notion of MAP decoding is hard (computationally). That is why even turbo and ldpc perform better inspite of having just a suboptimal MAP decoder over a complex channel.</p> <p>My intuition is AG codes should achieve capacity faster (that is for a given rate could use much shorter codes) than inferior turbo and ldpc. However there is no proof for this. I believe the situation is due to the complexity involved in providing an argument through the first point (namely you have to show how many points are closer than distance d from each other and how should one map them over complex channels and how will the gains scale up.... these all seem to hit a wall due to the formidable computing complexity involved for any given n).</p>