...

/

Masked Siamese Networks: Objective and Training

Masked Siamese Networks: Objective and Training

Learn how to implement the loss function and training of Masked Siamese Networks (MSNs).

We'll cover the following...

Similarity metric and predictions

To train the encoder, MSNs compute a distribution based on the similarity between a set of learnable prototypes Q={q1,q2,...,qK}Q = \{q_1, q_2, ..., q_K\} (think of each prototype, qiq_i, as dd-dimensional vectors, hence QQ is a K×dK\times d matrix) and each anchor, zimz_i^m ...