LGAIApr 10, 2025

PoGO: A Scalable Proof of Useful Work via Quantized Gradient Descent and Merkle Proofs

arXiv:2504.07540v21 citationsh-index: 4
Originality Incremental advance
AI Analysis

This addresses the challenge of integrating useful ML work into blockchain consensus for decentralized systems, though it builds incrementally on previous proof-of-useful-work approaches.

The paper tackles the problem of creating a scalable blockchain consensus mechanism where miners provide verifiable proof of training large-scale ML models, achieving significantly cheaper verification than training through techniques like 4-bit gradient quantization and Merkle proofs.

We present a design called Proof of Gradient Optimization (PoGO) for blockchain consensus, where miners produce verifiable evidence of training large-scale machine-learning models. Building on previous work, we incorporate quantized gradients (4-bit precision) to reduce storage and computation requirements, while still preserving the ability of verifiers to check that real progress has been made on lowering the model's loss. Additionally, we employ Merkle proofs over the full 32-bit model to handle large parameter sets and to enable random leaf checks with minimal on-chain data. We illustrate these ideas using GPT-3 (175B parameters) as a reference example and also refer to smaller but high-performance models (e.g., Gemma~3 with 27B parameters). We provide an empirical cost analysis showing that verification is significantly cheaper than training, thanks in part to quantization and sampling. We also discuss the necessity of longer block times (potentially hours) when incorporating meaningful training steps, the trade-offs when using specialized GPU hardware, and how binary diffs may incrementally optimize updates. Finally, we note that fine-tuning can be handled in a similar manner, merely changing the dataset and the manner of sampling but preserving the overall verification flow. Our protocol allows verifiers to issue either positive or negative attestations; these are aggregated at finalization to either confirm the update or slash the miner.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes