Skip to content
PaperFren

Concept

Convolutional neural networks

5 studies1 discoveryEvidence last moved Sep 27, 2026

A convolutional neural network learns small filters that slide across an input (an image, a 3D grid or a string of characters) to detect local patterns, then stacks them into higher-level features. The evidence here is from computational studies applying CNNs to echocardiograms, histopathology slides, chemical SMILES strings, cancer drug response and 3D protein structures.

CNNs often post impressive headline numbers in biomedicine. These studies show both where that performance is real and how data splits and leakage can inflate it.

Studies

5

Findings

5

5 supporting · 0 challenging · 1 qualifying citations

Open tensions

1

Latest change

Concept page published

Convolutional neural networks

Currently

What we know

  1. CNNs can learn genuine image structure for medical view recognition.
  2. Transferred CNN features can outperform hand-engineered ones even without much retraining.
  3. CNNs can learn chemical motifs from text, but expert features still competed.
  4. Random splits can measure table-filling, not prediction for new drugs.
  5. Similar sequences in train and test sets make CNNs look better than they are.

Largest unresolved question

Image tasks with clear visual structure (echocardiogram views, tumour histology) produced very high accuracies, while molecular and protein tasks gave moderate or split-dependent results; these are different data types and evaluation setups, not a direct conflict.

Common misconceptions

  • If a CNN takes chemical structure as input, it must be using chemistry to predict.

    In the drug-response study, scrambling SMILES barely changed accuracy and performance collapsed on unseen drugs, so the network was exploiting statistical patterns rather than chemical meaning.

  • A random train/test split is always a fair test.

    Random splits let the same drugs, cell lines or homologous proteins appear on both sides; held-out drugs and homology pruning gave much lower scores.

Related