Can you drop the negatives?
The previous lesson made contrastive learning work but at a cost: many negatives, large batches or queues, and the false-negative problem. That raised a provocative question. Collapse happens when you only pull views together; contrastive methods stop it by also pushing negatives apart. But is pushing apart the only way to prevent collapse?
The surprising answer is no. A family of non-contrastive methods keeps just the pull-together half, no negatives at all, and still avoids the constant solution. They do it in two broad ways: distillation methods use architectural asymmetry to break the collapse dynamic, and regularization methods constrain the statistics of the embeddings directly. A third, separate family, masked modeling, sidesteps the whole augmentation game. This lesson covers all three, then connects them to the energy-based picture that unifies the field.

