Skip to main content

Questions tagged [federated-learning]

0votes
0answers
21views

Is it feasible and scalable to combine self-replicating automata (after von Neumann) with federated learning and the social web?

Von Neumann’s idea of self-replicating automata describes machines that can reproduce themselves given a blueprint and a suitable environment. I’m exploring a concept that tries to apply this idea to ...
blueberry's user avatar
0votes
0answers
21views

FL has very low Accuracy, and is worse than CL training

I am working on eavesdropper detection on B5G system with Deep Learning. The training dataset contains 1200 CSI images of legitimate and malicious UEs and an .xlsx file with their positions, power, ...
Marlen's user avatar
0votes
0answers
59views

PyTorch and Opacus for Differential Privacy

When testing an example code from the TensorFlow website using Jupyter Notebook, which is available at the following link: [LINK_1], I encountered an error. You can find my question about that error ...
Questioner's user avatar
0votes
0answers
37views

Federated CNN largely predicts only one (wrong) class

I have trained a CNN for the CIFAR dataset using federated averaging, adhering to this tutorial: https://www.tensorflow.org/federated/tutorials/federated_learning_for_image_classification. However, my ...
T.J.'s user avatar
0votes
1answer
124views

How does Knowledge Distillation help Federated Learning?

As per my understanding, typically in FL, there is a global server that interacts with various client devices. The global server and the client both possess a ML models. The client(s) update their ...
desert_ranger's user avatar
0votes
1answer
187views

What is the difference between the definition of "accuracy" in machine learning and federated learning?

What is the difference between the definition of "accuracy" in machine learning and federated learning? In particular, how is the accuracy calculated in the following paper: Cai, Lingshuang,...
Jared's user avatar
1vote
0answers
101views

What is dynamic data sampling in federated learning?

I am trying to learn about Federated Learning (FL), but I have a question. What is dynamic data sampling in FL? Cai, Lingshuang, et al. "Dynamic Sample Selection for Federated Learning with ...
Jared's user avatar
2votes
1answer
556views

How would the performance of federated learning compare to the performance of centralized machine learning when the data is i.i.d.?

How would the performance of federated learning (FL) compare to the performance of centralized machine learning (ML), when the data is independent and identically distributed (i.i.d.)? Moreover, what ...
Jared's user avatar
3votes
2answers
258views

What is Federated Learning?

How would you explain Federated Learning in simple layman terms for a non-STEM person? What are the main ideas behind Federated Learning?
Pluviophile's user avatar
6votes
1answer
2kviews

How to express a fully connected neural network succintly using linear algebra?

I'm currently reading the paper Federated Learning with Matched Averaging (2020), where the authors claim: A basic fully connected (FC) NN can be formulated as: $\hat{y} = \sigma(xW_1)W_2$ [...] ...
user1360448's user avatar
5votes
2answers
2kviews

What is the difference between edge computing and federated learning?

I recently read about federated learning introduced by Google, but it seems to be like edge computing. What is the difference between edge computing and federated learning?
Karan Nadagoudar's user avatar

close