Abstract
A lot of data sets, gathered for instance during user experiments, are contaminated with noise. Some noise in the measured features is not much of a problem, it even increases the performance of many Machine Learning (ML) techniques. But for noise in the labels (mislabeled data) the situation is quite different, label noise deteriorates the performance of all ML techniques. The research question addressed in this paper is to what extent can one detect mislabeled data using a committee of supervised Machine Learning models. The committee under consideration consists of a Bayesian model, Random Forest, Logistic classifier, a Neural Network and a Support Vector Machine. This committee is applied to a given data set in several iterations of 5-fold Cross validation. If a data sample is misclassified by all committee members in all iterations (consensus) then it is tagged as mislabeled. This approach was tested on the Iris plant data set, which is artificially contaminated with mislabeled data. For this data set the precision of detecting mislabeled samples is 100% and the recall is approximately 5%. The approach was also tested on the Touch data set, a data set of naturalistic social touch gestures. It is known that this data set contains mislabeled data, but the amount is unknown. For this data set the proposed method achieved a precision of 70% and for almost all other tagged samples the corresponding touch gesture deviated a lot from the prototypical touch gesture. Overall the proposed method shows high potential for detecting mislabeled samples, but the precision on other data sets needs to be investigated.
Original language | English |
---|---|
Title of host publication | Augmented Cognition. Neurocognition and Machine Learning |
Subtitle of host publication | 11th International Conference, AC 2017, Held as Part of HCI International 2017, Vancouver, BC, Canada, July 9-14, 2017, Proceedings, Part I |
Editors | Dylan D. Schmorrow, Cali M. Fidopiastis |
Publisher | Springer |
Pages | 571-581 |
ISBN (Electronic) | 978-3-319-58628-1 |
ISBN (Print) | 978-3-319-58627-4 |
DOIs | |
Publication status | Published - 2017 |
Event | 11th International Conference on Augmented Cognition 2017 - Vancouver Convention Centre, Vancouver, Canada Duration: 9 Jul 2017 → 14 Jul 2017 Conference number: 11 http://2017.hci.international/ac |
Conference
Conference | 11th International Conference on Augmented Cognition 2017 |
---|---|
Abbreviated title | HCI |
Country/Territory | Canada |
City | Vancouver |
Period | 9/07/17 → 14/07/17 |
Internet address |
Keywords
- Mislabeled data
- Supervised Machine Learning