English

Sparse Polynomial Interpolation Based on Diversification

Symbolic Computation 2020-02-11 v1 Rings and Algebras

Abstract

We consider the problem of interpolating a sparse multivariate polynomial over a finite field, represented with a black box. Building on the algorithm of Ben-Or and Tiwari for interpolating polynomials over rings with characteristic zero, we develop a new Monte Carlo algorithm over the finite field by doing additional probes. To interpolate a polynomial fFq[x1,,xn]f\in F_q[x_1,\dots,x_n] with a partial degree bound DD and a term bound TT, our new algorithm costs O(nTlog2q+nTDlogq)O^\thicksim(nT\log ^2q+nT\sqrt{D}\log q) bit operations and uses 2(n+1)T2(n+1)T probes to the black box. If qO(nT2D)q\geq O(nT^2D), it has constant success rate to return the correct polynomial. Compared with previous algorithms over general finite field, our algorithm has better complexity in the parameters n,T,Dn,T,D and is the first one to achieve the complexity of fractional power about DD, while keeping linear in n,Tn,T. A key technique is a randomization which makes all coefficients of the unknown polynomial distinguishable, producing a diverse polynomial. This approach, called diversification, was proposed by Giesbrecht and Roche in 2011. Our algorithm interpolates each variable independently using O(T)O(T) probes, and then uses the diversification to correlate terms in different images. At last, we get the exponents by solving the discrete logarithms and obtain coefficients by solving a linear system. We have implemented our algorithm in Maple. Experimental results shows that our algorithm can applied to sparse polynomials with large degree. We also analyze the success rate of the algorithm.

Keywords

Cite

@article{arxiv.2002.03706,
  title  = {Sparse Polynomial Interpolation Based on Diversification},
  author = {Qiao-Long Huang},
  journal= {arXiv preprint arXiv:2002.03706},
  year   = {2020}
}

Comments

17 pages, 3 figures, 2 tables