tamiratGit / FedELM

1 stars 0 forks source link

3. Effect of noise in H #3

Open akusok opened 10 months ago

akusok commented 10 months ago

Federated learning must hide the original data, but enable model training. There must be no way for someone to reverse-engineer what the data values are. We will try many ways of doing it, and the effect they have on model performance.

First way is to add noise to H. With a non-linear function, reverse-engineering H to X creates large errors in the values of X. With added noise, we hope to create such large errors that the reverse-engineering is basically useless. But the noise should be small enough to keep model performance at good level.

Steps: