LGITMLJul 9, 2020

Probabilistic Value Selection for Space Efficient Model

arXiv:2007.04641v1
AI Analysis

This work addresses the need for space-efficient models in machine learning, though it appears incremental as it builds on existing preprocessing methods.

The paper tackles the problem of reducing model size while preserving accuracy by proposing Value Selection (VS), an alternative preprocessing method that eliminates specific values within features, and demonstrates through experiments that it achieves a balance between accuracy and model size reduction.

An alternative to current mainstream preprocessing methods is proposed: Value Selection (VS). Unlike the existing methods such as feature selection that removes features and instance selection that eliminates instances, value selection eliminates the values (with respect to each feature) in the dataset with two purposes: reducing the model size and preserving its accuracy. Two probabilistic methods based on information theory's metric are proposed: PVS and P + VS. Extensive experiments on the benchmark datasets with various sizes are elaborated. Those results are compared with the existing preprocessing methods such as feature selection, feature transformation, and instance selection methods. Experiment results show that value selection can achieve the balance between accuracy and model size reduction.

Foundations

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

Your Notes