Vectorio Project · 04 · Pathology
Projects · 04 · Pathology · Camelyon16

Tissue,
classified.

A Camelyon16 ONNX whole-slide pipeline. Ingest gigapixel pyramidal TIFFs. Classify against a packaged tumour model. Ship signed CSV per slide. Three typed nodes for a benchmark-grade classifier.

Nodes
3
ingest · classify · emit
Model
ONNX
portable · signed
Source
Camelyon16
canonical WSI benchmark
Output
CSV
HIPAA-grade · signed

Three nodes,
a benchmark-grade classifier.

Camelyon16 is the canonical whole-slide-image benchmark for tumour detection in lymph-node sections. Most published pipelines run on bespoke Python notebooks that no clinical IT department will deploy.

This pipeline does the same job in three signed Protor nodes. The slide is read as a pyramidal TIFF (the gigapixel format every clinical scanner emits). It is fed tile by tile to an ONNX model packaged with the pipeline. The classifier emits a CSV row per ROI with probability, score, and a hash of the input tile.

Same engine as the rest of the site. Same evidence chain. Same audit story.

Three nodes,
one .viow file.

From E2E Tests/Pathology/camelyon16-onnx-tumor.viow.

ingestimage.PyramidalTiff.Subscriber
classifyclassification.Onnx
emitcsv.Publisher

The Pathology folder ships four sibling workflows: a benchmark, a full pipeline, an ONNX-tumour classifier (this one), and an ONNX tissue-detection variant. All share the same three-node skeleton with model swaps.

Four workflows,
same skeleton.

WorkflowNodesPurpose
camelyon16-onnx-tumor.viow3This page — tumour classification head.
camelyon16-onnx-classify.viow3Generic ONNX classifier — swap the model file.
camelyon16-onnx-tissue-opt.viow3Tissue-detection variant — fast first-pass to reject empty tiles.
camelyon16-full-pipeline.viow7Full pipeline — tissue detect → tumour classify → ROI reporter.
camelyon16-benchmark.viow4Throughput benchmark with timing instrumentation.

Why this matters.

  • ONNX, signed, packaged. The model file ships with the workflow. Its hash is on the signed evidence pack. A regulator can verify the exact model that produced any classification.MODEL · ONNX · signed extension
  • Whole-slide, on the workstation. Gigapixel images do not leave the hospital. The whole pipeline runs on the pathologist's machine.DEPLOYMENT · on-device · gigapixel

Same engine,
different domain.

All eight sample projects on the landing page →