MLDCLGMEJul 30, 2019

Learning over inherently distributed data

arXiv:1907.13208v12 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of distributed data storage for machine learning applications, offering a solution that is incremental by building on existing distributed computing concepts.

The paper tackles the problem of learning from inherently distributed data by proposing a framework that uses distortion-minimizing local transformations to share only small local signatures, eliminating the need for transmitting large datasets. Experiments on linear regression and Random Forests show promising results, with error decreasing as signature size increases.

The recent decades have seen a surge of interests in distributed computing. Existing work focus primarily on either distributed computing platforms, data query tools, or, algorithms to divide big data and conquer at individual machines etc. It is, however, increasingly often that the data of interest are inherently distributed, i.e., data are stored at multiple distributed sites due to diverse collection channels, business operations etc. We propose to enable learning and inference in such a setting via a general framework based on the distortion minimizing local transformations. This framework only requires a small amount of local signatures to be shared among distributed sites, eliminating the need of having to transmitting big data. Computation can be done very efficiently via parallel local computation. The error incurred due to distributed computing vanishes when increasing the size of local signatures. As the shared data need not be in their original form, data privacy may also be preserved. Experiments on linear (logistic) regression and Random Forests have shown promise of this approach. This framework is expected to apply to a general class of tools in learning and inference with the continuity property.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes