Skip to content
PaperFren

Concept · artificial-intelligence

Representation learning and pretraining

8 studies1 discoveryEvidence last moved Sep 27, 2026

Representation learning trains a model to turn raw data into useful features (embeddings), often by pretraining on large unlabelled data before a small labelled task. The evidence here is from computational studies of protein language models, a CT imaging foundation model, a medical multimodal model, contrastive metagenome binning, histopathology image search, drug-target transformers, and a head-to-head test against simple models on transcriptomics.

Pretrained embeddings are now the default in many fields. These studies show where they help most (little labelled data, related tasks) and where plain baselines still win.

Studies

8

Findings

5

7 supporting · 0 challenging · 0 qualifying citations

Open tensions

2

Latest change

Concept page published

Representation learning and pretraining

Currently

What we know

  1. Pretrained representations shine in the low-label regime.
  2. Language-model pretraining captures structural information in protein sequences.
  3. A learned embedding can be the key ingredient of a pipeline.
  4. Learned embeddings beat hand-crafted descriptors for similarity search.
  5. Learned representations are not always better than raw features with a simple model.

Largest unresolved question

Pretrained embeddings helped for CT imaging, protein and metagenome tasks but hurt for bulk transcriptomic phenotype prediction with a few hundred labelled samples.

Common misconceptions

  • A deep learned representation always beats simple baselines.

    On bulk RNA-seq phenotype tasks, deep representations lowered performance, and an l2-regularised linear model on centred log-ratio data was recommended as the baseline.

  • Strong benchmark gains mean the model is ready for new cases.

    MolTrans led on standard splits but was only competitive on unseen drugs or targets, the setting closest to real discovery; the foundation-model and multimodal studies were retrospective with no clinical deployment.

Related