Methods - LightlyTrain documentation (original) (raw)

View this page

Toggle table of contents sidebar

LightlyTrain supports the following pretraining methods:

See also

This page is meant to help you choose the best method for your use case. If you are instead interested in the technical details of each method, please refer to the individual method’s pages linked above.

Which Method to Choose?¶

We strongly recommend Lightly’s custom distillation method (the default in LightlyTrain) for pretraining your models.

Why use Distillation?¶

Distillation achieves the best performance on various tasks compared to DINO and SimCLR. It has the following advantages:

Pros¶

Cons¶

When to use DINOv2?¶

DINOv2 should be selected for the following use cases:

Pros¶

Cons¶

When to use DINO?¶

Pros¶

Cons¶

When to use SimCLR?¶

Pros¶

Cons¶