SlideShare a Scribd company logo
Decentralized AI for the Rest
of Us
Jesus Rodriguez
Chief Scientist
Invector Labs
About Me
• Founder and Chief Scientist at Invector Labs(http://invectorlabs.com )
• Next generation software development on-demand agency
• Focused on deep technologies (AI, blockchain…)
• Speaker, author (https://medium.com/@jrodthoughts)
• Investor, board member on over a dozen deep-tech companies
Agenda
• The challenges of centralized AI
• Decentralizing AI: risks and promises
• Foundational blocks
• Homomorphic Encryption
• GAN cryptography
• Secure multi-party computations
• Federated Learning
• Blockchains/Tokens
• Existing decentralized AI platforms
Some References
• Why Decentralized AI Matters Part I: Economics and Enablers:
https://medium.com/datadriveninvestor/why-decentralized-ai-matters-
part-i-economics-and-enablers-5576aeeb43d1
• Why Decentralized AI Matters Part II: Technological Enablers:
https://medium.com/datadriveninvestor/why-decentralized-ai-matters-
part-ii-technological-enablers-a67e3115312e
• Why Decentralized AI Matters Part III: Platforms:
https://medium.com/datadriveninvestor/why-decentralized-ai-matters-
part-iii-technologies-930c3c9d10d
• AI Has Not One, Not Two, but Many Centralization Problems:
https://hackernoon.com/ai-has-not-one-not-two-but-many-
centralization-problems-a5f0664361ed
•
Decentralized AI: Hype vs. Reality
What does the hype look like?
HYPE
HYPE
HIGH
HYPE
Reality is way simpler…
We Have Hundreds of Millions of Devices
Running AI Models
Decentralized Architectures Are Here to Stay
Lessons from Economics…
The Evolution of Economic Movements
Centralized
Decentralized
Recentralized
The Centralized Nature of AI…
Four Centralization Vectors of AI
Data Models
Training
Regularization-
Optimization
AI
Centralization
Vectors
The Data Centralization Problem
The Model Centralization Problem
The Model Centralization Problem
The Regularization-Optimization Centralization
Problem
Let’s Get Philosophical:
Risks of Centralized AI…
The Risks of Centralized AI
The
Decentralized
Knowledge –
Centralized AI
Friction
The Rich Get
Richer Problem
Risks of
Centralized AI
The
Transparency
Influence
Ratio
The Rich Get Richer Problem
Big Companies Have a
Data Advantage Over
Startups When It Comes
to AI
A Big Company Decides
to Create Different AI
Models Against Their
Proprietary Datasets
AI Models Produce Even
More Proprietary Data
and Intelligence
Decentralized Knowledge vs. Centralized Models
How can we know if
the knowledge of an
AI model is correct?
Knowledge is an
intrinsically
decentralized
activity
But companies
insist on
constraining AI
models to
proprietary datasets
The Transparency/Influence Ratio
AI algorithms are
increasingly
important in our
lives?
But we know very
little about them?
Who trains it?
How was it
trained?
How does it build
knowledge?
Makes sense…
Let’s Decentralize the Whole Thing…
Not so fast…
Challenges to Achieve AI Decentralization
• Can third parties be
correctly incentivized to
contribute to the
knowledge and quality
of an AI model?
• Can the activity and
behavior of an AI model
be transparently
available to all parties
without the need of
trusting a centralized
authority?
• Can models be
distributed and
executed autonomously
across hundreds of
thousands of nodes?
• Can entities train a
model without having
to disclose their data?
The Privacy
Problem
The
Autonomy
Problem
The
Economic
Problem
The
Transparency
Problem
Trends Influencing Decentralized AI…
Data Privacy in Decentralized AI Architectures…
You know….
security and
that stuff
The Challenges
• How to share data with
different parties while
maintaining certain levels
of privacy?
• How to perform
computations over
encrypted data?
• How to become resilient
to privacy attacks in a
decentralized network?
Homomorphic Encryption…
Homomorphic Encryption
• Alice wants workers to assemble
raw materials into jewelry.
• But Alice is worried about theft:
• She wants workers to process
raw materials without having
access.
• Alice puts raw materials in a locked
glovebox.
• Workers assemble jewelry inside
glovebox, using the gloves.
• Alice unlocks the box to get “results.”
A More Practical Example
Alice
Server
(Cloud)
(Input: data x,
secret key sk)
“I want 1) the cloud to process my data
2) even though it is encrypted.”
Encpk[f(x)]
Encpk(x)
function f
f(x)
Run
Eval[ f, Encpk(x) ]
= Encpk[f(x)]
The special sauce! For security
parameter λ, Eval’s running should
be Time(f)∙poly(λ)
This could be
encrypted too.
Delegation: Should cost less for
Alice to encrypt x and decrypt f(x)
than to compute f(x) herself.
Full vs. Partial Homomorphic Encryption
• Given the encryption of two data primitives a and b: E(a) and E(b)
• Partial homomorphic encryption can compute E(a+b) or E(ab) without
knowing a, b, or the private key
• Unpadded RSA https://en.wikipedia.org/wiki/RSA_cryptosystem
• ElGamal https://en.wikipedia.org/wiki/ElGamal_encryption
• Paillier https://en.wikipedia.org/wiki/Paillier_cryptosystem
• Full homomorphic encryption can compute both E(a+b) and E(ab)
• Gentry
• van Dijk-Gentry-Halevi-Vaikuntanathan
Homomorphic Encryption and Decentralized AI
HEnc(Dataset)
HEnc(Results)
Data Scientists
Homomorphic Encryption Today
• Remains mostly a theoretical exercise
• Companies such as IBM and Microsoft have released research
frameworks for partial homomorphic encryption
• HElib https://github.com/shaih/HElib
Adversarial Neural Cryptography…
GAN Cryptography
• Simpler alternative to homomorphic encryption
• Uses generative adversarial neural networks (GANs) to protect
communications between two parties
• The encryption algorithms evolve dynamically with the performance
of the networks
GAN Cryptography
• Alice and Bob are neural networks
trying to communicate securely while
Eve tries to break the communication
• The outputs from Eve (Peve) are
factored in the lost function for both
Alice and Bob
• Alice and Bob both discover new
encryption algorithms that can
defeat the best version of Eve
GAN Cryptography and Decentralized AI
GAN Data
Provider
GAN Data
Scientist
GAN Data
Scientist
GAN
Listener
Enc(Dataset)
GAN Cryptography Today
• Remains mostly an active research area
• Some lightweight implementations like Numerai are available
Secured Multi-Party Computations…
sMPC
• Solves the traditional millionaires’ problem for n-parties
• A group of millionaires, are interested in knowing which of them is
richer without revealing their actual wealth. This problem is analogous
to a more general problem where there are two numbers a and b and
the goal is to solve the inequality without revealing the actual values
of a and b.
• Enable secure computations in a network without a trusted party
sMPC
• A set of parties with private inputs
• Parties wish to jointly compute a function
of their inputs so that certain security
properties (like privacy and correctness)
are preserved
• Properties must be ensured even if some
of the parties maliciously attack the
protocol
• Examples
• Secure elections
• Auctions
• Privacy preserving data mining
sMPC and Decentralized AI
HEnc(Dataset)
HEnc(Results)
Data Scientists
sMPC Cryptography Today
• Several sMPC frameworks and libraries available
• The Enigma blockchain (https://enigma.co/ ) is one of the most
complete and scalable sMPC implementations in the market
Solving Decentralized Learning…
How to
learn
without the
man?
The Challenges
• How to execute machine
learning models on mobile
or IoT devices?
• How to customize a
machine learning model
based on personal data?
• How to improve a
machine learning model
based on executions
across a large number of
devices?
Federated Learning…
Federated Learning
Federated Learning
Federated Learning
Federated Learning
Federated Learning
Federated Learning and Decentralized AI
AI
Execution
Node
AI
Execution
Node
AI
Execution
Node
AI
Execution
Node
Federated
Training
Node
Federated
AI
Training-
Execution
Node
AI
Training-
Execution
Node
AI
Training-
Execution
Node
AI
Training-
Execution
Node
AI
Training-
Execution
Node
Decentralized
Federated Learning Today
• There are several implementations available on TensorFlow Lite
• Google has been testing federated learning on Gboard
https://www.blog.google/products/search/gboard-now-on-android/
A Runtime for Decentralized AI…
How do we
run these
things?
Challenges
• How to train models without a
centralized authority?
• How to use trained models without
trusting a central party?
• How to validate and enforce trust
among the different parties in the
lifecycle of a deep learning model
Blockchains and Smart Contracts…
Blockchains and Smart Contracts
Smart Contracts and Decentralized AI
Data Scientist
(builds and
train model)
Blockchain
Smart
Contract
Blockchain
Smart
ContractCompany
Data Scientist
(tests and
optimizes
model)
Data and Success
Criteria
Blockchain
Smart
Contract
Solving the Incentive Problem…
How to pay
the data
geeks?
Challenges
• How to build incentives for data
scientists training, testing and building
models?
• How to build incentives for parties
contributing datasets?
• How to discourage bad behaviors in
the network?
Tokenized crypto protocols…
Crypto Tokens
Tokenized Decentralized AI
Data Scientist
(builds and
train model)
Blockchain
Smart
Contract
Blockchain
Smart
ContractCompany
Data Scientist
(tests and
optimizes
model)
Data and Success
Criteria
Blockchain
Smart
Contract
Tokens
Tokens
Decentralized AI for the Rest of Us
Decentralized AI Platforms…
Awesomeness
SingularityNET
• Network powering Sophia
• DApp Marketplace: The SingularityNET
DApp is the entry-point to discovering
and using AI services on the
SingularityNET Network
• SNET Registry: The SingularityNET
Registry is an open and uncensorable
registry of Organizations, AI Services, and
Type Repositories that are accessible
from within the SingularityNET Network.
• Service Daemon: The Service Daemon
exposes an AI developer's application as
an API that is accessible through the
SingularityNET Network.
OpenMined
• Open source community focused on creating
decentralized AI protocols
• Sonar— A federated learning server running on
the blockchain that handles all campaign requests,
holding Bounty in trust.
• Capsule— A third-party PGP server to generate
public and private keys in order to ensure that
Sonar neural network stays encrypted properly.
• Mine— The individual data repositories of a user.
These are constantly checking Sonar for new
neural nets to contribute to.
• Syft— The library containing Neural Networks that
can be trained in an encrypted state (so that
Miners can’t steal the neural networks that they
download to train).
Algorithmia DanKu
• Created by Algorithmia
• Decentralized protocol for
running machine learning
contests
• Users can publish datasets using
smart contracts
• Models are trained on the
datasets and submitted to the
blockchain
• Other models evaluate the results
and compensate the users
Ocean
• Ocean Protocol is an ecosystem for sharing data
and associated services
• Providers: ​These actors have AI data or services
that they make available in a cryptographically
provable fashion.
• Marketplaces: ​Data/service marketplaces are
typically how providers and consumers interact
with Ocean network, for convenience.
• Data commons interfaces: ​Side-by-side with data
marketplaces that serve priced data are interfaces
for data commons, for free or commons data.
• Keeper: Keepers are responsible for collectively
maintaining the network. Anyone can run an
Ocean keeper node; it’s permissionless.
Participation is open and anonymous.
Summary
• The future of AI is likely to be more decentralized AI
• Achieving decentralized AI requires 3 key building blocks
• A decentralized runtime to execute computations
• Decentralized and scalable learning methods
• Strong privacy protocols for the exchange of data and models
• Blockchains have become catalyzers for the implementation of
decentralized AI architectures
• It’s happening already
Thanks
jr@invectoriq.com
https://medium.com/@jrodthoughts
https://twitter.com/jrdothoughts
Ad

More Related Content

What's hot (20)

KBS Lecture Notes
KBS Lecture NotesKBS Lecture Notes
KBS Lecture Notes
butest
 
Cloud computing
Cloud computingCloud computing
Cloud computing
DebrajKarmakar
 
Federated learning
Federated learningFederated learning
Federated learning
Mindos Cheng
 
Federated Machine Learning Framework
Federated Machine Learning FrameworkFederated Machine Learning Framework
Federated Machine Learning Framework
Anup kumar
 
Blockchain Technology and Its Application in Artificial Intelligence and Mach...
Blockchain Technology and Its Application in Artificial Intelligence and Mach...Blockchain Technology and Its Application in Artificial Intelligence and Mach...
Blockchain Technology and Its Application in Artificial Intelligence and Mach...
Dr. Kotrappa Sirbi
 
Fedarated learning
Fedarated learningFedarated learning
Fedarated learning
VaishakhKP1
 
QSpiders - Aptitude Assignments
QSpiders - Aptitude AssignmentsQSpiders - Aptitude Assignments
QSpiders - Aptitude Assignments
Qspiders - Software Testing Training Institute
 
Federated Learning
Federated LearningFederated Learning
Federated Learning
University of Oslo
 
IoT with Python
IoT with PythonIoT with Python
IoT with Python
Dr. Sanjay Shitole
 
Cloud Computing - Benefits and Challenges
Cloud Computing - Benefits and ChallengesCloud Computing - Benefits and Challenges
Cloud Computing - Benefits and Challenges
ThoughtWorks Studios
 
Kr using rules
Kr using rulesKr using rules
Kr using rules
Deeksha Arya
 
Cloud computing stack
Cloud computing stackCloud computing stack
Cloud computing stack
Pedro Alexander Romero Tortosa
 
The Evolution of AutoML
The Evolution of AutoMLThe Evolution of AutoML
The Evolution of AutoML
Ning Jiang
 
Mobile cloud computing
Mobile cloud computingMobile cloud computing
Mobile cloud computing
snoreen
 
How does blockchain work
How does blockchain workHow does blockchain work
How does blockchain work
Shishir Aryal
 
IoT Tutorial for Beginners | Internet of Things (IoT) | IoT Training | IoT Te...
IoT Tutorial for Beginners | Internet of Things (IoT) | IoT Training | IoT Te...IoT Tutorial for Beginners | Internet of Things (IoT) | IoT Training | IoT Te...
IoT Tutorial for Beginners | Internet of Things (IoT) | IoT Training | IoT Te...
Edureka!
 
Automatic machine learning (AutoML) 101
Automatic machine learning (AutoML) 101Automatic machine learning (AutoML) 101
Automatic machine learning (AutoML) 101
QuantUniversity
 
Blockchain and AI - A Perfect Combination?
Blockchain and AI - A Perfect Combination?Blockchain and AI - A Perfect Combination?
Blockchain and AI - A Perfect Combination?
101 Blockchains
 
Examples of Smart Contracts
Examples of Smart ContractsExamples of Smart Contracts
Examples of Smart Contracts
101 Blockchains
 
Internet of thing(iot)
Internet of thing(iot)Internet of thing(iot)
Internet of thing(iot)
Nazifa95
 
KBS Lecture Notes
KBS Lecture NotesKBS Lecture Notes
KBS Lecture Notes
butest
 
Federated learning
Federated learningFederated learning
Federated learning
Mindos Cheng
 
Federated Machine Learning Framework
Federated Machine Learning FrameworkFederated Machine Learning Framework
Federated Machine Learning Framework
Anup kumar
 
Blockchain Technology and Its Application in Artificial Intelligence and Mach...
Blockchain Technology and Its Application in Artificial Intelligence and Mach...Blockchain Technology and Its Application in Artificial Intelligence and Mach...
Blockchain Technology and Its Application in Artificial Intelligence and Mach...
Dr. Kotrappa Sirbi
 
Fedarated learning
Fedarated learningFedarated learning
Fedarated learning
VaishakhKP1
 
Cloud Computing - Benefits and Challenges
Cloud Computing - Benefits and ChallengesCloud Computing - Benefits and Challenges
Cloud Computing - Benefits and Challenges
ThoughtWorks Studios
 
The Evolution of AutoML
The Evolution of AutoMLThe Evolution of AutoML
The Evolution of AutoML
Ning Jiang
 
Mobile cloud computing
Mobile cloud computingMobile cloud computing
Mobile cloud computing
snoreen
 
How does blockchain work
How does blockchain workHow does blockchain work
How does blockchain work
Shishir Aryal
 
IoT Tutorial for Beginners | Internet of Things (IoT) | IoT Training | IoT Te...
IoT Tutorial for Beginners | Internet of Things (IoT) | IoT Training | IoT Te...IoT Tutorial for Beginners | Internet of Things (IoT) | IoT Training | IoT Te...
IoT Tutorial for Beginners | Internet of Things (IoT) | IoT Training | IoT Te...
Edureka!
 
Automatic machine learning (AutoML) 101
Automatic machine learning (AutoML) 101Automatic machine learning (AutoML) 101
Automatic machine learning (AutoML) 101
QuantUniversity
 
Blockchain and AI - A Perfect Combination?
Blockchain and AI - A Perfect Combination?Blockchain and AI - A Perfect Combination?
Blockchain and AI - A Perfect Combination?
101 Blockchains
 
Examples of Smart Contracts
Examples of Smart ContractsExamples of Smart Contracts
Examples of Smart Contracts
101 Blockchains
 
Internet of thing(iot)
Internet of thing(iot)Internet of thing(iot)
Internet of thing(iot)
Nazifa95
 

Similar to Decentralized AI for the Rest of Us (20)

Algorithm Marketplace and the new "Algorithm Economy"
Algorithm Marketplace and the new "Algorithm Economy"Algorithm Marketplace and the new "Algorithm Economy"
Algorithm Marketplace and the new "Algorithm Economy"
Diego Oppenheimer
 
Using Algorithmia to leverage AI and Machine Learning APIs
Using Algorithmia to leverage AI and Machine Learning APIsUsing Algorithmia to leverage AI and Machine Learning APIs
Using Algorithmia to leverage AI and Machine Learning APIs
Rakuten Group, Inc.
 
How would AI shape Future Integrations?
How would AI shape Future Integrations?How would AI shape Future Integrations?
How would AI shape Future Integrations?
Srinath Perera
 
EVAIN Artificial intelligence and semantic annotation: are you serious about it?
EVAIN Artificial intelligence and semantic annotation: are you serious about it?EVAIN Artificial intelligence and semantic annotation: are you serious about it?
EVAIN Artificial intelligence and semantic annotation: are you serious about it?
FIAT/IFTA
 
Presentation infra and_datacentrre_dialogue_v2
Presentation infra and_datacentrre_dialogue_v2Presentation infra and_datacentrre_dialogue_v2
Presentation infra and_datacentrre_dialogue_v2
Claus Cramon Houmann
 
[DSC Europe 22] On the Aspects of Artificial Intelligence and Robotic Autonom...
[DSC Europe 22] On the Aspects of Artificial Intelligence and Robotic Autonom...[DSC Europe 22] On the Aspects of Artificial Intelligence and Robotic Autonom...
[DSC Europe 22] On the Aspects of Artificial Intelligence and Robotic Autonom...
DataScienceConferenc1
 
Choosing the right Technologies for your next unicorn.
Choosing the right Technologies for your next unicorn.Choosing the right Technologies for your next unicorn.
Choosing the right Technologies for your next unicorn.
Gladson DSouza
 
Fintech workshop Part I - Law Society of Hong Kong - Xccelerate
Fintech workshop Part I - Law Society of Hong Kong - XccelerateFintech workshop Part I - Law Society of Hong Kong - Xccelerate
Fintech workshop Part I - Law Society of Hong Kong - Xccelerate
Henrique Centieiro
 
Keynote at the Cyber Security Summit Prague 2015
Keynote at the Cyber Security Summit Prague 2015Keynote at the Cyber Security Summit Prague 2015
Keynote at the Cyber Security Summit Prague 2015
Claus Cramon Houmann
 
Open Source models security- Supply chain
Open Source models security- Supply chainOpen Source models security- Supply chain
Open Source models security- Supply chain
Natan Katz
 
Open Secrets of the Defense Industry: Building Your Own Intelligence Program ...
Open Secrets of the Defense Industry: Building Your Own Intelligence Program ...Open Secrets of the Defense Industry: Building Your Own Intelligence Program ...
Open Secrets of the Defense Industry: Building Your Own Intelligence Program ...
Sean Whalen
 
influence of AI in IS
influence of AI in ISinfluence of AI in IS
influence of AI in IS
ISACA Riyadh
 
thetoptrendsinartificialintelligence-191016075410.pptx
thetoptrendsinartificialintelligence-191016075410.pptxthetoptrendsinartificialintelligence-191016075410.pptx
thetoptrendsinartificialintelligence-191016075410.pptx
Arul Jothi Yuvaraja
 
The Top Trends in Artificial Intelligence
The Top Trends in Artificial IntelligenceThe Top Trends in Artificial Intelligence
The Top Trends in Artificial Intelligence
Erling Hesselberg
 
AI-SDV 2021: Nils Newmann - AI – Who is in control and why is that important?
AI-SDV 2021: Nils Newmann - AI – Who is in control and why is that important?AI-SDV 2021: Nils Newmann - AI – Who is in control and why is that important?
AI-SDV 2021: Nils Newmann - AI – Who is in control and why is that important?
Dr. Haxel Consult
 
IoT and AI
 IoT and AI IoT and AI
IoT and AI
punedevscom
 
Présentation de Bruno Schroder au 20e #mforum (07/12/2016)
Présentation de Bruno Schroder au 20e #mforum (07/12/2016)Présentation de Bruno Schroder au 20e #mforum (07/12/2016)
Présentation de Bruno Schroder au 20e #mforum (07/12/2016)
Agence du Numérique (AdN)
 
Recent Advances in Machine Learning: Bringing a New Level of Intelligence to ...
Recent Advances in Machine Learning: Bringing a New Level of Intelligence to ...Recent Advances in Machine Learning: Bringing a New Level of Intelligence to ...
Recent Advances in Machine Learning: Bringing a New Level of Intelligence to ...
Brocade
 
Decentralized AI Draper
Decentralized AI   DraperDecentralized AI   Draper
Decentralized AI Draper
geetachauhan
 
Teaching Machine Learning with Physical Computing - July 2023
Teaching Machine Learning with Physical Computing - July 2023Teaching Machine Learning with Physical Computing - July 2023
Teaching Machine Learning with Physical Computing - July 2023
Hal Speed
 
Algorithm Marketplace and the new "Algorithm Economy"
Algorithm Marketplace and the new "Algorithm Economy"Algorithm Marketplace and the new "Algorithm Economy"
Algorithm Marketplace and the new "Algorithm Economy"
Diego Oppenheimer
 
Using Algorithmia to leverage AI and Machine Learning APIs
Using Algorithmia to leverage AI and Machine Learning APIsUsing Algorithmia to leverage AI and Machine Learning APIs
Using Algorithmia to leverage AI and Machine Learning APIs
Rakuten Group, Inc.
 
How would AI shape Future Integrations?
How would AI shape Future Integrations?How would AI shape Future Integrations?
How would AI shape Future Integrations?
Srinath Perera
 
EVAIN Artificial intelligence and semantic annotation: are you serious about it?
EVAIN Artificial intelligence and semantic annotation: are you serious about it?EVAIN Artificial intelligence and semantic annotation: are you serious about it?
EVAIN Artificial intelligence and semantic annotation: are you serious about it?
FIAT/IFTA
 
Presentation infra and_datacentrre_dialogue_v2
Presentation infra and_datacentrre_dialogue_v2Presentation infra and_datacentrre_dialogue_v2
Presentation infra and_datacentrre_dialogue_v2
Claus Cramon Houmann
 
[DSC Europe 22] On the Aspects of Artificial Intelligence and Robotic Autonom...
[DSC Europe 22] On the Aspects of Artificial Intelligence and Robotic Autonom...[DSC Europe 22] On the Aspects of Artificial Intelligence and Robotic Autonom...
[DSC Europe 22] On the Aspects of Artificial Intelligence and Robotic Autonom...
DataScienceConferenc1
 
Choosing the right Technologies for your next unicorn.
Choosing the right Technologies for your next unicorn.Choosing the right Technologies for your next unicorn.
Choosing the right Technologies for your next unicorn.
Gladson DSouza
 
Fintech workshop Part I - Law Society of Hong Kong - Xccelerate
Fintech workshop Part I - Law Society of Hong Kong - XccelerateFintech workshop Part I - Law Society of Hong Kong - Xccelerate
Fintech workshop Part I - Law Society of Hong Kong - Xccelerate
Henrique Centieiro
 
Keynote at the Cyber Security Summit Prague 2015
Keynote at the Cyber Security Summit Prague 2015Keynote at the Cyber Security Summit Prague 2015
Keynote at the Cyber Security Summit Prague 2015
Claus Cramon Houmann
 
Open Source models security- Supply chain
Open Source models security- Supply chainOpen Source models security- Supply chain
Open Source models security- Supply chain
Natan Katz
 
Open Secrets of the Defense Industry: Building Your Own Intelligence Program ...
Open Secrets of the Defense Industry: Building Your Own Intelligence Program ...Open Secrets of the Defense Industry: Building Your Own Intelligence Program ...
Open Secrets of the Defense Industry: Building Your Own Intelligence Program ...
Sean Whalen
 
influence of AI in IS
influence of AI in ISinfluence of AI in IS
influence of AI in IS
ISACA Riyadh
 
thetoptrendsinartificialintelligence-191016075410.pptx
thetoptrendsinartificialintelligence-191016075410.pptxthetoptrendsinartificialintelligence-191016075410.pptx
thetoptrendsinartificialintelligence-191016075410.pptx
Arul Jothi Yuvaraja
 
The Top Trends in Artificial Intelligence
The Top Trends in Artificial IntelligenceThe Top Trends in Artificial Intelligence
The Top Trends in Artificial Intelligence
Erling Hesselberg
 
AI-SDV 2021: Nils Newmann - AI – Who is in control and why is that important?
AI-SDV 2021: Nils Newmann - AI – Who is in control and why is that important?AI-SDV 2021: Nils Newmann - AI – Who is in control and why is that important?
AI-SDV 2021: Nils Newmann - AI – Who is in control and why is that important?
Dr. Haxel Consult
 
Présentation de Bruno Schroder au 20e #mforum (07/12/2016)
Présentation de Bruno Schroder au 20e #mforum (07/12/2016)Présentation de Bruno Schroder au 20e #mforum (07/12/2016)
Présentation de Bruno Schroder au 20e #mforum (07/12/2016)
Agence du Numérique (AdN)
 
Recent Advances in Machine Learning: Bringing a New Level of Intelligence to ...
Recent Advances in Machine Learning: Bringing a New Level of Intelligence to ...Recent Advances in Machine Learning: Bringing a New Level of Intelligence to ...
Recent Advances in Machine Learning: Bringing a New Level of Intelligence to ...
Brocade
 
Decentralized AI Draper
Decentralized AI   DraperDecentralized AI   Draper
Decentralized AI Draper
geetachauhan
 
Teaching Machine Learning with Physical Computing - July 2023
Teaching Machine Learning with Physical Computing - July 2023Teaching Machine Learning with Physical Computing - July 2023
Teaching Machine Learning with Physical Computing - July 2023
Hal Speed
 
Ad

More from Jesus Rodriguez (20)

The Emergence of DeFi Micro-Primitives
The Emergence of DeFi Micro-PrimitivesThe Emergence of DeFi Micro-Primitives
The Emergence of DeFi Micro-Primitives
Jesus Rodriguez
 
ChatGPT, Foundation Models and Web3.pptx
ChatGPT, Foundation Models and Web3.pptxChatGPT, Foundation Models and Web3.pptx
ChatGPT, Foundation Models and Web3.pptx
Jesus Rodriguez
 
DeFi Opportunities and Challenges in the Current Crypto Market
DeFi Opportunities and Challenges in the Current Crypto MarketDeFi Opportunities and Challenges in the Current Crypto Market
DeFi Opportunities and Challenges in the Current Crypto Market
Jesus Rodriguez
 
MEV Deep Dive .pptx
MEV Deep Dive .pptxMEV Deep Dive .pptx
MEV Deep Dive .pptx
Jesus Rodriguez
 
Quant in Crypto Land
Quant in Crypto LandQuant in Crypto Land
Quant in Crypto Land
Jesus Rodriguez
 
The Polygon Blockchain by the Numbers
The Polygon Blockchain by the NumbersThe Polygon Blockchain by the Numbers
The Polygon Blockchain by the Numbers
Jesus Rodriguez
 
Social Analytics for Cryptocurrencies
Social Analytics for Cryptocurrencies Social Analytics for Cryptocurrencies
Social Analytics for Cryptocurrencies
Jesus Rodriguez
 
DeFi Quant Yield-Generating Strategies
DeFi Quant Yield-Generating StrategiesDeFi Quant Yield-Generating Strategies
DeFi Quant Yield-Generating Strategies
Jesus Rodriguez
 
High Frequency Trading and DeFi
High Frequency Trading and DeFiHigh Frequency Trading and DeFi
High Frequency Trading and DeFi
Jesus Rodriguez
 
Simple DeFi Analytics Any Crypto-Investor Should Know About
Simple DeFi Analytics Any Crypto-Investor Should Know About Simple DeFi Analytics Any Crypto-Investor Should Know About
Simple DeFi Analytics Any Crypto-Investor Should Know About
Jesus Rodriguez
 
15 Minutes of DeFi Analytics
15 Minutes of DeFi Analytics15 Minutes of DeFi Analytics
15 Minutes of DeFi Analytics
Jesus Rodriguez
 
DeFi Trading Strategies: Opportunities and Challenges
DeFi Trading Strategies: Opportunities and ChallengesDeFi Trading Strategies: Opportunities and Challenges
DeFi Trading Strategies: Opportunities and Challenges
Jesus Rodriguez
 
Practical Crypto Asset Predictions rev
Practical Crypto Asset Predictions revPractical Crypto Asset Predictions rev
Practical Crypto Asset Predictions rev
Jesus Rodriguez
 
Better Technical Analysis with Blockchain Indicators
Better Technical Analysis with Blockchain IndicatorsBetter Technical Analysis with Blockchain Indicators
Better Technical Analysis with Blockchain Indicators
Jesus Rodriguez
 
Price Predictions for Cryptocurrencies
Price Predictions for CryptocurrenciesPrice Predictions for Cryptocurrencies
Price Predictions for Cryptocurrencies
Jesus Rodriguez
 
Fascinating Metrics and Analytics About Cryptocurrencies
Fascinating Metrics and Analytics About CryptocurrenciesFascinating Metrics and Analytics About Cryptocurrencies
Fascinating Metrics and Analytics About Cryptocurrencies
Jesus Rodriguez
 
Price PRedictions for Crypto-Assets Using Deep Learning
Price PRedictions for Crypto-Assets Using Deep LearningPrice PRedictions for Crypto-Assets Using Deep Learning
Price PRedictions for Crypto-Assets Using Deep Learning
Jesus Rodriguez
 
Demystifying Centralized Crypto Exchanges using Data Science
Demystifying Centralized Crypto Exchanges using Data ScienceDemystifying Centralized Crypto Exchanges using Data Science
Demystifying Centralized Crypto Exchanges using Data Science
Jesus Rodriguez
 
Crypto assets are a data science heaven rev
Crypto assets are a data science heaven revCrypto assets are a data science heaven rev
Crypto assets are a data science heaven rev
Jesus Rodriguez
 
Implementing Machine Learning in the Real World
Implementing Machine Learning in the Real WorldImplementing Machine Learning in the Real World
Implementing Machine Learning in the Real World
Jesus Rodriguez
 
The Emergence of DeFi Micro-Primitives
The Emergence of DeFi Micro-PrimitivesThe Emergence of DeFi Micro-Primitives
The Emergence of DeFi Micro-Primitives
Jesus Rodriguez
 
ChatGPT, Foundation Models and Web3.pptx
ChatGPT, Foundation Models and Web3.pptxChatGPT, Foundation Models and Web3.pptx
ChatGPT, Foundation Models and Web3.pptx
Jesus Rodriguez
 
DeFi Opportunities and Challenges in the Current Crypto Market
DeFi Opportunities and Challenges in the Current Crypto MarketDeFi Opportunities and Challenges in the Current Crypto Market
DeFi Opportunities and Challenges in the Current Crypto Market
Jesus Rodriguez
 
The Polygon Blockchain by the Numbers
The Polygon Blockchain by the NumbersThe Polygon Blockchain by the Numbers
The Polygon Blockchain by the Numbers
Jesus Rodriguez
 
Social Analytics for Cryptocurrencies
Social Analytics for Cryptocurrencies Social Analytics for Cryptocurrencies
Social Analytics for Cryptocurrencies
Jesus Rodriguez
 
DeFi Quant Yield-Generating Strategies
DeFi Quant Yield-Generating StrategiesDeFi Quant Yield-Generating Strategies
DeFi Quant Yield-Generating Strategies
Jesus Rodriguez
 
High Frequency Trading and DeFi
High Frequency Trading and DeFiHigh Frequency Trading and DeFi
High Frequency Trading and DeFi
Jesus Rodriguez
 
Simple DeFi Analytics Any Crypto-Investor Should Know About
Simple DeFi Analytics Any Crypto-Investor Should Know About Simple DeFi Analytics Any Crypto-Investor Should Know About
Simple DeFi Analytics Any Crypto-Investor Should Know About
Jesus Rodriguez
 
15 Minutes of DeFi Analytics
15 Minutes of DeFi Analytics15 Minutes of DeFi Analytics
15 Minutes of DeFi Analytics
Jesus Rodriguez
 
DeFi Trading Strategies: Opportunities and Challenges
DeFi Trading Strategies: Opportunities and ChallengesDeFi Trading Strategies: Opportunities and Challenges
DeFi Trading Strategies: Opportunities and Challenges
Jesus Rodriguez
 
Practical Crypto Asset Predictions rev
Practical Crypto Asset Predictions revPractical Crypto Asset Predictions rev
Practical Crypto Asset Predictions rev
Jesus Rodriguez
 
Better Technical Analysis with Blockchain Indicators
Better Technical Analysis with Blockchain IndicatorsBetter Technical Analysis with Blockchain Indicators
Better Technical Analysis with Blockchain Indicators
Jesus Rodriguez
 
Price Predictions for Cryptocurrencies
Price Predictions for CryptocurrenciesPrice Predictions for Cryptocurrencies
Price Predictions for Cryptocurrencies
Jesus Rodriguez
 
Fascinating Metrics and Analytics About Cryptocurrencies
Fascinating Metrics and Analytics About CryptocurrenciesFascinating Metrics and Analytics About Cryptocurrencies
Fascinating Metrics and Analytics About Cryptocurrencies
Jesus Rodriguez
 
Price PRedictions for Crypto-Assets Using Deep Learning
Price PRedictions for Crypto-Assets Using Deep LearningPrice PRedictions for Crypto-Assets Using Deep Learning
Price PRedictions for Crypto-Assets Using Deep Learning
Jesus Rodriguez
 
Demystifying Centralized Crypto Exchanges using Data Science
Demystifying Centralized Crypto Exchanges using Data ScienceDemystifying Centralized Crypto Exchanges using Data Science
Demystifying Centralized Crypto Exchanges using Data Science
Jesus Rodriguez
 
Crypto assets are a data science heaven rev
Crypto assets are a data science heaven revCrypto assets are a data science heaven rev
Crypto assets are a data science heaven rev
Jesus Rodriguez
 
Implementing Machine Learning in the Real World
Implementing Machine Learning in the Real WorldImplementing Machine Learning in the Real World
Implementing Machine Learning in the Real World
Jesus Rodriguez
 
Ad

Recently uploaded (20)

AI and Data Privacy in 2025: Global Trends
AI and Data Privacy in 2025: Global TrendsAI and Data Privacy in 2025: Global Trends
AI and Data Privacy in 2025: Global Trends
InData Labs
 
Drupalcamp Finland – Measuring Front-end Energy Consumption
Drupalcamp Finland – Measuring Front-end Energy ConsumptionDrupalcamp Finland – Measuring Front-end Energy Consumption
Drupalcamp Finland – Measuring Front-end Energy Consumption
Exove
 
Role of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered ManufacturingRole of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered Manufacturing
Andrew Leo
 
#StandardsGoals for 2025: Standards & certification roundup - Tech Forum 2025
#StandardsGoals for 2025: Standards & certification roundup - Tech Forum 2025#StandardsGoals for 2025: Standards & certification roundup - Tech Forum 2025
#StandardsGoals for 2025: Standards & certification roundup - Tech Forum 2025
BookNet Canada
 
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdfThe Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
Abi john
 
Cyber Awareness overview for 2025 month of security
Cyber Awareness overview for 2025 month of securityCyber Awareness overview for 2025 month of security
Cyber Awareness overview for 2025 month of security
riccardosl1
 
IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...
IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...
IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...
organizerofv
 
Dev Dives: Automate and orchestrate your processes with UiPath Maestro
Dev Dives: Automate and orchestrate your processes with UiPath MaestroDev Dives: Automate and orchestrate your processes with UiPath Maestro
Dev Dives: Automate and orchestrate your processes with UiPath Maestro
UiPathCommunity
 
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep DiveDesigning Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
ScyllaDB
 
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptxIncreasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Anoop Ashok
 
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Aqusag Technologies
 
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...
SOFTTECHHUB
 
Mobile App Development Company in Saudi Arabia
Mobile App Development Company in Saudi ArabiaMobile App Development Company in Saudi Arabia
Mobile App Development Company in Saudi Arabia
Steve Jonas
 
TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...
TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...
TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...
TrustArc
 
Semantic Cultivators : The Critical Future Role to Enable AI
Semantic Cultivators : The Critical Future Role to Enable AISemantic Cultivators : The Critical Future Role to Enable AI
Semantic Cultivators : The Critical Future Role to Enable AI
artmondano
 
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Impelsys Inc.
 
Generative Artificial Intelligence (GenAI) in Business
Generative Artificial Intelligence (GenAI) in BusinessGenerative Artificial Intelligence (GenAI) in Business
Generative Artificial Intelligence (GenAI) in Business
Dr. Tathagat Varma
 
Complete Guide to Advanced Logistics Management Software in Riyadh.pdf
Complete Guide to Advanced Logistics Management Software in Riyadh.pdfComplete Guide to Advanced Logistics Management Software in Riyadh.pdf
Complete Guide to Advanced Logistics Management Software in Riyadh.pdf
Software Company
 
Procurement Insights Cost To Value Guide.pptx
Procurement Insights Cost To Value Guide.pptxProcurement Insights Cost To Value Guide.pptx
Procurement Insights Cost To Value Guide.pptx
Jon Hansen
 
TrsLabs - Fintech Product & Business Consulting
TrsLabs - Fintech Product & Business ConsultingTrsLabs - Fintech Product & Business Consulting
TrsLabs - Fintech Product & Business Consulting
Trs Labs
 
AI and Data Privacy in 2025: Global Trends
AI and Data Privacy in 2025: Global TrendsAI and Data Privacy in 2025: Global Trends
AI and Data Privacy in 2025: Global Trends
InData Labs
 
Drupalcamp Finland – Measuring Front-end Energy Consumption
Drupalcamp Finland – Measuring Front-end Energy ConsumptionDrupalcamp Finland – Measuring Front-end Energy Consumption
Drupalcamp Finland – Measuring Front-end Energy Consumption
Exove
 
Role of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered ManufacturingRole of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered Manufacturing
Andrew Leo
 
#StandardsGoals for 2025: Standards & certification roundup - Tech Forum 2025
#StandardsGoals for 2025: Standards & certification roundup - Tech Forum 2025#StandardsGoals for 2025: Standards & certification roundup - Tech Forum 2025
#StandardsGoals for 2025: Standards & certification roundup - Tech Forum 2025
BookNet Canada
 
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdfThe Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
Abi john
 
Cyber Awareness overview for 2025 month of security
Cyber Awareness overview for 2025 month of securityCyber Awareness overview for 2025 month of security
Cyber Awareness overview for 2025 month of security
riccardosl1
 
IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...
IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...
IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...
organizerofv
 
Dev Dives: Automate and orchestrate your processes with UiPath Maestro
Dev Dives: Automate and orchestrate your processes with UiPath MaestroDev Dives: Automate and orchestrate your processes with UiPath Maestro
Dev Dives: Automate and orchestrate your processes with UiPath Maestro
UiPathCommunity
 
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep DiveDesigning Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
ScyllaDB
 
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptxIncreasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Anoop Ashok
 
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Aqusag Technologies
 
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...
SOFTTECHHUB
 
Mobile App Development Company in Saudi Arabia
Mobile App Development Company in Saudi ArabiaMobile App Development Company in Saudi Arabia
Mobile App Development Company in Saudi Arabia
Steve Jonas
 
TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...
TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...
TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...
TrustArc
 
Semantic Cultivators : The Critical Future Role to Enable AI
Semantic Cultivators : The Critical Future Role to Enable AISemantic Cultivators : The Critical Future Role to Enable AI
Semantic Cultivators : The Critical Future Role to Enable AI
artmondano
 
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Impelsys Inc.
 
Generative Artificial Intelligence (GenAI) in Business
Generative Artificial Intelligence (GenAI) in BusinessGenerative Artificial Intelligence (GenAI) in Business
Generative Artificial Intelligence (GenAI) in Business
Dr. Tathagat Varma
 
Complete Guide to Advanced Logistics Management Software in Riyadh.pdf
Complete Guide to Advanced Logistics Management Software in Riyadh.pdfComplete Guide to Advanced Logistics Management Software in Riyadh.pdf
Complete Guide to Advanced Logistics Management Software in Riyadh.pdf
Software Company
 
Procurement Insights Cost To Value Guide.pptx
Procurement Insights Cost To Value Guide.pptxProcurement Insights Cost To Value Guide.pptx
Procurement Insights Cost To Value Guide.pptx
Jon Hansen
 
TrsLabs - Fintech Product & Business Consulting
TrsLabs - Fintech Product & Business ConsultingTrsLabs - Fintech Product & Business Consulting
TrsLabs - Fintech Product & Business Consulting
Trs Labs
 

Decentralized AI for the Rest of Us

  • 1. Decentralized AI for the Rest of Us Jesus Rodriguez Chief Scientist Invector Labs
  • 2. About Me • Founder and Chief Scientist at Invector Labs(http://invectorlabs.com ) • Next generation software development on-demand agency • Focused on deep technologies (AI, blockchain…) • Speaker, author (https://medium.com/@jrodthoughts) • Investor, board member on over a dozen deep-tech companies
  • 3. Agenda • The challenges of centralized AI • Decentralizing AI: risks and promises • Foundational blocks • Homomorphic Encryption • GAN cryptography • Secure multi-party computations • Federated Learning • Blockchains/Tokens • Existing decentralized AI platforms
  • 4. Some References • Why Decentralized AI Matters Part I: Economics and Enablers: https://medium.com/datadriveninvestor/why-decentralized-ai-matters- part-i-economics-and-enablers-5576aeeb43d1 • Why Decentralized AI Matters Part II: Technological Enablers: https://medium.com/datadriveninvestor/why-decentralized-ai-matters- part-ii-technological-enablers-a67e3115312e • Why Decentralized AI Matters Part III: Platforms: https://medium.com/datadriveninvestor/why-decentralized-ai-matters- part-iii-technologies-930c3c9d10d • AI Has Not One, Not Two, but Many Centralization Problems: https://hackernoon.com/ai-has-not-one-not-two-but-many- centralization-problems-a5f0664361ed •
  • 6. What does the hype look like?
  • 10. Reality is way simpler…
  • 11. We Have Hundreds of Millions of Devices Running AI Models
  • 14. The Evolution of Economic Movements Centralized Decentralized Recentralized
  • 16. Four Centralization Vectors of AI Data Models Training Regularization- Optimization AI Centralization Vectors
  • 21. Let’s Get Philosophical: Risks of Centralized AI…
  • 22. The Risks of Centralized AI The Decentralized Knowledge – Centralized AI Friction The Rich Get Richer Problem Risks of Centralized AI The Transparency Influence Ratio
  • 23. The Rich Get Richer Problem Big Companies Have a Data Advantage Over Startups When It Comes to AI A Big Company Decides to Create Different AI Models Against Their Proprietary Datasets AI Models Produce Even More Proprietary Data and Intelligence
  • 24. Decentralized Knowledge vs. Centralized Models How can we know if the knowledge of an AI model is correct? Knowledge is an intrinsically decentralized activity But companies insist on constraining AI models to proprietary datasets
  • 25. The Transparency/Influence Ratio AI algorithms are increasingly important in our lives? But we know very little about them? Who trains it? How was it trained? How does it build knowledge?
  • 28. Challenges to Achieve AI Decentralization • Can third parties be correctly incentivized to contribute to the knowledge and quality of an AI model? • Can the activity and behavior of an AI model be transparently available to all parties without the need of trusting a centralized authority? • Can models be distributed and executed autonomously across hundreds of thousands of nodes? • Can entities train a model without having to disclose their data? The Privacy Problem The Autonomy Problem The Economic Problem The Transparency Problem
  • 30. Data Privacy in Decentralized AI Architectures… You know…. security and that stuff
  • 31. The Challenges • How to share data with different parties while maintaining certain levels of privacy? • How to perform computations over encrypted data? • How to become resilient to privacy attacks in a decentralized network?
  • 33. Homomorphic Encryption • Alice wants workers to assemble raw materials into jewelry. • But Alice is worried about theft: • She wants workers to process raw materials without having access. • Alice puts raw materials in a locked glovebox. • Workers assemble jewelry inside glovebox, using the gloves. • Alice unlocks the box to get “results.”
  • 34. A More Practical Example Alice Server (Cloud) (Input: data x, secret key sk) “I want 1) the cloud to process my data 2) even though it is encrypted.” Encpk[f(x)] Encpk(x) function f f(x) Run Eval[ f, Encpk(x) ] = Encpk[f(x)] The special sauce! For security parameter λ, Eval’s running should be Time(f)∙poly(λ) This could be encrypted too. Delegation: Should cost less for Alice to encrypt x and decrypt f(x) than to compute f(x) herself.
  • 35. Full vs. Partial Homomorphic Encryption • Given the encryption of two data primitives a and b: E(a) and E(b) • Partial homomorphic encryption can compute E(a+b) or E(ab) without knowing a, b, or the private key • Unpadded RSA https://en.wikipedia.org/wiki/RSA_cryptosystem • ElGamal https://en.wikipedia.org/wiki/ElGamal_encryption • Paillier https://en.wikipedia.org/wiki/Paillier_cryptosystem • Full homomorphic encryption can compute both E(a+b) and E(ab) • Gentry • van Dijk-Gentry-Halevi-Vaikuntanathan
  • 36. Homomorphic Encryption and Decentralized AI HEnc(Dataset) HEnc(Results) Data Scientists
  • 37. Homomorphic Encryption Today • Remains mostly a theoretical exercise • Companies such as IBM and Microsoft have released research frameworks for partial homomorphic encryption • HElib https://github.com/shaih/HElib
  • 39. GAN Cryptography • Simpler alternative to homomorphic encryption • Uses generative adversarial neural networks (GANs) to protect communications between two parties • The encryption algorithms evolve dynamically with the performance of the networks
  • 40. GAN Cryptography • Alice and Bob are neural networks trying to communicate securely while Eve tries to break the communication • The outputs from Eve (Peve) are factored in the lost function for both Alice and Bob • Alice and Bob both discover new encryption algorithms that can defeat the best version of Eve
  • 41. GAN Cryptography and Decentralized AI GAN Data Provider GAN Data Scientist GAN Data Scientist GAN Listener Enc(Dataset)
  • 42. GAN Cryptography Today • Remains mostly an active research area • Some lightweight implementations like Numerai are available
  • 44. sMPC • Solves the traditional millionaires’ problem for n-parties • A group of millionaires, are interested in knowing which of them is richer without revealing their actual wealth. This problem is analogous to a more general problem where there are two numbers a and b and the goal is to solve the inequality without revealing the actual values of a and b. • Enable secure computations in a network without a trusted party
  • 45. sMPC • A set of parties with private inputs • Parties wish to jointly compute a function of their inputs so that certain security properties (like privacy and correctness) are preserved • Properties must be ensured even if some of the parties maliciously attack the protocol • Examples • Secure elections • Auctions • Privacy preserving data mining
  • 46. sMPC and Decentralized AI HEnc(Dataset) HEnc(Results) Data Scientists
  • 47. sMPC Cryptography Today • Several sMPC frameworks and libraries available • The Enigma blockchain (https://enigma.co/ ) is one of the most complete and scalable sMPC implementations in the market
  • 48. Solving Decentralized Learning… How to learn without the man?
  • 49. The Challenges • How to execute machine learning models on mobile or IoT devices? • How to customize a machine learning model based on personal data? • How to improve a machine learning model based on executions across a large number of devices?
  • 56. Federated Learning and Decentralized AI AI Execution Node AI Execution Node AI Execution Node AI Execution Node Federated Training Node Federated AI Training- Execution Node AI Training- Execution Node AI Training- Execution Node AI Training- Execution Node AI Training- Execution Node Decentralized
  • 57. Federated Learning Today • There are several implementations available on TensorFlow Lite • Google has been testing federated learning on Gboard https://www.blog.google/products/search/gboard-now-on-android/
  • 58. A Runtime for Decentralized AI… How do we run these things?
  • 59. Challenges • How to train models without a centralized authority? • How to use trained models without trusting a central party? • How to validate and enforce trust among the different parties in the lifecycle of a deep learning model
  • 60. Blockchains and Smart Contracts…
  • 62. Smart Contracts and Decentralized AI Data Scientist (builds and train model) Blockchain Smart Contract Blockchain Smart ContractCompany Data Scientist (tests and optimizes model) Data and Success Criteria Blockchain Smart Contract
  • 63. Solving the Incentive Problem… How to pay the data geeks?
  • 64. Challenges • How to build incentives for data scientists training, testing and building models? • How to build incentives for parties contributing datasets? • How to discourage bad behaviors in the network?
  • 67. Tokenized Decentralized AI Data Scientist (builds and train model) Blockchain Smart Contract Blockchain Smart ContractCompany Data Scientist (tests and optimizes model) Data and Success Criteria Blockchain Smart Contract Tokens Tokens
  • 70. SingularityNET • Network powering Sophia • DApp Marketplace: The SingularityNET DApp is the entry-point to discovering and using AI services on the SingularityNET Network • SNET Registry: The SingularityNET Registry is an open and uncensorable registry of Organizations, AI Services, and Type Repositories that are accessible from within the SingularityNET Network. • Service Daemon: The Service Daemon exposes an AI developer's application as an API that is accessible through the SingularityNET Network.
  • 71. OpenMined • Open source community focused on creating decentralized AI protocols • Sonar— A federated learning server running on the blockchain that handles all campaign requests, holding Bounty in trust. • Capsule— A third-party PGP server to generate public and private keys in order to ensure that Sonar neural network stays encrypted properly. • Mine— The individual data repositories of a user. These are constantly checking Sonar for new neural nets to contribute to. • Syft— The library containing Neural Networks that can be trained in an encrypted state (so that Miners can’t steal the neural networks that they download to train).
  • 72. Algorithmia DanKu • Created by Algorithmia • Decentralized protocol for running machine learning contests • Users can publish datasets using smart contracts • Models are trained on the datasets and submitted to the blockchain • Other models evaluate the results and compensate the users
  • 73. Ocean • Ocean Protocol is an ecosystem for sharing data and associated services • Providers: ​These actors have AI data or services that they make available in a cryptographically provable fashion. • Marketplaces: ​Data/service marketplaces are typically how providers and consumers interact with Ocean network, for convenience. • Data commons interfaces: ​Side-by-side with data marketplaces that serve priced data are interfaces for data commons, for free or commons data. • Keeper: Keepers are responsible for collectively maintaining the network. Anyone can run an Ocean keeper node; it’s permissionless. Participation is open and anonymous.
  • 74. Summary • The future of AI is likely to be more decentralized AI • Achieving decentralized AI requires 3 key building blocks • A decentralized runtime to execute computations • Decentralized and scalable learning methods • Strong privacy protocols for the exchange of data and models • Blockchains have become catalyzers for the implementation of decentralized AI architectures • It’s happening already