Reducing the Effects of Detrimental Instances
Michael R. Smith, Tony Martinez

TL;DR
This paper introduces RDIL, a method that assigns continuous weights to instances to reduce the impact of detrimental data points like noise and outliers, improving model training.
Contribution
It extends existing binary approaches by providing a continuous weighting scheme and a methodology to measure how detrimental each instance is for model induction.
Findings
RDIL improves model robustness on multiple datasets.
Weighted instance approach outperforms binary filtering methods.
Accurate estimation of detrimental instances enhances learning performance.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification · Advanced Statistical Methods and Models · Neural Networks and Applications
