paper-with-me

홈 › Papers

When Do Curricula Work?

2020-12-05 · ICLR 2021 1 · Xiaoxia Wu, Ethan Dyer, Behnam Neyshabur

Inspired by human learning, researchers have proposed ordering examples during training based on their difficulty. Both curriculum learning, exposing a network to easier examples early in training, and anti-curriculum learning, showing the most difficult examples first, have been suggested as improvements to the standard i.i.d. training. In this work, we set out to investigate the relative benefits of ordered learning. We first investigate the \emph{implicit curricula} resulting from architectural and optimization bias and find that samples are learned in a highly consistent order. Next, to quantify the benefit of \emph{explicit curricula}, we conduct extensive experiments over thousands of orderings spanning three kinds of learning: curriculum, anti-curriculum, and random-curriculum -- in which the size of the training dataset is dynamically increased over time, but the examples are randomly ordered. We find that for standard benchmark datasets, curricula have only marginal benefits, and that randomly ordered samples perform as well or better than curricula and anti-curricula, suggesting that any benefit is entirely due to the dynamic training set size. Inspired by common use cases of curriculum learning in practice, we investigate the role of limited training time budget and noisy data in the success of curriculum learning. Our experiments demonstrate that curriculum, but not anti-curriculum can indeed improve the performance either with limited training time budget or in existence of noisy data.

📄 PDF Abstract BibTeX arXiv:2012.03107

Code (1)

google-research/understanding-curricula 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Integrating Curricula with Replays: Its Effects on Continual Learning

2023-07-08 · Ren Jie Tee, Mengmi Zhang

Humans engage in learning and reviewing processes with curricula when acquiring new skills or knowledge. This human learning behavior has inspired the integration of curricula with replay methods in continual learning ag…

Continual LearningTransfer Learning

When Do Curricula Work?

2022-01-17 · ICLR Track Blog 2022 5 · Anonymous

Inspired by human learning, researchers have proposed ordering examples during training based on their difficulty. Both curriculum learning, exposing a network to easier examples early in training, and anti-curriculum le…

Open-ended Multi-agent Autocurricula via Visual Inspection of Policies with Multi-modal LLMs

2026-07-09 · Lorenzo Pantè, Andrea Fanti, Roberto Capobianco arxiv

Open-ended curricula in Reinforcement Learning (RL) aim to train generally-capable agents by identifying tasks that facilitate learning increasingly complex skills. A major challenge when designing such curricula is asse…

Reinforcement Learning

Do Data-based Curricula Work?

2022-05-01 · insights (ACL) 2022 5 · Maxim Surkov, Vladislav Mosin, Ivan Yamshchikov

Current state-of-the-art NLP systems use large neural networks that require extensive computational resources for training. Inspired by human knowledge acquisition, researchers have proposed curriculum learning - sequenc…

Do Data-based Curricula Work?

2021-12-13 · Maxim K. Surkov, Vladislav D. Mosin, Ivan P. Yamshchikov

Current state-of-the-art NLP systems use large neural networks that require lots of computational resources for training. Inspired by human knowledge acquisition, researchers have proposed curriculum learning, - sequenci…