Biswas et al. proposed a projective variant of the Sum-Check protocol in their paper, changing the interpolating set from Boolean hypercube to infinity hypercube to optimize prover performance, with additional optimizations for prime field multiplication. Biswas等人在论文中提出了一种基于单项式基的Sum-Check协议变体,通过将插值集从布尔超立方改为无穷超立方,优化了证明者性能,并针对素数域乘法进行了额外优化。 Biswasらは、の論文において、Sum-Checkプロトコルの射影的なバリアントを提案しました。これは、補間セットをブーリアンハイパーキューブから無限ハイパーキューブに変更することで、proverのパフォーマンスを最適化し、さらに素数体乗算に関する追加の最適化を行っています。
NotesNotes要点
Proposed a projective Sum-Check variant using infinity hypercube instead of Boolean hypercube
Achieves end-to-end prover speedup on BN254 and 128-bit pseudo-Mersenne prime fields
Eliminates all field subtractions when binding multilinear polynomials
Provides evaluation procedures with fewer field operations for structured polynomials
Monomial-coefficient form aligns naturally with polynomial commitment schemes like WHIR
Optimized prime field multiplication by sampling challenges from specific subsets
On what domain does standard sum-check typically operate? 传统sum-check通常在哪个集合上运行? 標準的なsum-checkはどのドメインで動作しますか?
Standard sum-check typically runs over the Boolean hypercube, where each variable is 0 or 1. This fits naturally with multilinear polynomials. 传统sum-check通常在布尔超立方体上运行,即所有变量取0或1的集合。这适合多线性多项式的表示。 標準的な和チェックは、各変数が0または1であるブール超立方体上で実行されます。これは多項式が多重線形(multilinear)であることと自然に適合します。
What is the key idea of the monomial basis optimization? 这篇论文的“monomial basis”改进核心是什么? 単項基底最適化の鍵となるアイデアは何ですか?
The paper replaces the Boolean hypercube with an “infinity hypercube,” allowing evaluations at certain points to directly extract monomial coefficients, changing the representation used in sum-check. 论文将插值集合从布尔超立方体改为“无穷超立方体”,使得在某些点的求值可以直接提取单项式系数,从而改变sum-check的表示方式。 本論文では、ブール超立方体(Boolean hypercube)を「無限超立方体(infinity hypercube)」に置き換え、特定の点での評価によって単項係数を直接抽出できるようにし、和チェック(sum-check)で使用される表現を変更する。
Why does the monomial coefficient form align better with some polynomial commitments? monomial系数形式为何更适配某些多项式承诺? なぜ単項係数形式が一部の多項コミットメントとよりよく一致するのか?
Some commitment schemes like WHIR naturally use monomial coefficients, while standard sum-check uses multilinear basis. This mismatch requires conversions, which the new approach avoids. 一些承诺方案(如WHIR)天然以单项式系数表示多项式,而传统sum-check使用多线性基会产生基不匹配问题。该方法统一表示,减少转换成本。 WHIRのような一部のコミットメントスキームは自然に単項係数を使用しますが、標準的な和チェック(sum-check)は多項基底(multilinear basis)を使用します。この不一致を解消するために変換が必要になりますが、新しいアプローチはこの問題を回避しています。