Evaluation Setup
Federated recommendation on real-world datasets using implicit or explicit feedback
Benchmarks:
- Six real-data benchmarks (Rating Prediction / Item Recommendation)
Metrics:
- Prediction Accuracy (Metric not explicitly named in snippet, likely RMSE or HR)
- Statistical methodology: Not explicitly reported in the paper
Main Takeaways
- FedRAP achieves the best performance in the FL setting on multiple benchmarks compared to recent federated recommendation methods.
- The additive personalization strategy effectively balances global knowledge sharing and local personalization.
- Sparse global item embeddings successfully reduce communication costs and latency.
- The curriculum learning approach (increasing regularization weights) helps mitigate performance issues in early training stages caused by the additive model.