39b57508a639c0dc.tex
1: \begin{abstract}
2: 
3: Nowadays there are more and more items available online, this makes it hard
4: for users to find items that they like. Recommender systems aim to find the item
5: who best suits the user, using his historical interactions. Depending on the context,
6: these interactions may be more or less sensitive and collecting them brings an
7: important problem concerning the users’ privacy. Federated systems have shown
8: that it is possible to make accurate and efficient recommendations without storing
9: users’ personal information. However, these systems use instantaneous feedback
10: from the user. In this report, we propose DRIFT, a federated architecture for recommender
11: systems, using implicit feedback. Our learning model is based on a
12: recent algorithm for recommendation with implicit feedbacks SAROS \cite{ABCILM21}. We aim
13: to make recommendations as precise as SAROS, without compromising the users’
14: privacy. In this report we show that thanks to our experiments, but also thanks to a
15: theoretical analysis on the convergence. We have shown also that the computation
16: time has a linear complexity with respect to the number of interactions made. Finally,
17: we have shown that our algorithm is secure, and participants in our federated
18: system cannot guess the interactions made by the user, except DOs that have the
19: item involved in the interaction.
20: 
21: \end{abstract}