Code Monkey home page Code Monkey logo

Comments (1)

vaseline555 avatar vaseline555 commented on August 29, 2024

Thank you for your interest in my work!

  • Why the local update is behind the communication operation?

If the communication operation refers to the broadcasting of a global model, it is just an inheritance of FedAvg algorithm.

  • What will happen when the last step of the algorithm is not in the communication round?

It seems vague to me, "the last step of the algorithm". According to the Algorithm 2 in the paper, the last step is the aggregation step for an update of a global model at the central server. If this step is not in the round, we cannot think this algorithm is for a Federated Learning. If I did not understand your question correctly, please let me know.

  • If some client is unfortunately never be selected in the whole training process, these clients' model will be never change?

As you presumed, yes. Instead, such clients may exploit trained global model at the server AFTER finishing rounds of federated learning. (i.e., unfortunate clients may not use never-trained local models, but rather download and use a fully trained global model at the server) More generally, this is discussed as straggler problem in FL (if you have interests, please see: https://arxiv.org/abs/1912.04977) where some clients are not selected, or even selected clients can fail to fully update the model or upload an updated model due to the low sample size, lack of computing resources, or missing communication. Even if they can download and use a global model, we cannot guarantee that the global model is generalized enough to work well in these clients.

if you require any further clarification, please let me know.

Thank you.

Best,
Adam

from superfed.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.