In SimCLR we are going to show our neural network two different augmentations of our sample and train it to recognize that this is one and the same thing.
This way we're training the network to look past the augmentations and focus on what's important on the image. (3/4)
SimCLR is an algorithm which depends on a common operation: augmenting the data.
However, in contrast to traditional methods, we don't use augmentation for pretending that we have more data. To the contrary! (2/4)