paper-with-me

Papers

The Effect of Batch Size on Contrastive Self-Supervised Speech Representation Learning

2024-02-21 · Nik Vaessen, David A. van Leeuwen

Foundation models in speech are often trained using many GPUs, which implicitly leads to large effective batch sizes. In this paper we study the effect of batch size on pre-training, both in terms of statistics that can be monitored during training, and in the effect on the performance of a downstream fine-tuning task. By using batch sizes varying from 87.5 seconds to 80 minutes of speech we show that, for a fixed amount of iterations, larger batch sizes result in better pre-trained models. However, there is lower limit for stability, and an upper limit for effectiveness. We then show that the quality of the pre-trained model depends mainly on the amount of speech data seen during training, i.e., on the product of batch size and number of iterations. All results are produced with an independent implementation of the wav2vec 2.0 architecture, which to a large extent reproduces the results of the original work (arXiv:2006.11477). Our extensions can help researchers choose effective operating conditions when studying self-supervised learning in speech, and hints towards benchmarking self-supervision with a fixed amount of seen data. Code and model checkpoints are available at https://github.com/nikvaessen/w2v2-batch-size.

📄 PDF Abstract BibTeX arXiv:2402.13723

Code (1)

nikvaessen/w2v2-batch-size 공식 구현 pytorch

Tasks

BenchmarkingRepresentation LearningSelf-Supervised LearningSpeech Representation Learning

Similar Papers 제목 키워드 기반

From Pretext to Purpose: Batch-Adaptive Self-Supervised Learning

2023-11-16 · Jiansong Zhang, Linlin Shen, Peizhong Liu

In recent years, self-supervised contrastive learning has emerged as a distinguished paradigm in the artificial intelligence landscape. It facilitates unsupervised feature learning through contrastive delineations at the…

Contrastive LearningDimensionality ReductionSelf-Supervised Learning

The Bad Batches: Enhancing Self-Supervised Learning in Image Classification Through Representative Batch Curation

2024-03-28 · Ozgu Goksu, Nicolas Pugeault

The pursuit of learning robust representations without human supervision is a longstanding challenge. The recent advancements in self-supervised contrastive learning approaches have demonstrated high performance across v…

Contrastive Learningimage-classificationImage ClassificationRepresentation Learning+1

IConE: Batch Independent Collapse Prevention for Self-Supervised Representation Learning

2026-03-16 · Konstantinos Almpanakis, Anna Kreshuk arxiv

Self-supervised learning (SSL) has revolutionized representation learning, with Joint-Embedding Architectures (JEAs) emerging as an effective approach for capturing semantic features. Existing JEAs rely on implicit or ex…

Self-Supervised LearningRepresentation Learning

IPCL: Iterative Pseudo-Supervised Contrastive Learning to Improve Self-Supervised Feature Representation

2024-03-18 · IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP) 2024 3 · Sonal Kumar; Anirudh Phukan, Arijit Sur

Self-supervised learning with a contrastive batch approach has become a powerful tool for representation learning in computer vision. The performance of downstream tasks is proportional to the quality of visual features …

Contrastive LearningData Augmentationimage-classificationImage Classification+5

Provable Stochastic Optimization for Global Contrastive Learning: Small Batch Does Not Harm Performance

2022-02-24 · Zhuoning Yuan, Yuexin Wu, Zi-Hao Qiu, Xianzhi Du 외

In this paper, we study contrastive learning from an optimization perspective, aiming to analyze and address a fundamental issue of existing contrastive learning methods that either rely on a large batch size or a large …

Contrastive LearningSelf-Supervised LearningStochastic Optimization