paper-with-me

홈 › Papers

SuperLoss: A Generic Loss for Robust Curriculum Learning

2020-12-01 · NeurIPS 2020 12 · Thibault Castells, Philippe Weinzaepfel, Jerome Revaud

Curriculum learning is a technique to improve a model performance and generalization based on the idea that easy samples should be presented before difficult ones during training. While it is generally complex to estimate a priori the difficulty of a given sample, recent works have shown that curriculum learning can be formulated dynamically in a self-supervised manner. The key idea is to somehow estimate the importance (or weight) of each sample directly during training based on the observation that easy and hard samples behave differently and can therefore be separated. However, these approaches are usually limited to a specific task (e.g., classification) and require extra data annotations, layers or parameters as well as a dedicated training procedure. We propose instead a simple and generic method that can be applied to a variety of losses and tasks without any change in the learning procedure. It consists in appending a novel loss function on top of any existing task loss, hence its name: the SuperLoss. Its main effect is to automatically downweight the contribution of samples with a large loss, i.e. hard samples, effectively mimicking the core principle of curriculum learning. As a side effect, we show that our loss prevents the memorization of noisy samples, making it possible to train from noisy data even with non-robust loss functions. Experimental results on image classification, regression, object detection and image retrieval demonstrate consistent gain, particularly in the presence of noise.

📄 PDF Abstract BibTeX

Code (2)

AlanChou/Super-Loss pytorch
fastestimator/fastestimator/blob/master/fastestimator/op/tensorop/loss/super_loss.py tf

Tasks

image-classificationImage ClassificationImage RetrievalMemorizationobject-detectionObject DetectionRetrieval

Similar Papers 제목 키워드 기반

Generic and Trend-aware Curriculum Learning for Relation Extraction

2022-07-01 · NAACL 2022 7 · Nidhi Vakil, Hadi Amiri

We present a generic and trend-aware curriculum learning approach that effectively integrates textual and structural information in text graphs for relation extraction between entities, which we consider as node pairs in…

RelationRelation Extraction

Generic and Trend-aware Curriculum Learning for Relation Extraction in Graph Neural Networks

2022-05-17 · Nidhi Vakil, Hadi Amiri

We present a generic and trend-aware curriculum learning approach for graph neural networks. It extends existing approaches by incorporating sample-level loss trends to better discriminate easier from harder samples and …

RelationRelation Extraction

DiscrimLoss: A Universal Loss for Hard Samples and Incorrect Samples Discrimination

2022-08-21 · Tingting Wu, Xiao Ding, Hao Zhang, Jinglong Gao 외

Given data with label noise (i.e., incorrect data), deep neural networks would gradually memorize the label noise and impair model performance. To relieve this issue, curriculum learning is proposed to improve model perf…

image-classificationImage Classificationregression

Label-similarity Curriculum Learning

2019-11-15 · ECCV 2020 8 · Urun Dogan, Aniket Anand Deshmukh, Marcin Machura, Christian Igel

Curriculum learning can improve neural network training by guiding the optimization to desirable optima. We propose a novel curriculum learning approach for image classification that adapts the loss function by changing …

ClassificationGeneral Classificationimage-classificationImage Classification

Improving Self-supervised Learning with Hardness-aware Dynamic Curriculum Learning: An Application to Digital Pathology

2021-08-16 · Chetan L Srinidhi, Anne L Martel

Self-supervised learning (SSL) has recently shown tremendous potential to learn generic visual representations useful for many image analysis tasks. Despite their notable success, the existing SSL methods fail to general…

Self-Supervised Learning