Md. Asif Uddin

Proposition 4III.3.P0457 of 76 in the corpus

Self-supervision manufactures the label from the input.

Corrupt the image in a way you control, and the answer is known without an annotator. What the model must learn in order to undo the corruption is the representation you were after.

Three pretext tasks built from one unlabelled imageAn unlabelled image feeds three tasks whose answers are known by construction: predict a hidden region, decide whether two crops came from the same photo, and recover an applied rotation. No annotator is involved.one unlabelled imageno labelhide a regionwhat was there?take two cropssame photo or not?rotate itby how much?The answer is known because you performed the corruption. What the model has to learn in order to undo it isthe representation you were after, and the choice of corruption decides which representation you get.
Fig. 4 — Three tasks whose answers are known by construction, because you performed the corruption yourself.

Demonstration

Labels are the expensive part. A radiologist’s time is the binding constraint on every medical vision dataset, and the images themselves are comparatively abundant. Self-supervision is the observation that a supervision signal can be constructed rather than collected.

The recipe: apply a transformation whose parameters you know, and ask the model to recover them.

  • Hide a region, predict what was there. The answer is the region you hid.
  • Take two crops of one photograph, ask whether they came from the same image. The answer is your bookkeeping.
  • Rotate by a multiple of 90°, predict the angle. The answer is the angle you chose.

None of these is the task anyone cares about. They are pretext tasks, and the whole bet is that solving them is impossible without learning something genuinely useful about images. To fill in a masked region you must have some model of what usually goes there; to match two crops you must represent content rather than framing.

The bet holds unevenly, and the choice of pretext is where the design lives. Rotation prediction works on photographs of objects because photographs have a canonical orientation, and fails on a fundus image or a satellite tile because they do not — there, the task is either impossible or solvable from an artefact.

Chapter V is about the two families that turned out to scale: contrastive methods, which build the task from pairs, and masked modelling, which builds it from reconstruction.

Corollary

Judge a pretext task by asking what shortcut would solve it. Early context-prediction work was partly solved by chromatic aberration — the model learned the lens, not the scene. If a corruption leaves a cheaper cue than the one you intended, that cue is what gets learned.

Sources