零知识证明 zkDaily
ZKP Frontier Tracker 🎯
Tue
05.12
2026
Project avatar
Paper
https://eprint.iacr.org/2026/907
Jiacheng Gao GBDT KZG ML

Notes

零知识证明 zkDaily
Q&A Deep Dive 💬
Tue
05.12
2026
beginner
What is GBDT and why do GBDT systems need zero-knowledge proofs?
GBDT (Gradient Boosted Decision Trees) is a machine learning model that combines many decision trees in a boosting process, widely used in finance, healthcare, and recommendation systems. Since models are often trained and served by external providers, users want to verify predictions or training correctness without revealing private data or model parameters, making zero-knowledge proofs essential for privacy and trust.
answer
intermediate
What is the main optimization introduced by Terrae?
Terrae leverages the structure of GBDT training and introduces domain-lifting and interleaving batching to combine many constraints into a single proof claim.
answer
expert
What is domain-lifting batching?
It is a batching technique for linear constraints that lifts constraints from different domains into a larger shared domain, reducing separate commitments.
answer