# A graphical heuristic for reduction and partitioning of large datasets   for scalable supervised training

**Authors:** Sumedh Yadav, Mathis Bode

arXiv: 1907.10421 · 2019-07-25

## TL;DR

This paper introduces a graphical heuristic for efficiently reducing and partitioning large datasets to enable faster supervised training without sacrificing accuracy, suitable for distributed computing environments.

## Contribution

It presents a novel graphical heuristic combining clustering and information graph construction for dataset reduction and partitioning tailored for large-scale supervised learning.

## Key findings

- Significantly speeds up training compared to LIBSVM's shrinking heuristic.
- Maintains or improves prediction accuracy with reduced datasets.
- Enables distributed training with additional speed-up.

## Abstract

A scalable graphical method is presented for selecting, and partitioning datasets for the training phase of a classification task. For the heuristic, a clustering algorithm is required to get its computation cost in a reasonable proportion to the task itself. This step is proceeded by construction of an information graph of the underlying classification patterns using approximate nearest neighbor methods. The presented method constitutes of two approaches, one for reducing a given training set, and another for partitioning the selected/reduced set. The heuristic targets large datasets, since the primary goal is significant reduction in training computation run-time without compromising prediction accuracy. Test results show that both approaches significantly speed-up the training task when compared against that of state-of-the-art shrinking heuristic available in LIBSVM. Furthermore, the approaches closely follow or even outperform in prediction accuracy. A network design is also presented for the partitioning based distributed training formulation. Added speed-up in training run-time is observed when compared to that of serial implementation of the approaches.

## Full text

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

## Figures

49 figures with captions in the complete paper: https://tomesphere.com/paper/1907.10421/full.md

## References

35 references — full list in the complete paper: https://tomesphere.com/paper/1907.10421/full.md

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