paper-with-me

홈 › Papers

Data Cleansing for Models Trained with SGD

2019-06-20 · NeurIPS 2019 12 · Satoshi Hara, Atsushi Nitanda, Takanori Maehara

Data cleansing is a typical approach used to improve the accuracy of machine learning models, which, however, requires extensive domain knowledge to identify the influential instances that affect the models. In this paper, we propose an algorithm that can suggest influential instances without using any domain knowledge. With the proposed method, users only need to inspect the instances suggested by the algorithm, implying that users do not need extensive knowledge for this procedure, which enables even non-experts to conduct data cleansing and improve the model. The existing methods require the loss function to be convex and an optimal model to be obtained, which is not always the case in modern machine learning. To overcome these limitations, we propose a novel approach specifically designed for the models trained with stochastic gradient descent (SGD). The proposed method infers the influential instances by retracing the steps of the SGD while incorporating intermediate models computed in each step. Through experiments, we demonstrate that the proposed method can accurately infer the influential instances. Moreover, we used MNIST and CIFAR10 to show that the models can be effectively improved by removing the influential instances suggested by the proposed method.

📄 PDF Abstract BibTeX arXiv:1906.08473

Code (1)

sato9hara/sgd-influence 공식 구현 pytorch

Tasks

BIG-bench Machine Learning

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

Data Cleansing with Contrastive Learning for Vocal Note Event Annotations

2020-08-05 · Gabriel Meseguer-Brocal, Rachel Bittner, Simon Durand, Brian Brost

Data cleansing is a well studied strategy for cleaning erroneous labels in datasets, which has not yet been widely adopted in Music Information Retrieval. Previously proposed data cleansing models do not consider structu…

Contrastive LearningInformation RetrievalMusic Information RetrievalRetrieval

Song Data Cleansing for End-to-End Neural Singer Diarization Using Neural Analysis and Synthesis Framework

2024-06-24 · Hokuto Munakata, Ryo Terashima, Yusuke Fujita

We propose a data cleansing method that utilizes a neural analysis and synthesis (NANSY++) framework to train an end-to-end neural diarization model (EEND) for singer diarization. Our proposed model converts song data wi…

AutoCleansing: Unbiased Estimation of Deep Learning with Mislabeled Data

2021-01-01 · Koichi Kuriyama

Mislabeled samples cause prediction errors. This study proposes a solution to the problem of incorrect labels, called AutoCleansing, to automatically capture the effect of incorrect labels and mitigate it without removin…

Deep Learning

Speaker recognition with two-step multi-modal deep cleansing

2022-10-28 · Ruijie Tao, Kong Aik Lee, Zhan Shi, Haizhou Li

Neural network-based speaker recognition has achieved significant improvement in recent years. A robust speaker representation learns meaningful knowledge from both hard and easy samples in the training set to achieve go…

Representation LearningSpeaker RecognitionVocal Bursts Valence Prediction

Using deep learning for predicting cleansing quality of colon capsule endoscopy images

2026-01-19 · Puneet Sharma, Kristian Dalsbø Hindberg, Benedicte Schelde-Olesen, Ulrik Deding 외 arxiv

In this study, we explore the application of deep learning techniques for predicting cleansing quality in colon capsule endoscopy (CCE) images. Using a dataset of 500 images labeled by 14 clinicians on the Leighton-Rex s…