# Private Inner Product Retrieval for Distributed Machine Learning

**Authors:** Mohammad Hossein Mousavi, Mohammad Ali Maddah-Ali, Mahtab, Mirmohseni

arXiv: 1902.06319 · 2019-02-19

## TL;DR

This paper introduces a private inner product retrieval scheme for distributed machine learning, enabling users to obtain specific inner products from servers with minimal communication while preserving data privacy.

## Contribution

It formulates the problem of private inner product retrieval, develops algorithms based on multi-message PIR, and establishes convergence properties and bounds for large data files.

## Key findings

- Achieves minimal communication load for inner product retrieval
- Proves convergence of inner product distributions to uniform variables
- Develops a tight converse bound for large data files

## Abstract

In this paper, we argue that in many basic algorithms for machine learning, including support vector machine (SVM) for classification, principal component analysis (PCA) for dimensionality reduction, and regression for dependency estimation, we need the inner products of the data samples, rather than the data samples themselves.   Motivated by the above observation, we introduce the problem of private inner product retrieval for distributed machine learning, where we have a system including a database of some files, duplicated across some non-colluding servers. A user intends to retrieve a subset of specific size of the inner products of the data files with minimum communication load, without revealing any information about the identity of the requested subset. For achievability, we use the algorithms for multi-message private information retrieval. For converse, we establish that as the length of the files becomes large, the set of all inner products converges to independent random variables with uniform distribution, and derive the rate of convergence. To prove that, we construct special dependencies among sequences of the sets of all inner products with different length, which forms a time-homogeneous irreducible Markov chain, without affecting the marginal distribution. We show that this Markov chain has a uniform distribution as its unique stationary distribution, with rate of convergence dominated by the second largest eigenvalue of the transition probability matrix. This allows us to develop a converse, which converges to a tight bound in some cases, as the size of the files becomes large. While this converse is based on the one in multi-message private information retrieval, due to the nature of retrieving inner products instead of data itself some changes are made to reach the desired result.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1902.06319/full.md

## References

16 references — full list in the complete paper: https://tomesphere.com/paper/1902.06319/full.md

---
Source: https://tomesphere.com/paper/1902.06319