paper-with-me

Papers

A Curriculum View of Robust Loss Functions

2023-05-03 · Zebin Ou, Yue Zhang

Robust loss functions are designed to combat the adverse impacts of label noise, whose robustness is typically supported by theoretical bounds agnostic to the training dynamics. However, these bounds may fail to characterize the empirical performance as it remains unclear why robust loss functions can underfit. We show that most loss functions can be rewritten into a form with the same class-score margin and different sample-weighting functions. The resulting curriculum view provides a straightforward analysis of the training dynamics, which helps attribute underfitting to diminished average sample weights and noise robustness to larger weights for clean samples. We show that simple fixes to the curriculums can make underfitting robust loss functions competitive with the state-of-the-art, and training schedules can substantially affect the noise robustness even with robust loss functions. Code is available at \url{github}.

📄 PDF Abstract BibTeX arXiv:2305.02139

Code (0)

등록된 구현이 없습니다.

Tasks

Attribute

Methods 이 논문이 사용한 방법론

fail 설명 없음

Similar Papers 제목 키워드 기반

Curriculum Discovery through an Encompassing Curriculum Learning Framework

2021-09-29 · Mohamed Elgaar, Hadi Amiri

We describe a curriculum learning framework capable of discovering optimal curricula in addition to performing standard curriculum learning. We show that this framework encompasses existing curriculum learning approaches…

Natural Language Inferencetext-classificationText Classification

Theory of Curriculum Learning, with Convex Loss Functions

2018-12-09 · Daphna Weinshall, Dan Amir

Curriculum Learning - the idea of teaching by gradually exposing the learner to examples in a meaningful order, from easy to hard, has been investigated in the context of machine learning long ago. Although methods based…

Binary Classification

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 estimat…

image-classificationImage ClassificationImage RetrievalMemorization+3

An Empirical Exploration of Curriculum Learning for Neural Machine Translation

2018-11-02 · Xuan Zhang, Gaurav Kumar, Huda Khayrallah, Kenton Murray 외

Machine translation systems based on deep neural networks are expensive to train. Curriculum learning aims to address this issue by choosing the order in which samples are presented during training to help train better m…

Machine TranslationTranslation

Curriculum Learning with a Progression Function

2020-08-02 · Andrea Bassich, Francesco Foglino, Matteo Leonetti, Daniel Kudenko

Curriculum Learning for Reinforcement Learning is an increasingly popular technique that involves training an agent on a sequence of intermediate tasks, called a Curriculum, to increase the agent's performance and learni…

reinforcement-learningReinforcement Learning (RL)