# OnCo record tile-patch-encoding (term). Data CC BY-NC 4.0, attribute "Data from OnCo (onco.cc)". Whole corpus: https://onco.cc/api/v1/onco.nt
@prefix schema: <https://schema.org/> .
@prefix onco: <https://onco.cc/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://onco.cc/terms/tile-patch-encoding/>
  a schema:DefinedTerm ;
  onco:kind "term" ;
  schema:identifier "tile-patch-encoding" ;
  schema:name "Tile and patch encoding of slides"@en ;
  schema:alternateName "tile encoding"@en, "patch encoding"@en, "tile embeddings"@en, "patch embeddings"@en, "tiling"@en, "slide tiles"@en, "slide patches"@en, "tile-level features"@en ;
  schema:description "A whole slide is cut into thousands of small square tiles, each tile is turned into a vector by an image model, and the vectors are pooled to describe the slide."@en ;
  schema:url <https://onco.cc/terms/tile-patch-encoding/> ;
  schema:dateModified "2026-09-24"^^xsd:date ;
  schema:sameAs <https://en.wikipedia.org/wiki/Multiple_instance_learning> ;
  schema:citation <https://doi.org/10.1038/s41551-020-00682-w>, <https://en.wikipedia.org/wiki/Multiple_instance_learning> ;
  onco:tag "cansim-terms" ;
  onco:related <https://onco.cc/terms/cancer-ai-vocabulary/> ;
  onco:technologies <https://onco.cc/technologies/pathology-foundation-model/> ;
  onco:terms <https://onco.cc/terms/digital-pathology-wsi/>, <https://onco.cc/terms/magnification/>, <https://onco.cc/terms/abmil/>, <https://onco.cc/terms/pathology-foundation-models/> .
