# Coin.AI: A Proof-of-Useful-Work Scheme for Blockchain-based Distributed   Deep Learning

**Authors:** Alejandro Baldominos, Yago Saez

arXiv: 1903.09800 · 2019-07-26

## TL;DR

This paper proposes Coin.AI, a blockchain system where proof-of-work involves training deep learning models, making the mining process useful for AI development and reducing energy waste compared to traditional cryptographic proof-of-work.

## Contribution

It introduces a novel proof-of-useful-work scheme based on training deep learning models and a proof-of-storage system, aiming to democratize access to artificial intelligence.

## Key findings

- Theoretical framework for proof-of-useful-work using deep learning training.
- Efficient verification process for models by blockchain nodes.
- Potential for democratizing AI access through blockchain incentives.

## Abstract

One decade ago, Bitcoin was introduced, becoming the first cryptocurrency and establishing the concept of "blockchain" as a distributed ledger. As of today, there are many different implementations of cryptocurrencies working over a blockchain, with different approaches and philosophies. However, many of them share one common feature: they require proof-of-work to support the generation of blocks (mining) and, eventually, the generation of money. This proof-of-work scheme often consists in the resolution of a cryptography problem, most commonly breaking a hash value, which can only be achieved through brute-force. The main drawback of proof-of-work is that it requires ridiculously large amounts of energy which do not have any useful outcome beyond supporting the currency. In this paper, we present a theoretical proposal that introduces a proof-of-useful-work scheme to support a cryptocurrency running over a blockchain, which we named Coin.AI. In this system, the mining scheme requires training deep learning models, and a block is only mined when the performance of such model exceeds a threshold. The distributed system allows for nodes to verify the models delivered by miners in an easy way (certainly much more efficiently than the mining process itself), determining when a block is to be generated. Additionally, this paper presents a proof-of-storage scheme for rewarding users that provide storage for the deep learning models, as well as a theoretical dissertation on how the mechanics of the system could be articulated with the ultimate goal of democratizing access to artificial intelligence.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1903.09800/full.md

## Figures

5 figures with captions in the complete paper: https://tomesphere.com/paper/1903.09800/full.md

## References

48 references — full list in the complete paper: https://tomesphere.com/paper/1903.09800/full.md

---
Source: https://tomesphere.com/paper/1903.09800