paper-with-me

홈 › Papers

DaiMoN: A Decentralized Artificial Intelligence Model Network

2019-07-19 · Surat Teerapittayanon, H. T. Kung

We introduce DaiMoN, a decentralized artificial intelligence model network, which incentivizes peer collaboration in improving the accuracy of machine learning models for a given classification problem. It is an autonomous network where peers may submit models with improved accuracy and other peers may verify the accuracy improvement. The system maintains an append-only decentralized ledger to keep the log of critical information, including who has trained the model and improved its accuracy, when it has been improved, by how much it has improved, and where to find the newly updated model. DaiMoN rewards these contributing peers with cryptographic tokens. A main feature of DaiMoN is that it allows peers to verify the accuracy improvement of submitted models without knowing the test labels. This is an essential component in order to mitigate intentional model overfitting by model-improving peers. To enable this model accuracy evaluation with hidden test labels, DaiMoN uses a novel learnable Distance Embedding for Labels (DEL) function proposed in this paper. Specific to each test dataset, DEL scrambles the test label vector by embedding it in a low-dimension space while approximately preserving the distance between the dataset's test label vector and a label vector inferred by the classifier. It therefore allows proof-of-improvement (PoI) by peers without providing them access to true test labels. We provide analysis and empirical evidence that under DEL, peers can accurately assess model accuracy. We also argue that it is hard to invert the embedding function and thus, DEL is resilient against attacks aiming to recover test labels in order to cheat. Our prototype implementation of DaiMoN is available at https://github.com/steerapi/daimon.

📄 PDF Abstract BibTeX arXiv:1907.08377

Code (1)

steerapi/daimon 공식 구현

Tasks

model

Similar Papers 제목 키워드 기반

Artificial virtuous agents in a multiagent tragedy of the commons

2022-10-06 · Jakob Stenseke

Although virtue ethics has repeatedly been proposed as a suitable framework for the development of artificial moral agents (AMAs), it has been proven difficult to approach from a computational perspective. In this work, …

Ethics

A Review on Building Blocks of Decentralized Artificial Intelligence

2024-02-05 · Vid Kersic, Muhamed Turkanovic

Artificial intelligence is transforming our lives, and technological progress and transfer from the academic and theoretical sphere to the real world are accelerating yearly. But during that progress and transition, seve…

Systematic Literature Review

Blockchain Intelligence: When Blockchain Meets Artificial Intelligence

2019-12-11 · Zibin Zheng, Hong-Ning Dai, Jiajing Wu

Blockchain is gaining extensive attention due to its provision of secure and decentralized resource sharing manner. However, the incumbent blockchain systems also suffer from a number of challenges in operational mainten…

AI-driven Automation as a Pre-condition for Eudaimonia

2024-10-31 · Anastasia Siapka

The debate surrounding the 'future of work' is saturated with alarmist warnings about the loss of work as an intrinsically valuable activity. Instead, the present doctoral research approaches this debate from the perspec…

Jurisprudence

A Reputation System for Artificial Societies

2018-06-19 · Anton Kolonin, Ben Goertzel, Deborah Duong, Matt Ikle

One approach to achieving artificial general intelligence (AGI) is through the emergence of complex structures and dynamic properties arising from decentralized networks of interacting artificial intelligence (AI) agents…