# Trade-offs in Large-Scale Distributed Tuplewise Estimation and Learning

**Authors:** Robin Vogel, Aur\'elien Bellet, Stephan Cl\'emen\c{c}on, Ons Jelassi,, Guillaume Papa

arXiv: 1906.09234 · 2019-06-24

## TL;DR

This paper explores balancing statistical accuracy and computational efficiency in large-scale distributed tuplewise learning tasks, proposing repartitioning strategies and algorithms with theoretical and empirical validation.

## Contribution

It introduces a repartitioning-based approach to improve distributed tuplewise estimation, along with theoretical analysis and new stochastic gradient algorithms.

## Key findings

- Repartitioning reduces variance and improves accuracy.
- The proposed methods outperform baseline in experiments.
- Trade-offs between accuracy and runtime are effectively managed.

## Abstract

The development of cluster computing frameworks has allowed practitioners to scale out various statistical estimation and machine learning algorithms with minimal programming effort. This is especially true for machine learning problems whose objective function is nicely separable across individual data points, such as classification and regression. In contrast, statistical learning tasks involving pairs (or more generally tuples) of data points - such as metric learning, clustering or ranking do not lend themselves as easily to data-parallelism and in-memory computing. In this paper, we investigate how to balance between statistical performance and computational efficiency in such distributed tuplewise statistical problems. We first propose a simple strategy based on occasionally repartitioning data across workers between parallel computation stages, where the number of repartitioning steps rules the trade-off between accuracy and runtime. We then present some theoretical results highlighting the benefits brought by the proposed method in terms of variance reduction, and extend our results to design distributed stochastic gradient descent algorithms for tuplewise empirical risk minimization. Our results are supported by numerical experiments in pairwise statistical estimation and learning on synthetic and real-world datasets.

## Full text

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

## Figures

12 figures with captions in the complete paper: https://tomesphere.com/paper/1906.09234/full.md

## References

26 references — full list in the complete paper: https://tomesphere.com/paper/1906.09234/full.md

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