Jolt Atlas: Verifiable Inference via Lookup Arguments in Zero Knowledge
Wyatt Benno, Alberto Centelles, Antoine Douchet, Khalil Gibran

TL;DR
Jolt Atlas introduces a zero-knowledge ML inference framework using lookup arguments and optimizations, enabling privacy-preserving, succinct proofs suitable for on-device verification in resource-constrained environments.
Contribution
It adapts the Jolt lookup-based approach to model inference in zero-knowledge proofs for ML, leveraging ONNX format and novel optimizations for efficiency and privacy.
Findings
Practical proving times for various ML tasks.
Ability to verify inference in memory-constrained environments.
Proofs are succinct and suitable for on-device verification.
Abstract
We present Jolt Atlas, a zero-knowledge machine learning (zkML) framework that extends the Jolt proving system to model inference. Unlike zkVMs (zero-knowledge virtual machines), which emulate CPU instruction execution, Jolt Atlas adapts Jolt's lookup-centric approach and applies it directly to ONNX tensor operations. The ONNX computational model eliminates the need for CPU registers and simplifies memory consistency verification. In addition, ONNX is an open-source, portable format, which makes it easy to share and deploy models across different frameworks, hardware platforms, and runtime environments without requiring framework-specific conversions. Our lookup arguments, which use sumcheck protocol, are well-suited for non-linear functions -- key building blocks in modern ML. We apply optimisations such as neural teleportation to reduce the size of lookup tables while preserving…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Security and Verification in Computing · Cryptography and Data Security
