1. What are the contributions in "Efficiently computing private recommendations" ?
The underlying collaborative filtering techniques operate on privacy sensitive user data, which could be misused if it is leaked or by the service provider him self.. To protect user ’ s privacy, the authors propose to encrypt the data and generate recommendations by processing them under encryption.. Thus, the service provider observes neither user preferences nor recommendations.. The proposed method uses homomorphic encryption and secure multiparty computation ( MPC ) techniques, which introduce a significant overhead in computational complexity.. The second contribution of this paper lies in minimizing this overhead by packing data.
read more
