arXiv Analytics

Sign in

arXiv:2405.06859 [cs.LG]AbstractReferencesReviewsResources

Reimplementation of Learning to Reweight Examples for Robust Deep Learning

Parth Patil, Ben Boardley, Jack Gardner, Emily Loiselle, Deerajkumar Parthipan

Published 2024-05-11Version 1

Deep neural networks (DNNs) have been used to create models for many complex analysis problems like image recognition and medical diagnosis. DNNs are a popular tool within machine learning due to their ability to model complex patterns and distributions. However, the performance of these networks is highly dependent on the quality of the data used to train the models. Two characteristics of these sets, noisy labels and training set biases, are known to frequently cause poor generalization performance as a result of overfitting to the training set. This paper aims to solve this problem using the approach proposed by Ren et al. (2018) using meta-training and online weight approximation. We will first implement a toy-problem to crudely verify the claims made by the authors of Ren et al. (2018) and then venture into using the approach to solve a real world problem of Skin-cancer detection using an imbalanced image dataset.

Related articles: Most relevant | Search more
arXiv:1803.09050 [cs.LG] (Published 2018-03-24, updated 2018-06-08)
Learning to Reweight Examples for Robust Deep Learning
arXiv:2009.06202 [cs.LG] (Published 2020-09-14)
Risk Bounds for Robust Deep Learning
arXiv:2006.05697 [cs.LG] (Published 2020-06-10)
Meta Transition Adaptation for Robust Deep Learning with Noisy Labels