DeAI: decentralized artificial intelligence
  • Introduction
    • General Terminology
  • Landscape
    • Data Providers
    • Computing Power
    • Model Training Task
    • Challenges
  • Privacy Preservation
    • Data Process
    • Privacy Preserved Training
    • Federated Learning
    • Cryptographic Computation
      • Homomorphic encryption
      • Multi-Party Computation
      • Trusted Execution Environment
    • Challenges
  • Security
    • Data Poisoning
    • Model Poisoning
    • Sybil Attacks
    • Impact of Large Models
    • Responsibility
  • Incentive mechanisms
    • Problem Formulation
    • Contribution Evaluation
    • Copyright
  • Verification of Computation
    • Computation on Smart Contract
    • Zero-Knowledge Proof
    • Blockchain Audit
    • Consensus Protocol
  • Network Scalability
    • Local Updating
    • Cryptography Protocol
    • Distribution Topology
    • Compression
    • Parameter-Efficient Fine Tuning
  • Conclusion
Powered by GitBook
On this page
  1. Network Scalability

Local Updating

Local updating mechanisms emerge as crucial strategies for minimizing communication overhead between nodes, thereby optimizing network utilization. Local SGD\cite{stich2018local} enables independent execution of stochastic gradient descent on multiple worker nodes in parallel, and achieves the convergence rate comparable to traditional mini-batch methods\cite{dekel2012optimal}.

PreviousNetwork ScalabilityNextCryptography Protocol

Last updated 11 months ago