MLLGJun 9, 2014

Reducing the Effects of Detrimental Instances

arXiv:1406.2237v26 citations
Originality Incremental advance
AI Analysis

This addresses the issue of noisy data in machine learning, particularly for algorithms sensitive to individual instances, but it is incremental as it builds on existing weighting and filtering paradigms.

The paper tackles the problem of detrimental instances (e.g., outliers or noise) in datasets by introducing a method to weight instances on a continuous scale and measure their detrimental impact, rather than making binary decisions. Results on 54 datasets and 5 learning algorithms show that this approach can significantly improve handling of such instances, especially for algorithms like multilayer perceptrons.

Not all instances in a data set are equally beneficial for inducing a model of the data. Some instances (such as outliers or noise) can be detrimental. However, at least initially, the instances in a data set are generally considered equally in machine learning algorithms. Many current approaches for handling noisy and detrimental instances make a binary decision about whether an instance is detrimental or not. In this paper, we 1) extend this paradigm by weighting the instances on a continuous scale and 2) present a methodology for measuring how detrimental an instance may be for inducing a model of the data. We call our method of identifying and weighting detrimental instances reduced detrimental instance learning (RDIL). We examine RIDL on a set of 54 data sets and 5 learning algorithms and compare RIDL with other weighting and filtering approaches. RDIL is especially useful for learning algorithms where every instance can affect the classification boundary and the training instances are considered individually, such as multilayer perceptrons trained with backpropagation (MLPs). Our results also suggest that a more accurate estimate of which instances are detrimental can have a significant positive impact for handling them.

Foundations

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

Your Notes