Cropping Outperforms Dropout as an Augmentation Strategy for Self-Supervised Training of Text Embeddings
Abstract
Text embeddings, i.e. vector representations of entire texts, play an important role in many NLP applications, such as retrieval-augmented generation, clustering, or visualizing collections of texts for data exploration. Currently, top-performing embedding models are derived from pre-trained language models via supervised contrastive fine-tuning. This fine-tuning strategy relies on an external notion of similarity and annotated data for generation of positive pairs. Here we study self-supervised fine-tuning and systematically compare the two most well-known augmentation strategies used for fine-tuning text embeddings models. We assess embedding quality on MTEB and additional in-domain evaluations and show that cropping augmentation strongly outperforms the dropout-based approach. We find that on out-of-domain data, the quality of resulting embeddings is substantially below the supervised state-of-the-art models, but for in-domain data, self-supervised fine-tuning can produce high-quality text embeddings after very short fine-tuning. Finally, we show that representation quality increases towards the last transformer layers, which undergo the largest change during fine-tuning; and that fine-tuning only those last layers is sufficient to reach similar embedding quality.
Cite
Text
González-Márquez et al. "Cropping Outperforms Dropout as an Augmentation Strategy for Self-Supervised Training of Text Embeddings." Transactions on Machine Learning Research, 2026.Markdown
[González-Márquez et al. "Cropping Outperforms Dropout as an Augmentation Strategy for Self-Supervised Training of Text Embeddings." Transactions on Machine Learning Research, 2026.](https://mlanthology.org/tmlr/2026/gonzalezmarquez2026tmlr-cropping/)BibTeX
@article{gonzalezmarquez2026tmlr-cropping,
title = {{Cropping Outperforms Dropout as an Augmentation Strategy for Self-Supervised Training of Text Embeddings}},
author = {González-Márquez, Rita and Berens, Philipp and Kobak, Dmitry},
journal = {Transactions on Machine Learning Research},
year = {2026},
url = {https://mlanthology.org/tmlr/2026/gonzalezmarquez2026tmlr-cropping/}
}