English

Efficient Contrastive Learning via Novel Data Augmentation and Curriculum Learning

Computation and Language 2021-10-19 v2 Machine Learning

Abstract

We introduce EfficientCL, a memory-efficient continual pretraining method that applies contrastive learning with novel data augmentation and curriculum learning. For data augmentation, we stack two types of operation sequentially: cutoff and PCA jittering. While pretraining steps proceed, we apply curriculum learning by incrementing the augmentation degree for each difficulty step. After data augmentation is finished, contrastive learning is applied on projected embeddings of original and augmented examples. When finetuned on GLUE benchmark, our model outperforms baseline models, especially for sentence-level tasks. Additionally, this improvement is capable with only 70% of computational memory compared to the baseline model.

Keywords

Cite

@article{arxiv.2109.05941,
  title  = {Efficient Contrastive Learning via Novel Data Augmentation and Curriculum Learning},
  author = {Seonghyeon Ye and Jiseon Kim and Alice Oh},
  journal= {arXiv preprint arXiv:2109.05941},
  year   = {2021}
}

Comments

EMNLP 2021

R2 v1 2026-06-24T05:54:56.786Z