You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Question 1. How does the server-side know which neighbors node i has?
Answer: The server does not need to know the neighbor nodes. It just needs to calculate the sum of information for each node i.
Question 2. How does the server-side know the weight A_{ij}?
Answer: The weight is calculated on the local client.
Question 3. Does the server need to know the global adjacency matrix?
Answer: No. It only needs to know the belonging of nodes for each client to send the aggregated results to each client.
Question 4. Where is Homomorphic Encryption?
Answer: It is in https://github.com/FedGraph/fedgraph/tree/main
Beta Was this translation helpful? Give feedback.
All reactions