Methods¶
LightlyTrain supports the following self-supervised learning methods:
dino
(recommended)DINO is a popular self-supervised learning method that works well across various datasets, model architectures, and tasks.
densecl
(experimental)DenseCL was developed for learning strong local image representations, particularly for detection and segmentation tasks.
simclr
SimCLR is a classic self-supervised learning method widely used as a baseline for model pre-training.